var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/ContainerMknPtbm/Shopware_Core_KernelDevDebugContainer.php line 33517

Open in your IDE?
  1. <?php
  2. namespace ContainerMknPtbm;
  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 Shopware_Core_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.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  38.             '.container.private.session' => 'get_Container_Private_SessionService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Acris\\Promotion\\AcrisPromotionCS' => 'getAcrisPromotionCSService',
  42.             'Acris\\Promotion\\Custom\\PromotionDisplayDefinition' => 'getPromotionDisplayDefinitionService',
  43.             'Acris\\Tax\\AcrisTaxCS' => 'getAcrisTaxCSService',
  44.             'Acris\\Tax\\Controller\\VatIdValidationController' => 'getVatIdValidationControllerService',
  45.             'Acris\\Tax\\Core\\Checkout\\Cart\\TaxRuleLoader' => 'getTaxRuleLoaderService',
  46.             'Acris\\Tax\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => 'getCustomerVatIdentificationValidatorService',
  47.             'Acris\\Tax\\Custom\\TaxCountryRuleDefinition' => 'getTaxCountryRuleDefinitionService',
  48.             'Acris\\Tax\\Custom\\TaxCustomerGroupRuleDefinition' => 'getTaxCustomerGroupRuleDefinitionService',
  49.             'Acris\\Tax\\Custom\\VatIdValidationLogDefinition' => 'getVatIdValidationLogDefinitionService',
  50.             'Acris\\Tax\\Storefront\\Controller\\VatIdValidationController' => 'getVatIdValidationController2Service',
  51.             'AkuCmsFactory\\AkuCmsFactory' => 'getAkuCmsFactoryService',
  52.             'AkuCmsFactory\\Controller\\RenderController' => 'getRenderControllerService',
  53.             'AkuCmsFactory\\Element\\CmsFactoryElementDefinition' => 'getCmsFactoryElementDefinitionService',
  54.             'BoedenThemeExtension\\BoedenThemeExtension' => 'getBoedenThemeExtensionService',
  55.             'CoeAccountOrtPlzSw6\\CoeAccountOrtPlzSw6' => 'getCoeAccountOrtPlzSw6Service',
  56.             'CoeAccountOrtPlzSw6\\Core\\System\\Country\\CountryZipValidationDefintion' => 'getCountryZipValidationDefintionService',
  57.             'DISco\\GA4\\DIScoGA4' => 'getDIScoGA4Service',
  58.             'DISco\\GA4\\Storefront\\Controller\\CookieControllerDecorator' => 'getCookieControllerDecoratorService',
  59.             'Doctrine\\DBAL\\Connection' => 'getConnectionService',
  60.             'Elasticsearch\\Client' => 'getClientService',
  61.             'FourtwosixCategoryDescriptionOnPDP\\FourtwosixCategoryDescriptionOnPDP' => 'getFourtwosixCategoryDescriptionOnPDPService',
  62.             'FourtwosixHideEmptyCategories\\FourtwosixHideEmptyCategories' => 'getFourtwosixHideEmptyCategoriesService',
  63.             'FourtwosixItalianTranslations\\FourtwosixItalianTranslations' => 'getFourtwosixItalianTranslationsService',
  64.             'FourtwosixMaintainNetPrice\\FourtwosixMaintainNetPrice' => 'getFourtwosixMaintainNetPriceService',
  65.             'FourtwosixMonitorPlugin\\FourtwosixMonitorPlugin' => 'getFourtwosixMonitorPluginService',
  66.             'FourtwosixPhoneValidation\\Decorator\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRouteDecorator' => 'getUpsertAddressRouteDecoratorService',
  67.             'FourtwosixPhoneValidation\\Decorator\\Storefront\\Controller\\AddressControllerDecorator' => 'getAddressControllerDecoratorService',
  68.             'FourtwosixPhoneValidation\\FourtwosixPhoneValidation' => 'getFourtwosixPhoneValidationService',
  69.             'FourtwosixRedirectForMissingTrailingSlashes\\Core\\Content\\Seo\\SeoResolver' => 'getSeoResolverService',
  70.             'FourtwosixRedirectForMissingTrailingSlashes\\FourtwosixRedirectForMissingTrailingSlashes' => 'getFourtwosixRedirectForMissingTrailingSlashesService',
  71.             'FourtwosixRegistrationFields\\FourtwosixRegistrationFields' => 'getFourtwosixRegistrationFieldsService',
  72.             'FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator' => 'getBaseContextFactoryDecoratorService',
  73.             'FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRouteDecorator' => 'getContextSwitchRouteDecoratorService',
  74.             'FourtwosixShippingCostsCalculator\\FourtwosixShippingCostsCalculator' => 'getFourtwosixShippingCostsCalculatorService',
  75.             'FourtwosixThemeExtension\\Controller\\Decorator\\CartLineItemDecoratorController' => 'getCartLineItemDecoratorControllerService',
  76.             'FourtwosixThemeExtension\\Controller\\Hub\\GetPriceController' => 'getGetPriceControllerService',
  77.             'FourtwosixThemeExtension\\Controller\\RequestQuotation\\RequestQuotationController' => 'getRequestQuotationControllerService',
  78.             'FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator' => 'getCartOrderRouteDecoratorService',
  79.             'FourtwosixThemeExtension\\FourtwosixThemeExtension' => 'getFourtwosixThemeExtensionService',
  80.             'FourtwosixTranslateOrderStates\\FourtwosixTranslateOrderStates' => 'getFourtwosixTranslateOrderStatesService',
  81.             'Fourtwosix\\Attachments\\Core\\Content\\Product\\Aggregate\\AttachmentLanguage\\AttachmentLanguageDefinition' => 'getAttachmentLanguageDefinitionService',
  82.             'Fourtwosix\\Attachments\\Core\\Content\\Product\\Aggregate\\AttachmentTranslation\\AttachmentTranslationDefinition' => 'getAttachmentTranslationDefinitionService',
  83.             'Fourtwosix\\Attachments\\Core\\Content\\Product\\AttachmentDefinition' => 'getAttachmentDefinitionService',
  84.             'Fourtwosix\\Attachments\\FourtwosixAttachments' => 'getFourtwosixAttachmentsService',
  85.             'Fourtwosix\\PaymentSurcharge\\Core\\Content\\PaymentCost\\Aggregate\\PaymentCostTranslation\\PaymentCostTranslationDefinition' => 'getPaymentCostTranslationDefinitionService',
  86.             'Fourtwosix\\PaymentSurcharge\\Core\\Content\\PaymentCost\\PaymentCostDefinition' => 'getPaymentCostDefinitionService',
  87.             'Fourtwosix\\PaymentSurcharge\\FourtwosixPaymentSurcharge' => 'getFourtwosixPaymentSurchargeService',
  88.             'Fourtwosix\\PaymentSurcharge\\Resources\\snippet\\de_DE\\SnippetFile_de_DE' => 'getSnippetFileDeDEService',
  89.             'Fourtwosix\\PaymentSurcharge\\Resources\\snippet\\en_GB\\SnippetFile_en_GB' => 'getSnippetFileEnGBService',
  90.             'Fourtwosix\\PaymentSurcharge\\Storefront\\Subscriber\\PageSubscriber' => 'getPageSubscriberService',
  91.             'Frosh\\MailArchive\\Content\\MailArchive\\MailArchiveDefinition' => 'getMailArchiveDefinitionService',
  92.             'Frosh\\MailArchive\\Controller\\Api\\MailResendController' => 'getMailResendControllerService',
  93.             'Frosh\\MailArchive\\FroshPlatformMailArchive' => 'getFroshPlatformMailArchiveService',
  94.             'Frosh\\MailArchive\\Services\\MailSender' => 'getMailSenderService',
  95.             'Frosh\\Tools\\Controller\\CacheController' => 'getCacheControllerService',
  96.             'Frosh\\Tools\\Controller\\ElasticsearchController' => 'getElasticsearchControllerService',
  97.             'Frosh\\Tools\\Controller\\FeatureFlagController' => 'getFeatureFlagControllerService',
  98.             'Frosh\\Tools\\Controller\\HealthController' => 'getHealthControllerService',
  99.             'Frosh\\Tools\\Controller\\LogController' => 'getLogControllerService',
  100.             'Frosh\\Tools\\Controller\\QueueController' => 'getQueueControllerService',
  101.             'Frosh\\Tools\\Controller\\ScheduledTaskController' => 'getScheduledTaskControllerService',
  102.             'Frosh\\Tools\\Controller\\ShopwareFilesController' => 'getShopwareFilesControllerService',
  103.             'Frosh\\Tools\\Controller\\StateMachineController' => 'getStateMachineControllerService',
  104.             'Frosh\\Tools\\FroshTools' => 'getFroshToolsService',
  105.             'Icorp\\CmsExtendParallaxBox\\IcorpCmsExtendParallaxBox' => 'getIcorpCmsExtendParallaxBoxService',
  106.             'MoorlForms\\Administration\\Controller\\FormController' => 'getFormControllerService',
  107.             'MoorlForms\\Core\\Content\\Element\\ElementDefinition' => 'getElementDefinitionService',
  108.             'MoorlForms\\Core\\Content\\Element\\ElementPriceCalculator' => 'getElementPriceCalculatorService',
  109.             'MoorlForms\\Core\\Content\\Element\\ElementTranslationDefinition' => 'getElementTranslationDefinitionService',
  110.             'MoorlForms\\Core\\Content\\Element\\Selection\\ElementSelectionCountry' => 'getElementSelectionCountryService',
  111.             'MoorlForms\\Core\\Content\\Element\\Selection\\ElementSelectionSalutation' => 'getElementSelectionSalutationService',
  112.             'MoorlForms\\Core\\Content\\Element\\Type\\ElementTypeOption' => 'getElementTypeOptionService',
  113.             'MoorlForms\\Core\\Content\\Element\\Type\\ElementTypeRoot' => 'getElementTypeRootService',
  114.             'MoorlForms\\Core\\Content\\Element\\Type\\ElementTypeTest' => 'getElementTypeTestService',
  115.             'MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeCheckbox' => 'getElementTypeCheckboxService',
  116.             'MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeDate' => 'getElementTypeDateService',
  117.             'MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeEmail' => 'getElementTypeEmailService',
  118.             'MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeHidden' => 'getElementTypeHiddenService',
  119.             'MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeNumber' => 'getElementTypeNumberService',
  120.             'MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeNumberRange' => 'getElementTypeNumberRangeService',
  121.             'MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypePassword' => 'getElementTypePasswordService',
  122.             'MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeSwitch' => 'getElementTypeSwitchService',
  123.             'MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeTel' => 'getElementTypeTelService',
  124.             'MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeText' => 'getElementTypeTextService',
  125.             'MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeTextarea' => 'getElementTypeTextareaService',
  126.             'MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeTime' => 'getElementTypeTimeService',
  127.             'MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeUpload' => 'getElementTypeUploadService',
  128.             'MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeUrl' => 'getElementTypeUrlService',
  129.             'MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeWindowLocation' => 'getElementTypeWindowLocationService',
  130.             'MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormCaptcha' => 'getElementTypeFormCaptchaService',
  131.             'MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormFeedback' => 'getElementTypeFormFeedbackService',
  132.             'MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormNotice' => 'getElementTypeFormNoticeService',
  133.             'MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormSubmit' => 'getElementTypeFormSubmitService',
  134.             'MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormTos' => 'getElementTypeFormTosService',
  135.             'MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeCheckboxGroup' => 'getElementTypeCheckboxGroupService',
  136.             'MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeMultiselect' => 'getElementTypeMultiselectService',
  137.             'MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeRadioGroup' => 'getElementTypeRadioGroupService',
  138.             'MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeSelect' => 'getElementTypeSelectService',
  139.             'MoorlForms\\Core\\Content\\Element\\Type\\Rows\\ElementTypeFormRow' => 'getElementTypeFormRowService',
  140.             'MoorlForms\\Core\\Content\\Element\\Type\\Rows\\ElementTypeRow' => 'getElementTypeRowService',
  141.             'MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeCard' => 'getElementTypeCardService',
  142.             'MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeHtml' => 'getElementTypeHtmlService',
  143.             'MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeNestedFields' => 'getElementTypeNestedFieldsService',
  144.             'MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeSection' => 'getElementTypeSectionService',
  145.             'MoorlForms\\Core\\Content\\Form\\Action\\FormActionMail' => 'getFormActionMailService',
  146.             'MoorlForms\\Core\\Content\\Form\\FormDefinition' => 'getFormDefinitionService',
  147.             'MoorlForms\\Core\\Content\\Form\\FormTranslationDefinition' => 'getFormTranslationDefinitionService',
  148.             'MoorlForms\\Core\\Content\\Form\\Type\\FormTypeCms' => 'getFormTypeCmsService',
  149.             'MoorlForms\\Core\\Content\\Form\\Type\\FormTypeTest' => 'getFormTypeTestService',
  150.             'MoorlForms\\Core\\Service\\FbService' => 'getFbServiceService',
  151.             'MoorlForms\\MoorlForms' => 'getMoorlFormsService',
  152.             'MoorlForms\\Storefront\\Controller\\FormController' => 'getFormController2Service',
  153.             'MoorlFoundation\\Administration\\Controller\\FileExplorerController' => 'getFileExplorerControllerService',
  154.             'MoorlFoundation\\Administration\\Controller\\SettingsController' => 'getSettingsControllerService',
  155.             'MoorlFoundation\\Core\\Content\\Client\\ClientDefinition' => 'getClientDefinitionService',
  156.             'MoorlFoundation\\Core\\Content\\CmsElementConfig\\CmsElementConfigDefinition' => 'getCmsElementConfigDefinitionService',
  157.             'MoorlFoundation\\Core\\Content\\Location\\LocationCacheDefinition' => 'getLocationCacheDefinitionService',
  158.             'MoorlFoundation\\Core\\Content\\Location\\LocationDefinition' => 'getLocationDefinitionService',
  159.             'MoorlFoundation\\Core\\Content\\Marker\\MarkerDefinition' => 'getMarkerDefinitionService',
  160.             'MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute' => 'getFoundationProductListingRouteService',
  161.             'MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Search\\FoundationProductSearchRoute' => 'getFoundationProductSearchRouteService',
  162.             'MoorlFoundation\\Core\\Content\\Sorting\\SortingDefinition' => 'getSortingDefinitionService',
  163.             'MoorlFoundation\\Core\\Content\\Sorting\\SortingTranslationDefinition' => 'getSortingTranslationDefinitionService',
  164.             'MoorlFoundation\\Core\\PluginFoundation' => 'getPluginFoundationService',
  165.             'MoorlFoundation\\Core\\Service\\ClientService' => 'getClientServiceService',
  166.             'MoorlFoundation\\Core\\Service\\DataService' => 'getDataServiceService',
  167.             'MoorlFoundation\\Core\\Service\\EntityEnricherService' => 'getEntityEnricherServiceService',
  168.             'MoorlFoundation\\Core\\Service\\EntitySearchService' => 'getEntitySearchServiceService',
  169.             'MoorlFoundation\\Core\\Service\\EntitySuggestService' => 'getEntitySuggestServiceService',
  170.             'MoorlFoundation\\Core\\Service\\LocationService' => 'getLocationServiceService',
  171.             'MoorlFoundation\\Core\\Service\\LocationServiceV2' => 'getLocationServiceV2Service',
  172.             'MoorlFoundation\\Core\\Service\\SortingService' => 'getSortingServiceService',
  173.             'MoorlFoundation\\Core\\Service\\TranslationService' => 'getTranslationServiceService',
  174.             'MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber' => 'getMoorlFoundationSubscriberService',
  175.             'MoorlFoundation\\MoorlFoundation' => 'getMoorlFoundationService',
  176.             'MoorlFoundation\\Storefront\\Controller\\CustomerUploadController' => 'getCustomerUploadControllerService',
  177.             'MoorlFoundation\\Storefront\\Controller\\ProductBuyListController' => 'getProductBuyListControllerService',
  178.             'MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber' => 'getProductListingResultSubscriberService',
  179.             'MoorlFoundation\\Storefront\\Subscriber\\SalesChannelContextResolvedSubscriber' => 'getSalesChannelContextResolvedSubscriberService',
  180.             'Nwdxx\\ItRechtConnector6\\Controller\\LegalController' => 'getLegalControllerService',
  181.             'Nwdxx\\ItRechtConnector6\\nwdxxItRechtConnector6' => 'getNwdxxItRechtConnector6Service',
  182.             'Shopware\\Administration\\Controller\\AdminExtensionApiController' => 'getAdminExtensionApiControllerService',
  183.             'Shopware\\Administration\\Controller\\AdminProductStreamController' => 'getAdminProductStreamControllerService',
  184.             'Shopware\\Administration\\Controller\\AdminSearchController' => 'getAdminSearchControllerService',
  185.             'Shopware\\Administration\\Controller\\AdminTagController' => 'getAdminTagControllerService',
  186.             'Shopware\\Administration\\Controller\\AdministrationController' => 'getAdministrationControllerService',
  187.             'Shopware\\Administration\\Controller\\DocumentServiceDeprecationController' => 'getDocumentServiceDeprecationControllerService',
  188.             'Shopware\\Administration\\Controller\\NotificationController' => 'getNotificationControllerService',
  189.             'Shopware\\Administration\\Controller\\UserConfigController' => 'getUserConfigControllerService',
  190.             'Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinitionService',
  191.             'Shopware\\Administration\\Notification\\NotificationService' => 'getNotificationServiceService',
  192.             'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinitionService',
  193.             'Shopware\\Core\\Checkout\\Cart\\Calculator' => 'getCalculatorService',
  194.             'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHookFactory' => 'getCartFacadeHookFactoryService',
  195.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderConverterController' => 'getOrderConverterControllerService',
  196.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderRecalculationController' => 'getOrderRecalculationControllerService',
  197.             'Shopware\\Core\\Checkout\\Cart\\PriceActionController' => 'getPriceActionControllerService',
  198.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute' => 'getCartDeleteRouteService',
  199.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute' => 'getCartItemAddRouteService',
  200.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute' => 'getCartItemRemoveRouteService',
  201.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute' => 'getCartItemUpdateRouteService',
  202.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute' => 'getCartLoadRouteService',
  203.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => 'getCartServiceService',
  204.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinitionService',
  205.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinitionService',
  206.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinitionService',
  207.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinitionService',
  208.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinitionService',
  209.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinitionService',
  210.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinitionService',
  211.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinitionService',
  212.             'Shopware\\Core\\Checkout\\Customer\\Api\\CustomerGroupRegistrationActionController' => 'getCustomerGroupRegistrationActionControllerService',
  213.             'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinitionService',
  214.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountNewsletterRecipientRoute' => 'getAccountNewsletterRecipientRouteService',
  215.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute' => 'getAddWishlistProductRouteService',
  216.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute' => 'getChangeCustomerProfileRouteService',
  217.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeEmailRoute' => 'getChangeEmailRouteService',
  218.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeLanguageRoute' => 'getChangeLanguageRouteService',
  219.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePasswordRoute' => 'getChangePasswordRouteService',
  220.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePaymentMethodRoute' => 'getChangePaymentMethodRouteService',
  221.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute' => 'getCustomerGroupRegistrationSettingsRouteService',
  222.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRecoveryIsExpiredRoute' => 'getCustomerRecoveryIsExpiredRouteService',
  223.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute' => 'getCustomerRouteService',
  224.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute' => 'getDeleteAddressRouteService',
  225.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute' => 'getDeleteCustomerRouteService',
  226.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute' => 'getListAddressRouteService',
  227.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute' => 'getLoadWishlistRouteService',
  228.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoginRoute' => 'getLoginRouteService',
  229.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute' => 'getLogoutRouteService',
  230.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute' => 'getMergeWishlistProductRouteService',
  231.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterConfirmRoute' => 'getRegisterConfirmRouteService',
  232.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute' => 'getRegisterRouteService',
  233.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute' => 'getRemoveWishlistProductRouteService',
  234.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ResetPasswordRoute' => 'getResetPasswordRouteService',
  235.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SendPasswordRecoveryMailRoute' => 'getSendPasswordRecoveryMailRouteService',
  236.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute' => 'getSwitchDefaultAddressRouteService',
  237.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinitionService',
  238.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinitionService',
  239.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinitionService',
  240.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinitionService',
  241.             'Shopware\\Core\\Checkout\\Document\\Controller\\DocumentController' => 'getDocumentControllerService',
  242.             'Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinitionService',
  243.             'Shopware\\Core\\Checkout\\Document\\DocumentGeneratorController' => 'getDocumentGeneratorControllerService',
  244.             'Shopware\\Core\\Checkout\\Document\\SalesChannel\\DocumentRoute' => 'getDocumentRouteService',
  245.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinitionService',
  246.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinitionService',
  247.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinitionService',
  248.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinitionService',
  249.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinitionService',
  250.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinitionService',
  251.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinitionService',
  252.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinitionService',
  253.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinitionService',
  254.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinitionService',
  255.             'Shopware\\Core\\Checkout\\Order\\Api\\OrderActionController' => 'getOrderActionControllerService',
  256.             'Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinitionService',
  257.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute' => 'getCancelOrderRouteService',
  258.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute' => 'getOrderRouteService',
  259.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute' => 'getSetPaymentOrderRouteService',
  260.             'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinitionService',
  261.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor' => 'getPaymentRefundProcessorService',
  262.             'Shopware\\Core\\Checkout\\Payment\\Controller\\PaymentController' => 'getPaymentControllerService',
  263.             'Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'getPaymentMethodDefinitionService',
  264.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute' => 'getCachedPaymentMethodRouteService',
  265.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\HandlePaymentMethodRoute' => 'getHandlePaymentMethodRouteService',
  266.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinitionService',
  267.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute' => 'getSortedPaymentMethodRouteService',
  268.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinitionService',
  269.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinitionService',
  270.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinitionService',
  271.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinitionService',
  272.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinitionService',
  273.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinitionService',
  274.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinitionService',
  275.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinitionService',
  276.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinitionService',
  277.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinitionService',
  278.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinitionService',
  279.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinitionService',
  280.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionActionController' => 'getPromotionActionControllerService',
  281.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionController' => 'getPromotionControllerService',
  282.             'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinitionService',
  283.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinitionService',
  284.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinitionService',
  285.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinitionService',
  286.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute' => 'getCachedShippingMethodRouteService',
  287.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinitionService',
  288.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute' => 'getSortedShippingMethodRouteService',
  289.             'Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'getShippingMethodDefinitionService',
  290.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinitionService',
  291.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinitionService',
  292.             'Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'getCategoryDefinitionService',
  293.             'Shopware\\Core\\Content\\Category\\CategoryHydrator' => 'getCategoryHydratorService',
  294.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute' => 'getCachedCategoryRouteService',
  295.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute' => 'getCachedNavigationRouteService',
  296.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryListRoute' => 'getCategoryListRouteService',
  297.             'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'getSalesChannelCategoryDefinitionService',
  298.             'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute' => 'getTreeBuildingNavigationRouteService',
  299.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinitionService',
  300.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinitionService',
  301.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinitionService',
  302.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinitionService',
  303.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinitionService',
  304.             'Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinitionService',
  305.             'Shopware\\Core\\Content\\Cms\\DataAbstractionLayer\\FieldSerializer\\SlotConfigFieldSerializer' => 'getSlotConfigFieldSerializerService',
  306.             'Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver' => 'getCmsSlotsDataResolverService',
  307.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute' => 'getCmsRouteService',
  308.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository' => 'getSalesChannelCmsPageRepositoryService',
  309.             'Shopware\\Core\\Content\\ContactForm\\SalesChannel\\ContactFormRoute' => 'getContactFormRouteService',
  310.             'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinitionService',
  311.             'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => 'getCachedFlowLoaderService',
  312.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowExecutor' => 'getFlowExecutorService',
  313.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory' => 'getFlowFactoryService',
  314.             'Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinitionService',
  315.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinitionService',
  316.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinitionService',
  317.             'Shopware\\Core\\Content\\ImportExport\\Controller\\ImportExportActionController' => 'getImportExportActionControllerService',
  318.             'Shopware\\Core\\Content\\ImportExport\\ImportExportFactory' => 'getImportExportFactoryService',
  319.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinitionService',
  320.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinitionService',
  321.             'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler' => 'getImportExportHandlerService',
  322.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinitionService',
  323.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinitionService',
  324.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinitionService',
  325.             'Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'getLandingPageDefinitionService',
  326.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute' => 'getCachedLandingPageRouteService',
  327.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'getSalesChannelLandingPageDefinitionService',
  328.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinitionService',
  329.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinitionService',
  330.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinitionService',
  331.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinitionService',
  332.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinitionService',
  333.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinitionService',
  334.             'Shopware\\Core\\Content\\MailTemplate\\Api\\MailActionController' => 'getMailActionControllerService',
  335.             'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinitionService',
  336.             'Shopware\\Core\\Content\\Mail\\Service\\MailFactory' => 'getMailFactoryService',
  337.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinitionService',
  338.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinitionService',
  339.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinitionService',
  340.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinitionService',
  341.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinitionService',
  342.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinitionService',
  343.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinitionService',
  344.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinitionService',
  345.             'Shopware\\Core\\Content\\Media\\Api\\MediaFolderController' => 'getMediaFolderControllerService',
  346.             'Shopware\\Core\\Content\\Media\\Api\\MediaUploadController' => 'getMediaUploadControllerService',
  347.             'Shopware\\Core\\Content\\Media\\File\\FileSaver' => 'getFileSaverService',
  348.             'Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinitionService',
  349.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinitionService',
  350.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'getNewsletterRecipientDefinitionService',
  351.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterConfirmRoute' => 'getNewsletterConfirmRouteService',
  352.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute' => 'getNewsletterSubscribeRouteService',
  353.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute' => 'getNewsletterUnsubscribeRouteService',
  354.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'getSalesChannelNewsletterRecipientDefinitionService',
  355.             'Shopware\\Core\\Content\\ProductExport\\Api\\ProductExportController' => 'getProductExportControllerService',
  356.             'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinitionService',
  357.             'Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator' => 'getProductExportHydratorService',
  358.             'Shopware\\Core\\Content\\ProductExport\\SalesChannel\\ExportController' => 'getExportControllerService',
  359.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator' => 'getProductExportGeneratorService',
  360.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter' => 'getProductExporterService',
  361.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinitionService',
  362.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator' => 'getProductStreamFilterHydratorService',
  363.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinitionService',
  364.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinitionService',
  365.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator' => 'getProductStreamHydratorService',
  366.             'Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder' => 'getProductStreamBuilderService',
  367.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinitionService',
  368.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinitionService',
  369.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinitionService',
  370.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator' => 'getProductConfiguratorSettingHydratorService',
  371.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinitionService',
  372.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator' => 'getProductCrossSellingAssignedProductsHydratorService',
  373.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinitionService',
  374.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinitionService',
  375.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator' => 'getProductCrossSellingHydratorService',
  376.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinitionService',
  377.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinitionService',
  378.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinitionService',
  379.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator' => 'getProductFeatureSetHydratorService',
  380.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinitionService',
  381.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator' => 'getProductKeywordDictionaryHydratorService',
  382.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinitionService',
  383.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinitionService',
  384.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator' => 'getProductManufacturerHydratorService',
  385.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinitionService',
  386.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator' => 'getProductMediaHydratorService',
  387.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinitionService',
  388.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinitionService',
  389.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator' => 'getProductPriceHydratorService',
  390.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinitionService',
  391.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinitionService',
  392.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator' => 'getProductReviewHydratorService',
  393.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinitionService',
  394.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator' => 'getProductSearchConfigFieldHydratorService',
  395.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinitionService',
  396.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator' => 'getProductSearchConfigHydratorService',
  397.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinitionService',
  398.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator' => 'getProductSearchKeywordHydratorService',
  399.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinitionService',
  400.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinitionService',
  401.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinitionService',
  402.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinitionService',
  403.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator' => 'getProductVisibilityHydratorService',
  404.             'Shopware\\Core\\Content\\Product\\Api\\ProductActionController' => 'getProductActionControllerService',
  405.             'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder' => 'getCheapestPriceAccessorBuilderService',
  406.             'Shopware\\Core\\Content\\Product\\ProductDefinition' => 'getProductDefinitionService',
  407.             'Shopware\\Core\\Content\\Product\\ProductHydrator' => 'getProductHydratorService',
  408.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute' => 'getCachedProductCrossSellingRouteService',
  409.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute' => 'getCachedProductDetailRouteService',
  410.             'Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute' => 'getFindProductVariantRouteService',
  411.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute' => 'getCachedProductListingRouteService',
  412.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute' => 'getResolveCriteriaProductListingRouteService',
  413.             'Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute' => 'getProductListRouteService',
  414.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute' => 'getCachedProductReviewRouteService',
  415.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute' => 'getProductReviewSaveRouteService',
  416.             'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'getSalesChannelProductDefinitionService',
  417.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\CachedProductSearchRoute' => 'getCachedProductSearchRouteService',
  418.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute' => 'getResolvedCriteriaProductSearchRouteService',
  419.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinitionService',
  420.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator' => 'getProductSortingHydratorService',
  421.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinitionService',
  422.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute' => 'getCachedProductSuggestRouteService',
  423.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinitionService',
  424.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinitionService',
  425.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator' => 'getPropertyGroupOptionHydratorService',
  426.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinitionService',
  427.             'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinitionService',
  428.             'Shopware\\Core\\Content\\Property\\PropertyGroupHydrator' => 'getPropertyGroupHydratorService',
  429.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinitionService',
  430.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinitionService',
  431.             'Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinitionService',
  432.             'Shopware\\Core\\Content\\Seo\\Api\\SeoActionController' => 'getSeoActionControllerService',
  433.             'Shopware\\Core\\Content\\Seo\\CachedSeoResolver' => 'getCachedSeoResolverService',
  434.             'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver' => 'getEmptyPathInfoResolverService',
  435.             'Shopware\\Core\\Content\\Seo\\Entity\\Dbal\\SeoUrlAssociationFieldResolver' => 'getSeoUrlAssociationFieldResolverService',
  436.             'Shopware\\Core\\Content\\Seo\\Entity\\Serializer\\SeoUrlFieldSerializer' => 'getSeoUrlFieldSerializerService',
  437.             'Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'getMainCategoryDefinitionService',
  438.             'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'getSalesChannelMainCategoryDefinitionService',
  439.             'Shopware\\Core\\Content\\Seo\\SalesChannel\\SeoUrlRoute' => 'getSeoUrlRouteService',
  440.             'Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface' => 'getSeoUrlPlaceholderHandlerInterfaceService',
  441.             'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinitionService',
  442.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'getSalesChannelSeoUrlDefinitionService',
  443.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'getSeoUrlDefinitionService',
  444.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute' => 'getCachedSitemapRouteService',
  445.             'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetPackageService' => 'getAssetPackageServiceService',
  446.             'Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader' => 'getCacheIdLoaderService',
  447.             'Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\Facade\\CacheInvalidatorFacadeHookFactory' => 'getCacheInvalidatorFacadeHookFactoryService',
  448.             'Shopware\\Core\\Framework\\Adapter\\Twig\\AppTemplateIterator' => 'getAppTemplateIteratorService',
  449.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => 'getTemplateFinderService',
  450.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateIterator' => 'getTemplateIteratorService',
  451.             'Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator' => 'getAclCriteriaValidatorService',
  452.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinitionService',
  453.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinitionService',
  454.             'Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController' => 'getAccessKeyControllerService',
  455.             'Shopware\\Core\\Framework\\Api\\Controller\\AclController' => 'getAclControllerService',
  456.             'Shopware\\Core\\Framework\\Api\\Controller\\ApiController' => 'getApiControllerService',
  457.             'Shopware\\Core\\Framework\\Api\\Controller\\AuthController' => 'getAuthControllerService',
  458.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController' => 'getCacheController2Service',
  459.             'Shopware\\Core\\Framework\\Api\\Controller\\CustomSnippetFormatController' => 'getCustomSnippetFormatControllerService',
  460.             'Shopware\\Core\\Framework\\Api\\Controller\\FallbackController' => 'getFallbackControllerService',
  461.             'Shopware\\Core\\Framework\\Api\\Controller\\IndexingController' => 'getIndexingControllerService',
  462.             'Shopware\\Core\\Framework\\Api\\Controller\\InfoController' => 'getInfoControllerService',
  463.             'Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController' => 'getIntegrationControllerService',
  464.             'Shopware\\Core\\Framework\\Api\\Controller\\SalesChannelProxyController' => 'getSalesChannelProxyControllerService',
  465.             'Shopware\\Core\\Framework\\Api\\Controller\\SyncController' => 'getSyncControllerService',
  466.             'Shopware\\Core\\Framework\\Api\\Controller\\UserController' => 'getUserControllerService',
  467.             'Shopware\\Core\\Framework\\Api\\Sync\\SyncService' => 'getSyncServiceService',
  468.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinitionService',
  469.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinitionService',
  470.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinitionService',
  471.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinitionService',
  472.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinitionService',
  473.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinitionService',
  474.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinitionService',
  475.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinitionService',
  476.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinitionService',
  477.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinitionService',
  478.             'Shopware\\Core\\Framework\\App\\Api\\AppActionController' => 'getAppActionControllerService',
  479.             'Shopware\\Core\\Framework\\App\\Api\\AppCmsController' => 'getAppCmsControllerService',
  480.             'Shopware\\Core\\Framework\\App\\Api\\AppUrlChangeController' => 'getAppUrlChangeControllerService',
  481.             'Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinitionService',
  482.             'Shopware\\Core\\Framework\\App\\AppLocaleProvider' => 'getAppLocaleProviderService',
  483.             'Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver' => 'getResolverService',
  484.             'Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionProvider' => 'getAppFlowActionProviderService',
  485.             'Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider' => 'getShopIdProviderService',
  486.             'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinitionService',
  487.             'Shopware\\Core\\Framework\\App\\Template\\TemplateStateService' => 'getTemplateStateServiceService',
  488.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator' => 'getEntityCacheKeyGeneratorService',
  489.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator' => 'getEntityHydratorService',
  490.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\ConfigJsonFieldAccessorBuilder' => 'getConfigJsonFieldAccessorBuilderService',
  491.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\CustomFieldsAccessorBuilder' => 'getCustomFieldsAccessorBuilderService',
  492.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder' => 'getDefaultFieldAccessorBuilderService',
  493.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\JsonFieldAccessorBuilder' => 'getJsonFieldAccessorBuilderService',
  494.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\PriceFieldAccessorBuilder' => 'getPriceFieldAccessorBuilderService',
  495.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver' => 'getManyToManyAssociationFieldResolverService',
  496.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToOneAssociationFieldResolver' => 'getManyToOneAssociationFieldResolverService',
  497.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver' => 'getOneToManyAssociationFieldResolverService',
  498.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver' => 'getTranslationFieldResolverService',
  499.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder' => 'getJoinGroupBuilderService',
  500.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry' => 'getDefinitionInstanceRegistryService',
  501.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory' => 'getEntityLoadedEventFactoryService',
  502.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry' => 'getExtensionRegistryService',
  503.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryFacadeHookFactory' => 'getRepositoryFacadeHookFactoryService',
  504.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryWriterFacadeHookFactory' => 'getRepositoryWriterFacadeHookFactoryService',
  505.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\SalesChannelRepositoryFacadeHookFactory' => 'getSalesChannelRepositoryFacadeHookFactoryService',
  506.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer' => 'getBlobFieldSerializerService',
  507.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BoolFieldSerializer' => 'getBoolFieldSerializerService',
  508.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CalculatedPriceFieldSerializer' => 'getCalculatedPriceFieldSerializerService',
  509.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CartPriceFieldSerializer' => 'getCartPriceFieldSerializerService',
  510.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CashRoundingConfigFieldSerializer' => 'getCashRoundingConfigFieldSerializerService',
  511.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ConfigJsonFieldSerializer' => 'getConfigJsonFieldSerializerService',
  512.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedAtFieldSerializer' => 'getCreatedAtFieldSerializerService',
  513.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedByFieldSerializer' => 'getCreatedByFieldSerializerService',
  514.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer' => 'getCustomFieldsSerializerService',
  515.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateFieldSerializer' => 'getDateFieldSerializerService',
  516.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateTimeFieldSerializer' => 'getDateTimeFieldSerializerService',
  517.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\EmailFieldSerializer' => 'getEmailFieldSerializerService',
  518.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FkFieldSerializer' => 'getFkFieldSerializerService',
  519.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FloatFieldSerializer' => 'getFloatFieldSerializerService',
  520.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IdFieldSerializer' => 'getIdFieldSerializerService',
  521.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IntFieldSerializer' => 'getIntFieldSerializerService',
  522.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\JsonFieldSerializer' => 'getJsonFieldSerializerService',
  523.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ListFieldSerializer' => 'getListFieldSerializerService',
  524.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\LongTextFieldSerializer' => 'getLongTextFieldSerializerService',
  525.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToManyAssociationFieldSerializer' => 'getManyToManyAssociationFieldSerializerService',
  526.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToOneAssociationFieldSerializer' => 'getManyToOneAssociationFieldSerializerService',
  527.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToManyAssociationFieldSerializer' => 'getOneToManyAssociationFieldSerializerService',
  528.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToOneAssociationFieldSerializer' => 'getOneToOneAssociationFieldSerializerService',
  529.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer' => 'getPHPUnserializeFieldSerializerService',
  530.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PasswordFieldSerializer' => 'getPasswordFieldSerializerService',
  531.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceDefinitionFieldSerializer' => 'getPriceDefinitionFieldSerializerService',
  532.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceFieldSerializer' => 'getPriceFieldSerializerService',
  533.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer' => 'getReferenceVersionFieldSerializerService',
  534.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\RemoteAddressFieldSerializer' => 'getRemoteAddressFieldSerializerService',
  535.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StateMachineStateFieldSerializer' => 'getStateMachineStateFieldSerializerService',
  536.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StringFieldSerializer' => 'getStringFieldSerializerService',
  537.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TaxFreeConfigFieldSerializer' => 'getTaxFreeConfigFieldSerializerService',
  538.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TimeZoneFieldSerializer' => 'getTimeZoneFieldSerializerService',
  539.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer' => 'getTranslatedFieldSerializerService',
  540.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslationsAssociationFieldSerializer' => 'getTranslationsAssociationFieldSerializerService',
  541.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedAtFieldSerializer' => 'getUpdatedAtFieldSerializerService',
  542.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedByFieldSerializer' => 'getUpdatedByFieldSerializerService',
  543.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VariantListingConfigFieldSerializer' => 'getVariantListingConfigFieldSerializerService',
  544.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer' => 'getVersionDataPayloadFieldSerializerService',
  545.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer' => 'getVersionFieldSerializerService',
  546.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry' => 'getEntityIndexerRegistryService',
  547.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface' => 'getEntityReaderInterfaceService',
  548.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface' => 'getEntityAggregatorInterfaceService',
  549.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface' => 'getEntitySearcherInterfaceService',
  550.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager' => 'getVersionManagerService',
  551.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinitionService',
  552.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinitionService',
  553.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinitionService',
  554.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface' => 'getEntityWriteGatewayInterfaceService',
  555.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter' => 'getEntityWriterService',
  556.             'Shopware\\Core\\Framework\\Event\\BusinessEventRegistry' => 'getBusinessEventRegistryService',
  557.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinitionService',
  558.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinitionService',
  559.             'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinitionService',
  560.             'Shopware\\Core\\Framework\\Increment\\Controller\\IncrementApiController' => 'getIncrementApiControllerService',
  561.             'Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinitionService',
  562.             'Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController' => 'getConsumeMessagesControllerService',
  563.             'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinitionService',
  564.             'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinitionService',
  565.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Api\\ScheduledTaskController' => 'getScheduledTaskController2Service',
  566.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinitionService',
  567.             'Shopware\\Core\\Framework\\Migration\\Api\\MigrationController' => 'getMigrationControllerService',
  568.             'Shopware\\Core\\Framework\\Migration\\IndexerQueuer' => 'getIndexerQueuerService',
  569.             'Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader' => 'getMigrationCollectionLoaderService',
  570.             'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinitionService',
  571.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection' => 'getKernelPluginCollectionService',
  572.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader' => 'getKernelPluginLoaderService',
  573.             'Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinitionService',
  574.             'Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider' => 'getPluginIdProviderService',
  575.             'Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService' => 'getCanonicalRedirectServiceService',
  576.             'Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface' => 'getRequestTransformerInterfaceService',
  577.             'Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController' => 'getRuleConfigControllerService',
  578.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptApiRoute' => 'getScriptApiRouteService',
  579.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseFactoryFacadeHookFactory' => 'getScriptResponseFactoryFacadeHookFactoryService',
  580.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptStoreApiRoute' => 'getScriptStoreApiRouteService',
  581.             'Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor' => 'getScriptExecutorService',
  582.             'Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinitionService',
  583.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreActionsController' => 'getExtensionStoreActionsControllerService',
  584.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreDataController' => 'getExtensionStoreDataControllerService',
  585.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreLicensesController' => 'getExtensionStoreLicensesControllerService',
  586.             'Shopware\\Core\\Framework\\Store\\Api\\FirstRunWizardController' => 'getFirstRunWizardControllerService',
  587.             'Shopware\\Core\\Framework\\Store\\Api\\StoreController' => 'getStoreControllerService',
  588.             'Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider' => 'getStoreRequestOptionsProviderService',
  589.             'Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware' => 'getShopSecretInvalidMiddlewareService',
  590.             'Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware' => 'getStoreSessionExpiredMiddlewareService',
  591.             'Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware' => 'getVerifyResponseSignatureMiddlewareService',
  592.             'Shopware\\Core\\Framework\\Update\\Api\\UpdateController' => 'getUpdateControllerService',
  593.             'Shopware\\Core\\Framework\\Util\\HtmlSanitizer' => 'getHtmlSanitizerService',
  594.             'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinitionService',
  595.             'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinitionService',
  596.             'Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator' => 'getSalesChannelCreatorService',
  597.             'Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner' => 'getUserProvisionerService',
  598.             'Shopware\\Core\\Profiling\\Profiler' => 'getProfilerService',
  599.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinitionService',
  600.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'getCountryStateDefinitionService',
  601.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'getSalesChannelCountryStateDefinitionService',
  602.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinitionService',
  603.             'Shopware\\Core\\System\\Country\\CountryDefinition' => 'getCountryDefinitionService',
  604.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute' => 'getCachedCountryRouteService',
  605.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute' => 'getCachedCountryStateRouteService',
  606.             'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinitionService',
  607.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinitionService',
  608.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinitionService',
  609.             'Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'getCurrencyDefinitionService',
  610.             'Shopware\\Core\\System\\Currency\\CurrencyFormatter' => 'getCurrencyFormatterService',
  611.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute' => 'getCachedCurrencyRouteService',
  612.             'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinitionService',
  613.             'Shopware\\Core\\System\\CustomEntity\\Api\\CustomEntityApiController' => 'getCustomEntityApiControllerService',
  614.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinitionService',
  615.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar' => 'getCustomEntityRegistrarService',
  616.             'Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater' => 'getCustomEntitySchemaUpdaterService',
  617.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinitionService',
  618.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinitionService',
  619.             'Shopware\\Core\\System\\CustomField\\Api\\CustomFieldSetActionController' => 'getCustomFieldSetActionControllerService',
  620.             'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinitionService',
  621.             'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinitionService',
  622.             'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinitionService',
  623.             'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinitionService',
  624.             'Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinitionService',
  625.             'Shopware\\Core\\System\\Language\\LanguageDefinition' => 'getLanguageDefinitionService',
  626.             'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute' => 'getCachedLanguageRouteService',
  627.             'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinitionService',
  628.             'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinitionService',
  629.             'Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinitionService',
  630.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinitionService',
  631.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinitionService',
  632.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinitionService',
  633.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinitionService',
  634.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinitionService',
  635.             'Shopware\\Core\\System\\NumberRange\\Api\\NumberRangeController' => 'getNumberRangeControllerService',
  636.             'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinitionService',
  637.             'Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface' => 'getNumberRangeValueGeneratorInterfaceService',
  638.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinitionService',
  639.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition2Service',
  640.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition2Service',
  641.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinitionService',
  642.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition2Service',
  643.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition2Service',
  644.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition2Service',
  645.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinitionService',
  646.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinitionService',
  647.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinitionService',
  648.             'Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory' => 'getSalesChannelContextFactoryService',
  649.             'Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry' => 'getSalesChannelDefinitionInstanceRegistryService',
  650.             'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinitionService',
  651.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\StoreApiInfoController' => 'getStoreApiInfoControllerService',
  652.             'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinitionService',
  653.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute' => 'getCachedSalutationRouteService',
  654.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'getSalesChannelSalutationDefinitionService',
  655.             'Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'getSalutationDefinitionService',
  656.             'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinitionService',
  657.             'Shopware\\Core\\System\\Snippet\\Api\\SnippetController' => 'getSnippetControllerService',
  658.             'Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection' => 'getSnippetFileCollectionService',
  659.             'Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory' => 'getSnippetFilterFactoryService',
  660.             'Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinitionService',
  661.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinitionService',
  662.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinitionService',
  663.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinitionService',
  664.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinitionService',
  665.             'Shopware\\Core\\System\\StateMachine\\Api\\StateMachineActionController' => 'getStateMachineActionControllerService',
  666.             'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinitionService',
  667.             'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinitionService',
  668.             'Shopware\\Core\\System\\SystemConfig\\Facade\\SystemConfigFacadeHookFactory' => 'getSystemConfigFacadeHookFactoryService',
  669.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinitionService',
  670.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigService' => 'getSystemConfigServiceService',
  671.             'Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService' => 'getFilterTagIdsServiceService',
  672.             'Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinitionService',
  673.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinitionService',
  674.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinitionService',
  675.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinitionService',
  676.             'Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinitionService',
  677.             'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinitionService',
  678.             'Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinitionService',
  679.             'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinitionService',
  680.             'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinitionService',
  681.             'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinitionService',
  682.             'Shopware\\Core\\System\\User\\Api\\UserRecoveryController' => 'getUserRecoveryControllerService',
  683.             'Shopware\\Core\\System\\User\\Api\\UserValidationController' => 'getUserValidationControllerService',
  684.             'Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinitionService',
  685.             'Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper' => 'getElasticsearchHelperService',
  686.             'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler' => 'getCreateAliasTaskHandlerService',
  687.             'Shopware\\Storefront\\Controller\\AccountOrderController' => 'getAccountOrderControllerService',
  688.             'Shopware\\Storefront\\Controller\\AccountPaymentController' => 'getAccountPaymentControllerService',
  689.             'Shopware\\Storefront\\Controller\\AccountProfileController' => 'getAccountProfileControllerService',
  690.             'Shopware\\Storefront\\Controller\\Api\\CaptchaController' => 'getCaptchaControllerService',
  691.             'Shopware\\Storefront\\Controller\\AuthController' => 'getAuthController2Service',
  692.             'Shopware\\Storefront\\Controller\\CaptchaController' => 'getCaptchaController2Service',
  693.             'Shopware\\Storefront\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  694.             'Shopware\\Storefront\\Controller\\CmsController' => 'getCmsControllerService',
  695.             'Shopware\\Storefront\\Controller\\ContextController' => 'getContextControllerService',
  696.             'Shopware\\Storefront\\Controller\\CountryStateController' => 'getCountryStateControllerService',
  697.             'Shopware\\Storefront\\Controller\\CsrfController' => 'getCsrfControllerService',
  698.             'Shopware\\Storefront\\Controller\\DocumentController' => 'getDocumentController2Service',
  699.             'Shopware\\Storefront\\Controller\\ErrorController' => 'getErrorControllerService',
  700.             'Shopware\\Storefront\\Controller\\FormController' => 'getFormController3Service',
  701.             'Shopware\\Storefront\\Controller\\LandingPageController' => 'getLandingPageControllerService',
  702.             'Shopware\\Storefront\\Controller\\MaintenanceController' => 'getMaintenanceControllerService',
  703.             'Shopware\\Storefront\\Controller\\NavigationController' => 'getNavigationControllerService',
  704.             'Shopware\\Storefront\\Controller\\NewsletterController' => 'getNewsletterControllerService',
  705.             'Shopware\\Storefront\\Controller\\ProductController' => 'getProductControllerService',
  706.             'Shopware\\Storefront\\Controller\\RegisterController' => 'getRegisterControllerService',
  707.             'Shopware\\Storefront\\Controller\\ScriptController' => 'getScriptControllerService',
  708.             'Shopware\\Storefront\\Controller\\SearchController' => 'getSearchControllerService',
  709.             'Shopware\\Storefront\\Controller\\SitemapController' => 'getSitemapControllerService',
  710.             'Shopware\\Storefront\\Controller\\StoreApiProxyController' => 'getStoreApiProxyControllerService',
  711.             'Shopware\\Storefront\\Controller\\VerificationHashController' => 'getVerificationHashControllerService',
  712.             'Shopware\\Storefront\\Controller\\WellKnownController' => 'getWellKnownControllerService',
  713.             'Shopware\\Storefront\\Controller\\WishlistController' => 'getWishlistControllerService',
  714.             'Shopware\\Storefront\\Framework\\Cache\\CacheStore' => 'getCacheStoreService',
  715.             'Shopware\\Storefront\\Framework\\Csrf\\CsrfPlaceholderHandler' => 'getCsrfPlaceholderHandlerService',
  716.             'Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry' => 'getStorefrontMediaValidatorRegistryService',
  717.             'Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader' => 'getCheckoutRegisterPageLoaderService',
  718.             'Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder' => 'getProductCombinationFinderService',
  719.             'Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader' => 'getProductReviewLoaderService',
  720.             'Shopware\\Storefront\\Page\\Search\\SearchPageLoader' => 'getSearchPageLoaderService',
  721.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinitionService',
  722.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinitionService',
  723.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinitionService',
  724.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinitionService',
  725.             'Shopware\\Storefront\\Theme\\Controller\\ThemeController' => 'getThemeControllerService',
  726.             'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => 'getSalesChannelThemeLoaderService',
  727.             'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => 'getStorefrontPluginRegistryService',
  728.             'Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinitionService',
  729.             'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements' => 'getSolidAdvancedSliderElementsService',
  730.             'SwagExtensionStore\\Controller\\DataController' => 'getDataControllerService',
  731.             'SwagExtensionStore\\Controller\\LicenseController' => 'getLicenseControllerService',
  732.             'SwagExtensionStore\\SwagExtensionStore' => 'getSwagExtensionStoreService',
  733.             'Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition' => 'getPackLanguageDefinitionService',
  734.             'Swag\\LanguagePack\\SwagLanguagePack' => 'getSwagLanguagePackService',
  735.             'Swag\\PayPal\\Administration\\PayPalPaymentMethodController' => 'getPayPalPaymentMethodControllerService',
  736.             'Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute' => 'getExpressCategoryRouteService',
  737.             'Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCreateOrderRoute' => 'getExpressCreateOrderRouteService',
  738.             'Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressPrepareCheckoutRoute' => 'getExpressPrepareCheckoutRouteService',
  739.             'Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute' => 'getPUIPaymentInstructionsRouteService',
  740.             'Swag\\PayPal\\Checkout\\Plus\\PlusPaymentFinalizeController' => 'getPlusPaymentFinalizeControllerService',
  741.             'Swag\\PayPal\\Checkout\\Plus\\PlusPaymentHandleController' => 'getPlusPaymentHandleControllerService',
  742.             'Swag\\PayPal\\Checkout\\SalesChannel\\CreateOrderRoute' => 'getCreateOrderRouteService',
  743.             'Swag\\PayPal\\Checkout\\SalesChannel\\ErrorRoute' => 'getErrorRouteService',
  744.             'Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute' => 'getFilteredPaymentMethodRouteService',
  745.             'Swag\\PayPal\\Checkout\\SalesChannel\\MethodEligibilityRoute' => 'getMethodEligibilityRouteService',
  746.             'Swag\\PayPal\\Dispute\\Administration\\DisputeController' => 'getDisputeControllerService',
  747.             'Swag\\PayPal\\OrdersApi\\Administration\\PayPalOrdersController' => 'getPayPalOrdersControllerService',
  748.             'Swag\\PayPal\\PaymentsApi\\Administration\\PayPalPaymentController' => 'getPayPalPaymentControllerService',
  749.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition' => 'getPosSalesChannelDefinitionService',
  750.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition' => 'getPosSalesChannelInventoryDefinitionService',
  751.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition' => 'getPosSalesChannelMediaDefinitionService',
  752.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition' => 'getPosSalesChannelProductDefinitionService',
  753.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition' => 'getPosSalesChannelRunDefinitionService',
  754.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition' => 'getPosSalesChannelRunLogDefinitionService',
  755.             'Swag\\PayPal\\Pos\\PosSyncController' => 'getPosSyncControllerService',
  756.             'Swag\\PayPal\\Pos\\Setting\\Service\\InformationDefaultService' => 'getInformationDefaultServiceService',
  757.             'Swag\\PayPal\\Pos\\Setting\\SettingsController' => 'getSettingsController2Service',
  758.             'Swag\\PayPal\\Pos\\Webhook\\WebhookController' => 'getWebhookControllerService',
  759.             'Swag\\PayPal\\Pos\\Webhook\\WebhookService' => 'getWebhookServiceService',
  760.             'Swag\\PayPal\\Setting\\SettingsController' => 'getSettingsController3Service',
  761.             'Swag\\PayPal\\Storefront\\Controller\\PayPalController' => 'getPayPalControllerService',
  762.             'Swag\\PayPal\\Storefront\\Data\\Service\\ACDCCheckoutDataService' => 'getACDCCheckoutDataServiceService',
  763.             'Swag\\PayPal\\Storefront\\Data\\Service\\PayLaterCheckoutDataService' => 'getPayLaterCheckoutDataServiceService',
  764.             'Swag\\PayPal\\Storefront\\Data\\Service\\SEPACheckoutDataService' => 'getSEPACheckoutDataServiceService',
  765.             'Swag\\PayPal\\Storefront\\Data\\Service\\SPBCheckoutDataService' => 'getSPBCheckoutDataServiceService',
  766.             'Swag\\PayPal\\Storefront\\Data\\Service\\VenmoCheckoutDataService' => 'getVenmoCheckoutDataServiceService',
  767.             'Swag\\PayPal\\SwagPayPal' => 'getSwagPayPalService',
  768.             'Swag\\PayPal\\Util\\Lifecycle\\Installer\\MediaInstaller' => 'getMediaInstallerService',
  769.             'Swag\\PayPal\\Util\\Lifecycle\\Installer\\PaymentMethodInstaller' => 'getPaymentMethodInstallerService',
  770.             'Swag\\PayPal\\Util\\Lifecycle\\State\\PaymentMethodStateService' => 'getPaymentMethodStateServiceService',
  771.             'Swag\\PayPal\\Webhook\\Registration\\WebhookSystemConfigController' => 'getWebhookSystemConfigControllerService',
  772.             'Swag\\PayPal\\Webhook\\WebhookController' => 'getWebhookController2Service',
  773.             'Swag\\PayPal\\Webhook\\WebhookService' => 'getWebhookService2Service',
  774.             'Swag\\Security\\Api\\ConfigController' => 'getConfigControllerService',
  775.             'Swag\\Security\\Api\\SecurityController' => 'getSecurityControllerService',
  776.             'Swag\\Security\\Fixes\\NEXT15675\\PrepareDownloadController' => 'getPrepareDownloadControllerService',
  777.             'Swag\\Security\\Subscriber\\AdminSecurityFixesProvider' => 'getAdminSecurityFixesProviderService',
  778.             'Swag\\Security\\Subscriber\\TwigStateProvider' => 'getTwigStateProviderService',
  779.             'Swag\\Security\\SwagPlatformSecurity' => 'getSwagPlatformSecurityService',
  780.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  781.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  782.             'acl_role.repository' => 'getAclRole_RepositoryService',
  783.             'acl_user_role.repository' => 'getAclUserRole_RepositoryService',
  784.             'acris_promotion_c_s.filesystem.private' => 'getAcrisPromotionCS_Filesystem_PrivateService',
  785.             'acris_promotion_c_s.filesystem.public' => 'getAcrisPromotionCS_Filesystem_PublicService',
  786.             'acris_promotion_display.repository' => 'getAcrisPromotionDisplay_RepositoryService',
  787.             'acris_tax_c_s.filesystem.private' => 'getAcrisTaxCS_Filesystem_PrivateService',
  788.             'acris_tax_c_s.filesystem.public' => 'getAcrisTaxCS_Filesystem_PublicService',
  789.             'acris_tax_country_rule.repository' => 'getAcrisTaxCountryRule_RepositoryService',
  790.             'acris_tax_customer_group_rule.repository' => 'getAcrisTaxCustomerGroupRule_RepositoryService',
  791.             'acris_tax_vat_id_validation_log.repository' => 'getAcrisTaxVatIdValidationLog_RepositoryService',
  792.             'administration.filesystem.private' => 'getAdministration_Filesystem_PrivateService',
  793.             'administration.filesystem.public' => 'getAdministration_Filesystem_PublicService',
  794.             'aku_cms_factory.filesystem.private' => 'getAkuCmsFactory_Filesystem_PrivateService',
  795.             'aku_cms_factory.filesystem.public' => 'getAkuCmsFactory_Filesystem_PublicService',
  796.             'app.repository' => 'getApp_RepositoryService',
  797.             'app_action_button.repository' => 'getAppActionButton_RepositoryService',
  798.             'app_action_button_translation.repository' => 'getAppActionButtonTranslation_RepositoryService',
  799.             'app_administration_snippet.repository' => 'getAppAdministrationSnippet_RepositoryService',
  800.             'app_cms_block.repository' => 'getAppCmsBlock_RepositoryService',
  801.             'app_cms_block_translation.repository' => 'getAppCmsBlockTranslation_RepositoryService',
  802.             'app_flow_action.repository' => 'getAppFlowAction_RepositoryService',
  803.             'app_flow_action_translation.repository' => 'getAppFlowActionTranslation_RepositoryService',
  804.             'app_payment_method.repository' => 'getAppPaymentMethod_RepositoryService',
  805.             'app_script_condition.repository' => 'getAppScriptCondition_RepositoryService',
  806.             'app_script_condition_translation.repository' => 'getAppScriptConditionTranslation_RepositoryService',
  807.             'app_template.repository' => 'getAppTemplate_RepositoryService',
  808.             'app_translation.repository' => 'getAppTranslation_RepositoryService',
  809.             'boeden_theme_extension.filesystem.private' => 'getBoedenThemeExtension_Filesystem_PrivateService',
  810.             'boeden_theme_extension.filesystem.public' => 'getBoedenThemeExtension_Filesystem_PublicService',
  811.             'cache.app' => 'getCache_AppService',
  812.             'cache.app_clearer' => 'getCache_AppClearerService',
  813.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  814.             'cache.system' => 'getCache_SystemService',
  815.             'cache.system_clearer' => 'getCache_SystemClearerService',
  816.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  817.             'cache_warmer' => 'getCacheWarmerService',
  818.             'category.repository' => 'getCategory_RepositoryService',
  819.             'category_tag.repository' => 'getCategoryTag_RepositoryService',
  820.             'category_translation.repository' => 'getCategoryTranslation_RepositoryService',
  821.             'checkout.filesystem.private' => 'getCheckout_Filesystem_PrivateService',
  822.             'checkout.filesystem.public' => 'getCheckout_Filesystem_PublicService',
  823.             'cms_block.repository' => 'getCmsBlock_RepositoryService',
  824.             'cms_factory_element.repository' => 'getCmsFactoryElement_RepositoryService',
  825.             'cms_page.repository' => 'getCmsPage_RepositoryService',
  826.             'cms_page_translation.repository' => 'getCmsPageTranslation_RepositoryService',
  827.             'cms_section.repository' => 'getCmsSection_RepositoryService',
  828.             'cms_slot.repository' => 'getCmsSlot_RepositoryService',
  829.             'cms_slot_translation.repository' => 'getCmsSlotTranslation_RepositoryService',
  830.             'coe_account_ort_plz_sw6.filesystem.private' => 'getCoeAccountOrtPlzSw6_Filesystem_PrivateService',
  831.             'coe_account_ort_plz_sw6.filesystem.public' => 'getCoeAccountOrtPlzSw6_Filesystem_PublicService',
  832.             'coe_country_zip_validation.repository' => 'getCoeCountryZipValidation_RepositoryService',
  833.             'console.command.public_alias.Frosh\\Tools\\Command\\DevRobotsTxtCommand' => 'getDevRobotsTxtCommandService',
  834.             'console.command_loader' => 'getConsole_CommandLoaderService',
  835.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  836.             'content.filesystem.private' => 'getContent_Filesystem_PrivateService',
  837.             'content.filesystem.public' => 'getContent_Filesystem_PublicService',
  838.             'country.repository' => 'getCountry_RepositoryService',
  839.             'country_state.repository' => 'getCountryState_RepositoryService',
  840.             'country_state_translation.repository' => 'getCountryStateTranslation_RepositoryService',
  841.             'country_translation.repository' => 'getCountryTranslation_RepositoryService',
  842.             'currency.repository' => 'getCurrency_RepositoryService',
  843.             'currency_country_rounding.repository' => 'getCurrencyCountryRounding_RepositoryService',
  844.             'currency_translation.repository' => 'getCurrencyTranslation_RepositoryService',
  845.             'custom_entity.repository' => 'getCustomEntity_RepositoryService',
  846.             'custom_field.repository' => 'getCustomField_RepositoryService',
  847.             'custom_field_set.repository' => 'getCustomFieldSet_RepositoryService',
  848.             'custom_field_set_relation.repository' => 'getCustomFieldSetRelation_RepositoryService',
  849.             'customer.repository' => 'getCustomer_RepositoryService',
  850.             'customer_address.repository' => 'getCustomerAddress_RepositoryService',
  851.             'customer_group.repository' => 'getCustomerGroup_RepositoryService',
  852.             'customer_group_registration_sales_channels.repository' => 'getCustomerGroupRegistrationSalesChannels_RepositoryService',
  853.             'customer_group_translation.repository' => 'getCustomerGroupTranslation_RepositoryService',
  854.             'customer_recovery.repository' => 'getCustomerRecovery_RepositoryService',
  855.             'customer_tag.repository' => 'getCustomerTag_RepositoryService',
  856.             'customer_wishlist.repository' => 'getCustomerWishlist_RepositoryService',
  857.             'customer_wishlist_product.repository' => 'getCustomerWishlistProduct_RepositoryService',
  858.             'd_i_sco_g_a4.filesystem.private' => 'getDIScoGA4_Filesystem_PrivateService',
  859.             'd_i_sco_g_a4.filesystem.public' => 'getDIScoGA4_Filesystem_PublicService',
  860.             'data_collector.dump' => 'getDataCollector_DumpService',
  861.             'dead_message.repository' => 'getDeadMessage_RepositoryService',
  862.             'delivery_time.repository' => 'getDeliveryTime_RepositoryService',
  863.             'delivery_time_translation.repository' => 'getDeliveryTimeTranslation_RepositoryService',
  864.             'document.repository' => 'getDocument_RepositoryService',
  865.             'document_base_config.repository' => 'getDocumentBaseConfig_RepositoryService',
  866.             'document_base_config_sales_channel.repository' => 'getDocumentBaseConfigSalesChannel_RepositoryService',
  867.             'document_type.repository' => 'getDocumentType_RepositoryService',
  868.             'document_type_translation.repository' => 'getDocumentTypeTranslation_RepositoryService',
  869.             'elasticsearch.filesystem.private' => 'getElasticsearch_Filesystem_PrivateService',
  870.             'elasticsearch.filesystem.public' => 'getElasticsearch_Filesystem_PublicService',
  871.             'enqueue.client.default.producer' => 'getEnqueue_Client_Default_ProducerService',
  872.             'error_controller' => 'getErrorController2Service',
  873.             'event_action.repository' => 'getEventAction_RepositoryService',
  874.             'event_action_rule.repository' => 'getEventActionRule_RepositoryService',
  875.             'event_action_sales_channel.repository' => 'getEventActionSalesChannel_RepositoryService',
  876.             'event_dispatcher' => 'getEventDispatcherService',
  877.             'flow.repository' => 'getFlow_RepositoryService',
  878.             'flow_sequence.repository' => 'getFlowSequence_RepositoryService',
  879.             'fourtwosix\\AddPurchaseUnit\\fourtwosixAddPurchaseUnit' => 'getFourtwosixAddPurchaseUnitService',
  880.             'fourtwosix\\AttributeBadges\\fourtwosixAttributeBadges' => 'getFourtwosixAttributeBadgesService',
  881.             'fourtwosix\\BuyByQmUnit\\fourtwosixBuyByQmUnit' => 'getFourtwosixBuyByQmUnitService',
  882.             'fourtwosix\\ShippingCostPercentageOrPerWeight\\fourtwosixShippingCostsPercentageOrPerWeight' => 'getFourtwosixShippingCostsPercentageOrPerWeightService',
  883.             'fourtwosix_add_purchase_unit.filesystem.private' => 'getFourtwosixAddPurchaseUnit_Filesystem_PrivateService',
  884.             'fourtwosix_add_purchase_unit.filesystem.public' => 'getFourtwosixAddPurchaseUnit_Filesystem_PublicService',
  885.             'fourtwosix_attachments.filesystem.private' => 'getFourtwosixAttachments_Filesystem_PrivateService',
  886.             'fourtwosix_attachments.filesystem.public' => 'getFourtwosixAttachments_Filesystem_PublicService',
  887.             'fourtwosix_attribute_badges.filesystem.private' => 'getFourtwosixAttributeBadges_Filesystem_PrivateService',
  888.             'fourtwosix_attribute_badges.filesystem.public' => 'getFourtwosixAttributeBadges_Filesystem_PublicService',
  889.             'fourtwosix_buy_by_qm_unit.filesystem.private' => 'getFourtwosixBuyByQmUnit_Filesystem_PrivateService',
  890.             'fourtwosix_buy_by_qm_unit.filesystem.public' => 'getFourtwosixBuyByQmUnit_Filesystem_PublicService',
  891.             'fourtwosix_category_description_on_p_d_p.filesystem.private' => 'getFourtwosixCategoryDescriptionOnPDP_Filesystem_PrivateService',
  892.             'fourtwosix_category_description_on_p_d_p.filesystem.public' => 'getFourtwosixCategoryDescriptionOnPDP_Filesystem_PublicService',
  893.             'fourtwosix_hide_empty_categories.filesystem.private' => 'getFourtwosixHideEmptyCategories_Filesystem_PrivateService',
  894.             'fourtwosix_hide_empty_categories.filesystem.public' => 'getFourtwosixHideEmptyCategories_Filesystem_PublicService',
  895.             'fourtwosix_italian_translations.filesystem.private' => 'getFourtwosixItalianTranslations_Filesystem_PrivateService',
  896.             'fourtwosix_italian_translations.filesystem.public' => 'getFourtwosixItalianTranslations_Filesystem_PublicService',
  897.             'fourtwosix_maintain_net_price.filesystem.private' => 'getFourtwosixMaintainNetPrice_Filesystem_PrivateService',
  898.             'fourtwosix_maintain_net_price.filesystem.public' => 'getFourtwosixMaintainNetPrice_Filesystem_PublicService',
  899.             'fourtwosix_monitor_plugin.filesystem.private' => 'getFourtwosixMonitorPlugin_Filesystem_PrivateService',
  900.             'fourtwosix_monitor_plugin.filesystem.public' => 'getFourtwosixMonitorPlugin_Filesystem_PublicService',
  901.             'fourtwosix_payment_surcharge.filesystem.private' => 'getFourtwosixPaymentSurcharge_Filesystem_PrivateService',
  902.             'fourtwosix_payment_surcharge.filesystem.public' => 'getFourtwosixPaymentSurcharge_Filesystem_PublicService',
  903.             'fourtwosix_phone_validation.filesystem.private' => 'getFourtwosixPhoneValidation_Filesystem_PrivateService',
  904.             'fourtwosix_phone_validation.filesystem.public' => 'getFourtwosixPhoneValidation_Filesystem_PublicService',
  905.             'fourtwosix_redirect_for_missing_trailing_slashes.filesystem.private' => 'getFourtwosixRedirectForMissingTrailingSlashes_Filesystem_PrivateService',
  906.             'fourtwosix_redirect_for_missing_trailing_slashes.filesystem.public' => 'getFourtwosixRedirectForMissingTrailingSlashes_Filesystem_PublicService',
  907.             'fourtwosix_registration_fields.filesystem.private' => 'getFourtwosixRegistrationFields_Filesystem_PrivateService',
  908.             'fourtwosix_registration_fields.filesystem.public' => 'getFourtwosixRegistrationFields_Filesystem_PublicService',
  909.             'fourtwosix_shipping_costs_calculator.filesystem.private' => 'getFourtwosixShippingCostsCalculator_Filesystem_PrivateService',
  910.             'fourtwosix_shipping_costs_calculator.filesystem.public' => 'getFourtwosixShippingCostsCalculator_Filesystem_PublicService',
  911.             'fourtwosix_shipping_costs_percentage_or_per_weight.filesystem.private' => 'getFourtwosixShippingCostsPercentageOrPerWeight_Filesystem_PrivateService',
  912.             'fourtwosix_shipping_costs_percentage_or_per_weight.filesystem.public' => 'getFourtwosixShippingCostsPercentageOrPerWeight_Filesystem_PublicService',
  913.             'fourtwosix_theme_extension.filesystem.private' => 'getFourtwosixThemeExtension_Filesystem_PrivateService',
  914.             'fourtwosix_theme_extension.filesystem.public' => 'getFourtwosixThemeExtension_Filesystem_PublicService',
  915.             'fourtwosix_translate_order_states.filesystem.private' => 'getFourtwosixTranslateOrderStates_Filesystem_PrivateService',
  916.             'fourtwosix_translate_order_states.filesystem.public' => 'getFourtwosixTranslateOrderStates_Filesystem_PublicService',
  917.             'framework.filesystem.private' => 'getFramework_Filesystem_PrivateService',
  918.             'framework.filesystem.public' => 'getFramework_Filesystem_PublicService',
  919.             'frosh_mail_archive.repository' => 'getFroshMailArchive_RepositoryService',
  920.             'frosh_platform_mail_archive.filesystem.private' => 'getFroshPlatformMailArchive_Filesystem_PrivateService',
  921.             'frosh_platform_mail_archive.filesystem.public' => 'getFroshPlatformMailArchive_Filesystem_PublicService',
  922.             'frosh_tools.filesystem.private' => 'getFroshTools_Filesystem_PrivateService',
  923.             'frosh_tools.filesystem.public' => 'getFroshTools_Filesystem_PublicService',
  924.             'fts.payment_cost.service.config_service' => 'getFts_PaymentCost_Service_ConfigServiceService',
  925.             'fts.payment_cost.service.payment_method_paymentcost_service' => 'getFts_PaymentCost_Service_PaymentMethodPaymentcostServiceService',
  926.             'fts_attachment.repository' => 'getFtsAttachment_RepositoryService',
  927.             'fts_attachment_language.repository' => 'getFtsAttachmentLanguage_RepositoryService',
  928.             'fts_attachment_translation.repository' => 'getFtsAttachmentTranslation_RepositoryService',
  929.             'fts_payment_cost.repository' => 'getFtsPaymentCost_RepositoryService',
  930.             'fts_payment_cost_translation.repository' => 'getFtsPaymentCostTranslation_RepositoryService',
  931.             'http_kernel' => 'getHttpKernelService',
  932.             'icorp_cms_extend_parallax_box.filesystem.private' => 'getIcorpCmsExtendParallaxBox_Filesystem_PrivateService',
  933.             'icorp_cms_extend_parallax_box.filesystem.public' => 'getIcorpCmsExtendParallaxBox_Filesystem_PublicService',
  934.             'import_export_file.repository' => 'getImportExportFile_RepositoryService',
  935.             'import_export_log.repository' => 'getImportExportLog_RepositoryService',
  936.             'import_export_profile.repository' => 'getImportExportProfile_RepositoryService',
  937.             'import_export_profile_translation.repository' => 'getImportExportProfileTranslation_RepositoryService',
  938.             'integration.repository' => 'getIntegration_RepositoryService',
  939.             'integration_role.repository' => 'getIntegrationRole_RepositoryService',
  940.             'landing_page.repository' => 'getLandingPage_RepositoryService',
  941.             'landing_page_sales_channel.repository' => 'getLandingPageSalesChannel_RepositoryService',
  942.             'landing_page_tag.repository' => 'getLandingPageTag_RepositoryService',
  943.             'landing_page_translation.repository' => 'getLandingPageTranslation_RepositoryService',
  944.             'language.repository' => 'getLanguage_RepositoryService',
  945.             'locale.repository' => 'getLocale_RepositoryService',
  946.             'locale_translation.repository' => 'getLocaleTranslation_RepositoryService',
  947.             'log_entry.repository' => 'getLogEntry_RepositoryService',
  948.             'logger' => 'getLoggerService',
  949.             'mail_header_footer.repository' => 'getMailHeaderFooter_RepositoryService',
  950.             'mail_header_footer_translation.repository' => 'getMailHeaderFooterTranslation_RepositoryService',
  951.             'mail_template.repository' => 'getMailTemplate_RepositoryService',
  952.             'mail_template_media.repository' => 'getMailTemplateMedia_RepositoryService',
  953.             'mail_template_translation.repository' => 'getMailTemplateTranslation_RepositoryService',
  954.             'mail_template_type.repository' => 'getMailTemplateType_RepositoryService',
  955.             'mail_template_type_translation.repository' => 'getMailTemplateTypeTranslation_RepositoryService',
  956.             'main_category.repository' => 'getMainCategory_RepositoryService',
  957.             'maintenance.filesystem.private' => 'getMaintenance_Filesystem_PrivateService',
  958.             'maintenance.filesystem.public' => 'getMaintenance_Filesystem_PublicService',
  959.             'media.repository' => 'getMedia_RepositoryService',
  960.             'media_default_folder.repository' => 'getMediaDefaultFolder_RepositoryService',
  961.             'media_folder.repository' => 'getMediaFolder_RepositoryService',
  962.             'media_folder_configuration.repository' => 'getMediaFolderConfiguration_RepositoryService',
  963.             'media_folder_configuration_media_thumbnail_size.repository' => 'getMediaFolderConfigurationMediaThumbnailSize_RepositoryService',
  964.             'media_tag.repository' => 'getMediaTag_RepositoryService',
  965.             'media_thumbnail.repository' => 'getMediaThumbnail_RepositoryService',
  966.             'media_thumbnail_size.repository' => 'getMediaThumbnailSize_RepositoryService',
  967.             'media_translation.repository' => 'getMediaTranslation_RepositoryService',
  968.             'message_queue_stats.repository' => 'getMessageQueueStats_RepositoryService',
  969.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  970.             'monolog.logger.business_events' => 'getMonolog_Logger_BusinessEventsService',
  971.             'moorl_client.repository' => 'getMoorlClient_RepositoryService',
  972.             'moorl_cms_element_config.repository' => 'getMoorlCmsElementConfig_RepositoryService',
  973.             'moorl_fb_element.repository' => 'getMoorlFbElement_RepositoryService',
  974.             'moorl_fb_element_translation.repository' => 'getMoorlFbElementTranslation_RepositoryService',
  975.             'moorl_fb_form.repository' => 'getMoorlFbForm_RepositoryService',
  976.             'moorl_fb_form_translation.repository' => 'getMoorlFbFormTranslation_RepositoryService',
  977.             'moorl_forms.filesystem.private' => 'getMoorlForms_Filesystem_PrivateService',
  978.             'moorl_forms.filesystem.public' => 'getMoorlForms_Filesystem_PublicService',
  979.             'moorl_foundation.filesystem.private' => 'getMoorlFoundation_Filesystem_PrivateService',
  980.             'moorl_foundation.filesystem.public' => 'getMoorlFoundation_Filesystem_PublicService',
  981.             'moorl_location.repository' => 'getMoorlLocation_RepositoryService',
  982.             'moorl_location_cache.repository' => 'getMoorlLocationCache_RepositoryService',
  983.             'moorl_marker.repository' => 'getMoorlMarker_RepositoryService',
  984.             'moorl_sorting.repository' => 'getMoorlSorting_RepositoryService',
  985.             'moorl_sorting_translation.repository' => 'getMoorlSortingTranslation_RepositoryService',
  986.             'newsletter_recipient.repository' => 'getNewsletterRecipient_RepositoryService',
  987.             'newsletter_recipient_tag.repository' => 'getNewsletterRecipientTag_RepositoryService',
  988.             'notification.repository' => 'getNotification_RepositoryService',
  989.             'number_range.repository' => 'getNumberRange_RepositoryService',
  990.             'number_range_sales_channel.repository' => 'getNumberRangeSalesChannel_RepositoryService',
  991.             'number_range_state.repository' => 'getNumberRangeState_RepositoryService',
  992.             'number_range_translation.repository' => 'getNumberRangeTranslation_RepositoryService',
  993.             'number_range_type.repository' => 'getNumberRangeType_RepositoryService',
  994.             'number_range_type_translation.repository' => 'getNumberRangeTypeTranslation_RepositoryService',
  995.             'nwdxx_it_recht_connector6.filesystem.private' => 'getNwdxxItRechtConnector6_Filesystem_PrivateService',
  996.             'nwdxx_it_recht_connector6.filesystem.public' => 'getNwdxxItRechtConnector6_Filesystem_PublicService',
  997.             'order.repository' => 'getOrder_RepositoryService',
  998.             'order_address.repository' => 'getOrderAddress_RepositoryService',
  999.             'order_customer.repository' => 'getOrderCustomer_RepositoryService',
  1000.             'order_delivery.repository' => 'getOrderDelivery_RepositoryService',
  1001.             'order_delivery_position.repository' => 'getOrderDeliveryPosition_RepositoryService',
  1002.             'order_line_item.repository' => 'getOrderLineItem_RepositoryService',
  1003.             'order_tag.repository' => 'getOrderTag_RepositoryService',
  1004.             'order_transaction.repository' => 'getOrderTransaction_RepositoryService',
  1005.             'order_transaction_capture.repository' => 'getOrderTransactionCapture_RepositoryService',
  1006.             'order_transaction_capture_refund.repository' => 'getOrderTransactionCaptureRefund_RepositoryService',
  1007.             'order_transaction_capture_refund_position.repository' => 'getOrderTransactionCaptureRefundPosition_RepositoryService',
  1008.             'payment_method.repository' => 'getPaymentMethod_RepositoryService',
  1009.             'payment_method_translation.repository' => 'getPaymentMethodTranslation_RepositoryService',
  1010.             'plugin.repository' => 'getPlugin_RepositoryService',
  1011.             'plugin_translation.repository' => 'getPluginTranslation_RepositoryService',
  1012.             'product.repository' => 'getProduct_RepositoryService',
  1013.             'product_category.repository' => 'getProductCategory_RepositoryService',
  1014.             'product_category_tree.repository' => 'getProductCategoryTree_RepositoryService',
  1015.             'product_configurator_setting.repository' => 'getProductConfiguratorSetting_RepositoryService',
  1016.             'product_cross_selling.repository' => 'getProductCrossSelling_RepositoryService',
  1017.             'product_cross_selling_assigned_products.repository' => 'getProductCrossSellingAssignedProducts_RepositoryService',
  1018.             'product_cross_selling_translation.repository' => 'getProductCrossSellingTranslation_RepositoryService',
  1019.             'product_custom_field_set.repository' => 'getProductCustomFieldSet_RepositoryService',
  1020.             'product_export.repository' => 'getProductExport_RepositoryService',
  1021.             'product_feature_set.repository' => 'getProductFeatureSet_RepositoryService',
  1022.             'product_feature_set_translation.repository' => 'getProductFeatureSetTranslation_RepositoryService',
  1023.             'product_keyword_dictionary.repository' => 'getProductKeywordDictionary_RepositoryService',
  1024.             'product_manufacturer.repository' => 'getProductManufacturer_RepositoryService',
  1025.             'product_manufacturer_translation.repository' => 'getProductManufacturerTranslation_RepositoryService',
  1026.             'product_media.repository' => 'getProductMedia_RepositoryService',
  1027.             'product_option.repository' => 'getProductOption_RepositoryService',
  1028.             'product_price.repository' => 'getProductPrice_RepositoryService',
  1029.             'product_property.repository' => 'getProductProperty_RepositoryService',
  1030.             'product_review.repository' => 'getProductReview_RepositoryService',
  1031.             'product_search_config.repository' => 'getProductSearchConfig_RepositoryService',
  1032.             'product_search_config_field.repository' => 'getProductSearchConfigField_RepositoryService',
  1033.             'product_search_keyword.repository' => 'getProductSearchKeyword_RepositoryService',
  1034.             'product_sorting.repository' => 'getProductSorting_RepositoryService',
  1035.             'product_sorting_translation.repository' => 'getProductSortingTranslation_RepositoryService',
  1036.             'product_stream.repository' => 'getProductStream_RepositoryService',
  1037.             'product_stream_filter.repository' => 'getProductStreamFilter_RepositoryService',
  1038.             'product_stream_mapping.repository' => 'getProductStreamMapping_RepositoryService',
  1039.             'product_stream_translation.repository' => 'getProductStreamTranslation_RepositoryService',
  1040.             'product_tag.repository' => 'getProductTag_RepositoryService',
  1041.             'product_translation.repository' => 'getProductTranslation_RepositoryService',
  1042.             'product_visibility.repository' => 'getProductVisibility_RepositoryService',
  1043.             'profiling.filesystem.private' => 'getProfiling_Filesystem_PrivateService',
  1044.             'profiling.filesystem.public' => 'getProfiling_Filesystem_PublicService',
  1045.             'promotion.repository' => 'getPromotion_RepositoryService',
  1046.             'promotion_cart_rule.repository' => 'getPromotionCartRule_RepositoryService',
  1047.             'promotion_discount.repository' => 'getPromotionDiscount_RepositoryService',
  1048.             'promotion_discount_prices.repository' => 'getPromotionDiscountPrices_RepositoryService',
  1049.             'promotion_discount_rule.repository' => 'getPromotionDiscountRule_RepositoryService',
  1050.             'promotion_individual_code.repository' => 'getPromotionIndividualCode_RepositoryService',
  1051.             'promotion_order_rule.repository' => 'getPromotionOrderRule_RepositoryService',
  1052.             'promotion_persona_customer.repository' => 'getPromotionPersonaCustomer_RepositoryService',
  1053.             'promotion_persona_rule.repository' => 'getPromotionPersonaRule_RepositoryService',
  1054.             'promotion_sales_channel.repository' => 'getPromotionSalesChannel_RepositoryService',
  1055.             'promotion_setgroup.repository' => 'getPromotionSetgroup_RepositoryService',
  1056.             'promotion_setgroup_rule.repository' => 'getPromotionSetgroupRule_RepositoryService',
  1057.             'promotion_translation.repository' => 'getPromotionTranslation_RepositoryService',
  1058.             'property_group.repository' => 'getPropertyGroup_RepositoryService',
  1059.             'property_group_option.repository' => 'getPropertyGroupOption_RepositoryService',
  1060.             'property_group_option_translation.repository' => 'getPropertyGroupOptionTranslation_RepositoryService',
  1061.             'property_group_translation.repository' => 'getPropertyGroupTranslation_RepositoryService',
  1062.             'request_stack' => 'getRequestStackService',
  1063.             'router' => 'getRouterService',
  1064.             'routing.loader' => 'getRouting_LoaderService',
  1065.             'rule.repository' => 'getRule_RepositoryService',
  1066.             'rule_condition.repository' => 'getRuleCondition_RepositoryService',
  1067.             'rule_tag.repository' => 'getRuleTag_RepositoryService',
  1068.             'sales_channel.category.repository' => 'getSalesChannel_Category_RepositoryService',
  1069.             'sales_channel.country.repository' => 'getSalesChannel_Country_RepositoryService',
  1070.             'sales_channel.country_state.repository' => 'getSalesChannel_CountryState_RepositoryService',
  1071.             'sales_channel.currency.repository' => 'getSalesChannel_Currency_RepositoryService',
  1072.             'sales_channel.landing_page.repository' => 'getSalesChannel_LandingPage_RepositoryService',
  1073.             'sales_channel.language.repository' => 'getSalesChannel_Language_RepositoryService',
  1074.             'sales_channel.main_category.repository' => 'getSalesChannel_MainCategory_RepositoryService',
  1075.             'sales_channel.newsletter_recipient.repository' => 'getSalesChannel_NewsletterRecipient_RepositoryService',
  1076.             'sales_channel.payment_method.repository' => 'getSalesChannel_PaymentMethod_RepositoryService',
  1077.             'sales_channel.product.repository' => 'getSalesChannel_Product_RepositoryService',
  1078.             'sales_channel.repository' => 'getSalesChannel_RepositoryService',
  1079.             'sales_channel.salutation.repository' => 'getSalesChannel_Salutation_RepositoryService',
  1080.             'sales_channel.seo_url.repository' => 'getSalesChannel_SeoUrl_RepositoryService',
  1081.             'sales_channel.shipping_method.repository' => 'getSalesChannel_ShippingMethod_RepositoryService',
  1082.             'sales_channel_analytics.repository' => 'getSalesChannelAnalytics_RepositoryService',
  1083.             'sales_channel_country.repository' => 'getSalesChannelCountry_RepositoryService',
  1084.             'sales_channel_currency.repository' => 'getSalesChannelCurrency_RepositoryService',
  1085.             'sales_channel_definition.Acris\\Promotion\\Custom\\PromotionDisplayDefinition' => 'getPromotionDisplayDefinition2Service',
  1086.             'sales_channel_definition.Acris\\Tax\\Custom\\TaxCountryRuleDefinition' => 'getTaxCountryRuleDefinition2Service',
  1087.             'sales_channel_definition.Acris\\Tax\\Custom\\TaxCustomerGroupRuleDefinition' => 'getTaxCustomerGroupRuleDefinition2Service',
  1088.             'sales_channel_definition.Acris\\Tax\\Custom\\VatIdValidationLogDefinition' => 'getVatIdValidationLogDefinition2Service',
  1089.             'sales_channel_definition.AkuCmsFactory\\Element\\CmsFactoryElementDefinition' => 'getCmsFactoryElementDefinition2Service',
  1090.             'sales_channel_definition.CoeAccountOrtPlzSw6\\Core\\System\\Country\\CountryZipValidationDefintion' => 'getCountryZipValidationDefintion2Service',
  1091.             'sales_channel_definition.Fourtwosix\\Attachments\\Core\\Content\\Product\\Aggregate\\AttachmentLanguage\\AttachmentLanguageDefinition' => 'getAttachmentLanguageDefinition2Service',
  1092.             'sales_channel_definition.Fourtwosix\\Attachments\\Core\\Content\\Product\\Aggregate\\AttachmentTranslation\\AttachmentTranslationDefinition' => 'getAttachmentTranslationDefinition2Service',
  1093.             'sales_channel_definition.Fourtwosix\\Attachments\\Core\\Content\\Product\\AttachmentDefinition' => 'getAttachmentDefinition2Service',
  1094.             'sales_channel_definition.Fourtwosix\\PaymentSurcharge\\Core\\Content\\PaymentCost\\Aggregate\\PaymentCostTranslation\\PaymentCostTranslationDefinition' => 'getPaymentCostTranslationDefinition2Service',
  1095.             'sales_channel_definition.Fourtwosix\\PaymentSurcharge\\Core\\Content\\PaymentCost\\PaymentCostDefinition' => 'getPaymentCostDefinition2Service',
  1096.             'sales_channel_definition.Frosh\\MailArchive\\Content\\MailArchive\\MailArchiveDefinition' => 'getMailArchiveDefinition2Service',
  1097.             'sales_channel_definition.MoorlForms\\Core\\Content\\Element\\ElementDefinition' => 'getElementDefinition2Service',
  1098.             'sales_channel_definition.MoorlForms\\Core\\Content\\Element\\ElementTranslationDefinition' => 'getElementTranslationDefinition2Service',
  1099.             'sales_channel_definition.MoorlForms\\Core\\Content\\Form\\FormDefinition' => 'getFormDefinition2Service',
  1100.             'sales_channel_definition.MoorlForms\\Core\\Content\\Form\\FormTranslationDefinition' => 'getFormTranslationDefinition2Service',
  1101.             'sales_channel_definition.MoorlFoundation\\Core\\Content\\Client\\ClientDefinition' => 'getClientDefinition2Service',
  1102.             'sales_channel_definition.MoorlFoundation\\Core\\Content\\CmsElementConfig\\CmsElementConfigDefinition' => 'getCmsElementConfigDefinition2Service',
  1103.             'sales_channel_definition.MoorlFoundation\\Core\\Content\\Location\\LocationCacheDefinition' => 'getLocationCacheDefinition2Service',
  1104.             'sales_channel_definition.MoorlFoundation\\Core\\Content\\Location\\LocationDefinition' => 'getLocationDefinition2Service',
  1105.             'sales_channel_definition.MoorlFoundation\\Core\\Content\\Marker\\MarkerDefinition' => 'getMarkerDefinition2Service',
  1106.             'sales_channel_definition.MoorlFoundation\\Core\\Content\\Sorting\\SortingDefinition' => 'getSortingDefinition2Service',
  1107.             'sales_channel_definition.MoorlFoundation\\Core\\Content\\Sorting\\SortingTranslationDefinition' => 'getSortingTranslationDefinition2Service',
  1108.             'sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinition2Service',
  1109.             'sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinition2Service',
  1110.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinition2Service',
  1111.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinition2Service',
  1112.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinition2Service',
  1113.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinition2Service',
  1114.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinition2Service',
  1115.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinition2Service',
  1116.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinition2Service',
  1117.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinition2Service',
  1118.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinition2Service',
  1119.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinition2Service',
  1120.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinition2Service',
  1121.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinition2Service',
  1122.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinition2Service',
  1123.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinition2Service',
  1124.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinition2Service',
  1125.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinition2Service',
  1126.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinition2Service',
  1127.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinition2Service',
  1128.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinition2Service',
  1129.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinition2Service',
  1130.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinition2Service',
  1131.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinition2Service',
  1132.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinition2Service',
  1133.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinition2Service',
  1134.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinition2Service',
  1135.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinition2Service',
  1136.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinition2Service',
  1137.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinition2Service',
  1138.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinition2Service',
  1139.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinition2Service',
  1140.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinition2Service',
  1141.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinition2Service',
  1142.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinition2Service',
  1143.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinition2Service',
  1144.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinition2Service',
  1145.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinition2Service',
  1146.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinition2Service',
  1147.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinition2Service',
  1148.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinition2Service',
  1149.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinition2Service',
  1150.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinition2Service',
  1151.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinition2Service',
  1152.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinition2Service',
  1153.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinition2Service',
  1154.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinition2Service',
  1155.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinition2Service',
  1156.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinition2Service',
  1157.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinition2Service',
  1158.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinition2Service',
  1159.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinition2Service',
  1160.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinition2Service',
  1161.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinition2Service',
  1162.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinition2Service',
  1163.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinition2Service',
  1164.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinition2Service',
  1165.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinition2Service',
  1166.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinition2Service',
  1167.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinition2Service',
  1168.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinition2Service',
  1169.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinition2Service',
  1170.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinition2Service',
  1171.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinition2Service',
  1172.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinition2Service',
  1173.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinition2Service',
  1174.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinition2Service',
  1175.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinition2Service',
  1176.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinition2Service',
  1177.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service',
  1178.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinition2Service',
  1179.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinition2Service',
  1180.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinition2Service',
  1181.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinition2Service',
  1182.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinition2Service',
  1183.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinition2Service',
  1184.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinition2Service',
  1185.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinition2Service',
  1186.             'sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinition2Service',
  1187.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinition2Service',
  1188.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinition2Service',
  1189.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinition2Service',
  1190.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinition2Service',
  1191.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinition2Service',
  1192.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinition2Service',
  1193.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinition2Service',
  1194.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinition2Service',
  1195.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinition2Service',
  1196.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinition2Service',
  1197.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinition2Service',
  1198.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinition2Service',
  1199.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinition2Service',
  1200.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinition2Service',
  1201.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinition2Service',
  1202.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinition2Service',
  1203.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinition2Service',
  1204.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinition2Service',
  1205.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinition2Service',
  1206.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinition2Service',
  1207.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinition2Service',
  1208.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinition2Service',
  1209.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinition2Service',
  1210.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinition2Service',
  1211.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinition2Service',
  1212.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinition2Service',
  1213.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinition2Service',
  1214.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinition2Service',
  1215.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinition2Service',
  1216.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinition2Service',
  1217.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinition2Service',
  1218.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinition2Service',
  1219.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinition2Service',
  1220.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinition2Service',
  1221.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinition2Service',
  1222.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinition2Service',
  1223.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinition2Service',
  1224.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinition2Service',
  1225.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinition2Service',
  1226.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinition2Service',
  1227.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinition2Service',
  1228.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinition2Service',
  1229.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinition2Service',
  1230.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinition2Service',
  1231.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinition2Service',
  1232.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinition2Service',
  1233.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinition2Service',
  1234.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinition2Service',
  1235.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinition2Service',
  1236.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinition2Service',
  1237.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinition2Service',
  1238.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinition2Service',
  1239.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinition2Service',
  1240.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinition2Service',
  1241.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinition2Service',
  1242.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinition2Service',
  1243.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinition2Service',
  1244.             'sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinition2Service',
  1245.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinition2Service',
  1246.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinition2Service',
  1247.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinition2Service',
  1248.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinition2Service',
  1249.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinition2Service',
  1250.             'sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinition2Service',
  1251.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinition2Service',
  1252.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinition2Service',
  1253.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinition2Service',
  1254.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinition2Service',
  1255.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinition2Service',
  1256.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinition2Service',
  1257.             'sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinition2Service',
  1258.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinition2Service',
  1259.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinition2Service',
  1260.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinition2Service',
  1261.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinition2Service',
  1262.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinition2Service',
  1263.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinition2Service',
  1264.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinition2Service',
  1265.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinition2Service',
  1266.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinition2Service',
  1267.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinition2Service',
  1268.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinition2Service',
  1269.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinition2Service',
  1270.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinition2Service',
  1271.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinition2Service',
  1272.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinition2Service',
  1273.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinition2Service',
  1274.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition3Service',
  1275.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition3Service',
  1276.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinition2Service',
  1277.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition3Service',
  1278.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition3Service',
  1279.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition3Service',
  1280.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinition2Service',
  1281.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinition2Service',
  1282.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinition2Service',
  1283.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinition2Service',
  1284.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinition2Service',
  1285.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinition2Service',
  1286.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinition2Service',
  1287.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinition2Service',
  1288.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinition2Service',
  1289.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinition2Service',
  1290.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinition2Service',
  1291.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinition2Service',
  1292.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinition2Service',
  1293.             'sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinition2Service',
  1294.             'sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinition2Service',
  1295.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinition2Service',
  1296.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinition2Service',
  1297.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinition2Service',
  1298.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinition2Service',
  1299.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinition2Service',
  1300.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinition2Service',
  1301.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinition2Service',
  1302.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinition2Service',
  1303.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinition2Service',
  1304.             'sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinition2Service',
  1305.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinition2Service',
  1306.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinition2Service',
  1307.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinition2Service',
  1308.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinition2Service',
  1309.             'sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinition2Service',
  1310.             'sales_channel_definition.Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition' => 'getPackLanguageDefinition2Service',
  1311.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition' => 'getPosSalesChannelDefinition2Service',
  1312.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition' => 'getPosSalesChannelInventoryDefinition2Service',
  1313.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition' => 'getPosSalesChannelMediaDefinition2Service',
  1314.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition' => 'getPosSalesChannelProductDefinition2Service',
  1315.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition' => 'getPosSalesChannelRunDefinition2Service',
  1316.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition' => 'getPosSalesChannelRunLogDefinition2Service',
  1317.             'sales_channel_domain.repository' => 'getSalesChannelDomain_RepositoryService',
  1318.             'sales_channel_language.repository' => 'getSalesChannelLanguage_RepositoryService',
  1319.             'sales_channel_payment_method.repository' => 'getSalesChannelPaymentMethod_RepositoryService',
  1320.             'sales_channel_shipping_method.repository' => 'getSalesChannelShippingMethod_RepositoryService',
  1321.             'sales_channel_translation.repository' => 'getSalesChannelTranslation_RepositoryService',
  1322.             'sales_channel_type.repository' => 'getSalesChannelType_RepositoryService',
  1323.             'sales_channel_type_translation.repository' => 'getSalesChannelTypeTranslation_RepositoryService',
  1324.             'salutation.repository' => 'getSalutation_RepositoryService',
  1325.             'salutation_translation.repository' => 'getSalutationTranslation_RepositoryService',
  1326.             'scheduled_task.repository' => 'getScheduledTask_RepositoryService',
  1327.             'script.repository' => 'getScript_RepositoryService',
  1328.             'seo_url.repository' => 'getSeoUrl_RepositoryService',
  1329.             'seo_url_template.repository' => 'getSeoUrlTemplate_RepositoryService',
  1330.             'services_resetter' => 'getServicesResetterService',
  1331.             'shipping_method.repository' => 'getShippingMethod_RepositoryService',
  1332.             'shipping_method_price.repository' => 'getShippingMethodPrice_RepositoryService',
  1333.             'shipping_method_tag.repository' => 'getShippingMethodTag_RepositoryService',
  1334.             'shipping_method_translation.repository' => 'getShippingMethodTranslation_RepositoryService',
  1335.             'shopware.filesystem.asset' => 'getShopware_Filesystem_AssetService',
  1336.             'shopware.filesystem.private' => 'getShopware_Filesystem_PrivateService',
  1337.             'shopware.filesystem.public' => 'getShopware_Filesystem_PublicService',
  1338.             'shopware.filesystem.sitemap' => 'getShopware_Filesystem_SitemapService',
  1339.             'shopware.filesystem.temp' => 'getShopware_Filesystem_TempService',
  1340.             'shopware.filesystem.theme' => 'getShopware_Filesystem_ThemeService',
  1341.             'shopware.increment.gateway.registry' => 'getShopware_Increment_Gateway_RegistryService',
  1342.             'shopware.store_client' => 'getShopware_StoreClientService',
  1343.             'snippet.repository' => 'getSnippet_RepositoryService',
  1344.             'snippet_set.repository' => 'getSnippetSet_RepositoryService',
  1345.             'solid_advanced_slider_elements.filesystem.private' => 'getSolidAdvancedSliderElements_Filesystem_PrivateService',
  1346.             'solid_advanced_slider_elements.filesystem.public' => 'getSolidAdvancedSliderElements_Filesystem_PublicService',
  1347.             'state_machine.repository' => 'getStateMachine_RepositoryService',
  1348.             'state_machine_history.repository' => 'getStateMachineHistory_RepositoryService',
  1349.             'state_machine_state.repository' => 'getStateMachineState_RepositoryService',
  1350.             'state_machine_state_translation.repository' => 'getStateMachineStateTranslation_RepositoryService',
  1351.             'state_machine_transition.repository' => 'getStateMachineTransition_RepositoryService',
  1352.             'state_machine_translation.repository' => 'getStateMachineTranslation_RepositoryService',
  1353.             'storefront.filesystem.private' => 'getStorefront_Filesystem_PrivateService',
  1354.             'storefront.filesystem.public' => 'getStorefront_Filesystem_PublicService',
  1355.             'swag_extension_store.filesystem.private' => 'getSwagExtensionStore_Filesystem_PrivateService',
  1356.             'swag_extension_store.filesystem.public' => 'getSwagExtensionStore_Filesystem_PublicService',
  1357.             'swag_language_pack.filesystem.private' => 'getSwagLanguagePack_Filesystem_PrivateService',
  1358.             'swag_language_pack.filesystem.public' => 'getSwagLanguagePack_Filesystem_PublicService',
  1359.             'swag_language_pack_language.repository' => 'getSwagLanguagePackLanguage_RepositoryService',
  1360.             'swag_pay_pal.filesystem.private' => 'getSwagPayPal_Filesystem_PrivateService',
  1361.             'swag_pay_pal.filesystem.public' => 'getSwagPayPal_Filesystem_PublicService',
  1362.             'swag_paypal_pos_sales_channel.repository' => 'getSwagPaypalPosSalesChannel_RepositoryService',
  1363.             'swag_paypal_pos_sales_channel_inventory.repository' => 'getSwagPaypalPosSalesChannelInventory_RepositoryService',
  1364.             'swag_paypal_pos_sales_channel_media.repository' => 'getSwagPaypalPosSalesChannelMedia_RepositoryService',
  1365.             'swag_paypal_pos_sales_channel_product.repository' => 'getSwagPaypalPosSalesChannelProduct_RepositoryService',
  1366.             'swag_paypal_pos_sales_channel_run.repository' => 'getSwagPaypalPosSalesChannelRun_RepositoryService',
  1367.             'swag_paypal_pos_sales_channel_run_log.repository' => 'getSwagPaypalPosSalesChannelRunLog_RepositoryService',
  1368.             'system.filesystem.private' => 'getSystem_Filesystem_PrivateService',
  1369.             'system.filesystem.public' => 'getSystem_Filesystem_PublicService',
  1370.             'system_config.repository' => 'getSystemConfig_RepositoryService',
  1371.             'tag.repository' => 'getTag_RepositoryService',
  1372.             'tax.repository' => 'getTax_RepositoryService',
  1373.             'tax_rule.repository' => 'getTaxRule_RepositoryService',
  1374.             'tax_rule_type.repository' => 'getTaxRuleType_RepositoryService',
  1375.             'tax_rule_type_translation.repository' => 'getTaxRuleTypeTranslation_RepositoryService',
  1376.             'theme.repository' => 'getTheme_RepositoryService',
  1377.             'theme_child.repository' => 'getThemeChild_RepositoryService',
  1378.             'theme_media.repository' => 'getThemeMedia_RepositoryService',
  1379.             'theme_sales_channel.repository' => 'getThemeSalesChannel_RepositoryService',
  1380.             'theme_translation.repository' => 'getThemeTranslation_RepositoryService',
  1381.             'translator' => 'getTranslatorService',
  1382.             'unit.repository' => 'getUnit_RepositoryService',
  1383.             'unit_translation.repository' => 'getUnitTranslation_RepositoryService',
  1384.             'user.repository' => 'getUser_RepositoryService',
  1385.             'user_access_key.repository' => 'getUserAccessKey_RepositoryService',
  1386.             'user_config.repository' => 'getUserConfig_RepositoryService',
  1387.             'user_recovery.repository' => 'getUserRecovery_RepositoryService',
  1388.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  1389.             'version.repository' => 'getVersion_RepositoryService',
  1390.             'version_commit.repository' => 'getVersionCommit_RepositoryService',
  1391.             'version_commit_data.repository' => 'getVersionCommitData_RepositoryService',
  1392.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  1393.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  1394.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  1395.             'webhook.repository' => 'getWebhook_RepositoryService',
  1396.             'webhook_event_log.repository' => 'getWebhookEventLog_RepositoryService',
  1397.             'zenit\\PlatformStratusSet4\\zenitPlatformStratusSet4' => 'getZenitPlatformStratusSet4Service',
  1398.             'zenit\\PlatformStratus\\Storefront\\Controller\\QuickViewController' => 'getQuickViewControllerService',
  1399.             'zenit\\PlatformStratus\\zenitPlatformStratus' => 'getZenitPlatformStratusService',
  1400.             'zenit_platform_stratus.filesystem.private' => 'getZenitPlatformStratus_Filesystem_PrivateService',
  1401.             'zenit_platform_stratus.filesystem.public' => 'getZenitPlatformStratus_Filesystem_PublicService',
  1402.             'zenit_platform_stratus_set4.filesystem.private' => 'getZenitPlatformStratusSet4_Filesystem_PrivateService',
  1403.             'zenit_platform_stratus_set4.filesystem.public' => 'getZenitPlatformStratusSet4_Filesystem_PublicService',
  1404.             'cache_clearer' => 'getCacheClearerService',
  1405.             'filesystem' => 'getFilesystemService',
  1406.             'serializer' => 'getSerializerService',
  1407.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  1408.             'profiler' => 'getProfiler2Service',
  1409.             'twig' => 'getTwigService',
  1410.             'session' => 'getSessionService',
  1411.             'validator' => 'getValidatorService',
  1412.         ];
  1413.         $this->aliases = [
  1414.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute' => 'FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator',
  1415.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute' => 'FourtwosixPhoneValidation\\Decorator\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRouteDecorator',
  1416.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\PaymentMethodRoute' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute',
  1417.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\ShippingMethodRoute' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute',
  1418.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryRoute' => 'Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute',
  1419.             'Shopware\\Core\\Content\\Category\\SalesChannel\\NavigationRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute',
  1420.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowLoader' => 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader',
  1421.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\LandingPageRoute' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute',
  1422.             'Shopware\\Core\\Content\\Mail\\Service\\MailSender' => 'Frosh\\MailArchive\\Services\\MailSender',
  1423.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\ProductCrossSellingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute',
  1424.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute',
  1425.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingRoute' => 'MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute',
  1426.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute',
  1427.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ProductSearchRoute' => 'MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Search\\FoundationProductSearchRoute',
  1428.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\ProductSuggestRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute',
  1429.             'Shopware\\Core\\Content\\Seo\\SeoResolver' => 'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver',
  1430.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\SitemapRoute' => 'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute',
  1431.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute',
  1432.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryStateRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute',
  1433.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CurrencyRoute' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute',
  1434.             'Shopware\\Core\\System\\Language\\SalesChannel\\LanguageRoute' => 'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute',
  1435.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute' => 'FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRouteDecorator',
  1436.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalutationRoute' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute',
  1437.             'Shopware\\Core\\System\\SystemConfig\\Api\\SystemConfigController' => 'Swag\\PayPal\\Webhook\\Registration\\WebhookSystemConfigController',
  1438.             'Shopware\\Storefront\\Controller\\AddressController' => 'FourtwosixPhoneValidation\\Decorator\\Storefront\\Controller\\AddressControllerDecorator',
  1439.             'Shopware\\Storefront\\Controller\\CartLineItemController' => 'FourtwosixThemeExtension\\Controller\\Decorator\\CartLineItemDecoratorController',
  1440.             'Shopware\\Storefront\\Controller\\CookieController' => 'DISco\\GA4\\Storefront\\Controller\\CookieControllerDecorator',
  1441.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1442.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1443.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1444.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1445.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1446.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1447.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1448.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1449.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1450.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1451.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\ProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1452.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1453.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1454.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1455.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1456.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1457.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1458.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1459.             'sales_channel_definition.Shopware\\Core\\System\\Country\\CountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1460.             'sales_channel_definition.Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1461.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1462.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1463.             'sales_channel_definition.Shopware\\Core\\System\\Language\\LanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1464.             'sales_channel_definition.Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1465.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1466.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1467.         ];
  1468.         $this->privates['service_container'] = function () {
  1469.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  1470.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  1471.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  1472.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  1473.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  1474.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  1475.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  1476.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  1477.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Kernel.php';
  1478.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  1479.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  1480.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  1481.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ContextResolverListener.php';
  1482.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CoreSubscriber.php';
  1483.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeListener.php';
  1484.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteEventSubscriber.php';
  1485.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  1486.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  1487.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  1488.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/AbstractTranslator.php';
  1489.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  1490.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/Translator.php';
  1491.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetService.php';
  1492.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Filter/SnippetFilterFactory.php';
  1493.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinderInterface.php';
  1494.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  1495.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinder.php';
  1496.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/NamespaceHierarchyBuilder.php';
  1497.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1498.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/EntityTemplateLoader.php';
  1499.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestContextResolverInterface.php';
  1500.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeCheckTrait.php';
  1501.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php';
  1502.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ApiRequestContextResolver.php';
  1503.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeRegistry.php';
  1504.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheStateSubscriber.php';
  1505.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1506.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  1507.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/AbstractMessageHandler.php';
  1508.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskHandler.php';
  1509.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidator.php';
  1510.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggerFactory.php';
  1511.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php';
  1512.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  1513.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  1514.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  1515.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  1516.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  1517.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  1518.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheDecorator.php';
  1519.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  1520.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  1521.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  1522.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  1523.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  1524.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  1525.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  1526.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/HtmlSanitizer.php';
  1527.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1528.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1529.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  1530.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1531.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/ExcludeFlowEventHandler.php';
  1532.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1533.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1534.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1535.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1536.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1537.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1538.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1539.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1540.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteParamsCleanupListener.php';
  1541.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclAnnotationValidator.php';
  1542.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/CorsListener.php';
  1543.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ResponseHeaderListener.php';
  1544.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonEntityEncoder.php';
  1545.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ApiVersionConverter.php';
  1546.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ConverterRegistry.php';
  1547.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/DefaultApiConverter.php';
  1548.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RepositoryInterface.php';
  1549.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/AccessTokenRepositoryInterface.php';
  1550.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/AccessTokenRepository.php';
  1551.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RefreshTokenRepositoryInterface.php';
  1552.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/RefreshTokenRepository.php';
  1553.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptKey.php';
  1554.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareInterface.php';
  1555.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareTrait.php';
  1556.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationServer.php';
  1557.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ClientRepositoryInterface.php';
  1558.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ClientRepository.php';
  1559.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ScopeRepositoryInterface.php';
  1560.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ScopeRepository.php';
  1561.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/JsonRequestTransformerListener.php';
  1562.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ExpectationSubscriber.php';
  1563.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/SalesChannelAuthenticationListener.php';
  1564.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/ApiAuthenticationListener.php';
  1565.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/ResourceServer.php';
  1566.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/AuthorizationValidatorInterface.php';
  1567.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/BearerTokenValidator.php';
  1568.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptTrait.php';
  1569.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/BearerTokenValidator.php';
  1570.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/UserRepositoryInterface.php';
  1571.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/UserRepository.php';
  1572.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidator.php';
  1573.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  1574.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  1575.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  1576.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  1577.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  1578.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  1579.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  1580.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  1581.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  1582.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ShopId/ShopIdProvider.php';
  1583.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ScriptPersister.php';
  1584.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReaderInterface.php';
  1585.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReader.php';
  1586.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActiveAppsLoader.php';
  1587.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLoader.php';
  1588.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLoader.php';
  1589.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Xml/CustomEntityXmlSchemaValidator.php';
  1590.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppLocaleProvider.php';
  1591.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityDefinition.php';
  1592.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppDefinition.php';
  1593.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppPaymentMethod/AppPaymentMethodDefinition.php';
  1594.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Event/EntityLoadedEventFactory.php';
  1595.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Cache/EntityCacheKeyGenerator.php';
  1596.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelper.php';
  1597.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/JoinGroupBuilder.php';
  1598.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php';
  1599.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/TokenizerInterface.php';
  1600.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Tokenizer.php';
  1601.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/SearchTermInterpreter.php';
  1602.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/EntityScoreQueryBuilder.php';
  1603.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Read/EntityReaderInterface.php';
  1604.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php';
  1605.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php';
  1606.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/CriteriaPartResolver.php';
  1607.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriterInterface.php';
  1608.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriter.php';
  1609.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityForeignKeyResolver.php';
  1610.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteResultFactory.php';
  1611.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/WriteCommandExtractor.php';
  1612.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteGatewayInterface.php';
  1613.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityWriteGateway.php';
  1614.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/ExceptionHandlerRegistry.php';
  1615.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php';
  1616.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/VersionDefinition.php';
  1617.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommit/VersionCommitDefinition.php';
  1618.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommitData/VersionCommitDataDefinition.php';
  1619.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionInstanceRegistry.php';
  1620.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionDefinition.php';
  1621.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1622.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1623.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1624.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php';
  1625.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/FilesystemFactory.php';
  1626.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemInterface.php';
  1627.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1628.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1629.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  1630.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FallbackUrlPackage.php';
  1631.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAssetPackage.php';
  1632.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1633.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FlysystemLastModifiedVersionStrategy.php';
  1634.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskDefinition.php';
  1635.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptLoader.php';
  1636.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php';
  1637.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/ScriptDefinition.php';
  1638.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  1639.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  1640.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php';
  1641.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/AbstractDataCollector.php';
  1642.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php';
  1643.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageDefinition.php';
  1644.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInterface.php';
  1645.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/SalesChannelLanguageDefinition.php';
  1646.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoaderInterface.php';
  1647.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/CachedLanguageLoader.php';
  1648.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoader.php';
  1649.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/AbstractLanguageRoute.php';
  1650.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/CachedLanguageRoute.php';
  1651.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/LanguageRoute.php';
  1652.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SeoUrlDefinition.php';
  1653.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SalesChannel/SalesChannelSeoUrlDefinition.php';
  1654.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteRegistry.php';
  1655.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandlerInterface.php';
  1656.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandler.php';
  1657.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/StoreApiSeoResolver.php';
  1658.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php';
  1659.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php';
  1660.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1661.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/BusinessEventEncoder.php';
  1662.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/IncrementGatewayRegistry.php';
  1663.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannelDefinition.php';
  1664.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelDomain/SalesChannelDomainDefinition.php';
  1665.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextPersister.php';
  1666.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextServiceInterface.php';
  1667.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php';
  1668.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInstanceRegistry.php';
  1669.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StoreApiResponseListener.php';
  1670.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StructEncoder.php';
  1671.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryDefinition.php';
  1672.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/CountryStateDefinition.php';
  1673.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyDefinition.php';
  1674.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyCountryRounding/CurrencyCountryRoundingDefinition.php';
  1675.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/SalesChannelCurrencyDefinition.php';
  1676.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyFormatter.php';
  1677.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/AbstractCurrencyRoute.php';
  1678.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CachedCurrencyRoute.php';
  1679.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CurrencyRoute.php';
  1680.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LanguageLocaleCodeProvider.php';
  1681.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Aggregate/SnippetSet/SnippetSetDefinition.php';
  1682.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetDefinition.php';
  1683.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/TaxDefinition.php';
  1684.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/UserDefinition.php';
  1685.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Loader/InitialStateIdLoader.php';
  1686.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigDefinition.php';
  1687.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/XmlReader.php';
  1688.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Util/ConfigReader.php';
  1689.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigService.php';
  1690.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/AbstractSystemConfigLoader.php';
  1691.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/MemoizedSystemConfigLoader.php';
  1692.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/CachedSystemConfigLoader.php';
  1693.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigLoader.php';
  1694.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Store/MemoizedSystemConfigStore.php';
  1695.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGeneratorInterface.php';
  1696.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGenerator.php';
  1697.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternRegistry.php';
  1698.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryDefinition.php';
  1699.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/SalesChannelCategoryDefinition.php';
  1700.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoaderInterface.php';
  1701.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoader.php';
  1702.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractNavigationRoute.php';
  1703.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedNavigationRoute.php';
  1704.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/NavigationRoute.php';
  1705.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/TreeBuildingNavigationRoute.php';
  1706.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryBreadcrumbBuilder.php';
  1707.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaDefinition.php';
  1708.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  1709.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  1710.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepositoryInterface.php';
  1711.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaRepositoryDecorator.php';
  1712.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php';
  1713.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileFetcher.php';
  1714.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidatorInterface.php';
  1715.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidator.php';
  1716.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileSaver.php';
  1717.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Metadata/MetadataLoader.php';
  1718.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGeneratorInterface.php';
  1719.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGenerator.php';
  1720.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  1721.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/StrategyFactory.php';
  1722.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetectorInterface.php';
  1723.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetector.php';
  1724.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Thumbnail/ThumbnailService.php';
  1725.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaService.php';
  1726.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileLoader.php';
  1727.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductDefinition.php';
  1728.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/SalesChannelProductDefinition.php';
  1729.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingLoader.php';
  1730.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  1731.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  1732.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleDefinition.php';
  1733.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  1734.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilderInterface.php';
  1735.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilder.php';
  1736.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/CmsPageDefinition.php';
  1737.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php';
  1738.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderInterface.php';
  1739.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php';
  1740.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowFactory.php';
  1741.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CashRounding.php';
  1742.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersisterInterface.php';
  1743.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractCartPersister.php';
  1744.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersister.php';
  1745.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartSerializationCleaner.php';
  1746.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php';
  1747.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartCalculator.php';
  1748.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemUpdateRoute.php';
  1749.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemUpdateRoute.php';
  1750.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartLoadRoute.php';
  1751.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartLoadRoute.php';
  1752.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartDeleteRoute.php';
  1753.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartDeleteRoute.php';
  1754.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemRemoveRoute.php';
  1755.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemRemoveRoute.php';
  1756.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemAddRoute.php';
  1757.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemAddRoute.php';
  1758.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/GrossPriceCalculator.php';
  1759.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/NetPriceCalculator.php';
  1760.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/PercentageTaxRuleBuilder.php';
  1761.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxCalculator.php';
  1762.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor.php';
  1763.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Validator.php';
  1764.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Transaction/TransactionProcessor.php';
  1765.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractRuleLoader.php';
  1766.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CachedRuleLoader.php';
  1767.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/RuleLoader.php';
  1768.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryRegistry.php';
  1769.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerDefinition.php';
  1770.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerAddress/CustomerAddressDefinition.php';
  1771.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroup/CustomerGroupDefinition.php';
  1772.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/OrderDefinition.php';
  1773.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderAddress/OrderAddressDefinition.php';
  1774.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderConverter.php';
  1775.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentMethodDefinition.php';
  1776.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SalesChannelPaymentMethodDefinition.php';
  1777.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Configuration.php';
  1778.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTConfigurationFactory.php';
  1779.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer.php';
  1780.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/OpenSSL.php';
  1781.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa.php';
  1782.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa/Sha256.php';
  1783.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php';
  1784.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  1785.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  1786.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  1787.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  1788.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractPaymentMethodRoute.php';
  1789.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/CachedPaymentMethodRoute.php';
  1790.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SortedPaymentMethodRoute.php';
  1791.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/ShippingMethodDefinition.php';
  1792.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SalesChannelShippingMethodDefinition.php';
  1793.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/AbstractShippingMethodRoute.php';
  1794.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/CachedShippingMethodRoute.php';
  1795.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/ShippingMethodRoute.php';
  1796.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SortedShippingMethodRoute.php';
  1797.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/MaintenanceModeResolver.php';
  1798.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php';
  1799.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractResolvedConfigLoader.php';
  1800.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoader.php';
  1801.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ResolvedConfigLoader.php';
  1802.             include_once \dirname(__DIR__4).'/vendor/composer/composer/src/Composer/EventDispatcher/EventSubscriberInterface.php';
  1803.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigDateRequestListener.php';
  1804.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfPlaceholderHandler.php';
  1805.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Media/StorefrontMediaValidatorRegistry.php';
  1806.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php';
  1807.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoaderInterface.php';
  1808.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoader.php';
  1809.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/NotFound/NotFoundSubscriber.php';
  1810.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfRouteListener.php';
  1811.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/AffiliateTracking/AffiliateTrackingListener.php';
  1812.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoaderInterface.php';
  1813.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoader.php';
  1814.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoaderInterface.php';
  1815.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php';
  1816.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoaderInterface.php';
  1817.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoader.php';
  1818.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/AbstractCacheTracer.php';
  1819.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheTracer.php';
  1820.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php';
  1821.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheResponseSubscriber.php';
  1822.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/CaptchaRouteListener.php';
  1823.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/ResponseHeaderListener.php';
  1824.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/AbstractStorefrontPluginConfigurationFactory.php';
  1825.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/StorefrontPluginConfigurationFactory.php';
  1826.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistryInterface.php';
  1827.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistry.php';
  1828.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporterInterface.php';
  1829.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporter.php';
  1830.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileResolver.php';
  1831.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeService.php';
  1832.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompilerInterface.php';
  1833.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompiler.php';
  1834.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractScssCompiler.php';
  1835.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ScssPhpCompiler.php';
  1836.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractConfigLoader.php';
  1837.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseConfigLoader.php';
  1838.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractThemePathBuilder.php';
  1839.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/MD5ThemePathBuilder.php';
  1840.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeDefinition.php';
  1841.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/MappingEntityDefinition.php';
  1842.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeSalesChannelDefinition.php';
  1843.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/TemplateNamespaceHierarchyBuilderInterface.php';
  1844.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeNamespaceHierarchyBuilder.php';
  1845.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilderInterface.php';
  1846.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilder.php';
  1847.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/SalesChannelThemeLoader.php';
  1848.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/CriteriaParser.php';
  1849.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php';
  1850.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchRegistry.php';
  1851.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  1852.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Subscriber/ActiveRulesDataCollectorSubscriber.php';
  1853.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartOrderRoute.php';
  1854.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartOrderRoute.php';
  1855.             include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/Decorator/Core/Checkout/Cart/SalesChannel/CartOrderRouteDecorator.php';
  1856.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersisterInterface.php';
  1857.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersister.php';
  1858.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PreparedPaymentService.php';
  1859.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Cart/Service/ExcludedProductValidator.php';
  1860.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Cart/Service/CartPriceService.php';
  1861.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/FilteredPaymentMethodRoute.php';
  1862.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/PaymentMethodRoute.php';
  1863.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/Service/SettingsValidationServiceInterface.php';
  1864.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/Service/SettingsValidationService.php';
  1865.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1866.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Log/LoggerFactory.php';
  1867.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Lifecycle/Method/PaymentMethodDataRegistry.php';
  1868.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Availability/AvailabilityService.php';
  1869.             include_once \dirname(__DIR__4).'/custom/plugins/AkuCmsFactory/src/Subscriber/CmsElementSubscriber.php';
  1870.             include_once \dirname(__DIR__4).'/custom/plugins/AkuCmsFactory/src/Element/CmsFactoryElementDefinition.php';
  1871.             include_once \dirname(__DIR__4).'/custom/plugins/AkuCmsFactory/src/Services/CmsElementService.php';
  1872.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxDetector.php';
  1873.             include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Core/Checkout/Cart/Tax/TaxDetector.php';
  1874.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php';
  1875.             include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Core/Checkout/Cart/CartRuleLoader.php';
  1876.             include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Core/Checkout/Cart/TaxRuleLoader.php';
  1877.             include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Custom/TaxCustomerGroupRuleDefinition.php';
  1878.             include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Custom/TaxCountryRuleDefinition.php';
  1879.             include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Components/Service/TaxService.php';
  1880.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/QuantityPriceCalculator.php';
  1881.             include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Core/Checkout/Cart/Price/QuantityPriceCalculator.php';
  1882.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AmountCalculator.php';
  1883.             include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Core/Checkout/Cart/Price/AmountCalculator.php';
  1884.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractBaseContextFactory.php';
  1885.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php';
  1886.             include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixShippingCostsCalculator/src/Decorator/Core/System/SalesChannel/Context/BaseContextFactoryDecorator.php';
  1887.             include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Elasticsearch/AdminInfoSubscriber.php';
  1888.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Components/State.php';
  1889.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Subscriber/AdminSecurityFixesProvider.php';
  1890.             include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Service/FbService.php';
  1891.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Media/StorefrontMediaUploader.php';
  1892.             include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/ElementPriceCalculator.php';
  1893.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  1894.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  1895.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  1896.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  1897.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  1898.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  1899.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  1900.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  1901.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  1902.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  1903.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  1904.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  1905.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  1906.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  1907.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  1908.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  1909.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  1910.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  1911.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1912.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  1913.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  1914.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  1915.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  1916.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  1917.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  1918.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  1919.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  1920.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  1921.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1922.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  1923.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  1924.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1925.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1926.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  1927.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  1928.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1929.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  1930.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  1931.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  1932.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  1933.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  1934.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  1935.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  1936.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  1937.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  1938.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  1939.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  1940.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  1941.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  1942.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  1943.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  1944.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  1945.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  1946.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  1947.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  1948.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1949.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1950.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1951.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1952.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1953.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1954.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1955.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  1956.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  1957.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  1958.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Compatibility/AnnotationReader.php';
  1959.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  1960.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  1961.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  1962.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  1963.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  1964.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  1965.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  1966.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  1967.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  1968.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  1969.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  1970.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  1971.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  1972.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  1973.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  1974.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  1975.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  1976.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  1977.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  1978.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  1979.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  1980.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  1981.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/StoreFactory.php';
  1982.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  1983.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  1984.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  1985.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  1986.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  1987.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  1988.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  1989.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  1990.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  1991.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  1992.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  1993.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  1994.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  1995.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  1996.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  1997.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  1998.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  1999.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  2000.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  2001.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  2002.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  2003.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  2004.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  2005.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  2006.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  2007.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  2008.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  2009.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  2010.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  2011.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  2012.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  2013.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  2014.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  2015.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  2016.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  2017.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  2018.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  2019.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  2020.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  2021.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  2022.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  2023.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  2024.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  2025.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  2026.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  2027.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  2028.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  2029.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  2030.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  2031.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  2032.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  2033.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/ConnectionFactory.php';
  2034.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ConnectionFactoryFactoryInterface.php';
  2035.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Enqueue/ConnectionFactoryFactory.php';
  2036.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Context.php';
  2037.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverInterface.php';
  2038.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactoryInterface.php';
  2039.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactory.php';
  2040.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Config.php';
  2041.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouteCollection.php';
  2042.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  2043.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  2044.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  2045.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiter.php';
  2046.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiterFactory.php';
  2047.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/StorageInterface.php';
  2048.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/CacheStorage.php';
  2049.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepositoryInterface.php';
  2050.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php';
  2051.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  2052.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/Router.php';
  2053.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  2054.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  2055.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Monitoring/MonitoringBusDecorator.php';
  2056.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  2057.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  2058.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  2059.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php';
  2060.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  2061.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntitySearcherInterface.php';
  2062.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php';
  2063.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntitySearcher.php';
  2064.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchSearchHydrator.php';
  2065.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearchHydrator.php';
  2066.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntityAggregatorInterface.php';
  2067.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregator.php';
  2068.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityAggregator.php';
  2069.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchAggregationHydrator.php';
  2070.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregatorHydrator.php';
  2071.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Compatibility/EntityRepositoryDecorator.php';
  2072.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaThumbnailRepositoryDecorator.php';
  2073.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderRepositoryDecorator.php';
  2074.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodRepositoryDecorator.php';
  2075.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/VersionManager.php';
  2076.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT23915/PatchedVersionManager6430.php';
  2077.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ProducerInterface.php';
  2078.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/TraceableProducer.php';
  2079.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Producer.php';
  2080.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Rpc/RpcFactory.php';
  2081.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendEventExtensionInterface.php';
  2082.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendCommandExtensionInterface.php';
  2083.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverPreSendExtensionInterface.php';
  2084.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PostSendExtensionInterface.php';
  2085.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ExtensionInterface.php';
  2086.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ChainExtension.php';
  2087.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/ClientProfiler.php';
  2088.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractSalesChannelContextFactory.php';
  2089.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php';
  2090.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php';
  2091.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Compatibility/SalesChannelRepositoryDecorator.php';
  2092.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  2093.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  2094.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  2095.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  2096.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  2097.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  2098.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  2099.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  2100.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  2101.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  2102.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  2103.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  2104.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  2105.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  2106.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  2107.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  2108.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructNormalizer.php';
  2109.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  2110.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  2111.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  2112.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  2113.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  2114.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  2115.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  2116.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  2117.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  2118.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  2119.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  2120.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  2121.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  2122.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  2123.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  2124.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  2125.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  2126.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  2127.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  2128.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  2129.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  2130.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  2131.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  2132.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  2133.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  2134.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  2135.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructDecoder.php';
  2136.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiDecoder.php';
  2137.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  2138.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  2139.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  2140.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  2141.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  2142.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  2143.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  2144.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  2145.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2146.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  2147.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  2148.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  2149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  2150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  2151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  2152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  2153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  2154.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  2155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  2156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  2157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  2158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  2159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  2160.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  2161.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  2162.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Doctrine/ConnectionProfiler.php';
  2163.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  2164.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/DataCollector.php';
  2165.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  2166.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/AbstractMessageQueueCollector.php';
  2167.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/MessageQueueCollector.php';
  2168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  2169.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  2170.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  2171.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  2172.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  2173.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  2174.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  2175.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  2176.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  2177.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  2178.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  2179.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigEnvironment.php';
  2180.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  2181.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  2182.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  2183.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  2184.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  2185.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  2186.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  2187.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  2188.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  2189.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  2190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  2191.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  2192.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  2193.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/NodeExtension.php';
  2194.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/PhpSyntaxExtension.php';
  2195.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/FeatureFlagExtension.php';
  2196.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  2197.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  2198.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/InstanceOfExtension.php';
  2199.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/CurrencyFilter.php';
  2200.             include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixMaintainNetPrice/src/Decorator/Core/Content/Framework/Adapter/Twig/Filter/CurrencyFilterDecorator.php';
  2201.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  2202.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/ReplaceRecursiveFilter.php';
  2203.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT24667/SecurityExtension.php';
  2204.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SeoUrlFunctionExtension.php';
  2205.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/CategoryUrlExtension.php';
  2206.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/AbstractCategoryUrlGenerator.php';
  2207.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryUrlGenerator.php';
  2208.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/MediaExtension.php';
  2209.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/RawUrlFunctionExtension.php';
  2210.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SwSanitizeTwigFilter.php';
  2211.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/BuildBreadcrumbExtension.php';
  2212.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  2213.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateDataExtension.php';
  2214.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/ConfigExtension.php';
  2215.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateConfigAccessor.php';
  2216.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/IconExtension.php';
  2217.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ThumbnailExtension.php';
  2218.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/UrlEncodingTwigFilter.php';
  2219.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/IconCacheTwigFilter.php';
  2220.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/CsrfFunctionExtension.php';
  2221.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Twig/DoctrineExtension.php';
  2222.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  2223.             include_once \dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/Twig/GA4TwigExtensions.php';
  2224.             include_once \dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/Core/Framework/Adapter/Twig/Extension/TwigExtensions.php';
  2225.             include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Framework/Twig/AnimatedExtension.php';
  2226.             include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Framework/Twig/ListingExtension.php';
  2227.             include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Framework/Twig/VersionCompareExtension.php';
  2228.             include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Framework/Twig/FbExtension.php';
  2229.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  2230.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  2231.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigAppVariable.php';
  2232.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  2233.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  2234.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  2235.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/HappyPathValidator.php';
  2236.             include_once __DIR__.'/proxy-classes.php';
  2237.         };
  2238.     }
  2239.     public function compile(): void
  2240.     {
  2241.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  2242.     }
  2243.     public function isCompiled(): bool
  2244.     {
  2245.         return true;
  2246.     }
  2247.     public function getRemovedIds(): array
  2248.     {
  2249.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  2250.     }
  2251.     protected function createProxy($class\Closure $factory)
  2252.     {
  2253.         return $factory();
  2254.     }
  2255.     /**
  2256.      * Gets the public '.container.private.cache_clearer' shared service.
  2257.      *
  2258.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  2259.      */
  2260.     protected function get_Container_Private_CacheClearerService()
  2261.     {
  2262.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2263.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  2264.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  2265.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  2266.         }, 1));
  2267.     }
  2268.     /**
  2269.      * Gets the public '.container.private.filesystem' shared service.
  2270.      *
  2271.      * @return \Symfony\Component\Filesystem\Filesystem
  2272.      */
  2273.     protected function get_Container_Private_FilesystemService()
  2274.     {
  2275.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2276.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  2277.     }
  2278.     /**
  2279.      * Gets the public '.container.private.profiler' shared service.
  2280.      *
  2281.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2282.      */
  2283.     protected function get_Container_Private_ProfilerService()
  2284.     {
  2285.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2286.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2287.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2288.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  2289.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2290.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2291.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2292.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2293.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2294.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2295.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2296.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2297.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2298.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2299.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2300.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  2301.         $d->addInstance('cache.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  2302.         $d->addInstance('cache.object', ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()));
  2303.         $d->addInstance('cache.http', ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()));
  2304.         $d->addInstance('cache.tags', ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  2305.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  2306.         $e = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  2307.         $e->registerBus('messenger.bus.shopware', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  2308.         $f = new \Enqueue\Bundle\Profiler\MessageQueueCollector();
  2309.         $f->addProducer('default', ($this->services['enqueue.client.default.producer'] ?? $this->getEnqueue_Client_Default_ProducerService()));
  2310.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2311.         if ($this->has('kernel')) {
  2312.             $g->setKernel($b);
  2313.         }
  2314.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  2315.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2316.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2317.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  2318.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2319.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2320.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer'), $c));
  2321.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2322.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2323.         $instance->add($d);
  2324.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2325.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  2326.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2327.         $instance->add(new \Shopware\Core\Profiling\Doctrine\ConnectionProfiler());
  2328.         $instance->add($e);
  2329.         $instance->add(($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] = new \Shopware\Core\Framework\Script\Debugging\ScriptTraces())));
  2330.         $instance->add(new \Shopware\Elasticsearch\Profiler\DataCollector($this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'), ($this->services['Elasticsearch\\Client'] ?? $this->getClientService())));
  2331.         $instance->add(($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService()));
  2332.         $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()))));
  2333.         $instance->add($f);
  2334.         $instance->add($g);
  2335.         return $instance;
  2336.     }
  2337.     /**
  2338.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  2339.      *
  2340.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2341.      */
  2342.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  2343.     {
  2344.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2345.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage($a), $a);
  2346.     }
  2347.     /**
  2348.      * Gets the public '.container.private.serializer' shared service.
  2349.      *
  2350.      * @return \Symfony\Component\Serializer\Serializer
  2351.      */
  2352.     protected function get_Container_Private_SerializerService()
  2353.     {
  2354.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2355.         $b = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2356.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2357.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  2358.         $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2359.         $f = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  2360.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => new \Shopware\Core\Framework\Struct\Serializer\StructNormalizer(), => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $d), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c$d$e$fNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 13 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 14 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c$d$b$e$fNULL)], [=> new \Shopware\Core\Framework\Struct\Serializer\StructDecoder(), => new \Shopware\Core\Framework\Api\Serializer\JsonApiDecoder(), => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  2361.     }
  2362.     /**
  2363.      * Gets the public '.container.private.session' shared service.
  2364.      *
  2365.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2366.      */
  2367.     protected function get_Container_Private_SessionService()
  2368.     {
  2369.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2370.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2371.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  2372.         if (isset($this->services['.container.private.session'])) {
  2373.             return $this->services['.container.private.session'];
  2374.         }
  2375.         return $this->services['.container.private.session'] = $a->createSession();
  2376.     }
  2377.     /**
  2378.      * Gets the public '.container.private.twig' shared service.
  2379.      *
  2380.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigEnvironment
  2381.      */
  2382.     protected function get_Container_Private_TwigService()
  2383.     {
  2384.         $this->services['.container.private.twig'] = $instance = new \Shopware\Core\Framework\Adapter\Twig\TwigEnvironment(($this->privates['twig.loader.chain'] ?? $this->getTwig_Loader_ChainService()), ['debug' => true'strict_variables' => false'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  2385.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2386.         $b = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2387.         $c = ($this->services['router'] ?? $this->getRouterService());
  2388.         $d = new \Symfony\Bridge\Twig\Extension\RoutingExtension($c);
  2389.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2390.         $f = ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? $this->getTemplateFinderService());
  2391.         $g = ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService());
  2392.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2393.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  2394.         $i = new \Symfony\Bridge\Twig\AppVariable();
  2395.         $i->setEnvironment('dev');
  2396.         $i->setDebug(true);
  2397.         if ($this->has('request_stack')) {
  2398.             $i->setRequestStack($e);
  2399.         }
  2400.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2401.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  2402.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  2403.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  2404.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b\dirname(__DIR__4), 'UTF-8'));
  2405.         $instance->addExtension($d);
  2406.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2407.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  2408.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2409.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2410.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2411.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  2412.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension($f));
  2413.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\PhpSyntaxExtension());
  2414.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension());
  2415.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  2416.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  2417.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\InstanceOfExtension());
  2418.         $instance->addExtension(new \FourtwosixMaintainNetPrice\Decorator\Core\Content\Framework\Adapter\Twig\Filter\CurrencyFilterDecorator(($this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] ?? $this->getCurrencyFormatterService())));
  2419.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['slugify'] ?? $this->getSlugifyService())));
  2420.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\ReplaceRecursiveFilter());
  2421.         $instance->addExtension(new \Swag\Security\Fixes\NEXT24667\SecurityExtension([]));
  2422.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SeoUrlFunctionExtension($d$g));
  2423.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\CategoryUrlExtension($d, new \Shopware\Core\Content\Category\Service\CategoryUrlGenerator($g)));
  2424.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\MediaExtension(($this->services['media.repository'] ?? $this->getMedia_RepositoryService())));
  2425.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\RawUrlFunctionExtension($c$e));
  2426.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService())));
  2427.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\BuildBreadcrumbExtension(($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? $this->getCategoryBreadcrumbBuilderService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService())));
  2428.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\TemplateDataExtension($etrue'twig'));
  2429.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\ConfigExtension(new \Shopware\Storefront\Framework\Twig\TemplateConfigAccessor(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService()))));
  2430.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\IconExtension($f));
  2431.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\ThumbnailExtension($f));
  2432.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\UrlEncodingTwigFilter());
  2433.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\IconCacheTwigFilter());
  2434.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension());
  2435.         $instance->addExtension(new \Shopware\Core\Profiling\Twig\DoctrineExtension());
  2436.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  2437.         $instance->addExtension(new \DISco\GA4\Twig\GA4TwigExtensions(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())));
  2438.         $instance->addExtension(new \StudioSolid\AdvancedSliderElements\Core\Framework\Adapter\Twig\Extension\TwigExtensions());
  2439.         $instance->addExtension(new \MoorlFoundation\Core\Framework\Twig\AnimatedExtension());
  2440.         $instance->addExtension(new \MoorlFoundation\Core\Framework\Twig\ListingExtension());
  2441.         $instance->addExtension(new \MoorlFoundation\Core\Framework\Twig\VersionCompareExtension('6.4.18.1'));
  2442.         $instance->addExtension(new \MoorlForms\Core\Framework\Twig\FbExtension($f, ($this->services['MoorlForms\\Core\\Service\\FbService'] ?? $this->getFbServiceService())));
  2443.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  2444.         $instance->addGlobal('app', new \Shopware\Storefront\Framework\Twig\TwigAppVariable($i$this->parameters['shopware.twig.app_variable.allowed_server_params']));
  2445.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2446.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2447.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2448.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  2449.         ], [
  2450.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2451.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2452.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2453.         ])));
  2454.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2455.         return $instance;
  2456.     }
  2457.     /**
  2458.      * Gets the public '.container.private.validator' shared service.
  2459.      *
  2460.      * @return \Shopware\Core\Framework\Validation\HappyPathValidator
  2461.      */
  2462.     protected function get_Container_Private_ValidatorService()
  2463.     {
  2464.         $a = ($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService());
  2465.         if (isset($this->services['.container.private.validator'])) {
  2466.             return $this->services['.container.private.validator'];
  2467.         }
  2468.         return $this->services['.container.private.validator'] = new \Shopware\Core\Framework\Validation\HappyPathValidator($a);
  2469.     }
  2470.     /**
  2471.      * Gets the public 'Acris\Promotion\AcrisPromotionCS' shared autowired service.
  2472.      *
  2473.      * @return \Acris\Promotion\AcrisPromotionCS
  2474.      */
  2475.     protected function getAcrisPromotionCSService()
  2476.     {
  2477.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2478.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2479.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2480.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2481.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2483.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src/AcrisPromotionCS.php';
  2484.         return $this->services['Acris\\Promotion\\AcrisPromotionCS'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Acris\\Promotion\\AcrisPromotionCS');
  2485.     }
  2486.     /**
  2487.      * Gets the public 'Acris\Promotion\Custom\PromotionDisplayDefinition' shared service.
  2488.      *
  2489.      * @return \Acris\Promotion\Custom\PromotionDisplayDefinition
  2490.      */
  2491.     protected function getPromotionDisplayDefinitionService()
  2492.     {
  2493.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src/Custom/PromotionDisplayDefinition.php';
  2494.         $this->services['Acris\\Promotion\\Custom\\PromotionDisplayDefinition'] = $instance = new \Acris\Promotion\Custom\PromotionDisplayDefinition();
  2495.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2496.         return $instance;
  2497.     }
  2498.     /**
  2499.      * Gets the public 'Acris\Tax\AcrisTaxCS' shared autowired service.
  2500.      *
  2501.      * @return \Acris\Tax\AcrisTaxCS
  2502.      */
  2503.     protected function getAcrisTaxCSService()
  2504.     {
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2506.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2507.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2508.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2509.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2511.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/AcrisTaxCS.php';
  2512.         return $this->services['Acris\\Tax\\AcrisTaxCS'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Acris\\Tax\\AcrisTaxCS');
  2513.     }
  2514.     /**
  2515.      * Gets the public 'Acris\Tax\Controller\VatIdValidationController' shared service.
  2516.      *
  2517.      * @return \Acris\Tax\Controller\VatIdValidationController
  2518.      */
  2519.     protected function getVatIdValidationControllerService()
  2520.     {
  2521.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Controller/VatIdValidationController.php';
  2522.         $this->services['Acris\\Tax\\Controller\\VatIdValidationController'] = $instance = new \Acris\Tax\Controller\VatIdValidationController(($this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'] ?? $this->getVatIdValidationServiceService()));
  2523.         $instance->setContainer($this);
  2524.         return $instance;
  2525.     }
  2526.     /**
  2527.      * Gets the public 'Acris\Tax\Core\Checkout\Cart\TaxRuleLoader' shared service.
  2528.      *
  2529.      * @return \Acris\Tax\Core\Checkout\Cart\TaxRuleLoader
  2530.      */
  2531.     protected function getTaxRuleLoaderService()
  2532.     {
  2533.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'] ?? $this->getCachedRuleLoaderService());
  2534.         if (isset($this->services['Acris\\Tax\\Core\\Checkout\\Cart\\TaxRuleLoader'])) {
  2535.             return $this->services['Acris\\Tax\\Core\\Checkout\\Cart\\TaxRuleLoader'];
  2536.         }
  2537.         return $this->services['Acris\\Tax\\Core\\Checkout\\Cart\\TaxRuleLoader'] = new \Acris\Tax\Core\Checkout\Cart\TaxRuleLoader(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), $a);
  2538.     }
  2539.     /**
  2540.      * Gets the public 'Acris\Tax\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator' shared service.
  2541.      *
  2542.      * @return \Acris\Tax\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator
  2543.      */
  2544.     protected function getCustomerVatIdentificationValidatorService()
  2545.     {
  2546.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  2547.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  2548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerVatIdentificationValidator.php';
  2549.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Core/Checkout/Customer/Validation/Constraint/CustomerVatIdentificationValidator.php';
  2550.         return $this->services['Acris\\Tax\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator'] = new \Acris\Tax\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  2551.     }
  2552.     /**
  2553.      * Gets the public 'Acris\Tax\Custom\TaxCountryRuleDefinition' shared service.
  2554.      *
  2555.      * @return \Acris\Tax\Custom\TaxCountryRuleDefinition
  2556.      */
  2557.     protected function getTaxCountryRuleDefinitionService()
  2558.     {
  2559.         $this->services['Acris\\Tax\\Custom\\TaxCountryRuleDefinition'] = $instance = new \Acris\Tax\Custom\TaxCountryRuleDefinition();
  2560.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2561.         return $instance;
  2562.     }
  2563.     /**
  2564.      * Gets the public 'Acris\Tax\Custom\TaxCustomerGroupRuleDefinition' shared service.
  2565.      *
  2566.      * @return \Acris\Tax\Custom\TaxCustomerGroupRuleDefinition
  2567.      */
  2568.     protected function getTaxCustomerGroupRuleDefinitionService()
  2569.     {
  2570.         $this->services['Acris\\Tax\\Custom\\TaxCustomerGroupRuleDefinition'] = $instance = new \Acris\Tax\Custom\TaxCustomerGroupRuleDefinition();
  2571.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2572.         return $instance;
  2573.     }
  2574.     /**
  2575.      * Gets the public 'Acris\Tax\Custom\VatIdValidationLogDefinition' shared service.
  2576.      *
  2577.      * @return \Acris\Tax\Custom\VatIdValidationLogDefinition
  2578.      */
  2579.     protected function getVatIdValidationLogDefinitionService()
  2580.     {
  2581.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Custom/VatIdValidationLogDefinition.php';
  2582.         $this->services['Acris\\Tax\\Custom\\VatIdValidationLogDefinition'] = $instance = new \Acris\Tax\Custom\VatIdValidationLogDefinition();
  2583.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2584.         return $instance;
  2585.     }
  2586.     /**
  2587.      * Gets the public 'Acris\Tax\Storefront\Controller\VatIdValidationController' shared service.
  2588.      *
  2589.      * @return \Acris\Tax\Storefront\Controller\VatIdValidationController
  2590.      */
  2591.     protected function getVatIdValidationController2Service()
  2592.     {
  2593.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Storefront/Controller/VatIdValidationController.php';
  2594.         $this->services['Acris\\Tax\\Storefront\\Controller\\VatIdValidationController'] = $instance = new \Acris\Tax\Storefront\Controller\VatIdValidationController(($this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'] ?? $this->getVatIdValidationServiceService()));
  2595.         $instance->setContainer($this);
  2596.         return $instance;
  2597.     }
  2598.     /**
  2599.      * Gets the public 'AkuCmsFactory\AkuCmsFactory' shared autowired service.
  2600.      *
  2601.      * @return \AkuCmsFactory\AkuCmsFactory
  2602.      */
  2603.     protected function getAkuCmsFactoryService()
  2604.     {
  2605.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2606.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2607.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2608.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2611.         include_once \dirname(__DIR__4).'/custom/plugins/AkuCmsFactory/src/AkuCmsFactory.php';
  2612.         return $this->services['AkuCmsFactory\\AkuCmsFactory'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('AkuCmsFactory\\AkuCmsFactory');
  2613.     }
  2614.     /**
  2615.      * Gets the public 'AkuCmsFactory\Controller\RenderController' shared autowired service.
  2616.      *
  2617.      * @return \AkuCmsFactory\Controller\RenderController
  2618.      */
  2619.     protected function getRenderControllerService()
  2620.     {
  2621.         include_once \dirname(__DIR__4).'/custom/plugins/AkuCmsFactory/src/Controller/RenderController.php';
  2622.         $this->services['AkuCmsFactory\\Controller\\RenderController'] = $instance = new \AkuCmsFactory\Controller\RenderController();
  2623.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AkuCmsFactory\\Controller\\RenderController'$this));
  2624.         return $instance;
  2625.     }
  2626.     /**
  2627.      * Gets the public 'AkuCmsFactory\Element\CmsFactoryElementDefinition' shared autowired service.
  2628.      *
  2629.      * @return \AkuCmsFactory\Element\CmsFactoryElementDefinition
  2630.      */
  2631.     protected function getCmsFactoryElementDefinitionService()
  2632.     {
  2633.         $this->services['AkuCmsFactory\\Element\\CmsFactoryElementDefinition'] = $instance = new \AkuCmsFactory\Element\CmsFactoryElementDefinition();
  2634.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2635.         return $instance;
  2636.     }
  2637.     /**
  2638.      * Gets the public 'BoedenThemeExtension\BoedenThemeExtension' shared autowired service.
  2639.      *
  2640.      * @return \BoedenThemeExtension\BoedenThemeExtension
  2641.      */
  2642.     protected function getBoedenThemeExtensionService()
  2643.     {
  2644.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2645.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2646.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2647.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2648.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2650.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/ThemeInterface.php';
  2651.         include_once \dirname(__DIR__4).'/custom/plugins/BoedenThemeExtension/src/BoedenThemeExtension.php';
  2652.         return $this->services['BoedenThemeExtension\\BoedenThemeExtension'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('BoedenThemeExtension\\BoedenThemeExtension');
  2653.     }
  2654.     /**
  2655.      * Gets the public 'CoeAccountOrtPlzSw6\CoeAccountOrtPlzSw6' shared autowired service.
  2656.      *
  2657.      * @return \CoeAccountOrtPlzSw6\CoeAccountOrtPlzSw6
  2658.      */
  2659.     protected function getCoeAccountOrtPlzSw6Service()
  2660.     {
  2661.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2662.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2663.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2664.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2667.         include_once \dirname(__DIR__4).'/custom/plugins/CoeAccountOrtPlzSw6/src/CoeAccountOrtPlzSw6.php';
  2668.         return $this->services['CoeAccountOrtPlzSw6\\CoeAccountOrtPlzSw6'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('CoeAccountOrtPlzSw6\\CoeAccountOrtPlzSw6');
  2669.     }
  2670.     /**
  2671.      * Gets the public 'CoeAccountOrtPlzSw6\Core\System\Country\CountryZipValidationDefintion' shared service.
  2672.      *
  2673.      * @return \CoeAccountOrtPlzSw6\Core\System\Country\CountryZipValidationDefintion
  2674.      */
  2675.     protected function getCountryZipValidationDefintionService()
  2676.     {
  2677.         include_once \dirname(__DIR__4).'/custom/plugins/CoeAccountOrtPlzSw6/src/Core/System/Country/CountryZipValidationDefintion.php';
  2678.         $this->services['CoeAccountOrtPlzSw6\\Core\\System\\Country\\CountryZipValidationDefintion'] = $instance = new \CoeAccountOrtPlzSw6\Core\System\Country\CountryZipValidationDefintion();
  2679.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2680.         return $instance;
  2681.     }
  2682.     /**
  2683.      * Gets the public 'DISco\GA4\DIScoGA4' shared autowired service.
  2684.      *
  2685.      * @return \DISco\GA4\DIScoGA4
  2686.      */
  2687.     protected function getDIScoGA4Service()
  2688.     {
  2689.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2690.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2691.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2692.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2695.         include_once \dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/DIScoGA4.php';
  2696.         return $this->services['DISco\\GA4\\DIScoGA4'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('DISco\\GA4\\DIScoGA4');
  2697.     }
  2698.     /**
  2699.      * Gets the public 'DISco\GA4\Storefront\Controller\CookieControllerDecorator' shared service.
  2700.      *
  2701.      * @return \DISco\GA4\Storefront\Controller\CookieControllerDecorator
  2702.      */
  2703.     protected function getCookieControllerDecoratorService()
  2704.     {
  2705.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CookieController.php';
  2706.         include_once \dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/Storefront/Controller/CookieControllerDecorator.php';
  2707.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProviderInterface.php';
  2708.         include_once \dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/Framework/Cookie/CustomCookieProvider.php';
  2709.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Framework/Cookie/PayPalCookieProvider.php';
  2710.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/Framework/Cookie/CustomCookieProvider.php';
  2711.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/AppCookieProvider.php';
  2712.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProvider.php';
  2713.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  2714.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  2715.         $c = new \DISco\GA4\Framework\Cookie\CustomCookieProvider(new \Swag\PayPal\Storefront\Framework\Cookie\PayPalCookieProvider(new \zenit\PlatformStratus\Framework\Cookie\CustomCookieProvider($a, new \Shopware\Storefront\Framework\Cookie\AppCookieProvider(new \Shopware\Storefront\Framework\Cookie\CookieProvider(), ($this->services['app.repository'] ?? $this->getApp_RepositoryService())))), $b);
  2716.         $d = new \Shopware\Storefront\Controller\CookieController($c$a);
  2717.         $e = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2718.         $d->setContainer($this);
  2719.         $d->setTwig($e);
  2720.         $this->services['DISco\\GA4\\Storefront\\Controller\\CookieControllerDecorator'] = $instance = new \DISco\GA4\Storefront\Controller\CookieControllerDecorator($d$c$a$b, ($this->services['sales_channel_analytics.repository'] ?? $this->getSalesChannelAnalytics_RepositoryService()));
  2721.         $instance->setContainer($this);
  2722.         $instance->setTwig($e);
  2723.         return $instance;
  2724.     }
  2725.     /**
  2726.      * Gets the public 'Doctrine\DBAL\Connection' shared service.
  2727.      *
  2728.      * @return \Doctrine\DBAL\Connection
  2729.      */
  2730.     protected function getConnectionService()
  2731.     {
  2732.         return $this->services['Doctrine\\DBAL\\Connection'] = \Shopware\Core\Kernel::getConnection();
  2733.     }
  2734.     /**
  2735.      * Gets the public 'Elasticsearch\Client' shared service.
  2736.      *
  2737.      * @return \Shopware\Elasticsearch\Profiler\ClientProfiler
  2738.      */
  2739.     protected function getClientService()
  2740.     {
  2741.         return $this->services['Elasticsearch\\Client'] = new \Shopware\Elasticsearch\Profiler\ClientProfiler(($this->privates['shopware.es.profiled.client.inner'] ?? $this->getShopware_Es_Profiled_Client_InnerService()));
  2742.     }
  2743.     /**
  2744.      * Gets the public 'FourtwosixCategoryDescriptionOnPDP\FourtwosixCategoryDescriptionOnPDP' shared autowired service.
  2745.      *
  2746.      * @return \FourtwosixCategoryDescriptionOnPDP\FourtwosixCategoryDescriptionOnPDP
  2747.      */
  2748.     protected function getFourtwosixCategoryDescriptionOnPDPService()
  2749.     {
  2750.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2751.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2752.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2753.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2756.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixCategoryDescriptionOnPDP/src/FourtwosixCategoryDescriptionOnPDP.php';
  2757.         return $this->services['FourtwosixCategoryDescriptionOnPDP\\FourtwosixCategoryDescriptionOnPDP'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('FourtwosixCategoryDescriptionOnPDP\\FourtwosixCategoryDescriptionOnPDP');
  2758.     }
  2759.     /**
  2760.      * Gets the public 'FourtwosixHideEmptyCategories\FourtwosixHideEmptyCategories' shared autowired service.
  2761.      *
  2762.      * @return \FourtwosixHideEmptyCategories\FourtwosixHideEmptyCategories
  2763.      */
  2764.     protected function getFourtwosixHideEmptyCategoriesService()
  2765.     {
  2766.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2767.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2768.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2769.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2772.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixhideemptycategories/src/FourtwosixHideEmptyCategories.php';
  2773.         return $this->services['FourtwosixHideEmptyCategories\\FourtwosixHideEmptyCategories'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('FourtwosixHideEmptyCategories\\FourtwosixHideEmptyCategories');
  2774.     }
  2775.     /**
  2776.      * Gets the public 'FourtwosixItalianTranslations\FourtwosixItalianTranslations' shared autowired service.
  2777.      *
  2778.      * @return \FourtwosixItalianTranslations\FourtwosixItalianTranslations
  2779.      */
  2780.     protected function getFourtwosixItalianTranslationsService()
  2781.     {
  2782.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2784.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2785.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2788.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixitaliantranslations/src/FourtwosixItalianTranslations.php';
  2789.         return $this->services['FourtwosixItalianTranslations\\FourtwosixItalianTranslations'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('FourtwosixItalianTranslations\\FourtwosixItalianTranslations');
  2790.     }
  2791.     /**
  2792.      * Gets the public 'FourtwosixMaintainNetPrice\FourtwosixMaintainNetPrice' shared autowired service.
  2793.      *
  2794.      * @return \FourtwosixMaintainNetPrice\FourtwosixMaintainNetPrice
  2795.      */
  2796.     protected function getFourtwosixMaintainNetPriceService()
  2797.     {
  2798.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2799.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2800.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2801.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2804.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixMaintainNetPrice/src/FourtwosixMaintainNetPrice.php';
  2805.         return $this->services['FourtwosixMaintainNetPrice\\FourtwosixMaintainNetPrice'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('FourtwosixMaintainNetPrice\\FourtwosixMaintainNetPrice');
  2806.     }
  2807.     /**
  2808.      * Gets the public 'FourtwosixMonitorPlugin\FourtwosixMonitorPlugin' shared autowired service.
  2809.      *
  2810.      * @return \FourtwosixMonitorPlugin\FourtwosixMonitorPlugin
  2811.      */
  2812.     protected function getFourtwosixMonitorPluginService()
  2813.     {
  2814.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2815.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2816.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2817.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2820.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixMonitorPlugin/src/FourtwosixMonitorPlugin.php';
  2821.         return $this->services['FourtwosixMonitorPlugin\\FourtwosixMonitorPlugin'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('FourtwosixMonitorPlugin\\FourtwosixMonitorPlugin');
  2822.     }
  2823.     /**
  2824.      * Gets the public 'FourtwosixPhoneValidation\Decorator\Core\Checkout\Customer\SalesChannel\UpsertAddressRouteDecorator' shared service.
  2825.      *
  2826.      * @return \FourtwosixPhoneValidation\Decorator\Core\Checkout\Customer\SalesChannel\UpsertAddressRouteDecorator
  2827.      */
  2828.     protected function getUpsertAddressRouteDecoratorService()
  2829.     {
  2830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractUpsertAddressRoute.php';
  2831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  2832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/UpsertAddressRoute.php';
  2833.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src/Decorator/Core/Checkout/Customer/SalesChannel/UpsertAddressRouteDecorator.php';
  2834.         return $this->services['FourtwosixPhoneValidation\\Decorator\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRouteDecorator'] = new \FourtwosixPhoneValidation\Decorator\Core\Checkout\Customer\SalesChannel\UpsertAddressRouteDecorator(($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\AddressValidationFactory'] ?? $this->getAddressValidationFactoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? $this->getStoreApiCustomFieldMapperService()), ($this->privates['FourtwosixPhoneValidation\\Helper\\PhoneHelper'] ?? $this->getPhoneHelperService()));
  2835.     }
  2836.     /**
  2837.      * Gets the public 'FourtwosixPhoneValidation\Decorator\Storefront\Controller\AddressControllerDecorator' shared service.
  2838.      *
  2839.      * @return \FourtwosixPhoneValidation\Decorator\Storefront\Controller\AddressControllerDecorator
  2840.      */
  2841.     protected function getAddressControllerDecoratorService()
  2842.     {
  2843.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AddressController.php';
  2844.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src/Decorator/Storefront/Controller/AddressControllerDecorator.php';
  2845.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Listing/AddressListingPageLoader.php';
  2846.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Detail/AddressDetailPageLoader.php';
  2847.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  2848.         $b = ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService());
  2849.         $c = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  2850.         $d = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute'] ?? $this->getListAddressRouteService());
  2851.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2852.         $this->services['FourtwosixPhoneValidation\\Decorator\\Storefront\\Controller\\AddressControllerDecorator'] = $instance = new \FourtwosixPhoneValidation\Decorator\Storefront\Controller\AddressControllerDecorator(new \Shopware\Storefront\Page\Address\Listing\AddressListingPageLoader($a$b$c$d$e, ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService())), new \Shopware\Storefront\Page\Address\Detail\AddressDetailPageLoader($a$b$c$e$d), ($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService()), $d, ($this->services['FourtwosixPhoneValidation\\Decorator\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRouteDecorator'] ?? $this->getUpsertAddressRouteDecoratorService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute'] ?? $this->getDeleteAddressRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute'] ?? $this->getChangeCustomerProfileRouteService()), ($this->privates['FourtwosixPhoneValidation\\Helper\\PhoneHelper'] ?? $this->getPhoneHelperService()));
  2853.         $instance->setContainer($this);
  2854.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2855.         return $instance;
  2856.     }
  2857.     /**
  2858.      * Gets the public 'FourtwosixPhoneValidation\FourtwosixPhoneValidation' shared autowired service.
  2859.      *
  2860.      * @return \FourtwosixPhoneValidation\FourtwosixPhoneValidation
  2861.      */
  2862.     protected function getFourtwosixPhoneValidationService()
  2863.     {
  2864.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2865.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2866.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2867.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2870.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src/FourtwosixPhoneValidation.php';
  2871.         return $this->services['FourtwosixPhoneValidation\\FourtwosixPhoneValidation'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('FourtwosixPhoneValidation\\FourtwosixPhoneValidation');
  2872.     }
  2873.     /**
  2874.      * Gets the public 'FourtwosixRedirectForMissingTrailingSlashes\Core\Content\Seo\SeoResolver' shared service.
  2875.      *
  2876.      * @return \FourtwosixRedirectForMissingTrailingSlashes\Core\Content\Seo\SeoResolver
  2877.      */
  2878.     protected function getSeoResolverService()
  2879.     {
  2880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  2881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoResolver.php';
  2882.         include_once \dirname(__DIR__4).'/custom/plugins/426-fourtwosixredirectformissingtrailingslashes/src/Core/Content/Seo/SeoResolver.php';
  2883.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  2884.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  2885.         if (isset($this->services['FourtwosixRedirectForMissingTrailingSlashes\\Core\\Content\\Seo\\SeoResolver'])) {
  2886.             return $this->services['FourtwosixRedirectForMissingTrailingSlashes\\Core\\Content\\Seo\\SeoResolver'];
  2887.         }
  2888.         return $this->services['FourtwosixRedirectForMissingTrailingSlashes\\Core\\Content\\Seo\\SeoResolver'] = new \FourtwosixRedirectForMissingTrailingSlashes\Core\Content\Seo\SeoResolver(new \Shopware\Core\Content\Seo\SeoResolver($a), $a, ($this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] ?? $this->getLoggerFactoryService())->createRotating('fts.seo_resolver'), $b);
  2889.     }
  2890.     /**
  2891.      * Gets the public 'FourtwosixRedirectForMissingTrailingSlashes\FourtwosixRedirectForMissingTrailingSlashes' shared autowired service.
  2892.      *
  2893.      * @return \FourtwosixRedirectForMissingTrailingSlashes\FourtwosixRedirectForMissingTrailingSlashes
  2894.      */
  2895.     protected function getFourtwosixRedirectForMissingTrailingSlashesService()
  2896.     {
  2897.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2898.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2899.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2900.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2903.         include_once \dirname(__DIR__4).'/custom/plugins/426-fourtwosixredirectformissingtrailingslashes/src/FourtwosixRedirectForMissingTrailingSlashes.php';
  2904.         return $this->services['FourtwosixRedirectForMissingTrailingSlashes\\FourtwosixRedirectForMissingTrailingSlashes'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('FourtwosixRedirectForMissingTrailingSlashes\\FourtwosixRedirectForMissingTrailingSlashes');
  2905.     }
  2906.     /**
  2907.      * Gets the public 'FourtwosixRegistrationFields\FourtwosixRegistrationFields' shared autowired service.
  2908.      *
  2909.      * @return \FourtwosixRegistrationFields\FourtwosixRegistrationFields
  2910.      */
  2911.     protected function getFourtwosixRegistrationFieldsService()
  2912.     {
  2913.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2914.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2915.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2916.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2917.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2919.         include_once \dirname(__DIR__4).'/custom/plugins/426-fourtwosixregistrationfields/src/FourtwosixRegistrationFields.php';
  2920.         return $this->services['FourtwosixRegistrationFields\\FourtwosixRegistrationFields'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('FourtwosixRegistrationFields\\FourtwosixRegistrationFields');
  2921.     }
  2922.     /**
  2923.      * Gets the public 'FourtwosixShippingCostsCalculator\Decorator\Core\System\SalesChannel\Context\BaseContextFactoryDecorator' shared service.
  2924.      *
  2925.      * @return \FourtwosixShippingCostsCalculator\Decorator\Core\System\SalesChannel\Context\BaseContextFactoryDecorator
  2926.      */
  2927.     protected function getBaseContextFactoryDecoratorService()
  2928.     {
  2929.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  2930.         if (isset($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'])) {
  2931.             return $this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'];
  2932.         }
  2933.         $b = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  2934.         if (isset($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'])) {
  2935.             return $this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'];
  2936.         }
  2937.         $c = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  2938.         if (isset($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'])) {
  2939.             return $this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'];
  2940.         }
  2941.         $d = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  2942.         if (isset($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'])) {
  2943.             return $this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'];
  2944.         }
  2945.         $e = ($this->services['tax.repository'] ?? $this->getTax_RepositoryService());
  2946.         if (isset($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'])) {
  2947.             return $this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'];
  2948.         }
  2949.         $f = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  2950.         if (isset($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'])) {
  2951.             return $this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'];
  2952.         }
  2953.         $g = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  2954.         if (isset($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'])) {
  2955.             return $this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'];
  2956.         }
  2957.         $h = ($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService());
  2958.         if (isset($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'])) {
  2959.             return $this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'];
  2960.         }
  2961.         $i = ($this->services['currency_country_rounding.repository'] ?? $this->getCurrencyCountryRounding_RepositoryService());
  2962.         if (isset($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'])) {
  2963.             return $this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'];
  2964.         }
  2965.         return $this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'] = new \FourtwosixShippingCostsCalculator\Decorator\Core\System\SalesChannel\Context\BaseContextFactoryDecorator($a$b$c$d$e$f$g, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $h$i);
  2966.     }
  2967.     /**
  2968.      * Gets the public 'FourtwosixShippingCostsCalculator\Decorator\Core\System\SalesChannel\SalesChannel\ContextSwitchRouteDecorator' shared service.
  2969.      *
  2970.      * @return \FourtwosixShippingCostsCalculator\Decorator\Core\System\SalesChannel\SalesChannel\ContextSwitchRouteDecorator
  2971.      */
  2972.     protected function getContextSwitchRouteDecoratorService()
  2973.     {
  2974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/AbstractContextSwitchRoute.php';
  2975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/ContextSwitchRoute.php';
  2976.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixShippingCostsCalculator/src/Decorator/Core/System/SalesChannel/SalesChannel/ContextSwitchRouteDecorator.php';
  2977.         return $this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRouteDecorator'] = new \FourtwosixShippingCostsCalculator\Decorator\Core\System\SalesChannel\SalesChannel\ContextSwitchRouteDecorator(($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2978.     }
  2979.     /**
  2980.      * Gets the public 'FourtwosixShippingCostsCalculator\FourtwosixShippingCostsCalculator' shared autowired service.
  2981.      *
  2982.      * @return \FourtwosixShippingCostsCalculator\FourtwosixShippingCostsCalculator
  2983.      */
  2984.     protected function getFourtwosixShippingCostsCalculatorService()
  2985.     {
  2986.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2987.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2988.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2989.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2992.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixShippingCostsCalculator/src/FourtwosixShippingCostsCalculator.php';
  2993.         return $this->services['FourtwosixShippingCostsCalculator\\FourtwosixShippingCostsCalculator'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('FourtwosixShippingCostsCalculator\\FourtwosixShippingCostsCalculator');
  2994.     }
  2995.     /**
  2996.      * Gets the public 'FourtwosixThemeExtension\Controller\Decorator\CartLineItemDecoratorController' shared service.
  2997.      *
  2998.      * @return \FourtwosixThemeExtension\Controller\Decorator\CartLineItemDecoratorController
  2999.      */
  3000.     protected function getCartLineItemDecoratorControllerService()
  3001.     {
  3002.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CartLineItemController.php';
  3003.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/Controller/Decorator/CartLineItemDecoratorController.php';
  3004.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemFactory.php';
  3005.         $this->services['FourtwosixThemeExtension\\Controller\\Decorator\\CartLineItemDecoratorController'] = $instance = new \FourtwosixThemeExtension\Controller\Decorator\CartLineItemDecoratorController(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? $this->getPromotionItemBuilderService()), ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemFactory'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemFactory())), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute'] ?? $this->getProductListRouteService()), ($this->services['product.repository'] ?? $this->getProduct_RepositoryService()));
  3006.         $instance->setContainer($this);
  3007.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3008.         return $instance;
  3009.     }
  3010.     /**
  3011.      * Gets the public 'FourtwosixThemeExtension\Controller\Hub\GetPriceController' shared service.
  3012.      *
  3013.      * @return \FourtwosixThemeExtension\Controller\Hub\GetPriceController
  3014.      */
  3015.     protected function getGetPriceControllerService()
  3016.     {
  3017.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/Controller/Hub/GetPriceController.php';
  3018.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/Service/VirtualCartService.php';
  3019.         $this->services['FourtwosixThemeExtension\\Controller\\Hub\\GetPriceController'] = $instance = new \FourtwosixThemeExtension\Controller\Hub\GetPriceController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new \FourtwosixThemeExtension\Service\VirtualCartService(($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService()), ($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRouteDecorator'] ?? $this->getContextSwitchRouteDecoratorService())), ($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'] ?? $this->getBaseContextFactoryDecoratorService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()));
  3020.         $instance->setContainer($this);
  3021.         return $instance;
  3022.     }
  3023.     /**
  3024.      * Gets the public 'FourtwosixThemeExtension\Controller\RequestQuotation\RequestQuotationController' shared service.
  3025.      *
  3026.      * @return \FourtwosixThemeExtension\Controller\RequestQuotation\RequestQuotationController
  3027.      */
  3028.     protected function getRequestQuotationControllerService()
  3029.     {
  3030.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/Controller/RequestQuotation/RequestQuotationController.php';
  3031.         $this->services['FourtwosixThemeExtension\\Controller\\RequestQuotation\\RequestQuotationController'] = $instance = new \FourtwosixThemeExtension\Controller\RequestQuotation\RequestQuotationController(($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service()));
  3032.         $instance->setContainer($this);
  3033.         return $instance;
  3034.     }
  3035.     /**
  3036.      * Gets the public 'FourtwosixThemeExtension\Decorator\Core\Checkout\Cart\SalesChannel\CartOrderRouteDecorator' shared service.
  3037.      *
  3038.      * @return \FourtwosixThemeExtension\Decorator\Core\Checkout\Cart\SalesChannel\CartOrderRouteDecorator
  3039.      */
  3040.     protected function getCartOrderRouteDecoratorService()
  3041.     {
  3042.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3043.         if (isset($this->services['FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator'])) {
  3044.             return $this->services['FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator'];
  3045.         }
  3046.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  3047.         if (isset($this->services['FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator'])) {
  3048.             return $this->services['FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator'];
  3049.         }
  3050.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  3051.         if (isset($this->services['FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator'])) {
  3052.             return $this->services['FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator'];
  3053.         }
  3054.         $d = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  3055.         if (isset($this->services['FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator'])) {
  3056.             return $this->services['FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator'];
  3057.         }
  3058.         $e = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  3059.         if (isset($this->services['FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator'])) {
  3060.             return $this->services['FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator'];
  3061.         }
  3062.         $f = ($this->services['app_payment_method.repository'] ?? $this->getAppPaymentMethod_RepositoryService());
  3063.         if (isset($this->services['FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator'])) {
  3064.             return $this->services['FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator'];
  3065.         }
  3066.         return $this->services['FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator'] = new \FourtwosixThemeExtension\Decorator\Core\Checkout\Cart\SalesChannel\CartOrderRouteDecorator(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), $b, new \Shopware\Core\Checkout\Cart\Order\OrderPersister($b$c), $d$a, new \Shopware\Core\Checkout\Payment\PreparedPaymentService($e$f, ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService())));
  3067.     }
  3068.     /**
  3069.      * Gets the public 'FourtwosixThemeExtension\FourtwosixThemeExtension' shared autowired service.
  3070.      *
  3071.      * @return \FourtwosixThemeExtension\FourtwosixThemeExtension
  3072.      */
  3073.     protected function getFourtwosixThemeExtensionService()
  3074.     {
  3075.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3076.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3077.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3078.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3080.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3081.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/FourtwosixThemeExtension.php';
  3082.         return $this->services['FourtwosixThemeExtension\\FourtwosixThemeExtension'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('FourtwosixThemeExtension\\FourtwosixThemeExtension');
  3083.     }
  3084.     /**
  3085.      * Gets the public 'FourtwosixTranslateOrderStates\FourtwosixTranslateOrderStates' shared autowired service.
  3086.      *
  3087.      * @return \FourtwosixTranslateOrderStates\FourtwosixTranslateOrderStates
  3088.      */
  3089.     protected function getFourtwosixTranslateOrderStatesService()
  3090.     {
  3091.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3092.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3093.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3094.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3097.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixtranslateorderstates/src/FourtwosixTranslateOrderStates.php';
  3098.         return $this->services['FourtwosixTranslateOrderStates\\FourtwosixTranslateOrderStates'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('FourtwosixTranslateOrderStates\\FourtwosixTranslateOrderStates');
  3099.     }
  3100.     /**
  3101.      * Gets the public 'Fourtwosix\Attachments\Core\Content\Product\Aggregate\AttachmentLanguage\AttachmentLanguageDefinition' shared service.
  3102.      *
  3103.      * @return \Fourtwosix\Attachments\Core\Content\Product\Aggregate\AttachmentLanguage\AttachmentLanguageDefinition
  3104.      */
  3105.     protected function getAttachmentLanguageDefinitionService()
  3106.     {
  3107.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src/Core/Content/Product/Aggregate/AttachmentLanguage/AttachmentLanguageDefinition.php';
  3108.         $this->services['Fourtwosix\\Attachments\\Core\\Content\\Product\\Aggregate\\AttachmentLanguage\\AttachmentLanguageDefinition'] = $instance = new \Fourtwosix\Attachments\Core\Content\Product\Aggregate\AttachmentLanguage\AttachmentLanguageDefinition();
  3109.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3110.         return $instance;
  3111.     }
  3112.     /**
  3113.      * Gets the public 'Fourtwosix\Attachments\Core\Content\Product\Aggregate\AttachmentTranslation\AttachmentTranslationDefinition' shared service.
  3114.      *
  3115.      * @return \Fourtwosix\Attachments\Core\Content\Product\Aggregate\AttachmentTranslation\AttachmentTranslationDefinition
  3116.      */
  3117.     protected function getAttachmentTranslationDefinitionService()
  3118.     {
  3119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3120.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src/Core/Content/Product/Aggregate/AttachmentTranslation/AttachmentTranslationDefinition.php';
  3121.         $this->services['Fourtwosix\\Attachments\\Core\\Content\\Product\\Aggregate\\AttachmentTranslation\\AttachmentTranslationDefinition'] = $instance = new \Fourtwosix\Attachments\Core\Content\Product\Aggregate\AttachmentTranslation\AttachmentTranslationDefinition();
  3122.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3123.         return $instance;
  3124.     }
  3125.     /**
  3126.      * Gets the public 'Fourtwosix\Attachments\Core\Content\Product\AttachmentDefinition' shared service.
  3127.      *
  3128.      * @return \Fourtwosix\Attachments\Core\Content\Product\AttachmentDefinition
  3129.      */
  3130.     protected function getAttachmentDefinitionService()
  3131.     {
  3132.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src/Core/Content/Product/AttachmentDefinition.php';
  3133.         $this->services['Fourtwosix\\Attachments\\Core\\Content\\Product\\AttachmentDefinition'] = $instance = new \Fourtwosix\Attachments\Core\Content\Product\AttachmentDefinition();
  3134.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3135.         return $instance;
  3136.     }
  3137.     /**
  3138.      * Gets the public 'Fourtwosix\Attachments\FourtwosixAttachments' shared autowired service.
  3139.      *
  3140.      * @return \Fourtwosix\Attachments\FourtwosixAttachments
  3141.      */
  3142.     protected function getFourtwosixAttachmentsService()
  3143.     {
  3144.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3145.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3146.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3147.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3150.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src/FourtwosixAttachments.php';
  3151.         return $this->services['Fourtwosix\\Attachments\\FourtwosixAttachments'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Fourtwosix\\Attachments\\FourtwosixAttachments');
  3152.     }
  3153.     /**
  3154.      * Gets the public 'Fourtwosix\PaymentSurcharge\Core\Content\PaymentCost\Aggregate\PaymentCostTranslation\PaymentCostTranslationDefinition' shared service.
  3155.      *
  3156.      * @return \Fourtwosix\PaymentSurcharge\Core\Content\PaymentCost\Aggregate\PaymentCostTranslation\PaymentCostTranslationDefinition
  3157.      */
  3158.     protected function getPaymentCostTranslationDefinitionService()
  3159.     {
  3160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3161.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Core/Content/PaymentCost/Aggregate/PaymentCostTranslation/PaymentCostTranslationDefinition.php';
  3162.         $this->services['Fourtwosix\\PaymentSurcharge\\Core\\Content\\PaymentCost\\Aggregate\\PaymentCostTranslation\\PaymentCostTranslationDefinition'] = $instance = new \Fourtwosix\PaymentSurcharge\Core\Content\PaymentCost\Aggregate\PaymentCostTranslation\PaymentCostTranslationDefinition();
  3163.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3164.         return $instance;
  3165.     }
  3166.     /**
  3167.      * Gets the public 'Fourtwosix\PaymentSurcharge\Core\Content\PaymentCost\PaymentCostDefinition' shared service.
  3168.      *
  3169.      * @return \Fourtwosix\PaymentSurcharge\Core\Content\PaymentCost\PaymentCostDefinition
  3170.      */
  3171.     protected function getPaymentCostDefinitionService()
  3172.     {
  3173.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Core/Content/PaymentCost/PaymentCostDefinition.php';
  3174.         $this->services['Fourtwosix\\PaymentSurcharge\\Core\\Content\\PaymentCost\\PaymentCostDefinition'] = $instance = new \Fourtwosix\PaymentSurcharge\Core\Content\PaymentCost\PaymentCostDefinition();
  3175.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3176.         return $instance;
  3177.     }
  3178.     /**
  3179.      * Gets the public 'Fourtwosix\PaymentSurcharge\FourtwosixPaymentSurcharge' shared autowired service.
  3180.      *
  3181.      * @return \Fourtwosix\PaymentSurcharge\FourtwosixPaymentSurcharge
  3182.      */
  3183.     protected function getFourtwosixPaymentSurchargeService()
  3184.     {
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3187.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3188.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3191.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/FourtwosixPaymentSurcharge.php';
  3192.         return $this->services['Fourtwosix\\PaymentSurcharge\\FourtwosixPaymentSurcharge'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Fourtwosix\\PaymentSurcharge\\FourtwosixPaymentSurcharge');
  3193.     }
  3194.     /**
  3195.      * Gets the public 'Fourtwosix\PaymentSurcharge\Resources\snippet\de_DE\SnippetFile_de_DE' shared service.
  3196.      *
  3197.      * @return \Fourtwosix\PaymentSurcharge\Resources\snippet\de_DE\SnippetFile_de_DE
  3198.      */
  3199.     protected function getSnippetFileDeDEService()
  3200.     {
  3201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileInterface.php';
  3202.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Resources/snippet/de_DE/SnippetFile_de_DE.php';
  3203.         return $this->services['Fourtwosix\\PaymentSurcharge\\Resources\\snippet\\de_DE\\SnippetFile_de_DE'] = new \Fourtwosix\PaymentSurcharge\Resources\snippet\de_DE\SnippetFile_de_DE();
  3204.     }
  3205.     /**
  3206.      * Gets the public 'Fourtwosix\PaymentSurcharge\Resources\snippet\en_GB\SnippetFile_en_GB' shared service.
  3207.      *
  3208.      * @return \Fourtwosix\PaymentSurcharge\Resources\snippet\en_GB\SnippetFile_en_GB
  3209.      */
  3210.     protected function getSnippetFileEnGBService()
  3211.     {
  3212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileInterface.php';
  3213.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Resources/snippet/en_GB/SnippetFile_en_GB.php';
  3214.         return $this->services['Fourtwosix\\PaymentSurcharge\\Resources\\snippet\\en_GB\\SnippetFile_en_GB'] = new \Fourtwosix\PaymentSurcharge\Resources\snippet\en_GB\SnippetFile_en_GB();
  3215.     }
  3216.     /**
  3217.      * Gets the public 'Fourtwosix\PaymentSurcharge\Storefront\Subscriber\PageSubscriber' shared service.
  3218.      *
  3219.      * @return \Fourtwosix\PaymentSurcharge\Storefront\Subscriber\PageSubscriber
  3220.      */
  3221.     protected function getPageSubscriberService()
  3222.     {
  3223.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Storefront/Subscriber/PageSubscriber.php';
  3224.         return $this->services['Fourtwosix\\PaymentSurcharge\\Storefront\\Subscriber\\PageSubscriber'] = new \Fourtwosix\PaymentSurcharge\Storefront\Subscriber\PageSubscriber(($this->services['fts.payment_cost.service.config_service'] ?? $this->getFts_PaymentCost_Service_ConfigServiceService()), ($this->services['fts.payment_cost.service.payment_method_paymentcost_service'] ?? $this->getFts_PaymentCost_Service_PaymentMethodPaymentcostServiceService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->services['order_line_item.repository'] ?? $this->getOrderLineItem_RepositoryService()), ($this->services['product.repository'] ?? $this->getProduct_RepositoryService()));
  3225.     }
  3226.     /**
  3227.      * Gets the public 'Frosh\MailArchive\Content\MailArchive\MailArchiveDefinition' shared autowired service.
  3228.      *
  3229.      * @return \Frosh\MailArchive\Content\MailArchive\MailArchiveDefinition
  3230.      */
  3231.     protected function getMailArchiveDefinitionService()
  3232.     {
  3233.         include_once \dirname(__DIR__4).'/custom/plugins/FroshPlatformMailArchive/src/Content/MailArchive/MailArchiveDefinition.php';
  3234.         $this->services['Frosh\\MailArchive\\Content\\MailArchive\\MailArchiveDefinition'] = $instance = new \Frosh\MailArchive\Content\MailArchive\MailArchiveDefinition();
  3235.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3236.         return $instance;
  3237.     }
  3238.     /**
  3239.      * Gets the public 'Frosh\MailArchive\Controller\Api\MailResendController' shared autowired service.
  3240.      *
  3241.      * @return \Frosh\MailArchive\Controller\Api\MailResendController
  3242.      */
  3243.     protected function getMailResendControllerService()
  3244.     {
  3245.         include_once \dirname(__DIR__4).'/custom/plugins/FroshPlatformMailArchive/src/Controller/Api/MailResendController.php';
  3246.         $this->services['Frosh\\MailArchive\\Controller\\Api\\MailResendController'] = $instance = new \Frosh\MailArchive\Controller\Api\MailResendController(($this->services['frosh_mail_archive.repository'] ?? $this->getFroshMailArchive_RepositoryService()), ($this->services['Frosh\\MailArchive\\Services\\MailSender'] ?? $this->getMailSenderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3247.         $instance->setContainer($this);
  3248.         return $instance;
  3249.     }
  3250.     /**
  3251.      * Gets the public 'Frosh\MailArchive\FroshPlatformMailArchive' shared autowired service.
  3252.      *
  3253.      * @return \Frosh\MailArchive\FroshPlatformMailArchive
  3254.      */
  3255.     protected function getFroshPlatformMailArchiveService()
  3256.     {
  3257.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3258.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3259.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3260.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3261.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3263.         include_once \dirname(__DIR__4).'/custom/plugins/FroshPlatformMailArchive/src/FroshPlatformMailArchive.php';
  3264.         return $this->services['Frosh\\MailArchive\\FroshPlatformMailArchive'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Frosh\\MailArchive\\FroshPlatformMailArchive');
  3265.     }
  3266.     /**
  3267.      * Gets the public 'Frosh\MailArchive\Services\MailSender' shared autowired service.
  3268.      *
  3269.      * @return \Frosh\MailArchive\Services\MailSender
  3270.      */
  3271.     protected function getMailSenderService()
  3272.     {
  3273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailSender.php';
  3274.         include_once \dirname(__DIR__4).'/custom/plugins/FroshPlatformMailArchive/src/Services/MailSender.php';
  3275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailSender.php';
  3276.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  3277.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  3278.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  3279.         if (isset($this->services['Frosh\\MailArchive\\Services\\MailSender'])) {
  3280.             return $this->services['Frosh\\MailArchive\\Services\\MailSender'];
  3281.         }
  3282.         return $this->services['Frosh\\MailArchive\\Services\\MailSender'] = new \Frosh\MailArchive\Services\MailSender(new \Shopware\Core\Content\Mail\Service\MailSender(new \Symfony\Component\Mailer\Mailer($a, ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['frosh_mail_archive.repository'] ?? $this->getFroshMailArchive_RepositoryService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  3283.     }
  3284.     /**
  3285.      * Gets the public 'Frosh\Tools\Controller\CacheController' shared service.
  3286.      *
  3287.      * @return \Frosh\Tools\Controller\CacheController
  3288.      */
  3289.     protected function getCacheControllerService()
  3290.     {
  3291.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/CacheController.php';
  3292.         return $this->services['Frosh\\Tools\\Controller\\CacheController'] = new \Frosh\Tools\Controller\CacheController($this->targetDir.'', ($this->privates['Frosh\\Tools\\Components\\CacheRegistry'] ?? $this->getCacheRegistryService()));
  3293.     }
  3294.     /**
  3295.      * Gets the public 'Frosh\Tools\Controller\ElasticsearchController' shared service.
  3296.      *
  3297.      * @return \Frosh\Tools\Controller\ElasticsearchController
  3298.      */
  3299.     protected function getElasticsearchControllerService()
  3300.     {
  3301.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/ElasticsearchController.php';
  3302.         return $this->services['Frosh\\Tools\\Controller\\ElasticsearchController'] = new \Frosh\Tools\Controller\ElasticsearchController(($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\ElasticsearchManager'] ?? $this->getElasticsearchManagerService()));
  3303.     }
  3304.     /**
  3305.      * Gets the public 'Frosh\Tools\Controller\FeatureFlagController' shared service.
  3306.      *
  3307.      * @return \Frosh\Tools\Controller\FeatureFlagController
  3308.      */
  3309.     protected function getFeatureFlagControllerService()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/FeatureFlagController.php';
  3312.         return $this->services['Frosh\\Tools\\Controller\\FeatureFlagController'] = new \Frosh\Tools\Controller\FeatureFlagController(\dirname(__DIR__4));
  3313.     }
  3314.     /**
  3315.      * Gets the public 'Frosh\Tools\Controller\HealthController' shared service.
  3316.      *
  3317.      * @return \Frosh\Tools\Controller\HealthController
  3318.      */
  3319.     protected function getHealthControllerService()
  3320.     {
  3321.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/HealthController.php';
  3322.         return $this->services['Frosh\\Tools\\Controller\\HealthController'] = new \Frosh\Tools\Controller\HealthController(new RewindableGenerator(function () {
  3323.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\PhpChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\PhpChecker'] = new \Frosh\Tools\Components\Health\Checker\HealthChecker\PhpChecker()));
  3324.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\MysqlChecker'] ?? $this->getMysqlCheckerService());
  3325.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\QueueChecker'] ?? $this->getQueueCheckerService());
  3326.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\TaskChecker'] ?? $this->getTaskCheckerService());
  3327.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\ProductionChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\ProductionChecker'] = new \Frosh\Tools\Components\Health\Checker\HealthChecker\ProductionChecker('dev')));
  3328.         }, 5), new RewindableGenerator(function () {
  3329.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\PhpSettingsChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\PhpSettingsChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\PhpSettingsChecker()));
  3330.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\AdminWorkerChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\AdminWorkerChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\AdminWorkerChecker(false)));
  3331.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\PublicFilesystemChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\PublicFilesystemChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\PublicFilesystemChecker('local')));
  3332.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\MailOverQueueChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\MailOverQueueChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\MailOverQueueChecker(true)));
  3333.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\IncrementStorageChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\IncrementStorageChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\IncrementStorageChecker('mysql''mysql')));
  3334.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\QueueConnectionChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\QueueConnectionChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\QueueConnectionChecker($this->getEnv('MESSENGER_TRANSPORT_DSN'))));
  3335.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\EsChecker'] ?? $this->getEsCheckerService());
  3336.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\DisabledMailUpdatesChecker'] ?? $this->getDisabledMailUpdatesCheckerService());
  3337.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\FixCacheIdSetChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\FixCacheIdSetChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\FixCacheIdSetChecker('6.4.18.1')));
  3338.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\LoggerLevelChecker'] ?? $this->getLoggerLevelCheckerService());
  3339.             yield 10 => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\MySQL8Checker'] ?? $this->getMySQL8CheckerService());
  3340.         }, 11));
  3341.     }
  3342.     /**
  3343.      * Gets the public 'Frosh\Tools\Controller\LogController' shared service.
  3344.      *
  3345.      * @return \Frosh\Tools\Controller\LogController
  3346.      */
  3347.     protected function getLogControllerService()
  3348.     {
  3349.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/LogController.php';
  3350.         return $this->services['Frosh\\Tools\\Controller\\LogController'] = new \Frosh\Tools\Controller\LogController((\dirname(__DIR__3).'/log'));
  3351.     }
  3352.     /**
  3353.      * Gets the public 'Frosh\Tools\Controller\QueueController' shared service.
  3354.      *
  3355.      * @return \Frosh\Tools\Controller\QueueController
  3356.      */
  3357.     protected function getQueueControllerService()
  3358.     {
  3359.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/QueueController.php';
  3360.         return $this->services['Frosh\\Tools\\Controller\\QueueController'] = new \Frosh\Tools\Controller\QueueController(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()));
  3361.     }
  3362.     /**
  3363.      * Gets the public 'Frosh\Tools\Controller\ScheduledTaskController' shared service.
  3364.      *
  3365.      * @return \Frosh\Tools\Controller\ScheduledTaskController
  3366.      */
  3367.     protected function getScheduledTaskControllerService()
  3368.     {
  3369.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/ScheduledTaskController.php';
  3370.         return $this->services['Frosh\\Tools\\Controller\\ScheduledTaskController'] = new \Frosh\Tools\Controller\ScheduledTaskController(new RewindableGenerator(function () {
  3371.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  3372.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  3373.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  3374.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  3375.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  3376.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  3377.             yield => ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  3378.             yield => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  3379.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  3380.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  3381.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService());
  3382.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  3383.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService());
  3384.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  3385.             yield 14 => ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService());
  3386.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service());
  3387.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService());
  3388.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService());
  3389.             yield 18 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService());
  3390.             yield 19 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  3391.             yield 20 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  3392.             yield 21 => ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  3393.             yield 22 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService());
  3394.             yield 23 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService());
  3395.             yield 24 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  3396.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService());
  3397.             yield 26 => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService());
  3398.             yield 27 => ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  3399.             yield 28 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  3400.             yield 29 => ($this->privates['Frosh\\MailArchive\\Task\\CleanupTaskHandler'] ?? $this->getCleanupTaskHandlerService());
  3401.             yield 30 => ($this->privates['FourtwosixMonitorPlugin\\Service\\ScheduledTask\\SendMonitorDataTaskHandler'] ?? $this->getSendMonitorDataTaskHandlerService());
  3402.             yield 31 => ($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'] ?? $this->getCancelTransactionsTaskHandlerService());
  3403.             yield 32 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'] ?? $this->getCloneVisibilityHandlerService());
  3404.             yield 33 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'] ?? $this->getSyncManagerHandlerService());
  3405.             yield 34 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'] ?? $this->getProductSingleSyncHandlerService());
  3406.             yield 35 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'] ?? $this->getProductVariantSyncHandlerService());
  3407.             yield 36 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'] ?? $this->getProductCleanupSyncHandlerService());
  3408.             yield 37 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'] ?? $this->getInventorySyncHandlerService());
  3409.             yield 38 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'] ?? $this->getImageSyncHandlerService());
  3410.             yield 39 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'] ?? $this->getInventoryUpdateHandlerService());
  3411.             yield 40 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'] ?? $this->getCleanUpLogTaskHandlerService());
  3412.             yield 41 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'] ?? $this->getCompleteSyncTaskHandlerService());
  3413.             yield 42 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'] ?? $this->getInventorySyncTaskHandlerService());
  3414.             yield 43 => ($this->privates['Acris\\Tax\\ScheduledTask\\CollectorTaskHandler'] ?? $this->getCollectorTaskHandlerService());
  3415.             yield 44 => ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  3416.         }, 45), ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService()));
  3417.     }
  3418.     /**
  3419.      * Gets the public 'Frosh\Tools\Controller\ShopwareFilesController' shared service.
  3420.      *
  3421.      * @return \Frosh\Tools\Controller\ShopwareFilesController
  3422.      */
  3423.     protected function getShopwareFilesControllerService()
  3424.     {
  3425.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/ShopwareFilesController.php';
  3426.         return $this->services['Frosh\\Tools\\Controller\\ShopwareFilesController'] = new \Frosh\Tools\Controller\ShopwareFilesController('6.4.18.1'\dirname(__DIR__4), []);
  3427.     }
  3428.     /**
  3429.      * Gets the public 'Frosh\Tools\Controller\StateMachineController' shared service.
  3430.      *
  3431.      * @return \Frosh\Tools\Controller\StateMachineController
  3432.      */
  3433.     protected function getStateMachineControllerService()
  3434.     {
  3435.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/StateMachineController.php';
  3436.         return $this->services['Frosh\\Tools\\Controller\\StateMachineController'] = new \Frosh\Tools\Controller\StateMachineController(($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService()));
  3437.     }
  3438.     /**
  3439.      * Gets the public 'Frosh\Tools\FroshTools' shared autowired service.
  3440.      *
  3441.      * @return \Frosh\Tools\FroshTools
  3442.      */
  3443.     protected function getFroshToolsService()
  3444.     {
  3445.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3446.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3447.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3451.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/FroshTools.php';
  3452.         return $this->services['Frosh\\Tools\\FroshTools'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Frosh\\Tools\\FroshTools');
  3453.     }
  3454.     /**
  3455.      * Gets the public 'Icorp\CmsExtendParallaxBox\IcorpCmsExtendParallaxBox' shared autowired service.
  3456.      *
  3457.      * @return \Icorp\CmsExtendParallaxBox\IcorpCmsExtendParallaxBox
  3458.      */
  3459.     protected function getIcorpCmsExtendParallaxBoxService()
  3460.     {
  3461.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3462.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3463.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3464.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3467.         include_once \dirname(__DIR__4).'/custom/plugins/IcorpCmsExtendParallaxBox/src/IcorpCmsExtendParallaxBox.php';
  3468.         return $this->services['Icorp\\CmsExtendParallaxBox\\IcorpCmsExtendParallaxBox'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Icorp\\CmsExtendParallaxBox\\IcorpCmsExtendParallaxBox');
  3469.     }
  3470.     /**
  3471.      * Gets the public 'MoorlForms\Administration\Controller\FormController' shared service.
  3472.      *
  3473.      * @return \MoorlForms\Administration\Controller\FormController
  3474.      */
  3475.     protected function getFormControllerService()
  3476.     {
  3477.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Administration/Controller/FormController.php';
  3478.         return $this->services['MoorlForms\\Administration\\Controller\\FormController'] = new \MoorlForms\Administration\Controller\FormController(($this->services['MoorlForms\\Core\\Service\\FbService'] ?? $this->getFbServiceService()));
  3479.     }
  3480.     /**
  3481.      * Gets the public 'MoorlForms\Core\Content\Element\ElementDefinition' shared service.
  3482.      *
  3483.      * @return \MoorlForms\Core\Content\Element\ElementDefinition
  3484.      */
  3485.     protected function getElementDefinitionService()
  3486.     {
  3487.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/ElementDefinition.php';
  3488.         $this->services['MoorlForms\\Core\\Content\\Element\\ElementDefinition'] = $instance = new \MoorlForms\Core\Content\Element\ElementDefinition();
  3489.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3490.         return $instance;
  3491.     }
  3492.     /**
  3493.      * Gets the public 'MoorlForms\Core\Content\Element\ElementPriceCalculator' shared service.
  3494.      *
  3495.      * @return \MoorlForms\Core\Content\Element\ElementPriceCalculator
  3496.      */
  3497.     protected function getElementPriceCalculatorService()
  3498.     {
  3499.         return $this->services['MoorlForms\\Core\\Content\\Element\\ElementPriceCalculator'] = new \MoorlForms\Core\Content\Element\ElementPriceCalculator(($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  3500.     }
  3501.     /**
  3502.      * Gets the public 'MoorlForms\Core\Content\Element\ElementTranslationDefinition' shared service.
  3503.      *
  3504.      * @return \MoorlForms\Core\Content\Element\ElementTranslationDefinition
  3505.      */
  3506.     protected function getElementTranslationDefinitionService()
  3507.     {
  3508.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3509.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/ElementTranslationDefinition.php';
  3510.         $this->services['MoorlForms\\Core\\Content\\Element\\ElementTranslationDefinition'] = $instance = new \MoorlForms\Core\Content\Element\ElementTranslationDefinition();
  3511.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3512.         return $instance;
  3513.     }
  3514.     /**
  3515.      * Gets the public 'MoorlForms\Core\Content\Element\Selection\ElementSelectionCountry' shared service.
  3516.      *
  3517.      * @return \MoorlForms\Core\Content\Element\Selection\ElementSelectionCountry
  3518.      */
  3519.     protected function getElementSelectionCountryService()
  3520.     {
  3521.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Selection/ElementSelectionInterface.php';
  3522.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Selection/ElementSelectionExtension.php';
  3523.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Selection/ElementSelectionCountry.php';
  3524.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  3525.         if (isset($this->services['MoorlForms\\Core\\Content\\Element\\Selection\\ElementSelectionCountry'])) {
  3526.             return $this->services['MoorlForms\\Core\\Content\\Element\\Selection\\ElementSelectionCountry'];
  3527.         }
  3528.         return $this->services['MoorlForms\\Core\\Content\\Element\\Selection\\ElementSelectionCountry'] = new \MoorlForms\Core\Content\Element\Selection\ElementSelectionCountry($a);
  3529.     }
  3530.     /**
  3531.      * Gets the public 'MoorlForms\Core\Content\Element\Selection\ElementSelectionSalutation' shared service.
  3532.      *
  3533.      * @return \MoorlForms\Core\Content\Element\Selection\ElementSelectionSalutation
  3534.      */
  3535.     protected function getElementSelectionSalutationService()
  3536.     {
  3537.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Selection/ElementSelectionInterface.php';
  3538.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Selection/ElementSelectionExtension.php';
  3539.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Selection/ElementSelectionSalutation.php';
  3540.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  3541.         if (isset($this->services['MoorlForms\\Core\\Content\\Element\\Selection\\ElementSelectionSalutation'])) {
  3542.             return $this->services['MoorlForms\\Core\\Content\\Element\\Selection\\ElementSelectionSalutation'];
  3543.         }
  3544.         return $this->services['MoorlForms\\Core\\Content\\Element\\Selection\\ElementSelectionSalutation'] = new \MoorlForms\Core\Content\Element\Selection\ElementSelectionSalutation($a);
  3545.     }
  3546.     /**
  3547.      * Gets the public 'MoorlForms\Core\Content\Element\Type\ElementTypeOption' shared service.
  3548.      *
  3549.      * @return \MoorlForms\Core\Content\Element\Type\ElementTypeOption
  3550.      */
  3551.     protected function getElementTypeOptionService()
  3552.     {
  3553.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3554.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3555.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeOption.php';
  3556.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\ElementTypeOption'] = new \MoorlForms\Core\Content\Element\Type\ElementTypeOption();
  3557.     }
  3558.     /**
  3559.      * Gets the public 'MoorlForms\Core\Content\Element\Type\ElementTypeRoot' shared service.
  3560.      *
  3561.      * @return \MoorlForms\Core\Content\Element\Type\ElementTypeRoot
  3562.      */
  3563.     protected function getElementTypeRootService()
  3564.     {
  3565.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3566.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3567.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeRoot.php';
  3568.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\ElementTypeRoot'] = new \MoorlForms\Core\Content\Element\Type\ElementTypeRoot();
  3569.     }
  3570.     /**
  3571.      * Gets the public 'MoorlForms\Core\Content\Element\Type\ElementTypeTest' shared service.
  3572.      *
  3573.      * @return \MoorlForms\Core\Content\Element\Type\ElementTypeTest
  3574.      */
  3575.     protected function getElementTypeTestService()
  3576.     {
  3577.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3578.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3579.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeTest.php';
  3580.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\ElementTypeTest'] = new \MoorlForms\Core\Content\Element\Type\ElementTypeTest();
  3581.     }
  3582.     /**
  3583.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Fields\ElementTypeCheckbox' shared service.
  3584.      *
  3585.      * @return \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeCheckbox
  3586.      */
  3587.     protected function getElementTypeCheckboxService()
  3588.     {
  3589.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3590.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3591.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3592.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementTypeCheckbox.php';
  3593.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeCheckbox'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeCheckbox();
  3594.     }
  3595.     /**
  3596.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Fields\ElementTypeDate' shared service.
  3597.      *
  3598.      * @return \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeDate
  3599.      */
  3600.     protected function getElementTypeDateService()
  3601.     {
  3602.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3603.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3604.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3605.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementTypeDate.php';
  3606.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeDate'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeDate();
  3607.     }
  3608.     /**
  3609.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Fields\ElementTypeEmail' shared service.
  3610.      *
  3611.      * @return \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeEmail
  3612.      */
  3613.     protected function getElementTypeEmailService()
  3614.     {
  3615.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3616.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3617.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3618.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementTypeEmail.php';
  3619.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeEmail'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeEmail();
  3620.     }
  3621.     /**
  3622.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Fields\ElementTypeHidden' shared service.
  3623.      *
  3624.      * @return \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeHidden
  3625.      */
  3626.     protected function getElementTypeHiddenService()
  3627.     {
  3628.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3629.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3630.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3631.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementTypeHidden.php';
  3632.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeHidden'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeHidden();
  3633.     }
  3634.     /**
  3635.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Fields\ElementTypeNumber' shared service.
  3636.      *
  3637.      * @return \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeNumber
  3638.      */
  3639.     protected function getElementTypeNumberService()
  3640.     {
  3641.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3642.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3643.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3644.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementTypeNumber.php';
  3645.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeNumber'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeNumber();
  3646.     }
  3647.     /**
  3648.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Fields\ElementTypeNumberRange' shared service.
  3649.      *
  3650.      * @return \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeNumberRange
  3651.      */
  3652.     protected function getElementTypeNumberRangeService()
  3653.     {
  3654.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3655.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3656.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3657.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementTypeNumberRange.php';
  3658.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeNumberRange'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeNumberRange();
  3659.     }
  3660.     /**
  3661.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Fields\ElementTypePassword' shared service.
  3662.      *
  3663.      * @return \MoorlForms\Core\Content\Element\Type\Fields\ElementTypePassword
  3664.      */
  3665.     protected function getElementTypePasswordService()
  3666.     {
  3667.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3668.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3669.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3670.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementTypePassword.php';
  3671.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypePassword'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypePassword();
  3672.     }
  3673.     /**
  3674.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Fields\ElementTypeSwitch' shared service.
  3675.      *
  3676.      * @return \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeSwitch
  3677.      */
  3678.     protected function getElementTypeSwitchService()
  3679.     {
  3680.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3681.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3682.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3683.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementTypeSwitch.php';
  3684.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeSwitch'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeSwitch();
  3685.     }
  3686.     /**
  3687.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Fields\ElementTypeTel' shared service.
  3688.      *
  3689.      * @return \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeTel
  3690.      */
  3691.     protected function getElementTypeTelService()
  3692.     {
  3693.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3694.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3695.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3696.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementTypeTel.php';
  3697.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeTel'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeTel();
  3698.     }
  3699.     /**
  3700.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Fields\ElementTypeText' shared service.
  3701.      *
  3702.      * @return \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeText
  3703.      */
  3704.     protected function getElementTypeTextService()
  3705.     {
  3706.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3707.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3708.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3709.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementTypeText.php';
  3710.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeText'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeText();
  3711.     }
  3712.     /**
  3713.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Fields\ElementTypeTextarea' shared service.
  3714.      *
  3715.      * @return \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeTextarea
  3716.      */
  3717.     protected function getElementTypeTextareaService()
  3718.     {
  3719.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3720.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3721.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3722.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementTypeTextarea.php';
  3723.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeTextarea'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeTextarea();
  3724.     }
  3725.     /**
  3726.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Fields\ElementTypeTime' shared service.
  3727.      *
  3728.      * @return \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeTime
  3729.      */
  3730.     protected function getElementTypeTimeService()
  3731.     {
  3732.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3733.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3734.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3735.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementTypeTime.php';
  3736.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeTime'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeTime();
  3737.     }
  3738.     /**
  3739.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Fields\ElementTypeUpload' shared service.
  3740.      *
  3741.      * @return \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeUpload
  3742.      */
  3743.     protected function getElementTypeUploadService()
  3744.     {
  3745.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3746.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3747.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3748.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementTypeUpload.php';
  3749.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeUpload'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeUpload($this->parameters['shopware.filesystem.allowed_extensions']);
  3750.     }
  3751.     /**
  3752.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Fields\ElementTypeUrl' shared service.
  3753.      *
  3754.      * @return \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeUrl
  3755.      */
  3756.     protected function getElementTypeUrlService()
  3757.     {
  3758.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3759.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3760.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3761.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementTypeUrl.php';
  3762.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeUrl'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeUrl();
  3763.     }
  3764.     /**
  3765.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Fields\ElementTypeWindowLocation' shared service.
  3766.      *
  3767.      * @return \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeWindowLocation
  3768.      */
  3769.     protected function getElementTypeWindowLocationService()
  3770.     {
  3771.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3772.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3773.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3774.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementTypeWindowLocation.php';
  3775.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeWindowLocation'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeWindowLocation();
  3776.     }
  3777.     /**
  3778.      * Gets the public 'MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormCaptcha' shared service.
  3779.      *
  3780.      * @return \MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormCaptcha
  3781.      */
  3782.     protected function getElementTypeFormCaptchaService()
  3783.     {
  3784.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3785.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3786.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/FormParts/ElementGroupFormParts.php';
  3787.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/FormParts/ElementTypeFormCaptcha.php';
  3788.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormCaptcha'] = new \MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormCaptcha(new RewindableGenerator(function () {
  3789.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  3790.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  3791.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  3792.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  3793.         }, 4));
  3794.     }
  3795.     /**
  3796.      * Gets the public 'MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormFeedback' shared service.
  3797.      *
  3798.      * @return \MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormFeedback
  3799.      */
  3800.     protected function getElementTypeFormFeedbackService()
  3801.     {
  3802.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3803.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3804.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/FormParts/ElementGroupFormParts.php';
  3805.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/FormParts/ElementTypeFormFeedback.php';
  3806.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormFeedback'] = new \MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormFeedback();
  3807.     }
  3808.     /**
  3809.      * Gets the public 'MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormNotice' shared service.
  3810.      *
  3811.      * @return \MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormNotice
  3812.      */
  3813.     protected function getElementTypeFormNoticeService()
  3814.     {
  3815.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3816.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3817.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/FormParts/ElementGroupFormParts.php';
  3818.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/FormParts/ElementTypeFormNotice.php';
  3819.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormNotice'] = new \MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormNotice();
  3820.     }
  3821.     /**
  3822.      * Gets the public 'MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormSubmit' shared service.
  3823.      *
  3824.      * @return \MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormSubmit
  3825.      */
  3826.     protected function getElementTypeFormSubmitService()
  3827.     {
  3828.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3829.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3830.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/FormParts/ElementGroupFormParts.php';
  3831.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/FormParts/ElementTypeFormSubmit.php';
  3832.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormSubmit'] = new \MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormSubmit();
  3833.     }
  3834.     /**
  3835.      * Gets the public 'MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormTos' shared service.
  3836.      *
  3837.      * @return \MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormTos
  3838.      */
  3839.     protected function getElementTypeFormTosService()
  3840.     {
  3841.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3842.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3843.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/FormParts/ElementGroupFormParts.php';
  3844.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/FormParts/ElementTypeFormTos.php';
  3845.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormTos'] = new \MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormTos();
  3846.     }
  3847.     /**
  3848.      * Gets the public 'MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeCheckboxGroup' shared service.
  3849.      *
  3850.      * @return \MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeCheckboxGroup
  3851.      */
  3852.     protected function getElementTypeCheckboxGroupService()
  3853.     {
  3854.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3855.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3856.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3857.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/MultiFields/ElementGroupMultiFields.php';
  3858.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/MultiFields/ElementTypeCheckboxGroup.php';
  3859.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeCheckboxGroup'] = new \MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeCheckboxGroup();
  3860.     }
  3861.     /**
  3862.      * Gets the public 'MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeMultiselect' shared service.
  3863.      *
  3864.      * @return \MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeMultiselect
  3865.      */
  3866.     protected function getElementTypeMultiselectService()
  3867.     {
  3868.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3869.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3870.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3871.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/MultiFields/ElementGroupMultiFields.php';
  3872.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/MultiFields/ElementTypeMultiselect.php';
  3873.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeMultiselect'] = new \MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeMultiselect();
  3874.     }
  3875.     /**
  3876.      * Gets the public 'MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeRadioGroup' shared service.
  3877.      *
  3878.      * @return \MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeRadioGroup
  3879.      */
  3880.     protected function getElementTypeRadioGroupService()
  3881.     {
  3882.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3883.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3884.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3885.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/MultiFields/ElementGroupMultiFields.php';
  3886.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/MultiFields/ElementTypeRadioGroup.php';
  3887.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeRadioGroup'] = new \MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeRadioGroup();
  3888.     }
  3889.     /**
  3890.      * Gets the public 'MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeSelect' shared service.
  3891.      *
  3892.      * @return \MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeSelect
  3893.      */
  3894.     protected function getElementTypeSelectService()
  3895.     {
  3896.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3897.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3898.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Fields/ElementGroupFields.php';
  3899.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/MultiFields/ElementGroupMultiFields.php';
  3900.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/MultiFields/ElementTypeSelect.php';
  3901.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeSelect'] = new \MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeSelect();
  3902.     }
  3903.     /**
  3904.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Rows\ElementTypeFormRow' shared service.
  3905.      *
  3906.      * @return \MoorlForms\Core\Content\Element\Type\Rows\ElementTypeFormRow
  3907.      */
  3908.     protected function getElementTypeFormRowService()
  3909.     {
  3910.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3911.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3912.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Rows/ElementTypeRow.php';
  3913.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Rows/ElementTypeFormRow.php';
  3914.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Rows\\ElementTypeFormRow'] = new \MoorlForms\Core\Content\Element\Type\Rows\ElementTypeFormRow();
  3915.     }
  3916.     /**
  3917.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Rows\ElementTypeRow' shared service.
  3918.      *
  3919.      * @return \MoorlForms\Core\Content\Element\Type\Rows\ElementTypeRow
  3920.      */
  3921.     protected function getElementTypeRowService()
  3922.     {
  3923.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3924.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3925.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Rows/ElementTypeRow.php';
  3926.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Rows\\ElementTypeRow'] = new \MoorlForms\Core\Content\Element\Type\Rows\ElementTypeRow();
  3927.     }
  3928.     /**
  3929.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Sections\ElementTypeCard' shared service.
  3930.      *
  3931.      * @return \MoorlForms\Core\Content\Element\Type\Sections\ElementTypeCard
  3932.      */
  3933.     protected function getElementTypeCardService()
  3934.     {
  3935.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3936.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3937.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Sections/ElementGroupSections.php';
  3938.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Sections/ElementTypeCard.php';
  3939.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeCard'] = new \MoorlForms\Core\Content\Element\Type\Sections\ElementTypeCard();
  3940.     }
  3941.     /**
  3942.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Sections\ElementTypeHtml' shared service.
  3943.      *
  3944.      * @return \MoorlForms\Core\Content\Element\Type\Sections\ElementTypeHtml
  3945.      */
  3946.     protected function getElementTypeHtmlService()
  3947.     {
  3948.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3949.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3950.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Sections/ElementGroupSections.php';
  3951.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Sections/ElementTypeHtml.php';
  3952.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeHtml'] = new \MoorlForms\Core\Content\Element\Type\Sections\ElementTypeHtml();
  3953.     }
  3954.     /**
  3955.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Sections\ElementTypeNestedFields' shared service.
  3956.      *
  3957.      * @return \MoorlForms\Core\Content\Element\Type\Sections\ElementTypeNestedFields
  3958.      */
  3959.     protected function getElementTypeNestedFieldsService()
  3960.     {
  3961.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3962.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3963.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Sections/ElementGroupSections.php';
  3964.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Sections/ElementTypeNestedFields.php';
  3965.         $a = ($this->services['MoorlForms\\Core\\Service\\FbService'] ?? $this->getFbServiceService());
  3966.         if (isset($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeNestedFields'])) {
  3967.             return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeNestedFields'];
  3968.         }
  3969.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeNestedFields'] = new \MoorlForms\Core\Content\Element\Type\Sections\ElementTypeNestedFields($a);
  3970.     }
  3971.     /**
  3972.      * Gets the public 'MoorlForms\Core\Content\Element\Type\Sections\ElementTypeSection' shared service.
  3973.      *
  3974.      * @return \MoorlForms\Core\Content\Element\Type\Sections\ElementTypeSection
  3975.      */
  3976.     protected function getElementTypeSectionService()
  3977.     {
  3978.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeInterface.php';
  3979.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/ElementTypeExtension.php';
  3980.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Sections/ElementGroupSections.php';
  3981.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/Type/Sections/ElementTypeSection.php';
  3982.         return $this->services['MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeSection'] = new \MoorlForms\Core\Content\Element\Type\Sections\ElementTypeSection();
  3983.     }
  3984.     /**
  3985.      * Gets the public 'MoorlForms\Core\Content\Form\Action\FormActionMail' shared service.
  3986.      *
  3987.      * @return \MoorlForms\Core\Content\Form\Action\FormActionMail
  3988.      */
  3989.     protected function getFormActionMailService()
  3990.     {
  3991.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Form/Action/FormActionInterface.php';
  3992.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Form/Action/FormActionExtension.php';
  3993.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Form/Action/FormActionMail.php';
  3994.         return $this->services['MoorlForms\\Core\\Content\\Form\\Action\\FormActionMail'] = new \MoorlForms\Core\Content\Form\Action\FormActionMail();
  3995.     }
  3996.     /**
  3997.      * Gets the public 'MoorlForms\Core\Content\Form\FormDefinition' shared service.
  3998.      *
  3999.      * @return \MoorlForms\Core\Content\Form\FormDefinition
  4000.      */
  4001.     protected function getFormDefinitionService()
  4002.     {
  4003.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Form/FormDefinition.php';
  4004.         $this->services['MoorlForms\\Core\\Content\\Form\\FormDefinition'] = $instance = new \MoorlForms\Core\Content\Form\FormDefinition();
  4005.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4006.         return $instance;
  4007.     }
  4008.     /**
  4009.      * Gets the public 'MoorlForms\Core\Content\Form\FormTranslationDefinition' shared service.
  4010.      *
  4011.      * @return \MoorlForms\Core\Content\Form\FormTranslationDefinition
  4012.      */
  4013.     protected function getFormTranslationDefinitionService()
  4014.     {
  4015.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4016.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Form/FormTranslationDefinition.php';
  4017.         $this->services['MoorlForms\\Core\\Content\\Form\\FormTranslationDefinition'] = $instance = new \MoorlForms\Core\Content\Form\FormTranslationDefinition();
  4018.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4019.         return $instance;
  4020.     }
  4021.     /**
  4022.      * Gets the public 'MoorlForms\Core\Content\Form\Type\FormTypeCms' shared service.
  4023.      *
  4024.      * @return \MoorlForms\Core\Content\Form\Type\FormTypeCms
  4025.      */
  4026.     protected function getFormTypeCmsService()
  4027.     {
  4028.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Form/Type/FormTypeInterface.php';
  4029.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Form/Type/FormTypeExtension.php';
  4030.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Form/Type/FormTypeCms.php';
  4031.         return $this->services['MoorlForms\\Core\\Content\\Form\\Type\\FormTypeCms'] = new \MoorlForms\Core\Content\Form\Type\FormTypeCms();
  4032.     }
  4033.     /**
  4034.      * Gets the public 'MoorlForms\Core\Content\Form\Type\FormTypeTest' shared service.
  4035.      *
  4036.      * @return \MoorlForms\Core\Content\Form\Type\FormTypeTest
  4037.      */
  4038.     protected function getFormTypeTestService()
  4039.     {
  4040.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Form/Type/FormTypeInterface.php';
  4041.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Form/Type/FormTypeExtension.php';
  4042.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Form/Type/FormTypeTest.php';
  4043.         return $this->services['MoorlForms\\Core\\Content\\Form\\Type\\FormTypeTest'] = new \MoorlForms\Core\Content\Form\Type\FormTypeTest();
  4044.     }
  4045.     /**
  4046.      * Gets the public 'MoorlForms\Core\Service\FbService' shared service.
  4047.      *
  4048.      * @return \MoorlForms\Core\Service\FbService
  4049.      */
  4050.     protected function getFbServiceService()
  4051.     {
  4052.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4053.         if (isset($this->services['MoorlForms\\Core\\Service\\FbService'])) {
  4054.             return $this->services['MoorlForms\\Core\\Service\\FbService'];
  4055.         }
  4056.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4057.         if (isset($this->services['MoorlForms\\Core\\Service\\FbService'])) {
  4058.             return $this->services['MoorlForms\\Core\\Service\\FbService'];
  4059.         }
  4060.         $c = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  4061.         if (isset($this->services['MoorlForms\\Core\\Service\\FbService'])) {
  4062.             return $this->services['MoorlForms\\Core\\Service\\FbService'];
  4063.         }
  4064.         $d = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  4065.         if (isset($this->services['MoorlForms\\Core\\Service\\FbService'])) {
  4066.             return $this->services['MoorlForms\\Core\\Service\\FbService'];
  4067.         }
  4068.         $e = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  4069.         if (isset($this->services['MoorlForms\\Core\\Service\\FbService'])) {
  4070.             return $this->services['MoorlForms\\Core\\Service\\FbService'];
  4071.         }
  4072.         return $this->services['MoorlForms\\Core\\Service\\FbService'] = new \MoorlForms\Core\Service\FbService(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] ?? $this->getLoggerFactoryService()), $a$b, ($this->services['MoorlForms\\Core\\Content\\Element\\ElementPriceCalculator'] ?? $this->getElementPriceCalculatorService()), new \Shopware\Storefront\Framework\Media\StorefrontMediaUploader($c$d, ($this->services['Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry'] ?? $this->getStorefrontMediaValidatorRegistryService())), $e, new RewindableGenerator(function () {
  4073.             yield => ($this->services['MoorlForms\\Core\\Content\\Form\\Action\\FormActionMail'] ?? ($this->services['MoorlForms\\Core\\Content\\Form\\Action\\FormActionMail'] = new \MoorlForms\Core\Content\Form\Action\FormActionMail()));
  4074.         }, 1), new RewindableGenerator(function () {
  4075.             yield => ($this->services['MoorlForms\\Core\\Content\\Form\\Type\\FormTypeTest'] ?? ($this->services['MoorlForms\\Core\\Content\\Form\\Type\\FormTypeTest'] = new \MoorlForms\Core\Content\Form\Type\FormTypeTest()));
  4076.             yield => ($this->services['MoorlForms\\Core\\Content\\Form\\Type\\FormTypeCms'] ?? ($this->services['MoorlForms\\Core\\Content\\Form\\Type\\FormTypeCms'] = new \MoorlForms\Core\Content\Form\Type\FormTypeCms()));
  4077.         }, 2), new RewindableGenerator(function () {
  4078.             yield => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Rows\\ElementTypeFormRow'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Rows\\ElementTypeFormRow'] = new \MoorlForms\Core\Content\Element\Type\Rows\ElementTypeFormRow()));
  4079.             yield => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Rows\\ElementTypeRow'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Rows\\ElementTypeRow'] = new \MoorlForms\Core\Content\Element\Type\Rows\ElementTypeRow()));
  4080.             yield => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeText'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeText'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeText()));
  4081.             yield => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeEmail'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeEmail'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeEmail()));
  4082.             yield => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeTextarea'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeTextarea'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeTextarea()));
  4083.             yield => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeSelect'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeSelect'] = new \MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeSelect()));
  4084.             yield => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeMultiselect'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeMultiselect'] = new \MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeMultiselect()));
  4085.             yield => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeCheckboxGroup'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeCheckboxGroup'] = new \MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeCheckboxGroup()));
  4086.             yield => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeRadioGroup'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\MultiFields\\ElementTypeRadioGroup'] = new \MoorlForms\Core\Content\Element\Type\MultiFields\ElementTypeRadioGroup()));
  4087.             yield => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\ElementTypeTest'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\ElementTypeTest'] = new \MoorlForms\Core\Content\Element\Type\ElementTypeTest()));
  4088.             yield 10 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\ElementTypeRoot'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\ElementTypeRoot'] = new \MoorlForms\Core\Content\Element\Type\ElementTypeRoot()));
  4089.             yield 11 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormSubmit'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormSubmit'] = new \MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormSubmit()));
  4090.             yield 12 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormCaptcha'] ?? $this->getElementTypeFormCaptchaService());
  4091.             yield 13 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormNotice'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormNotice'] = new \MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormNotice()));
  4092.             yield 14 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormTos'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormTos'] = new \MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormTos()));
  4093.             yield 15 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormFeedback'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\FormParts\\ElementTypeFormFeedback'] = new \MoorlForms\Core\Content\Element\Type\FormParts\ElementTypeFormFeedback()));
  4094.             yield 16 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeCard'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeCard'] = new \MoorlForms\Core\Content\Element\Type\Sections\ElementTypeCard()));
  4095.             yield 17 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeSection'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeSection'] = new \MoorlForms\Core\Content\Element\Type\Sections\ElementTypeSection()));
  4096.             yield 18 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeHtml'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeHtml'] = new \MoorlForms\Core\Content\Element\Type\Sections\ElementTypeHtml()));
  4097.             yield 19 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Sections\\ElementTypeNestedFields'] ?? $this->getElementTypeNestedFieldsService());
  4098.             yield 20 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeTel'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeTel'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeTel()));
  4099.             yield 21 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeUrl'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeUrl'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeUrl()));
  4100.             yield 22 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeSwitch'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeSwitch'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeSwitch()));
  4101.             yield 23 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeCheckbox'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeCheckbox'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeCheckbox()));
  4102.             yield 24 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeUpload'] ?? $this->getElementTypeUploadService());
  4103.             yield 25 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeDate'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeDate'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeDate()));
  4104.             yield 26 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeTime'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeTime'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeTime()));
  4105.             yield 27 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypePassword'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypePassword'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypePassword()));
  4106.             yield 28 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeNumber'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeNumber'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeNumber()));
  4107.             yield 29 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeNumberRange'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeNumberRange'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeNumberRange()));
  4108.             yield 30 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeHidden'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeHidden'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeHidden()));
  4109.             yield 31 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeWindowLocation'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\Fields\\ElementTypeWindowLocation'] = new \MoorlForms\Core\Content\Element\Type\Fields\ElementTypeWindowLocation()));
  4110.             yield 32 => ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\ElementTypeOption'] ?? ($this->services['MoorlForms\\Core\\Content\\Element\\Type\\ElementTypeOption'] = new \MoorlForms\Core\Content\Element\Type\ElementTypeOption()));
  4111.         }, 33), new RewindableGenerator(function () {
  4112.             yield => ($this->services['MoorlForms\\Core\\Content\\Element\\Selection\\ElementSelectionSalutation'] ?? $this->getElementSelectionSalutationService());
  4113.             yield => ($this->services['MoorlForms\\Core\\Content\\Element\\Selection\\ElementSelectionCountry'] ?? $this->getElementSelectionCountryService());
  4114.         }, 2));
  4115.     }
  4116.     /**
  4117.      * Gets the public 'MoorlForms\MoorlForms' shared autowired service.
  4118.      *
  4119.      * @return \MoorlForms\MoorlForms
  4120.      */
  4121.     protected function getMoorlFormsService()
  4122.     {
  4123.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  4125.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4126.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  4127.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  4128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  4129.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/MoorlForms.php';
  4130.         return $this->services['MoorlForms\\MoorlForms'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('MoorlForms\\MoorlForms');
  4131.     }
  4132.     /**
  4133.      * Gets the public 'MoorlForms\Storefront\Controller\FormController' shared service.
  4134.      *
  4135.      * @return \MoorlForms\Storefront\Controller\FormController
  4136.      */
  4137.     protected function getFormController2Service()
  4138.     {
  4139.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Storefront/Controller/FormController.php';
  4140.         $this->services['MoorlForms\\Storefront\\Controller\\FormController'] = $instance = new \MoorlForms\Storefront\Controller\FormController(($this->services['MoorlForms\\Core\\Service\\FbService'] ?? $this->getFbServiceService()));
  4141.         $instance->setContainer($this);
  4142.         return $instance;
  4143.     }
  4144.     /**
  4145.      * Gets the public 'MoorlFoundation\Administration\Controller\FileExplorerController' shared service.
  4146.      *
  4147.      * @return \MoorlFoundation\Administration\Controller\FileExplorerController
  4148.      */
  4149.     protected function getFileExplorerControllerService()
  4150.     {
  4151.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Administration/Controller/FileExplorerController.php';
  4152.         return $this->services['MoorlFoundation\\Administration\\Controller\\FileExplorerController'] = new \MoorlFoundation\Administration\Controller\FileExplorerController(($this->services['MoorlFoundation\\Core\\Service\\ClientService'] ?? $this->getClientServiceService()));
  4153.     }
  4154.     /**
  4155.      * Gets the public 'MoorlFoundation\Administration\Controller\SettingsController' shared service.
  4156.      *
  4157.      * @return \MoorlFoundation\Administration\Controller\SettingsController
  4158.      */
  4159.     protected function getSettingsControllerService()
  4160.     {
  4161.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Administration/Controller/SettingsController.php';
  4162.         return $this->services['MoorlFoundation\\Administration\\Controller\\SettingsController'] = new \MoorlFoundation\Administration\Controller\SettingsController(($this->services['MoorlFoundation\\Core\\Service\\DataService'] ?? $this->getDataServiceService()), ($this->services['MoorlFoundation\\Core\\Service\\ClientService'] ?? $this->getClientServiceService()));
  4163.     }
  4164.     /**
  4165.      * Gets the public 'MoorlFoundation\Core\Content\Client\ClientDefinition' shared service.
  4166.      *
  4167.      * @return \MoorlFoundation\Core\Content\Client\ClientDefinition
  4168.      */
  4169.     protected function getClientDefinitionService()
  4170.     {
  4171.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Client/ClientDefinition.php';
  4172.         $this->services['MoorlFoundation\\Core\\Content\\Client\\ClientDefinition'] = $instance = new \MoorlFoundation\Core\Content\Client\ClientDefinition();
  4173.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4174.         return $instance;
  4175.     }
  4176.     /**
  4177.      * Gets the public 'MoorlFoundation\Core\Content\CmsElementConfig\CmsElementConfigDefinition' shared service.
  4178.      *
  4179.      * @return \MoorlFoundation\Core\Content\CmsElementConfig\CmsElementConfigDefinition
  4180.      */
  4181.     protected function getCmsElementConfigDefinitionService()
  4182.     {
  4183.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/CmsElementConfig/CmsElementConfigDefinition.php';
  4184.         $this->services['MoorlFoundation\\Core\\Content\\CmsElementConfig\\CmsElementConfigDefinition'] = $instance = new \MoorlFoundation\Core\Content\CmsElementConfig\CmsElementConfigDefinition();
  4185.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4186.         return $instance;
  4187.     }
  4188.     /**
  4189.      * Gets the public 'MoorlFoundation\Core\Content\Location\LocationCacheDefinition' shared service.
  4190.      *
  4191.      * @return \MoorlFoundation\Core\Content\Location\LocationCacheDefinition
  4192.      */
  4193.     protected function getLocationCacheDefinitionService()
  4194.     {
  4195.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Location/LocationCacheDefinition.php';
  4196.         $this->services['MoorlFoundation\\Core\\Content\\Location\\LocationCacheDefinition'] = $instance = new \MoorlFoundation\Core\Content\Location\LocationCacheDefinition();
  4197.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4198.         return $instance;
  4199.     }
  4200.     /**
  4201.      * Gets the public 'MoorlFoundation\Core\Content\Location\LocationDefinition' shared service.
  4202.      *
  4203.      * @return \MoorlFoundation\Core\Content\Location\LocationDefinition
  4204.      */
  4205.     protected function getLocationDefinitionService()
  4206.     {
  4207.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Location/LocationDefinition.php';
  4208.         $this->services['MoorlFoundation\\Core\\Content\\Location\\LocationDefinition'] = $instance = new \MoorlFoundation\Core\Content\Location\LocationDefinition();
  4209.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4210.         return $instance;
  4211.     }
  4212.     /**
  4213.      * Gets the public 'MoorlFoundation\Core\Content\Marker\MarkerDefinition' shared service.
  4214.      *
  4215.      * @return \MoorlFoundation\Core\Content\Marker\MarkerDefinition
  4216.      */
  4217.     protected function getMarkerDefinitionService()
  4218.     {
  4219.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Marker/MarkerDefinition.php';
  4220.         $this->services['MoorlFoundation\\Core\\Content\\Marker\\MarkerDefinition'] = $instance = new \MoorlFoundation\Core\Content\Marker\MarkerDefinition();
  4221.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4222.         return $instance;
  4223.     }
  4224.     /**
  4225.      * Gets the public 'MoorlFoundation\Core\Content\Product\SalesChannel\Listing\FoundationProductListingRoute' shared service.
  4226.      *
  4227.      * @return \MoorlFoundation\Core\Content\Product\SalesChannel\Listing\FoundationProductListingRoute
  4228.      */
  4229.     protected function getFoundationProductListingRouteService()
  4230.     {
  4231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  4232.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Product/SalesChannel/Listing/FoundationProductListingRoute.php';
  4233.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4234.         if (isset($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'])) {
  4235.             return $this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'];
  4236.         }
  4237.         $b = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] ?? $this->getResolveCriteriaProductListingRouteService());
  4238.         if (isset($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'])) {
  4239.             return $this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'];
  4240.         }
  4241.         $c = ($this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'] ?? $this->getEntitySearchServiceService());
  4242.         if (isset($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'])) {
  4243.             return $this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'];
  4244.         }
  4245.         return $this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'] = new \MoorlFoundation\Core\Content\Product\SalesChannel\Listing\FoundationProductListingRoute($b$c$a);
  4246.     }
  4247.     /**
  4248.      * Gets the public 'MoorlFoundation\Core\Content\Product\SalesChannel\Search\FoundationProductSearchRoute' shared service.
  4249.      *
  4250.      * @return \MoorlFoundation\Core\Content\Product\SalesChannel\Search\FoundationProductSearchRoute
  4251.      */
  4252.     protected function getFoundationProductSearchRouteService()
  4253.     {
  4254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  4255.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Product/SalesChannel/Search/FoundationProductSearchRoute.php';
  4256.         return $this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Search\\FoundationProductSearchRoute'] = new \MoorlFoundation\Core\Content\Product\SalesChannel\Search\FoundationProductSearchRoute(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute'] ?? $this->getResolvedCriteriaProductSearchRouteService()), ($this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'] ?? $this->getEntitySearchServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4257.     }
  4258.     /**
  4259.      * Gets the public 'MoorlFoundation\Core\Content\Sorting\SortingDefinition' shared service.
  4260.      *
  4261.      * @return \MoorlFoundation\Core\Content\Sorting\SortingDefinition
  4262.      */
  4263.     protected function getSortingDefinitionService()
  4264.     {
  4265.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Sorting/SortingDefinition.php';
  4266.         $this->services['MoorlFoundation\\Core\\Content\\Sorting\\SortingDefinition'] = $instance = new \MoorlFoundation\Core\Content\Sorting\SortingDefinition();
  4267.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4268.         return $instance;
  4269.     }
  4270.     /**
  4271.      * Gets the public 'MoorlFoundation\Core\Content\Sorting\SortingTranslationDefinition' shared service.
  4272.      *
  4273.      * @return \MoorlFoundation\Core\Content\Sorting\SortingTranslationDefinition
  4274.      */
  4275.     protected function getSortingTranslationDefinitionService()
  4276.     {
  4277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4278.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Sorting/SortingTranslationDefinition.php';
  4279.         $this->services['MoorlFoundation\\Core\\Content\\Sorting\\SortingTranslationDefinition'] = $instance = new \MoorlFoundation\Core\Content\Sorting\SortingTranslationDefinition();
  4280.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4281.         return $instance;
  4282.     }
  4283.     /**
  4284.      * Gets the public 'MoorlFoundation\Core\PluginFoundation' shared service.
  4285.      *
  4286.      * @return \MoorlFoundation\Core\PluginFoundation
  4287.      */
  4288.     protected function getPluginFoundationService()
  4289.     {
  4290.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/PluginFoundation.php';
  4291.         return $this->services['MoorlFoundation\\Core\\PluginFoundation'] = new \MoorlFoundation\Core\PluginFoundation(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['shopware.filesystem.asset'] ?? $this->getShopware_Filesystem_AssetService()), \dirname(__DIR__4), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  4292.     }
  4293.     /**
  4294.      * Gets the public 'MoorlFoundation\Core\Service\ClientService' shared service.
  4295.      *
  4296.      * @return \MoorlFoundation\Core\Service\ClientService
  4297.      */
  4298.     protected function getClientServiceService()
  4299.     {
  4300.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Service/ClientService.php';
  4301.         return $this->services['MoorlFoundation\\Core\\Service\\ClientService'] = new \MoorlFoundation\Core\Service\ClientService(($this->services['moorl_client.repository'] ?? $this->getMoorlClient_RepositoryService()), new RewindableGenerator(function () {
  4302.             yield => ($this->privates['MoorlFoundation\\Core\\Content\\Client\\ClientLocal'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Client\\ClientLocal'] = new \MoorlFoundation\Core\Content\Client\ClientLocal()));
  4303.             yield => ($this->privates['MoorlFoundation\\Core\\Content\\Client\\ClientFtp'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Client\\ClientFtp'] = new \MoorlFoundation\Core\Content\Client\ClientFtp()));
  4304.         }, 2));
  4305.     }
  4306.     /**
  4307.      * Gets the public 'MoorlFoundation\Core\Service\DataService' shared service.
  4308.      *
  4309.      * @return \MoorlFoundation\Core\Service\DataService
  4310.      */
  4311.     protected function getDataServiceService()
  4312.     {
  4313.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Service/DataService.php';
  4314.         return $this->services['MoorlFoundation\\Core\\Service\\DataService'] = new \MoorlFoundation\Core\Service\DataService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService()), ($this->services['shopware.filesystem.asset'] ?? $this->getShopware_Filesystem_AssetService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()), \dirname(__DIR__4), new RewindableGenerator(function () {
  4315.             yield => ($this->privates['MoorlForms\\Data\\Data'] ?? $this->getDataService());
  4316.             yield => ($this->privates['MoorlFoundation\\Demo\\Marker\\DemoMarker'] ?? ($this->privates['MoorlFoundation\\Demo\\Marker\\DemoMarker'] = new \MoorlFoundation\Demo\Marker\DemoMarker()));
  4317.             yield => ($this->privates['MoorlFoundation\\Demo\\CmsTools\\DemoCmsTools'] ?? ($this->privates['MoorlFoundation\\Demo\\CmsTools\\DemoCmsTools'] = new \MoorlFoundation\Demo\CmsTools\DemoCmsTools()));
  4318.             yield => ($this->privates['MoorlFoundation\\Demo\\Legals\\DemoLegals'] ?? ($this->privates['MoorlFoundation\\Demo\\Legals\\DemoLegals'] = new \MoorlFoundation\Demo\Legals\DemoLegals()));
  4319.             yield => ($this->privates['MoorlForms\\Demo\\Standard\\DemoStandard'] ?? ($this->privates['MoorlForms\\Demo\\Standard\\DemoStandard'] = new \MoorlForms\Demo\Standard\DemoStandard()));
  4320.             yield => ($this->privates['MoorlForms\\Demo\\CustomFieldsSepa\\DemoCustomFieldsSepa'] ?? ($this->privates['MoorlForms\\Demo\\CustomFieldsSepa\\DemoCustomFieldsSepa'] = new \MoorlForms\Demo\CustomFieldsSepa\DemoCustomFieldsSepa()));
  4321.         }, 6));
  4322.     }
  4323.     /**
  4324.      * Gets the public 'MoorlFoundation\Core\Service\EntityEnricherService' shared service.
  4325.      *
  4326.      * @return \MoorlFoundation\Core\Service\EntityEnricherService
  4327.      */
  4328.     protected function getEntityEnricherServiceService()
  4329.     {
  4330.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Service/EntityEnricherService.php';
  4331.         return $this->services['MoorlFoundation\\Core\\Service\\EntityEnricherService'] = new \MoorlFoundation\Core\Service\EntityEnricherService(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService()), ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()));
  4332.     }
  4333.     /**
  4334.      * Gets the public 'MoorlFoundation\Core\Service\EntitySearchService' shared service.
  4335.      *
  4336.      * @return \MoorlFoundation\Core\Service\EntitySearchService
  4337.      */
  4338.     protected function getEntitySearchServiceService()
  4339.     {
  4340.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Service/EntitySearchService.php';
  4341.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4342.         if (isset($this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'])) {
  4343.             return $this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'];
  4344.         }
  4345.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4346.         if (isset($this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'])) {
  4347.             return $this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'];
  4348.         }
  4349.         return $this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'] = new \MoorlFoundation\Core\Service\EntitySearchService(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $a$b, new RewindableGenerator(function () {
  4350.             return new \EmptyIterator();
  4351.         }, 0));
  4352.     }
  4353.     /**
  4354.      * Gets the public 'MoorlFoundation\Core\Service\EntitySuggestService' shared service.
  4355.      *
  4356.      * @return \MoorlFoundation\Core\Service\EntitySuggestService
  4357.      */
  4358.     protected function getEntitySuggestServiceService()
  4359.     {
  4360.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Service/EntitySearchService.php';
  4361.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Service/EntitySuggestService.php';
  4362.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4363.         if (isset($this->services['MoorlFoundation\\Core\\Service\\EntitySuggestService'])) {
  4364.             return $this->services['MoorlFoundation\\Core\\Service\\EntitySuggestService'];
  4365.         }
  4366.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4367.         if (isset($this->services['MoorlFoundation\\Core\\Service\\EntitySuggestService'])) {
  4368.             return $this->services['MoorlFoundation\\Core\\Service\\EntitySuggestService'];
  4369.         }
  4370.         return $this->services['MoorlFoundation\\Core\\Service\\EntitySuggestService'] = new \MoorlFoundation\Core\Service\EntitySuggestService(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $a$b, new RewindableGenerator(function () {
  4371.             return new \EmptyIterator();
  4372.         }, 0));
  4373.     }
  4374.     /**
  4375.      * Gets the public 'MoorlFoundation\Core\Service\LocationService' shared service.
  4376.      *
  4377.      * @return \MoorlFoundation\Core\Service\LocationService
  4378.      */
  4379.     protected function getLocationServiceService()
  4380.     {
  4381.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Service/LocationService.php';
  4382.         return $this->services['MoorlFoundation\\Core\\Service\\LocationService'] = new \MoorlFoundation\Core\Service\LocationService(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  4383.     }
  4384.     /**
  4385.      * Gets the public 'MoorlFoundation\Core\Service\LocationServiceV2' shared service.
  4386.      *
  4387.      * @return \MoorlFoundation\Core\Service\LocationServiceV2
  4388.      */
  4389.     protected function getLocationServiceV2Service()
  4390.     {
  4391.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Service/LocationServiceV2.php';
  4392.         return $this->services['MoorlFoundation\\Core\\Service\\LocationServiceV2'] = new \MoorlFoundation\Core\Service\LocationServiceV2(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  4393.     }
  4394.     /**
  4395.      * Gets the public 'MoorlFoundation\Core\Service\SortingService' shared service.
  4396.      *
  4397.      * @return \MoorlFoundation\Core\Service\SortingService
  4398.      */
  4399.     protected function getSortingServiceService()
  4400.     {
  4401.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Service/SortingService.php';
  4402.         return $this->services['MoorlFoundation\\Core\\Service\\SortingService'] = new \MoorlFoundation\Core\Service\SortingService(($this->services['moorl_sorting.repository'] ?? $this->getMoorlSorting_RepositoryService()));
  4403.     }
  4404.     /**
  4405.      * Gets the public 'MoorlFoundation\Core\Service\TranslationService' shared service.
  4406.      *
  4407.      * @return \MoorlFoundation\Core\Service\TranslationService
  4408.      */
  4409.     protected function getTranslationServiceService()
  4410.     {
  4411.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Service/TranslationService.php';
  4412.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4413.         if (isset($this->services['MoorlFoundation\\Core\\Service\\TranslationService'])) {
  4414.             return $this->services['MoorlFoundation\\Core\\Service\\TranslationService'];
  4415.         }
  4416.         return $this->services['MoorlFoundation\\Core\\Service\\TranslationService'] = new \MoorlFoundation\Core\Service\TranslationService($a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), new RewindableGenerator(function () {
  4417.             yield => ($this->privates['MoorlFoundation\\EntityTranslation\\ProductTranslation'] ?? ($this->privates['MoorlFoundation\\EntityTranslation\\ProductTranslation'] = new \MoorlFoundation\EntityTranslation\ProductTranslation()));
  4418.             yield => ($this->privates['MoorlFoundation\\EntityTranslation\\CategoryTranslation'] ?? ($this->privates['MoorlFoundation\\EntityTranslation\\CategoryTranslation'] = new \MoorlFoundation\EntityTranslation\CategoryTranslation()));
  4419.             yield => ($this->privates['MoorlFoundation\\EntityTranslation\\PropertyGroupTranslation'] ?? ($this->privates['MoorlFoundation\\EntityTranslation\\PropertyGroupTranslation'] = new \MoorlFoundation\EntityTranslation\PropertyGroupTranslation()));
  4420.             yield => ($this->privates['MoorlFoundation\\EntityTranslation\\PropertyGroupOptionTranslation'] ?? ($this->privates['MoorlFoundation\\EntityTranslation\\PropertyGroupOptionTranslation'] = new \MoorlFoundation\EntityTranslation\PropertyGroupOptionTranslation()));
  4421.         }, 4));
  4422.     }
  4423.     /**
  4424.      * Gets the public 'MoorlFoundation\Core\Subscriber\MoorlFoundationSubscriber' shared service.
  4425.      *
  4426.      * @return \MoorlFoundation\Core\Subscriber\MoorlFoundationSubscriber
  4427.      */
  4428.     protected function getMoorlFoundationSubscriberService()
  4429.     {
  4430.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Subscriber/MoorlFoundationSubscriber.php';
  4431.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4432.         if (isset($this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'])) {
  4433.             return $this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'];
  4434.         }
  4435.         $b = ($this->services['MoorlFoundation\\Core\\Service\\TranslationService'] ?? $this->getTranslationServiceService());
  4436.         if (isset($this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'])) {
  4437.             return $this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'];
  4438.         }
  4439.         $c = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  4440.         if (isset($this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'])) {
  4441.             return $this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'];
  4442.         }
  4443.         return $this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'] = new \MoorlFoundation\Core\Subscriber\MoorlFoundationSubscriber($a$b$c);
  4444.     }
  4445.     /**
  4446.      * Gets the public 'MoorlFoundation\MoorlFoundation' shared autowired service.
  4447.      *
  4448.      * @return \MoorlFoundation\MoorlFoundation
  4449.      */
  4450.     protected function getMoorlFoundationService()
  4451.     {
  4452.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  4454.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4455.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  4456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  4458.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/MoorlFoundation.php';
  4459.         return $this->services['MoorlFoundation\\MoorlFoundation'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('MoorlFoundation\\MoorlFoundation');
  4460.     }
  4461.     /**
  4462.      * Gets the public 'MoorlFoundation\Storefront\Controller\CustomerUploadController' shared service.
  4463.      *
  4464.      * @return \MoorlFoundation\Storefront\Controller\CustomerUploadController
  4465.      */
  4466.     protected function getCustomerUploadControllerService()
  4467.     {
  4468.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Storefront/Controller/CustomerUploadController.php';
  4469.         $this->services['MoorlFoundation\\Storefront\\Controller\\CustomerUploadController'] = $instance = new \MoorlFoundation\Storefront\Controller\CustomerUploadController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), ($this->services['media_default_folder.repository'] ?? $this->getMediaDefaultFolder_RepositoryService()));
  4470.         $instance->setContainer($this);
  4471.         return $instance;
  4472.     }
  4473.     /**
  4474.      * Gets the public 'MoorlFoundation\Storefront\Controller\ProductBuyListController' shared service.
  4475.      *
  4476.      * @return \MoorlFoundation\Storefront\Controller\ProductBuyListController
  4477.      */
  4478.     protected function getProductBuyListControllerService()
  4479.     {
  4480.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Storefront/Controller/ProductBuyListController.php';
  4481.         $this->services['MoorlFoundation\\Storefront\\Controller\\ProductBuyListController'] = $instance = new \MoorlFoundation\Storefront\Controller\ProductBuyListController(($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService()), ($this->services['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder'] ?? $this->getProductCombinationFinderService()));
  4482.         $instance->setContainer($this);
  4483.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4484.         return $instance;
  4485.     }
  4486.     /**
  4487.      * Gets the public 'MoorlFoundation\Storefront\Subscriber\ProductListingResultSubscriber' shared service.
  4488.      *
  4489.      * @return \MoorlFoundation\Storefront\Subscriber\ProductListingResultSubscriber
  4490.      */
  4491.     protected function getProductListingResultSubscriberService()
  4492.     {
  4493.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Storefront/Subscriber/ProductListingResultSubscriber.php';
  4494.         $a = ($this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'] ?? $this->getEntitySearchServiceService());
  4495.         if (isset($this->services['MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber'])) {
  4496.             return $this->services['MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber'];
  4497.         }
  4498.         $b = ($this->services['MoorlFoundation\\Core\\Service\\EntitySuggestService'] ?? $this->getEntitySuggestServiceService());
  4499.         if (isset($this->services['MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber'])) {
  4500.             return $this->services['MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber'];
  4501.         }
  4502.         return $this->services['MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber'] = new \MoorlFoundation\Storefront\Subscriber\ProductListingResultSubscriber($a$b);
  4503.     }
  4504.     /**
  4505.      * Gets the public 'MoorlFoundation\Storefront\Subscriber\SalesChannelContextResolvedSubscriber' shared service.
  4506.      *
  4507.      * @return \MoorlFoundation\Storefront\Subscriber\SalesChannelContextResolvedSubscriber
  4508.      */
  4509.     protected function getSalesChannelContextResolvedSubscriberService()
  4510.     {
  4511.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Storefront/Subscriber/SalesChannelContextResolvedSubscriber.php';
  4512.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4513.         if (isset($this->services['MoorlFoundation\\Storefront\\Subscriber\\SalesChannelContextResolvedSubscriber'])) {
  4514.             return $this->services['MoorlFoundation\\Storefront\\Subscriber\\SalesChannelContextResolvedSubscriber'];
  4515.         }
  4516.         $b = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  4517.         if (isset($this->services['MoorlFoundation\\Storefront\\Subscriber\\SalesChannelContextResolvedSubscriber'])) {
  4518.             return $this->services['MoorlFoundation\\Storefront\\Subscriber\\SalesChannelContextResolvedSubscriber'];
  4519.         }
  4520.         return $this->services['MoorlFoundation\\Storefront\\Subscriber\\SalesChannelContextResolvedSubscriber'] = new \MoorlFoundation\Storefront\Subscriber\SalesChannelContextResolvedSubscriber($a$b);
  4521.     }
  4522.     /**
  4523.      * Gets the public 'Nwdxx\ItRechtConnector6\Controller\LegalController' shared service.
  4524.      *
  4525.      * @return \Nwdxx\ItRechtConnector6\Controller\LegalController
  4526.      */
  4527.     protected function getLegalControllerService()
  4528.     {
  4529.         include_once \dirname(__DIR__4).'/custom/plugins/nwdxxItRechtConnector6/src/Controller/LegalController.php';
  4530.         include_once \dirname(__DIR__4).'/custom/plugins/nwdxxItRechtConnector6/src/Services/ConnectorServiceDependenciesTrait.php';
  4531.         include_once \dirname(__DIR__4).'/custom/plugins/nwdxxItRechtConnector6/src/Services/ConnectorService.php';
  4532.         include_once \dirname(__DIR__4).'/custom/plugins/nwdxxItRechtConnector6/src/Core/ConnectorOutput.php';
  4533.         $a = new \Nwdxx\ItRechtConnector6\Services\ConnectorService();
  4534.         $a->setCacheClearer(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  4535.         $a->setConnectorOutput(new \Nwdxx\ItRechtConnector6\Core\ConnectorOutput('6.4.18.1', ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService())));
  4536.         $a->setSalesChannelRepository(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  4537.         $a->setCmsPageRepository(($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()));
  4538.         $a->setCmsSlotRepository(($this->services['cms_slot.repository'] ?? $this->getCmsSlot_RepositoryService()));
  4539.         $a->setCmsBlockRepository(($this->services['cms_block.repository'] ?? $this->getCmsBlock_RepositoryService()));
  4540.         $a->setCategoryRepository(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  4541.         $a->setCustomFieldSetRepository(($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService()));
  4542.         $a->setLanguageRepository(($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  4543.         $a->setLocaleRepository(($this->services['locale.repository'] ?? $this->getLocale_RepositoryService()));
  4544.         $a->setFileFetcher(($this->privates['Shopware\\Core\\Content\\Media\\File\\FileFetcher'] ?? $this->getFileFetcherService()));
  4545.         $a->setFileSaver(($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService()));
  4546.         $a->setMediaRepository(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()));
  4547.         $a->setRouter(($this->privates['router.default'] ?? $this->getRouter_DefaultService()));
  4548.         $a->setSystemConfigService(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  4549.         $this->services['Nwdxx\\ItRechtConnector6\\Controller\\LegalController'] = $instance = new \Nwdxx\ItRechtConnector6\Controller\LegalController($a, ($this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] ?? $this->getLoggerFactoryService())->createRotating('it_recht_connector'));
  4550.         $instance->setContainer($this);
  4551.         return $instance;
  4552.     }
  4553.     /**
  4554.      * Gets the public 'Nwdxx\ItRechtConnector6\nwdxxItRechtConnector6' shared autowired service.
  4555.      *
  4556.      * @return \Nwdxx\ItRechtConnector6\nwdxxItRechtConnector6
  4557.      */
  4558.     protected function getNwdxxItRechtConnector6Service()
  4559.     {
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4563.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  4564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  4565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  4566.         include_once \dirname(__DIR__4).'/custom/plugins/nwdxxItRechtConnector6/src/nwdxxItRechtConnector6.php';
  4567.         return $this->services['Nwdxx\\ItRechtConnector6\\nwdxxItRechtConnector6'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Nwdxx\\ItRechtConnector6\\nwdxxItRechtConnector6');
  4568.     }
  4569.     /**
  4570.      * Gets the public 'Shopware\Administration\Controller\AdminExtensionApiController' shared service.
  4571.      *
  4572.      * @return \Shopware\Administration\Controller\AdminExtensionApiController
  4573.      */
  4574.     protected function getAdminExtensionApiControllerService()
  4575.     {
  4576.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminExtensionApiController.php';
  4577.         $this->services['Shopware\\Administration\\Controller\\AdminExtensionApiController'] = $instance = new \Shopware\Administration\Controller\AdminExtensionApiController(($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Executor'] ?? $this->getExecutorService()), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] ?? $this->getQuerySignerService()));
  4578.         $instance->setContainer($this);
  4579.         return $instance;
  4580.     }
  4581.     /**
  4582.      * Gets the public 'Shopware\Administration\Controller\AdminProductStreamController' shared service.
  4583.      *
  4584.      * @return \Shopware\Administration\Controller\AdminProductStreamController
  4585.      */
  4586.     protected function getAdminProductStreamControllerService()
  4587.     {
  4588.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminProductStreamController.php';
  4589.         $this->services['Shopware\\Administration\\Controller\\AdminProductStreamController'] = $instance = new \Shopware\Administration\Controller\AdminProductStreamController(($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()));
  4590.         $instance->setContainer($this);
  4591.         return $instance;
  4592.     }
  4593.     /**
  4594.      * Gets the public 'Shopware\Administration\Controller\AdminSearchController' shared service.
  4595.      *
  4596.      * @return \Shopware\Administration\Controller\AdminSearchController
  4597.      */
  4598.     protected function getAdminSearchControllerService()
  4599.     {
  4600.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminSearchController.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Service/AdminSearcher.php';
  4602.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  4603.         $this->services['Shopware\\Administration\\Controller\\AdminSearchController'] = $instance = new \Shopware\Administration\Controller\AdminSearchController(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()), $a, new \Shopware\Administration\Service\AdminSearcher($a), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator'] ?? $this->getAclCriteriaValidatorService()), $a, ($this->privates['Shopware\\Core\\Framework\\Api\\Serializer\\JsonEntityEncoder'] ?? $this->getJsonEntityEncoderService()));
  4604.         $instance->setContainer($this);
  4605.         return $instance;
  4606.     }
  4607.     /**
  4608.      * Gets the public 'Shopware\Administration\Controller\AdminTagController' shared service.
  4609.      *
  4610.      * @return \Shopware\Administration\Controller\AdminTagController
  4611.      */
  4612.     protected function getAdminTagControllerService()
  4613.     {
  4614.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminTagController.php';
  4615.         $this->services['Shopware\\Administration\\Controller\\AdminTagController'] = $instance = new \Shopware\Administration\Controller\AdminTagController(($this->services['Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService'] ?? $this->getFilterTagIdsServiceService()));
  4616.         $instance->setContainer($this);
  4617.         return $instance;
  4618.     }
  4619.     /**
  4620.      * Gets the public 'Shopware\Administration\Controller\AdministrationController' shared service.
  4621.      *
  4622.      * @return \Shopware\Administration\Controller\AdministrationController
  4623.      */
  4624.     protected function getAdministrationControllerService()
  4625.     {
  4626.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdministrationController.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinderInterface.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/CachedSnippetFinder.php';
  4629.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinder.php';
  4630.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollectorInterface.php';
  4631.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollector.php';
  4632.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  4633.         $this->services['Shopware\\Administration\\Controller\\AdministrationController'] = $instance = new \Shopware\Administration\Controller\AdministrationController(($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? $this->getTemplateFinderService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\FirstRunWizardClient'] ?? $this->getFirstRunWizardClientService()), new \Shopware\Administration\Snippet\CachedSnippetFinder(new \Shopware\Administration\Snippet\SnippetFinder(($this->services['kernel'] ?? $this->get('kernel'1)), $a), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService())), $this->parameters['kernel.supported_api_versions'], new \Shopware\Administration\Framework\Routing\KnownIps\KnownIpsCollector(), $a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), (\dirname(__DIR__4).'/vendor/shopware/core'), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4634.         $instance->setContainer($this);
  4635.         return $instance;
  4636.     }
  4637.     /**
  4638.      * Gets the public 'Shopware\Administration\Controller\DocumentServiceDeprecationController' shared service.
  4639.      *
  4640.      * @return \Shopware\Administration\Controller\DocumentServiceDeprecationController
  4641.      */
  4642.     protected function getDocumentServiceDeprecationControllerService()
  4643.     {
  4644.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/DocumentServiceDeprecationController.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorInterface.php';
  4646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/PdfGenerator.php';
  4647.         return $this->services['Shopware\\Administration\\Controller\\DocumentServiceDeprecationController'] = new \Shopware\Administration\Controller\DocumentServiceDeprecationController(($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] ?? $this->getDocumentGeneratorRegistryService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] = new \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator())), ($this->privates['Acris\\Tax\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] ?? $this->getInvoiceGeneratorService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] ?? $this->getDeliveryNoteGeneratorService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] ?? $this->getStornoGeneratorService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] ?? $this->getCreditNoteGeneratorService()), ($this->services['Shopware\\Core\\Checkout\\Document\\DocumentGeneratorController'] ?? $this->getDocumentGeneratorControllerService()), ($this->services['Shopware\\Core\\Checkout\\Document\\Controller\\DocumentController'] ?? $this->getDocumentControllerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4648.     }
  4649.     /**
  4650.      * Gets the public 'Shopware\Administration\Controller\NotificationController' shared service.
  4651.      *
  4652.      * @return \Shopware\Administration\Controller\NotificationController
  4653.      */
  4654.     protected function getNotificationControllerService()
  4655.     {
  4656.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/NotificationController.php';
  4657.         $this->services['Shopware\\Administration\\Controller\\NotificationController'] = $instance = new \Shopware\Administration\Controller\NotificationController(($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()), ($this->services['Shopware\\Administration\\Notification\\NotificationService'] ?? $this->getNotificationServiceService()));
  4658.         $instance->setContainer($this);
  4659.         return $instance;
  4660.     }
  4661.     /**
  4662.      * Gets the public 'Shopware\Administration\Controller\UserConfigController' shared service.
  4663.      *
  4664.      * @return \Shopware\Administration\Controller\UserConfigController
  4665.      */
  4666.     protected function getUserConfigControllerService()
  4667.     {
  4668.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/UserConfigController.php';
  4669.         $this->services['Shopware\\Administration\\Controller\\UserConfigController'] = $instance = new \Shopware\Administration\Controller\UserConfigController(($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  4670.         $instance->setContainer($this);
  4671.         return $instance;
  4672.     }
  4673.     /**
  4674.      * Gets the public 'Shopware\Administration\Notification\NotificationDefinition' shared service.
  4675.      *
  4676.      * @return \Shopware\Administration\Notification\NotificationDefinition
  4677.      */
  4678.     protected function getNotificationDefinitionService()
  4679.     {
  4680.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  4681.         $this->services['Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  4682.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4683.         return $instance;
  4684.     }
  4685.     /**
  4686.      * Gets the public 'Shopware\Administration\Notification\NotificationService' shared service.
  4687.      *
  4688.      * @return \Shopware\Administration\Notification\NotificationService
  4689.      */
  4690.     protected function getNotificationServiceService()
  4691.     {
  4692.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationService.php';
  4693.         return $this->services['Shopware\\Administration\\Notification\\NotificationService'] = new \Shopware\Administration\Notification\NotificationService(($this->services['notification.repository'] ?? $this->getNotification_RepositoryService()));
  4694.     }
  4695.     /**
  4696.      * Gets the public 'Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  4697.      *
  4698.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  4699.      */
  4700.     protected function getAppAdministrationSnippetDefinitionService()
  4701.     {
  4702.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  4703.         $this->services['Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  4704.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4705.         return $instance;
  4706.     }
  4707.     /**
  4708.      * Gets the public 'Shopware\Core\Checkout\Cart\Calculator' shared service.
  4709.      *
  4710.      * @return \Shopware\Core\Checkout\Cart\Calculator
  4711.      */
  4712.     protected function getCalculatorService()
  4713.     {
  4714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Calculator.php';
  4715.         return $this->services['Shopware\\Core\\Checkout\\Cart\\Calculator'] = new \Shopware\Core\Checkout\Cart\Calculator(($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()));
  4716.     }
  4717.     /**
  4718.      * Gets the public 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory' shared service.
  4719.      *
  4720.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory
  4721.      */
  4722.     protected function getCartFacadeHookFactoryService()
  4723.     {
  4724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHookFactory.php';
  4726.         return $this->services['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHookFactory'] = new \Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory(($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'] ?? $this->getCartFacadeHelperService()));
  4727.     }
  4728.     /**
  4729.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController' shared service.
  4730.      *
  4731.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController
  4732.      */
  4733.     protected function getOrderConverterControllerService()
  4734.     {
  4735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderConverterController.php';
  4736.         $this->services['Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderConverterController'] = $instance = new \Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController(($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  4737.         $instance->setContainer($this);
  4738.         return $instance;
  4739.     }
  4740.     /**
  4741.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController' shared service.
  4742.      *
  4743.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController
  4744.      */
  4745.     protected function getOrderRecalculationControllerService()
  4746.     {
  4747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderRecalculationController.php';
  4748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/RecalculationService.php';
  4749.         $this->services['Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderRecalculationController'] = $instance = new \Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController(new \Shopware\Core\Checkout\Cart\Order\RecalculationService(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->services['product.repository'] ?? $this->getProduct_RepositoryService()), ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService()), ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] ?? $this->getProcessorService()), ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? $this->getPromotionItemBuilderService())));
  4750.         $instance->setContainer($this);
  4751.         return $instance;
  4752.     }
  4753.     /**
  4754.      * Gets the public 'Shopware\Core\Checkout\Cart\PriceActionController' shared service.
  4755.      *
  4756.      * @return \Shopware\Core\Checkout\Cart\PriceActionController
  4757.      */
  4758.     protected function getPriceActionControllerService()
  4759.     {
  4760.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceActionController.php';
  4761.         $this->services['Shopware\\Core\\Checkout\\Cart\\PriceActionController'] = $instance = new \Shopware\Core\Checkout\Cart\PriceActionController(($this->services['tax.repository'] ?? $this->getTax_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\NetPriceCalculator'] ?? $this->getNetPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\GrossPriceCalculator'] ?? $this->getGrossPriceCalculatorService()), ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()));
  4762.         $instance->setContainer($this);
  4763.         return $instance;
  4764.     }
  4765.     /**
  4766.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute' shared service.
  4767.      *
  4768.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute
  4769.      */
  4770.     protected function getCartDeleteRouteService()
  4771.     {
  4772.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4773.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'])) {
  4774.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'];
  4775.         }
  4776.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  4777.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'])) {
  4778.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'];
  4779.         }
  4780.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute($b$a);
  4781.     }
  4782.     /**
  4783.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute' shared service.
  4784.      *
  4785.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute
  4786.      */
  4787.     protected function getCartItemAddRouteService()
  4788.     {
  4789.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4790.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  4791.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  4792.         }
  4793.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  4794.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  4795.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  4796.         }
  4797.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService());
  4798.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  4799.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  4800.         }
  4801.         $d = ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService());
  4802.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  4803.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  4804.         }
  4805.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), $b$a$c$d);
  4806.     }
  4807.     /**
  4808.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute' shared service.
  4809.      *
  4810.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute
  4811.      */
  4812.     protected function getCartItemRemoveRouteService()
  4813.     {
  4814.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4815.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'])) {
  4816.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'];
  4817.         }
  4818.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  4819.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'])) {
  4820.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'];
  4821.         }
  4822.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute($a, ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), $b);
  4823.     }
  4824.     /**
  4825.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute' shared service.
  4826.      *
  4827.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute
  4828.      */
  4829.     protected function getCartItemUpdateRouteService()
  4830.     {
  4831.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4832.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  4833.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  4834.         }
  4835.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  4836.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  4837.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  4838.         }
  4839.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService());
  4840.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  4841.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  4842.         }
  4843.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute($b, ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), $c$a);
  4844.     }
  4845.     /**
  4846.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute' shared service.
  4847.      *
  4848.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute
  4849.      */
  4850.     protected function getCartLoadRouteService()
  4851.     {
  4852.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  4853.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'])) {
  4854.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'];
  4855.         }
  4856.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4857.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'])) {
  4858.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'];
  4859.         }
  4860.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute($a$b, ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()));
  4861.     }
  4862.     /**
  4863.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartService' shared service.
  4864.      *
  4865.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartService
  4866.      */
  4867.     protected function getCartServiceService()
  4868.     {
  4869.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  4870.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4871.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4872.         }
  4873.         $b = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService());
  4874.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4875.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4876.         }
  4877.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService());
  4878.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4879.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4880.         }
  4881.         $d = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? $this->getCartLoadRouteService());
  4882.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4883.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4884.         }
  4885.         $e = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? $this->getCartDeleteRouteService());
  4886.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4887.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4888.         }
  4889.         $f = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? $this->getCartItemAddRouteService());
  4890.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4891.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4892.         }
  4893.         $g = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? $this->getCartItemUpdateRouteService());
  4894.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4895.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4896.         }
  4897.         $h = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? $this->getCartItemRemoveRouteService());
  4898.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4899.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4900.         }
  4901.         $i = ($this->services['FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator'] ?? $this->getCartOrderRouteDecoratorService());
  4902.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4903.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4904.         }
  4905.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartService($a$b$c$d$e$f$g$h$i);
  4906.     }
  4907.     /**
  4908.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  4909.      *
  4910.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  4911.      */
  4912.     protected function getCustomerAddressDefinitionService()
  4913.     {
  4914.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  4915.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4916.         return $instance;
  4917.     }
  4918.     /**
  4919.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  4920.      *
  4921.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  4922.      */
  4923.     protected function getCustomerGroupRegistrationSalesChannelDefinitionService()
  4924.     {
  4925.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  4926.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  4927.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4928.         return $instance;
  4929.     }
  4930.     /**
  4931.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  4932.      *
  4933.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  4934.      */
  4935.     protected function getCustomerGroupTranslationDefinitionService()
  4936.     {
  4937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  4939.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  4940.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4941.         return $instance;
  4942.     }
  4943.     /**
  4944.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  4945.      *
  4946.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  4947.      */
  4948.     protected function getCustomerGroupDefinitionService()
  4949.     {
  4950.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  4951.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4952.         return $instance;
  4953.     }
  4954.     /**
  4955.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  4956.      *
  4957.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  4958.      */
  4959.     protected function getCustomerRecoveryDefinitionService()
  4960.     {
  4961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  4962.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  4963.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4964.         return $instance;
  4965.     }
  4966.     /**
  4967.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  4968.      *
  4969.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  4970.      */
  4971.     protected function getCustomerTagDefinitionService()
  4972.     {
  4973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  4974.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  4975.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4976.         return $instance;
  4977.     }
  4978.     /**
  4979.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  4980.      *
  4981.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  4982.      */
  4983.     protected function getCustomerWishlistProductDefinitionService()
  4984.     {
  4985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  4986.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  4987.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4988.         return $instance;
  4989.     }
  4990.     /**
  4991.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  4992.      *
  4993.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  4994.      */
  4995.     protected function getCustomerWishlistDefinitionService()
  4996.     {
  4997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  4998.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  4999.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5000.         return $instance;
  5001.     }
  5002.     /**
  5003.      * Gets the public 'Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController' shared service.
  5004.      *
  5005.      * @return \Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController
  5006.      */
  5007.     protected function getCustomerGroupRegistrationActionControllerService()
  5008.     {
  5009.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Api/CustomerGroupRegistrationActionController.php';
  5010.         return $this->services['Shopware\\Core\\Checkout\\Customer\\Api\\CustomerGroupRegistrationActionController'] = new \Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] ?? $this->getSalesChannelContextRestorerService()));
  5011.     }
  5012.     /**
  5013.      * Gets the public 'Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  5014.      *
  5015.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  5016.      */
  5017.     protected function getCustomerDefinitionService()
  5018.     {
  5019.         $this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  5020.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5021.         return $instance;
  5022.     }
  5023.     /**
  5024.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute' shared service.
  5025.      *
  5026.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute
  5027.      */
  5028.     protected function getAccountNewsletterRecipientRouteService()
  5029.     {
  5030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAccountNewsletterRecipientRoute.php';
  5031.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountNewsletterRecipientRoute.php';
  5032.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountNewsletterRecipientRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute(($this->services['sales_channel.newsletter_recipient.repository'] ?? $this->getSalesChannel_NewsletterRecipient_RepositoryService()));
  5033.     }
  5034.     /**
  5035.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute' shared service.
  5036.      *
  5037.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute
  5038.      */
  5039.     protected function getAddWishlistProductRouteService()
  5040.     {
  5041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAddWishlistProductRoute.php';
  5042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AddWishlistProductRoute.php';
  5043.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute(($this->services['customer_wishlist.repository'] ?? $this->getCustomerWishlist_RepositoryService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5044.     }
  5045.     /**
  5046.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute' shared service.
  5047.      *
  5048.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute
  5049.      */
  5050.     protected function getChangeCustomerProfileRouteService()
  5051.     {
  5052.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeCustomerProfileRoute.php';
  5053.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeCustomerProfileRoute.php';
  5054.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\CustomerProfileValidationFactory'] ?? $this->getCustomerProfileValidationFactoryService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? $this->getStoreApiCustomFieldMapperService()));
  5055.     }
  5056.     /**
  5057.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute' shared service.
  5058.      *
  5059.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute
  5060.      */
  5061.     protected function getChangeEmailRouteService()
  5062.     {
  5063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeEmailRoute.php';
  5064.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeEmailRoute.php';
  5065.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeEmailRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()));
  5066.     }
  5067.     /**
  5068.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute' shared service.
  5069.      *
  5070.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute
  5071.      */
  5072.     protected function getChangeLanguageRouteService()
  5073.     {
  5074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeLanguageRoute.php';
  5075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeLanguageRoute.php';
  5076.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeLanguageRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()));
  5077.     }
  5078.     /**
  5079.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute' shared service.
  5080.      *
  5081.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute
  5082.      */
  5083.     protected function getChangePasswordRouteService()
  5084.     {
  5085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePasswordRoute.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePasswordRoute.php';
  5087.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePasswordRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()));
  5088.     }
  5089.     /**
  5090.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute' shared service.
  5091.      *
  5092.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute
  5093.      */
  5094.     protected function getChangePaymentMethodRouteService()
  5095.     {
  5096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePaymentMethodRoute.php';
  5097.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePaymentMethodRoute.php';
  5098.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePaymentMethodRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()));
  5099.     }
  5100.     /**
  5101.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute' shared service.
  5102.      *
  5103.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute
  5104.      */
  5105.     protected function getCustomerGroupRegistrationSettingsRouteService()
  5106.     {
  5107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.php';
  5108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerGroupRegistrationSettingsRoute.php';
  5109.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()));
  5110.     }
  5111.     /**
  5112.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute' shared service.
  5113.      *
  5114.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute
  5115.      */
  5116.     protected function getCustomerRecoveryIsExpiredRouteService()
  5117.     {
  5118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRecoveryIsExpiredRoute.php';
  5119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRecoveryIsExpiredRoute.php';
  5120.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRecoveryIsExpiredRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute(($this->services['customer_recovery.repository'] ?? $this->getCustomerRecovery_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()));
  5121.     }
  5122.     /**
  5123.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute' shared service.
  5124.      *
  5125.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute
  5126.      */
  5127.     protected function getCustomerRouteService()
  5128.     {
  5129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRoute.php';
  5130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRoute.php';
  5131.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  5132.     }
  5133.     /**
  5134.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute' shared service.
  5135.      *
  5136.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute
  5137.      */
  5138.     protected function getDeleteAddressRouteService()
  5139.     {
  5140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteAddressRoute.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  5142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteAddressRoute.php';
  5143.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute(($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()));
  5144.     }
  5145.     /**
  5146.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute' shared service.
  5147.      *
  5148.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute
  5149.      */
  5150.     protected function getDeleteCustomerRouteService()
  5151.     {
  5152.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteCustomerRoute.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteCustomerRoute.php';
  5154.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  5155.     }
  5156.     /**
  5157.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute' shared service.
  5158.      *
  5159.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute
  5160.      */
  5161.     protected function getListAddressRouteService()
  5162.     {
  5163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractListAddressRoute.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ListAddressRoute.php';
  5165.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute(($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5166.     }
  5167.     /**
  5168.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute' shared service.
  5169.      *
  5170.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute
  5171.      */
  5172.     protected function getLoadWishlistRouteService()
  5173.     {
  5174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoadWishlistRoute.php';
  5175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoadWishlistRoute.php';
  5176.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute(($this->services['customer_wishlist.repository'] ?? $this->getCustomerWishlist_RepositoryService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory())));
  5177.     }
  5178.     /**
  5179.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute' shared service.
  5180.      *
  5181.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute
  5182.      */
  5183.     protected function getLoginRouteService()
  5184.     {
  5185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoginRoute.php';
  5186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoginRoute.php';
  5187.         $a = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  5188.         $b = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  5189.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  5190.         $d = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  5191.         $a->registerLimiterFactory('login', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'login'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  5192.         $a->registerLimiterFactory('guest_login', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'guest_login'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  5193.         $a->registerLimiterFactory('oauth', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'oauth'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  5194.         $a->registerLimiterFactory('reset_password', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'reset_password'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  5195.         $a->registerLimiterFactory('user_recovery', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'user_recovery'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  5196.         $a->registerLimiterFactory('contact_form', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'contact_form'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  5197.         $a->registerLimiterFactory('notification', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'notification'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  5198.         $a->registerLimiterFactory('newsletter_form', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'newsletter_form'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  5199.         $a->registerLimiterFactory('cart_add_line_item', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'system_config''reset' => '1 hours''limits' => $this->parameters['shopware.api.rate_limiter.cart_add_line_item.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'cart_add_line_item'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  5200.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoginRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] ?? $this->getLegacyPasswordVerifierService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  5201.     }
  5202.     /**
  5203.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute' shared service.
  5204.      *
  5205.      * @return \Swag\Security\Fixes\NEXT34608\FixLogoutRoute
  5206.      */
  5207.     protected function getLogoutRouteService()
  5208.     {
  5209.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLogoutRoute.php';
  5210.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT34608/FixLogoutRouteTrait.php';
  5211.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT34608/FixLogoutRoute.php';
  5212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LogoutRoute.php';
  5213.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  5214.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute'] = new \Swag\Security\Fixes\NEXT34608\FixLogoutRoute(new \Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService())), $a);
  5215.     }
  5216.     /**
  5217.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute' shared service.
  5218.      *
  5219.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute
  5220.      */
  5221.     protected function getMergeWishlistProductRouteService()
  5222.     {
  5223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractMergeWishlistProductRoute.php';
  5224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/MergeWishlistProductRoute.php';
  5225.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute(($this->services['customer_wishlist.repository'] ?? $this->getCustomerWishlist_RepositoryService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  5226.     }
  5227.     /**
  5228.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute' shared service.
  5229.      *
  5230.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute
  5231.      */
  5232.     protected function getRegisterConfirmRouteService()
  5233.     {
  5234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterConfirmRoute.php';
  5235.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterConfirmRoute.php';
  5236.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterConfirmRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()));
  5237.     }
  5238.     /**
  5239.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute' shared service.
  5240.      *
  5241.      * @return \FourtwosixPhoneValidation\Decorator\Core\Checkout\Customer\SalesChannel\RegisterRouteDecorator
  5242.      */
  5243.     protected function getRegisterRouteService()
  5244.     {
  5245.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterRoute.php';
  5246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterRoute.php';
  5247.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src/Decorator/Core/Checkout/Customer/SalesChannel/RegisterRouteDecorator.php';
  5248.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  5249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerValidationFactory.php';
  5250.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'] = new \FourtwosixPhoneValidation\Decorator\Core\Checkout\Customer\SalesChannel\RegisterRouteDecorator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), new \Shopware\Core\Checkout\Customer\Validation\CustomerValidationFactory(($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\CustomerProfileValidationFactory'] ?? $this->getCustomerProfileValidationFactoryService())), ($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\AddressValidationFactory'] ?? $this->getAddressValidationFactoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()), ($this->services['sales_channel.country.repository'] ?? $this->getSalesChannel_Country_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? $this->getStoreApiCustomFieldMapperService()), ($this->privates['FourtwosixPhoneValidation\\Helper\\PhoneHelper'] ?? $this->getPhoneHelperService()));
  5251.     }
  5252.     /**
  5253.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute' shared service.
  5254.      *
  5255.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute
  5256.      */
  5257.     protected function getRemoveWishlistProductRouteService()
  5258.     {
  5259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRemoveWishlistProductRoute.php';
  5260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RemoveWishlistProductRoute.php';
  5261.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute(($this->services['customer_wishlist.repository'] ?? $this->getCustomerWishlist_RepositoryService()), ($this->services['customer_wishlist_product.repository'] ?? $this->getCustomerWishlistProduct_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5262.     }
  5263.     /**
  5264.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute' shared service.
  5265.      *
  5266.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute
  5267.      */
  5268.     protected function getResetPasswordRouteService()
  5269.     {
  5270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractResetPasswordRoute.php';
  5271.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ResetPasswordRoute.php';
  5272.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ResetPasswordRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['customer_recovery.repository'] ?? $this->getCustomerRecovery_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()));
  5273.     }
  5274.     /**
  5275.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute' shared service.
  5276.      *
  5277.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute
  5278.      */
  5279.     protected function getSendPasswordRecoveryMailRouteService()
  5280.     {
  5281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSendPasswordRecoveryMailRoute.php';
  5282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SendPasswordRecoveryMailRoute.php';
  5283.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SendPasswordRecoveryMailRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['customer_recovery.repository'] ?? $this->getCustomerRecovery_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()));
  5284.     }
  5285.     /**
  5286.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute' shared service.
  5287.      *
  5288.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute
  5289.      */
  5290.     protected function getSwitchDefaultAddressRouteService()
  5291.     {
  5292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSwitchDefaultAddressRoute.php';
  5293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  5294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SwitchDefaultAddressRoute.php';
  5295.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5296.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  5297.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  5298.         }
  5299.         $b = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  5300.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  5301.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  5302.         }
  5303.         $c = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  5304.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  5305.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  5306.         }
  5307.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute($b$c$a);
  5308.     }
  5309.     /**
  5310.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  5311.      *
  5312.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  5313.      */
  5314.     protected function getDocumentBaseConfigSalesChannelDefinitionService()
  5315.     {
  5316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  5317.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  5318.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5319.         return $instance;
  5320.     }
  5321.     /**
  5322.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  5323.      *
  5324.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  5325.      */
  5326.     protected function getDocumentBaseConfigDefinitionService()
  5327.     {
  5328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  5329.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  5330.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5331.         return $instance;
  5332.     }
  5333.     /**
  5334.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  5335.      *
  5336.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  5337.      */
  5338.     protected function getDocumentTypeTranslationDefinitionService()
  5339.     {
  5340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5341.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  5342.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  5343.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5344.         return $instance;
  5345.     }
  5346.     /**
  5347.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  5348.      *
  5349.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  5350.      */
  5351.     protected function getDocumentTypeDefinitionService()
  5352.     {
  5353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  5354.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  5355.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5356.         return $instance;
  5357.     }
  5358.     /**
  5359.      * Gets the public 'Shopware\Core\Checkout\Document\Controller\DocumentController' shared service.
  5360.      *
  5361.      * @return \Shopware\Core\Checkout\Document\Controller\DocumentController
  5362.      */
  5363.     protected function getDocumentControllerService()
  5364.     {
  5365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Controller/DocumentController.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentMerger.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/FpdiTrait.php';
  5369.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/Tcpdf/Fpdi.php';
  5370.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  5371.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  5372.         $this->services['Shopware\\Core\\Checkout\\Document\\Controller\\DocumentController'] = $instance = new \Shopware\Core\Checkout\Document\Controller\DocumentController(($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), $a, new \Shopware\Core\Checkout\Document\Service\DocumentMerger($b, ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), $a, new \setasign\Fpdi\Tcpdf\Fpdi()), $b);
  5373.         $instance->setContainer($this);
  5374.         return $instance;
  5375.     }
  5376.     /**
  5377.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  5378.      *
  5379.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  5380.      */
  5381.     protected function getDocumentDefinitionService()
  5382.     {
  5383.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  5384.         $this->services['Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  5385.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5386.         return $instance;
  5387.     }
  5388.     /**
  5389.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentGeneratorController' shared service.
  5390.      *
  5391.      * @return \Shopware\Core\Checkout\Document\DocumentGeneratorController
  5392.      */
  5393.     protected function getDocumentGeneratorControllerService()
  5394.     {
  5395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGeneratorController.php';
  5396.         $this->services['Shopware\\Core\\Checkout\\Document\\DocumentGeneratorController'] = $instance = new \Shopware\Core\Checkout\Document\DocumentGeneratorController(($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()));
  5397.         $instance->setContainer($this);
  5398.         return $instance;
  5399.     }
  5400.     /**
  5401.      * Gets the public 'Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute' shared service.
  5402.      *
  5403.      * @return \Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute
  5404.      */
  5405.     protected function getDocumentRouteService()
  5406.     {
  5407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/AbstractDocumentRoute.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/DocumentRoute.php';
  5409.         return $this->services['Shopware\\Core\\Checkout\\Document\\SalesChannel\\DocumentRoute'] = new \Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute(($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService()));
  5410.     }
  5411.     /**
  5412.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  5413.      *
  5414.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  5415.      */
  5416.     protected function getOrderAddressDefinitionService()
  5417.     {
  5418.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  5419.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5420.         return $instance;
  5421.     }
  5422.     /**
  5423.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  5424.      *
  5425.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  5426.      */
  5427.     protected function getOrderCustomerDefinitionService()
  5428.     {
  5429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  5430.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  5431.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5432.         return $instance;
  5433.     }
  5434.     /**
  5435.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  5436.      *
  5437.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  5438.      */
  5439.     protected function getOrderDeliveryPositionDefinitionService()
  5440.     {
  5441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  5442.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  5443.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5444.         return $instance;
  5445.     }
  5446.     /**
  5447.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  5448.      *
  5449.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  5450.      */
  5451.     protected function getOrderDeliveryDefinitionService()
  5452.     {
  5453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  5454.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  5455.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5456.         return $instance;
  5457.     }
  5458.     /**
  5459.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  5460.      *
  5461.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  5462.      */
  5463.     protected function getOrderLineItemDefinitionService()
  5464.     {
  5465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  5466.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  5467.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5468.         return $instance;
  5469.     }
  5470.     /**
  5471.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  5472.      *
  5473.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  5474.      */
  5475.     protected function getOrderTagDefinitionService()
  5476.     {
  5477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  5478.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  5479.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5480.         return $instance;
  5481.     }
  5482.     /**
  5483.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  5484.      *
  5485.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  5486.      */
  5487.     protected function getOrderTransactionCaptureRefundPositionDefinitionService()
  5488.     {
  5489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  5490.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  5491.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5492.         return $instance;
  5493.     }
  5494.     /**
  5495.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  5496.      *
  5497.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  5498.      */
  5499.     protected function getOrderTransactionCaptureRefundDefinitionService()
  5500.     {
  5501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  5502.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  5503.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5504.         return $instance;
  5505.     }
  5506.     /**
  5507.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  5508.      *
  5509.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  5510.      */
  5511.     protected function getOrderTransactionCaptureDefinitionService()
  5512.     {
  5513.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  5514.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  5515.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5516.         return $instance;
  5517.     }
  5518.     /**
  5519.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  5520.      *
  5521.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  5522.      */
  5523.     protected function getOrderTransactionDefinitionService()
  5524.     {
  5525.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  5526.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  5527.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5528.         return $instance;
  5529.     }
  5530.     /**
  5531.      * Gets the public 'Shopware\Core\Checkout\Order\Api\OrderActionController' shared service.
  5532.      *
  5533.      * @return \Shopware\Core\Checkout\Order\Api\OrderActionController
  5534.      */
  5535.     protected function getOrderActionControllerService()
  5536.     {
  5537.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Api/OrderActionController.php';
  5538.         $this->services['Shopware\\Core\\Checkout\\Order\\Api\\OrderActionController'] = $instance = new \Shopware\Core\Checkout\Order\Api\OrderActionController(($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] ?? $this->getApiVersionConverterService()), ($this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] ?? $this->getStateMachineDefinitionService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor'] ?? $this->getPaymentRefundProcessorService()));
  5539.         $instance->setContainer($this);
  5540.         return $instance;
  5541.     }
  5542.     /**
  5543.      * Gets the public 'Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  5544.      *
  5545.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  5546.      */
  5547.     protected function getOrderDefinitionService()
  5548.     {
  5549.         $this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  5550.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5551.         return $instance;
  5552.     }
  5553.     /**
  5554.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute' shared service.
  5555.      *
  5556.      * @return \Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute
  5557.      */
  5558.     protected function getCancelOrderRouteService()
  5559.     {
  5560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractCancelOrderRoute.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/CancelOrderRoute.php';
  5562.         return $this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute'] = new \Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute(($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  5563.     }
  5564.     /**
  5565.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\OrderRoute' shared service.
  5566.      *
  5567.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderRoute
  5568.      */
  5569.     protected function getOrderRouteService()
  5570.     {
  5571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractOrderRoute.php';
  5572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderRoute.php';
  5573.         return $this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] = new \Shopware\Core\Checkout\Order\SalesChannel\OrderRoute(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService()), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()));
  5574.     }
  5575.     /**
  5576.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute' shared service.
  5577.      *
  5578.      * @return \Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute
  5579.      */
  5580.     protected function getSetPaymentOrderRouteService()
  5581.     {
  5582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractSetPaymentOrderRoute.php';
  5583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/SetPaymentOrderRoute.php';
  5584.         return $this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute'] = new \Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute(($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService()));
  5585.     }
  5586.     /**
  5587.      * Gets the public 'Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  5588.      *
  5589.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  5590.      */
  5591.     protected function getPaymentMethodTranslationDefinitionService()
  5592.     {
  5593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  5595.         $this->services['Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  5596.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5597.         return $instance;
  5598.     }
  5599.     /**
  5600.      * Gets the public 'Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor' shared service.
  5601.      *
  5602.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor
  5603.      */
  5604.     protected function getPaymentRefundProcessorService()
  5605.     {
  5606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentRefundProcessor.php';
  5607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundStateHandler.php';
  5608.         return $this->services['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundStateHandler(($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService())), ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService()));
  5609.     }
  5610.     /**
  5611.      * Gets the public 'Shopware\Core\Checkout\Payment\Controller\PaymentController' shared service.
  5612.      *
  5613.      * @return \Shopware\Core\Checkout\Payment\Controller\PaymentController
  5614.      */
  5615.     protected function getPaymentControllerService()
  5616.     {
  5617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Controller/PaymentController.php';
  5618.         $this->services['Shopware\\Core\\Checkout\\Payment\\Controller\\PaymentController'] = $instance = new \Shopware\Core\Checkout\Payment\Controller\PaymentController(($this->privates['Shopware\\Core\\Checkout\\Payment\\PaymentService'] ?? $this->getPaymentServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2'] ?? $this->getJWTFactoryV2Service()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  5619.         $instance->setContainer($this);
  5620.         return $instance;
  5621.     }
  5622.     /**
  5623.      * Gets the public 'Shopware\Core\Checkout\Payment\PaymentMethodDefinition' shared service.
  5624.      *
  5625.      * @return \Shopware\Core\Checkout\Payment\PaymentMethodDefinition
  5626.      */
  5627.     protected function getPaymentMethodDefinitionService()
  5628.     {
  5629.         $this->services['Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\PaymentMethodDefinition();
  5630.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5631.         return $instance;
  5632.     }
  5633.     /**
  5634.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute' shared service.
  5635.      *
  5636.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute
  5637.      */
  5638.     protected function getCachedPaymentMethodRouteService()
  5639.     {
  5640.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5641.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  5642.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  5643.         }
  5644.         $b = ($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? $this->getFilteredPaymentMethodRouteService());
  5645.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  5646.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  5647.         }
  5648.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  5649.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  5650.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  5651.         }
  5652.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute($b, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $c$a, []);
  5653.     }
  5654.     /**
  5655.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute' shared service.
  5656.      *
  5657.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute
  5658.      */
  5659.     protected function getHandlePaymentMethodRouteService()
  5660.     {
  5661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractHandlePaymentMethodRoute.php';
  5662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/HandlePaymentMethodRoute.php';
  5663.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\HandlePaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute(($this->privates['Shopware\\Core\\Checkout\\Payment\\PaymentService'] ?? $this->getPaymentServiceService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()));
  5664.     }
  5665.     /**
  5666.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition' shared service.
  5667.      *
  5668.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition
  5669.      */
  5670.     protected function getSalesChannelPaymentMethodDefinitionService()
  5671.     {
  5672.         $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition();
  5673.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5674.         return $instance;
  5675.     }
  5676.     /**
  5677.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute' shared service.
  5678.      *
  5679.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute
  5680.      */
  5681.     protected function getSortedPaymentMethodRouteService()
  5682.     {
  5683.         $a = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? $this->getCachedPaymentMethodRouteService());
  5684.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'])) {
  5685.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'];
  5686.         }
  5687.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute($a);
  5688.     }
  5689.     /**
  5690.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  5691.      *
  5692.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  5693.      */
  5694.     protected function getPromotionCartRuleDefinitionService()
  5695.     {
  5696.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  5697.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  5698.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5699.         return $instance;
  5700.     }
  5701.     /**
  5702.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  5703.      *
  5704.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  5705.      */
  5706.     protected function getPromotionDiscountPriceDefinitionService()
  5707.     {
  5708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  5709.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  5710.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5711.         return $instance;
  5712.     }
  5713.     /**
  5714.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  5715.      *
  5716.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  5717.      */
  5718.     protected function getPromotionDiscountRuleDefinitionService()
  5719.     {
  5720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  5721.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  5722.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5723.         return $instance;
  5724.     }
  5725.     /**
  5726.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  5727.      *
  5728.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  5729.      */
  5730.     protected function getPromotionDiscountDefinitionService()
  5731.     {
  5732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  5733.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  5734.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5735.         return $instance;
  5736.     }
  5737.     /**
  5738.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  5739.      *
  5740.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  5741.      */
  5742.     protected function getPromotionIndividualCodeDefinitionService()
  5743.     {
  5744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  5745.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  5746.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5747.         return $instance;
  5748.     }
  5749.     /**
  5750.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  5751.      *
  5752.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  5753.      */
  5754.     protected function getPromotionOrderRuleDefinitionService()
  5755.     {
  5756.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  5757.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  5758.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5759.         return $instance;
  5760.     }
  5761.     /**
  5762.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  5763.      *
  5764.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  5765.      */
  5766.     protected function getPromotionPersonaCustomerDefinitionService()
  5767.     {
  5768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  5769.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  5770.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5771.         return $instance;
  5772.     }
  5773.     /**
  5774.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  5775.      *
  5776.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  5777.      */
  5778.     protected function getPromotionPersonaRuleDefinitionService()
  5779.     {
  5780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  5781.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  5782.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5783.         return $instance;
  5784.     }
  5785.     /**
  5786.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  5787.      *
  5788.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  5789.      */
  5790.     protected function getPromotionSalesChannelDefinitionService()
  5791.     {
  5792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  5793.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  5794.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5795.         return $instance;
  5796.     }
  5797.     /**
  5798.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  5799.      *
  5800.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  5801.      */
  5802.     protected function getPromotionSetGroupRuleDefinitionService()
  5803.     {
  5804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  5805.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  5806.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5807.         return $instance;
  5808.     }
  5809.     /**
  5810.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  5811.      *
  5812.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  5813.      */
  5814.     protected function getPromotionSetGroupDefinitionService()
  5815.     {
  5816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  5817.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  5818.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5819.         return $instance;
  5820.     }
  5821.     /**
  5822.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  5823.      *
  5824.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  5825.      */
  5826.     protected function getPromotionTranslationDefinitionService()
  5827.     {
  5828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  5830.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  5831.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5832.         return $instance;
  5833.     }
  5834.     /**
  5835.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionActionController' shared service.
  5836.      *
  5837.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionActionController
  5838.      */
  5839.     protected function getPromotionActionControllerService()
  5840.     {
  5841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionActionController.php';
  5842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesLoader.php';
  5843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesRemover.php';
  5844.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionActionController'] = $instance = new \Shopware\Core\Checkout\Promotion\Api\PromotionActionController(new \Shopware\Core\Checkout\Promotion\Util\PromotionCodesLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), new \Shopware\Core\Checkout\Promotion\Util\PromotionCodesRemover(($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupServiceRegistry'] ?? $this->getLineItemGroupServiceRegistryService()), ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] ?? $this->getFilterServiceRegistryService()));
  5845.         $instance->setContainer($this);
  5846.         return $instance;
  5847.     }
  5848.     /**
  5849.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionController' shared service.
  5850.      *
  5851.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionController
  5852.      */
  5853.     protected function getPromotionControllerService()
  5854.     {
  5855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionController.php';
  5856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodeService.php';
  5857.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionController'] = $instance = new \Shopware\Core\Checkout\Promotion\Api\PromotionController(new \Shopware\Core\Checkout\Promotion\Util\PromotionCodeService(($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService()), ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())));
  5858.         $instance->setContainer($this);
  5859.         return $instance;
  5860.     }
  5861.     /**
  5862.      * Gets the public 'Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  5863.      *
  5864.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  5865.      */
  5866.     protected function getPromotionDefinitionService()
  5867.     {
  5868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  5869.         $this->services['Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  5870.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5871.         return $instance;
  5872.     }
  5873.     /**
  5874.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  5875.      *
  5876.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  5877.      */
  5878.     protected function getShippingMethodPriceDefinitionService()
  5879.     {
  5880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  5881.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  5882.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5883.         return $instance;
  5884.     }
  5885.     /**
  5886.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  5887.      *
  5888.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  5889.      */
  5890.     protected function getShippingMethodTagDefinitionService()
  5891.     {
  5892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  5893.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  5894.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5895.         return $instance;
  5896.     }
  5897.     /**
  5898.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  5899.      *
  5900.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  5901.      */
  5902.     protected function getShippingMethodTranslationDefinitionService()
  5903.     {
  5904.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5905.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  5906.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  5907.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5908.         return $instance;
  5909.     }
  5910.     /**
  5911.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute' shared service.
  5912.      *
  5913.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute
  5914.      */
  5915.     protected function getCachedShippingMethodRouteService()
  5916.     {
  5917.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5918.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  5919.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  5920.         }
  5921.         $b = ($this->services['sales_channel.shipping_method.repository'] ?? $this->getSalesChannel_ShippingMethod_RepositoryService());
  5922.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  5923.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  5924.         }
  5925.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  5926.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  5927.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  5928.         }
  5929.         return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'] = new \Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute(new \Shopware\Core\Checkout\Shipping\SalesChannel\ShippingMethodRoute($b), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $c$a, []);
  5930.     }
  5931.     /**
  5932.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition' shared service.
  5933.      *
  5934.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition
  5935.      */
  5936.     protected function getSalesChannelShippingMethodDefinitionService()
  5937.     {
  5938.         $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition();
  5939.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5940.         return $instance;
  5941.     }
  5942.     /**
  5943.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute' shared service.
  5944.      *
  5945.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute
  5946.      */
  5947.     protected function getSortedShippingMethodRouteService()
  5948.     {
  5949.         $a = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'] ?? $this->getCachedShippingMethodRouteService());
  5950.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'])) {
  5951.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'];
  5952.         }
  5953.         return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] = new \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute($a);
  5954.     }
  5955.     /**
  5956.      * Gets the public 'Shopware\Core\Checkout\Shipping\ShippingMethodDefinition' shared service.
  5957.      *
  5958.      * @return \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition
  5959.      */
  5960.     protected function getShippingMethodDefinitionService()
  5961.     {
  5962.         $this->services['Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition();
  5963.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5964.         return $instance;
  5965.     }
  5966.     /**
  5967.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  5968.      *
  5969.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  5970.      */
  5971.     protected function getCategoryTagDefinitionService()
  5972.     {
  5973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  5974.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  5975.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5976.         return $instance;
  5977.     }
  5978.     /**
  5979.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  5980.      *
  5981.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  5982.      */
  5983.     protected function getCategoryTranslationDefinitionService()
  5984.     {
  5985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  5987.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  5988.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5989.         return $instance;
  5990.     }
  5991.     /**
  5992.      * Gets the public 'Shopware\Core\Content\Category\CategoryDefinition' shared service.
  5993.      *
  5994.      * @return \Shopware\Core\Content\Category\CategoryDefinition
  5995.      */
  5996.     protected function getCategoryDefinitionService()
  5997.     {
  5998.         $this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\CategoryDefinition();
  5999.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6000.         return $instance;
  6001.     }
  6002.     /**
  6003.      * Gets the public 'Shopware\Core\Content\Category\CategoryHydrator' shared service.
  6004.      *
  6005.      * @return \Shopware\Core\Content\Category\CategoryHydrator
  6006.      */
  6007.     protected function getCategoryHydratorService()
  6008.     {
  6009.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryHydrator.php';
  6010.         return $this->services['Shopware\\Core\\Content\\Category\\CategoryHydrator'] = new \Shopware\Core\Content\Category\CategoryHydrator($this);
  6011.     }
  6012.     /**
  6013.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute' shared service.
  6014.      *
  6015.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute
  6016.      */
  6017.     protected function getCachedCategoryRouteService()
  6018.     {
  6019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryRoute.php';
  6020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php';
  6021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryRoute.php';
  6022.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute'] = new \Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute(new \Shopware\Core\Content\Category\SalesChannel\CategoryRoute(($this->services['sales_channel.category.repository'] ?? $this->getSalesChannel_Category_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] ?? $this->getSalesChannelCategoryDefinitionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  6023.     }
  6024.     /**
  6025.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute' shared service.
  6026.      *
  6027.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute
  6028.      */
  6029.     protected function getCachedNavigationRouteService()
  6030.     {
  6031.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6032.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  6033.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  6034.         }
  6035.         $b = ($this->services['sales_channel.category.repository'] ?? $this->getSalesChannel_Category_RepositoryService());
  6036.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  6037.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  6038.         }
  6039.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  6040.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  6041.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  6042.         }
  6043.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'] = new \Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute(new \Shopware\Core\Content\Category\SalesChannel\NavigationRoute(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $c$a, []);
  6044.     }
  6045.     /**
  6046.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CategoryListRoute' shared service.
  6047.      *
  6048.      * @return \Shopware\Core\Content\Category\SalesChannel\CategoryListRoute
  6049.      */
  6050.     protected function getCategoryListRouteService()
  6051.     {
  6052.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryListRoute.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryListRoute.php';
  6054.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryListRoute'] = new \Shopware\Core\Content\Category\SalesChannel\CategoryListRoute(($this->services['sales_channel.category.repository'] ?? $this->getSalesChannel_Category_RepositoryService()));
  6055.     }
  6056.     /**
  6057.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition' shared service.
  6058.      *
  6059.      * @return \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition
  6060.      */
  6061.     protected function getSalesChannelCategoryDefinitionService()
  6062.     {
  6063.         $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition();
  6064.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  6065.         return $instance;
  6066.     }
  6067.     /**
  6068.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute' shared service.
  6069.      *
  6070.      * @return \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute
  6071.      */
  6072.     protected function getTreeBuildingNavigationRouteService()
  6073.     {
  6074.         $a = ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'] ?? $this->getCachedNavigationRouteService());
  6075.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'])) {
  6076.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'];
  6077.         }
  6078.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] = new \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute($a);
  6079.     }
  6080.     /**
  6081.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  6082.      *
  6083.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  6084.      */
  6085.     protected function getCmsBlockDefinitionService()
  6086.     {
  6087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  6088.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  6089.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6090.         return $instance;
  6091.     }
  6092.     /**
  6093.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  6094.      *
  6095.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  6096.      */
  6097.     protected function getCmsPageTranslationDefinitionService()
  6098.     {
  6099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  6101.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  6102.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6103.         return $instance;
  6104.     }
  6105.     /**
  6106.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  6107.      *
  6108.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  6109.      */
  6110.     protected function getCmsSectionDefinitionService()
  6111.     {
  6112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  6113.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  6114.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6115.         return $instance;
  6116.     }
  6117.     /**
  6118.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  6119.      *
  6120.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  6121.      */
  6122.     protected function getCmsSlotTranslationDefinitionService()
  6123.     {
  6124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  6126.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  6127.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6128.         return $instance;
  6129.     }
  6130.     /**
  6131.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  6132.      *
  6133.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  6134.      */
  6135.     protected function getCmsSlotDefinitionService()
  6136.     {
  6137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  6138.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  6139.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6140.         return $instance;
  6141.     }
  6142.     /**
  6143.      * Gets the public 'Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  6144.      *
  6145.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  6146.      */
  6147.     protected function getCmsPageDefinitionService()
  6148.     {
  6149.         $this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  6150.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6151.         return $instance;
  6152.     }
  6153.     /**
  6154.      * Gets the public 'Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer' shared service.
  6155.      *
  6156.      * @return \Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer
  6157.      */
  6158.     protected function getSlotConfigFieldSerializerService()
  6159.     {
  6160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataAbstractionLayer/FieldSerializer/SlotConfigFieldSerializer.php';
  6164.         return $this->services['Shopware\\Core\\Content\\Cms\\DataAbstractionLayer\\FieldSerializer\\SlotConfigFieldSerializer'] = new \Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6165.     }
  6166.     /**
  6167.      * Gets the public 'Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver' shared service.
  6168.      *
  6169.      * @return \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver
  6170.      */
  6171.     protected function getCmsSlotsDataResolverService()
  6172.     {
  6173.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  6174.         if (isset($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'])) {
  6175.             return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'];
  6176.         }
  6177.         return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () {
  6178.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? $this->getImageCmsElementResolverService());
  6179.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] ?? $this->getImageSliderTypeDataResolverService());
  6180.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'] ?? $this->getImageGalleryTypeDataResolverService());
  6181.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\YoutubeVideoCmsElementResolver()));
  6182.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\VimeoVideoCmsElementResolver()));
  6183.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] ?? $this->getProductListingCmsElementResolverService());
  6184.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductNameCmsElementResolver()));
  6185.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ManufacturerLogoCmsElementResolver()));
  6186.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] ?? $this->getCrossSellingCmsElementResolverService());
  6187.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] ?? $this->getProductDescriptionReviewsCmsElementResolverService());
  6188.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] ?? $this->getBuyBoxCmsElementResolverService());
  6189.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\TextCmsElementResolver'] ?? $this->getTextCmsElementResolverService());
  6190.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] ?? $this->getFormCmsElementResolverService());
  6191.             yield 13 => ($this->privates['zenit\\PlatformStratus\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolverDecorator'] ?? $this->getProductSliderCmsElementResolverDecoratorService());
  6192.             yield 14 => ($this->privates['zenit\\PlatformStratus\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolverDecorator'] ?? $this->getProductBoxCmsElementResolverDecoratorService());
  6193.             yield 15 => ($this->privates['zenit\\PlatformStratus\\Core\\Content\\Media\\Cms\\Type\\TeaserTypeDataResolver'] ?? $this->getTeaserTypeDataResolverService());
  6194.             yield 16 => ($this->privates['zenit\\PlatformStratus\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] ?? $this->getImageSliderTypeDataResolver2Service());
  6195.             yield 17 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\AddressCmsElementResolver'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\AddressCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\DataResolver\Element\AddressCmsElementResolver()));
  6196.             yield 18 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\CompanyCmsElementResolver'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\CompanyCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\DataResolver\Element\CompanyCmsElementResolver()));
  6197.             yield 19 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\ContactCmsElementResolver'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\ContactCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\DataResolver\Element\ContactCmsElementResolver()));
  6198.             yield 20 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\LocationCmsElementResolver'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\LocationCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\DataResolver\Element\LocationCmsElementResolver()));
  6199.             yield 21 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\OpeningHoursCmsElementResolver'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\OpeningHoursCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\DataResolver\Element\OpeningHoursCmsElementResolver()));
  6200.             yield 22 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\PersonCmsElementResolver'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\PersonCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\DataResolver\Element\PersonCmsElementResolver()));
  6201.             yield 23 => ($this->privates['MoorlFoundation\\Core\\Content\\Product\\Cms\\ProductBuyListCmsElementResolver'] ?? $this->getProductBuyListCmsElementResolverService());
  6202.             yield 24 => ($this->privates['MoorlFoundation\\Core\\Content\\Media\\Cms\\DownloadListCmsElementResolver'] ?? $this->getDownloadListCmsElementResolverService());
  6203.             yield 25 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\HtmlTagCmsElementResolver'] ?? $this->getHtmlTagCmsElementResolverService());
  6204.             yield 26 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\TocCmsElementResolver'] ?? $this->getTocCmsElementResolverService());
  6205.             yield 27 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\CtaBannerCmsElementResolver'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\CtaBannerCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\CtaBannerCmsElementResolver()));
  6206.             yield 28 => ($this->privates['MoorlForms\\Core\\Content\\Form\\Cms\\FbFormCmsElementResolver'] ?? $this->getFbFormCmsElementResolverService());
  6207.         }, 29), ['product' => $a], ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6208.     }
  6209.     /**
  6210.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\CmsRoute' shared service.
  6211.      *
  6212.      * @return \Shopware\Core\Content\Cms\SalesChannel\CmsRoute
  6213.      */
  6214.     protected function getCmsRouteService()
  6215.     {
  6216.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/AbstractCmsRoute.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/CmsRoute.php';
  6218.         return $this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] = new \Shopware\Core\Content\Cms\SalesChannel\CmsRoute(($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()));
  6219.     }
  6220.     /**
  6221.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository' shared service.
  6222.      *
  6223.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository
  6224.      *
  6225.      * @deprecated Since shopware/core 6.5.0: tag:v6.5.0 "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository" service alias is deprecated, it will be removed in 6.5.0.
  6226.      */
  6227.     protected function getSalesChannelCmsPageRepositoryService()
  6228.     {
  6229.         trigger_deprecation('shopware/core''6.5.0''tag:v6.5.0 "Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository" service alias is deprecated, it will be removed in 6.5.0.');
  6230.         return $this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository(($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()));
  6231.     }
  6232.     /**
  6233.      * Gets the public 'Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute' shared service.
  6234.      *
  6235.      * @return \Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute
  6236.      */
  6237.     protected function getContactFormRouteService()
  6238.     {
  6239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/AbstractContactFormRoute.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/ContactFormRoute.php';
  6241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  6242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/Validation/ContactFormValidationFactory.php';
  6243.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6244.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  6245.         return $this->services['Shopware\\Core\\Content\\ContactForm\\SalesChannel\\ContactFormRoute'] = new \Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute(new \Shopware\Core\Content\ContactForm\Validation\ContactFormValidationFactory($a$b), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), $a$b, ($this->services['cms_slot.repository'] ?? $this->getCmsSlot_RepositoryService()), ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['landing_page.repository'] ?? $this->getLandingPage_RepositoryService()), ($this->services['product.repository'] ?? $this->getProduct_RepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()));
  6246.     }
  6247.     /**
  6248.      * Gets the public 'Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  6249.      *
  6250.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  6251.      */
  6252.     protected function getFlowSequenceDefinitionService()
  6253.     {
  6254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  6255.         $this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  6256.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6257.         return $instance;
  6258.     }
  6259.     /**
  6260.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader' shared service.
  6261.      *
  6262.      * @return \Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader
  6263.      */
  6264.     protected function getCachedFlowLoaderService()
  6265.     {
  6266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/AbstractFlowLoader.php';
  6267.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/CachedFlowLoader.php';
  6268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowLoader.php';
  6269.         return $this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] = new \Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader(new \Shopware\Core\Content\Flow\Dispatching\FlowLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['logger'] ?? $this->getLoggerService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  6270.     }
  6271.     /**
  6272.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowExecutor' shared service.
  6273.      *
  6274.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowExecutor
  6275.      */
  6276.     protected function getFlowExecutorService()
  6277.     {
  6278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowExecutor.php';
  6279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Rule/FlowRuleScopeBuilder.php';
  6280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  6281.         return $this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowExecutor'] = new \Shopware\Core\Content\Flow\Dispatching\FlowExecutor(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionProvider'] ?? $this->getAppFlowActionProviderService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'] ?? $this->getCachedRuleLoaderService()), new \Shopware\Core\Content\Flow\Rule\FlowRuleScopeBuilder(($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryBuilder'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryBuilder())), new RewindableGenerator(function () {
  6282.             yield => ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorStart'] ?? ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorStart'] = new \Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionCartCollectorStart()));
  6283.             yield => ($this->privates['Acris\\Tax\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  6284.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  6285.             yield => ($this->privates['Fourtwosix\\PaymentSurcharge\\Checkout\\Collector\\PaymentCostCollector'] ?? $this->getPaymentCostCollectorService());
  6286.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  6287.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  6288.             yield => ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorEnd'] ?? ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorEnd'] = new \Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionCartCollectorEnd()));
  6289.         }, 7)), new RewindableGenerator(function () {
  6290.             yield 'action.add.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  6291.             yield 'action.add.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  6292.             yield 'action.remove.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  6293.             yield 'action.remove.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  6294.             yield 'action.change.customer.group' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  6295.             yield 'action.change.customer.status' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  6296.             yield 'action.generate.document' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  6297.             yield 'FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction' => ($this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'] ?? $this->getSendOrderDataActionService());
  6298.             yield 'action.mail.send' => ($this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'] ?? $this->getSendMailActionDecoratorService());
  6299.             yield 'action.set.order.state' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  6300.             yield 'action.set.customer.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  6301.             yield 'action.set.customer.group.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  6302.             yield 'action.add.customer.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  6303.             yield 'action.add.order.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  6304.             yield 'action.set.order.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  6305.             yield 'action.stop.flow' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\StopFlowAction()));
  6306.         }, 16));
  6307.     }
  6308.     /**
  6309.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowFactory' shared service.
  6310.      *
  6311.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowFactory
  6312.      */
  6313.     protected function getFlowFactoryService()
  6314.     {
  6315.         return $this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] = new \Shopware\Core\Content\Flow\Dispatching\FlowFactory(new RewindableGenerator(function () {
  6316.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] ?? $this->getOrderStorerService());
  6317.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] ?? $this->getCustomerStorerService());
  6318.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\MailStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\MailStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\MailStorer()));
  6319.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] ?? $this->getUserStorerService());
  6320.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] ?? $this->getCustomerGroupStorerService());
  6321.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] ?? $this->getCustomerRecoveryStorerService());
  6322.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] ?? $this->getOrderTransactionStorerService());
  6323.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] ?? $this->getNewsletterRecipientStorerService());
  6324.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContactFormDataStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContactFormDataStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ContactFormDataStorer()));
  6325.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ConfirmUrlStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ConfirmUrlStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ConfirmUrlStorer()));
  6326.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContentsStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContentsStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ContentsStorer()));
  6327.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContextTokenStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContextTokenStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ContextTokenStorer()));
  6328.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\EmailStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\EmailStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\EmailStorer()));
  6329.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\MessageStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\MessageStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\MessageStorer()));
  6330.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NameStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NameStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\NameStorer()));
  6331.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\RecipientsStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\RecipientsStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\RecipientsStorer()));
  6332.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ResetUrlStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ResetUrlStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ResetUrlStorer()));
  6333.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ShopNameStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ShopNameStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ShopNameStorer()));
  6334.             yield 18 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\SubjectStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\SubjectStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\SubjectStorer()));
  6335.             yield 19 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\TemplateDataStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\TemplateDataStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\TemplateDataStorer()));
  6336.             yield 20 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UrlStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UrlStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\UrlStorer()));
  6337.         }, 21));
  6338.     }
  6339.     /**
  6340.      * Gets the public 'Shopware\Core\Content\Flow\FlowDefinition' shared service.
  6341.      *
  6342.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  6343.      */
  6344.     protected function getFlowDefinitionService()
  6345.     {
  6346.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  6347.         $this->services['Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  6348.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6349.         return $instance;
  6350.     }
  6351.     /**
  6352.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  6353.      *
  6354.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  6355.      */
  6356.     protected function getImportExportFileDefinitionService()
  6357.     {
  6358.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  6359.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  6360.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6361.         return $instance;
  6362.     }
  6363.     /**
  6364.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  6365.      *
  6366.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  6367.      */
  6368.     protected function getImportExportLogDefinitionService()
  6369.     {
  6370.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  6371.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  6372.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6373.         return $instance;
  6374.     }
  6375.     /**
  6376.      * Gets the public 'Shopware\Core\Content\ImportExport\Controller\ImportExportActionController' shared service.
  6377.      *
  6378.      * @return \Shopware\Core\Content\ImportExport\Controller\ImportExportActionController
  6379.      */
  6380.     protected function getImportExportActionControllerService()
  6381.     {
  6382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Controller/ImportExportActionController.php';
  6383.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/SupportedFeaturesService.php';
  6384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DownloadService.php';
  6385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractMappingService.php';
  6386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/MappingService.php';
  6387.         $a = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  6388.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  6389.         $this->services['Shopware\\Core\\Content\\ImportExport\\Controller\\ImportExportActionController'] = $instance = new \Shopware\Core\Content\ImportExport\Controller\ImportExportActionController(new \Shopware\Core\Content\ImportExport\Service\SupportedFeaturesService($this->parameters['import_export.supported_entities'], $this->parameters['import_export.supported_file_types']), ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] ?? $this->getImportExportServiceService()), new \Shopware\Core\Content\ImportExport\Service\DownloadService(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService())), $a, ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] ?? $this->getImportExportLogDefinitionService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] ?? $this->getApiVersionConverterService()), ($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] ?? $this->getImportExportFactoryService()), $b, ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), new \Shopware\Core\Content\ImportExport\Service\MappingService(($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService()), $a$b));
  6390.         $instance->setContainer($this);
  6391.         return $instance;
  6392.     }
  6393.     /**
  6394.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportFactory' shared service.
  6395.      *
  6396.      * @return \Shopware\Core\Content\ImportExport\ImportExportFactory
  6397.      */
  6398.     protected function getImportExportFactoryService()
  6399.     {
  6400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportFactory.php';
  6401.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6402.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  6403.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  6404.         }
  6405.         $b = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] ?? $this->getImportExportServiceService());
  6406.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  6407.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  6408.         }
  6409.         $c = ($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService());
  6410.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  6411.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  6412.         }
  6413.         $d = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService());
  6414.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  6415.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  6416.         }
  6417.         return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] = new \Shopware\Core\Content\ImportExport\ImportExportFactory($b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), $a$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $d, new RewindableGenerator(function () {
  6418.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Reader\\CsvReaderFactory'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Reader\\CsvReaderFactory'] = new \Shopware\Core\Content\ImportExport\Processing\Reader\CsvReaderFactory()));
  6419.         }, 1), new RewindableGenerator(function () {
  6420.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Writer\\CsvFileWriterFactory'] ?? $this->getCsvFileWriterFactoryService());
  6421.         }, 1), new RewindableGenerator(function () {
  6422.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Pipe\\PipeFactory'] ?? $this->getPipeFactoryService());
  6423.         }, 1));
  6424.     }
  6425.     /**
  6426.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  6427.      *
  6428.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  6429.      */
  6430.     protected function getImportExportProfileDefinitionService()
  6431.     {
  6432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  6433.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  6434.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6435.         return $instance;
  6436.     }
  6437.     /**
  6438.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  6439.      *
  6440.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  6441.      */
  6442.     protected function getImportExportProfileTranslationDefinitionService()
  6443.     {
  6444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6445.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  6446.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  6447.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6448.         return $instance;
  6449.     }
  6450.     /**
  6451.      * Gets the public 'Shopware\Core\Content\ImportExport\Message\ImportExportHandler' shared service.
  6452.      *
  6453.      * @return \Shopware\Core\Content\ImportExport\Message\ImportExportHandler
  6454.      */
  6455.     protected function getImportExportHandlerService()
  6456.     {
  6457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/ImportExportHandler.php';
  6458.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  6459.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'])) {
  6460.             return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'];
  6461.         }
  6462.         $b = ($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] ?? $this->getImportExportFactoryService());
  6463.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'])) {
  6464.             return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'];
  6465.         }
  6466.         return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] = new \Shopware\Core\Content\ImportExport\Message\ImportExportHandler($a$b);
  6467.     }
  6468.     /**
  6469.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  6470.      *
  6471.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  6472.      */
  6473.     protected function getLandingPageSalesChannelDefinitionService()
  6474.     {
  6475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  6476.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  6477.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6478.         return $instance;
  6479.     }
  6480.     /**
  6481.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  6482.      *
  6483.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  6484.      */
  6485.     protected function getLandingPageTagDefinitionService()
  6486.     {
  6487.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  6488.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  6489.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6490.         return $instance;
  6491.     }
  6492.     /**
  6493.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  6494.      *
  6495.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  6496.      */
  6497.     protected function getLandingPageTranslationDefinitionService()
  6498.     {
  6499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  6501.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  6502.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6503.         return $instance;
  6504.     }
  6505.     /**
  6506.      * Gets the public 'Shopware\Core\Content\LandingPage\LandingPageDefinition' shared service.
  6507.      *
  6508.      * @return \Shopware\Core\Content\LandingPage\LandingPageDefinition
  6509.      */
  6510.     protected function getLandingPageDefinitionService()
  6511.     {
  6512.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  6513.         $this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\LandingPageDefinition();
  6514.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6515.         return $instance;
  6516.     }
  6517.     /**
  6518.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute' shared service.
  6519.      *
  6520.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute
  6521.      */
  6522.     protected function getCachedLandingPageRouteService()
  6523.     {
  6524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/AbstractLandingPageRoute.php';
  6525.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/CachedLandingPageRoute.php';
  6526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/LandingPageRoute.php';
  6527.         return $this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute'] = new \Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute(new \Shopware\Core\Content\LandingPage\SalesChannel\LandingPageRoute(($this->services['sales_channel.landing_page.repository'] ?? $this->getSalesChannel_LandingPage_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition'] ?? $this->getSalesChannelLandingPageDefinitionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  6528.     }
  6529.     /**
  6530.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition' shared service.
  6531.      *
  6532.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition
  6533.      */
  6534.     protected function getSalesChannelLandingPageDefinitionService()
  6535.     {
  6536.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  6537.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/SalesChannelLandingPageDefinition.php';
  6538.         $this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition();
  6539.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  6540.         return $instance;
  6541.     }
  6542.     /**
  6543.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  6544.      *
  6545.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  6546.      */
  6547.     protected function getMailHeaderFooterTranslationDefinitionService()
  6548.     {
  6549.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  6551.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  6552.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6553.         return $instance;
  6554.     }
  6555.     /**
  6556.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  6557.      *
  6558.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  6559.      */
  6560.     protected function getMailHeaderFooterDefinitionService()
  6561.     {
  6562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  6563.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  6564.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6565.         return $instance;
  6566.     }
  6567.     /**
  6568.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  6569.      *
  6570.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  6571.      */
  6572.     protected function getMailTemplateMediaDefinitionService()
  6573.     {
  6574.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  6575.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  6576.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6577.         return $instance;
  6578.     }
  6579.     /**
  6580.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  6581.      *
  6582.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  6583.      */
  6584.     protected function getMailTemplateTranslationDefinitionService()
  6585.     {
  6586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  6588.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  6589.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6590.         return $instance;
  6591.     }
  6592.     /**
  6593.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  6594.      *
  6595.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  6596.      */
  6597.     protected function getMailTemplateTypeTranslationDefinitionService()
  6598.     {
  6599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6600.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  6601.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  6602.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6603.         return $instance;
  6604.     }
  6605.     /**
  6606.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  6607.      *
  6608.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  6609.      */
  6610.     protected function getMailTemplateTypeDefinitionService()
  6611.     {
  6612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  6613.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  6614.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6615.         return $instance;
  6616.     }
  6617.     /**
  6618.      * Gets the public 'Shopware\Core\Content\MailTemplate\Api\MailActionController' shared service.
  6619.      *
  6620.      * @return \Shopware\Core\Content\MailTemplate\Api\MailActionController
  6621.      */
  6622.     protected function getMailActionControllerService()
  6623.     {
  6624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Api/MailActionController.php';
  6625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Service/AttachmentLoader.php';
  6626.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Api\\MailActionController'] = $instance = new \Shopware\Core\Content\MailTemplate\Api\MailActionController(($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService()), new \Shopware\Core\Content\MailTemplate\Service\AttachmentLoader(($this->services['document.repository'] ?? $this->getDocument_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  6627.         $instance->setContainer($this);
  6628.         return $instance;
  6629.     }
  6630.     /**
  6631.      * Gets the public 'Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  6632.      *
  6633.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  6634.      */
  6635.     protected function getMailTemplateDefinitionService()
  6636.     {
  6637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  6638.         $this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  6639.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6640.         return $instance;
  6641.     }
  6642.     /**
  6643.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailFactory' shared service.
  6644.      *
  6645.      * @return \Shopware\Core\Content\Mail\Service\MailFactory
  6646.      */
  6647.     protected function getMailFactoryService()
  6648.     {
  6649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailFactory.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailFactory.php';
  6651.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  6652.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'])) {
  6653.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'];
  6654.         }
  6655.         return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] = new \Shopware\Core\Content\Mail\Service\MailFactory($a, ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()));
  6656.     }
  6657.     /**
  6658.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  6659.      *
  6660.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  6661.      */
  6662.     protected function getMediaDefaultFolderDefinitionService()
  6663.     {
  6664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  6665.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  6666.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6667.         return $instance;
  6668.     }
  6669.     /**
  6670.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  6671.      *
  6672.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  6673.      */
  6674.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinitionService()
  6675.     {
  6676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  6677.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  6678.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6679.         return $instance;
  6680.     }
  6681.     /**
  6682.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  6683.      *
  6684.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  6685.      */
  6686.     protected function getMediaFolderConfigurationDefinitionService()
  6687.     {
  6688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  6689.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  6690.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6691.         return $instance;
  6692.     }
  6693.     /**
  6694.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  6695.      *
  6696.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  6697.      */
  6698.     protected function getMediaFolderDefinitionService()
  6699.     {
  6700.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  6701.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6702.         return $instance;
  6703.     }
  6704.     /**
  6705.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  6706.      *
  6707.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  6708.      */
  6709.     protected function getMediaTagDefinitionService()
  6710.     {
  6711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  6712.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  6713.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6714.         return $instance;
  6715.     }
  6716.     /**
  6717.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  6718.      *
  6719.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  6720.      */
  6721.     protected function getMediaThumbnailSizeDefinitionService()
  6722.     {
  6723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  6724.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  6725.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6726.         return $instance;
  6727.     }
  6728.     /**
  6729.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  6730.      *
  6731.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  6732.      */
  6733.     protected function getMediaThumbnailDefinitionService()
  6734.     {
  6735.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  6736.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6737.         return $instance;
  6738.     }
  6739.     /**
  6740.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  6741.      *
  6742.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  6743.      */
  6744.     protected function getMediaTranslationDefinitionService()
  6745.     {
  6746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  6748.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  6749.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6750.         return $instance;
  6751.     }
  6752.     /**
  6753.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaFolderController' shared service.
  6754.      *
  6755.      * @return \Shopware\Core\Content\Media\Api\MediaFolderController
  6756.      */
  6757.     protected function getMediaFolderControllerService()
  6758.     {
  6759.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaFolderController.php';
  6760.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaFolderService.php';
  6761.         $this->services['Shopware\\Core\\Content\\Media\\Api\\MediaFolderController'] = $instance = new \Shopware\Core\Content\Media\Api\MediaFolderController(new \Shopware\Core\Content\Media\MediaFolderService(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), ($this->services['media_folder_configuration.repository'] ?? $this->getMediaFolderConfiguration_RepositoryService())));
  6762.         $instance->setContainer($this);
  6763.         return $instance;
  6764.     }
  6765.     /**
  6766.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaUploadController' shared service.
  6767.      *
  6768.      * @return \Shopware\Core\Content\Media\Api\MediaUploadController
  6769.      */
  6770.     protected function getMediaUploadControllerService()
  6771.     {
  6772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaUploadController.php';
  6773.         $this->services['Shopware\\Core\\Content\\Media\\Api\\MediaUploadController'] = $instance = new \Shopware\Core\Content\Media\Api\MediaUploadController(($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService()), ($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] ?? $this->getFileNameProviderService()), ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService()));
  6774.         $instance->setContainer($this);
  6775.         return $instance;
  6776.     }
  6777.     /**
  6778.      * Gets the public 'Shopware\Core\Content\Media\File\FileSaver' shared service.
  6779.      *
  6780.      * @return \Shopware\Core\Content\Media\File\FileSaver
  6781.      */
  6782.     protected function getFileSaverService()
  6783.     {
  6784.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  6785.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  6786.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  6787.         }
  6788.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  6789.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  6790.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  6791.         }
  6792.         $c = ($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService());
  6793.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  6794.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  6795.         }
  6796.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6797.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  6798.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  6799.         }
  6800.         return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] = new \Shopware\Core\Content\Media\File\FileSaver($b, ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), $c, new \Shopware\Core\Content\Media\Metadata\MetadataLoader(new RewindableGenerator(function () {
  6801.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Metadata\\MetadataLoader\\ImageMetadataLoader'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Metadata\\MetadataLoader\\ImageMetadataLoader'] = new \Shopware\Core\Content\Media\Metadata\MetadataLoader\ImageMetadataLoader()));
  6802.         }, 1)), ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] ?? $this->getTypeDetectorService()), $a$d$this->parameters['shopware.filesystem.allowed_extensions']);
  6803.     }
  6804.     /**
  6805.      * Gets the public 'Shopware\Core\Content\Media\MediaDefinition' shared service.
  6806.      *
  6807.      * @return \Shopware\Core\Content\Media\MediaDefinition
  6808.      */
  6809.     protected function getMediaDefinitionService()
  6810.     {
  6811.         $this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  6812.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6813.         return $instance;
  6814.     }
  6815.     /**
  6816.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  6817.      *
  6818.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  6819.      */
  6820.     protected function getNewsletterRecipientTagDefinitionService()
  6821.     {
  6822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  6823.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  6824.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6825.         return $instance;
  6826.     }
  6827.     /**
  6828.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition' shared service.
  6829.      *
  6830.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition
  6831.      */
  6832.     protected function getNewsletterRecipientDefinitionService()
  6833.     {
  6834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  6835.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition();
  6836.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6837.         return $instance;
  6838.     }
  6839.     /**
  6840.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute' shared service.
  6841.      *
  6842.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute
  6843.      */
  6844.     protected function getNewsletterConfirmRouteService()
  6845.     {
  6846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterConfirmRoute.php';
  6847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterConfirmRoute.php';
  6848.         return $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterConfirmRoute'] = new \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute(($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6849.     }
  6850.     /**
  6851.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute' shared service.
  6852.      *
  6853.      * @return \Swag\Security\Fixes\NEXT22891\NewsletterSubscribeRouteDecorator
  6854.      */
  6855.     protected function getNewsletterSubscribeRouteService()
  6856.     {
  6857.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterSubscribeRoute.php';
  6858.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT22891/NewsletterSubscribeRouteDecorator.php';
  6859.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterSubscribeRoute.php';
  6860.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  6861.         return $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'] = new \Swag\Security\Fixes\NEXT22891\NewsletterSubscribeRouteDecorator(new \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute(($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $a, ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), $a);
  6862.     }
  6863.     /**
  6864.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute' shared service.
  6865.      *
  6866.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute
  6867.      */
  6868.     protected function getNewsletterUnsubscribeRouteService()
  6869.     {
  6870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterUnsubscribeRoute.php';
  6871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterUnsubscribeRoute.php';
  6872.         return $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute'] = new \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute(($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6873.     }
  6874.     /**
  6875.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition' shared service.
  6876.      *
  6877.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition
  6878.      */
  6879.     protected function getSalesChannelNewsletterRecipientDefinitionService()
  6880.     {
  6881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  6882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/SalesChannelNewsletterRecipientDefinition.php';
  6883.         $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition();
  6884.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  6885.         return $instance;
  6886.     }
  6887.     /**
  6888.      * Gets the public 'Shopware\Core\Content\ProductExport\Api\ProductExportController' shared service.
  6889.      *
  6890.      * @return \Shopware\Core\Content\ProductExport\Api\ProductExportController
  6891.      */
  6892.     protected function getProductExportControllerService()
  6893.     {
  6894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Api/ProductExportController.php';
  6895.         $this->services['Shopware\\Core\\Content\\ProductExport\\Api\\ProductExportController'] = $instance = new \Shopware\Core\Content\ProductExport\Api\ProductExportController(($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] ?? $this->getProductExportGeneratorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6896.         $instance->setContainer($this);
  6897.         return $instance;
  6898.     }
  6899.     /**
  6900.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  6901.      *
  6902.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  6903.      */
  6904.     protected function getProductExportDefinitionService()
  6905.     {
  6906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  6907.         $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  6908.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6909.         return $instance;
  6910.     }
  6911.     /**
  6912.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportHydrator' shared service.
  6913.      *
  6914.      * @return \Shopware\Core\Content\ProductExport\ProductExportHydrator
  6915.      */
  6916.     protected function getProductExportHydratorService()
  6917.     {
  6918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportHydrator.php';
  6919.         return $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator'] = new \Shopware\Core\Content\ProductExport\ProductExportHydrator($this);
  6920.     }
  6921.     /**
  6922.      * Gets the public 'Shopware\Core\Content\ProductExport\SalesChannel\ExportController' shared service.
  6923.      *
  6924.      * @return \Shopware\Core\Content\ProductExport\SalesChannel\ExportController
  6925.      */
  6926.     protected function getExportControllerService()
  6927.     {
  6928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/SalesChannel/ExportController.php';
  6929.         return $this->services['Shopware\\Core\\Content\\ProductExport\\SalesChannel\\ExportController'] = new \Shopware\Core\Content\ProductExport\SalesChannel\ExportController(($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter'] ?? $this->getProductExporterService()), ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportFileHandler'] ?? $this->getProductExportFileHandlerService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()));
  6930.     }
  6931.     /**
  6932.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExportGenerator' shared service.
  6933.      *
  6934.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportGenerator
  6935.      */
  6936.     protected function getProductExportGeneratorService()
  6937.     {
  6938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGeneratorInterface.php';
  6939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGenerator.php';
  6940.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidatorInterface.php';
  6941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidator.php';
  6942.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6943.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6944.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6945.         }
  6946.         $b = ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService());
  6947.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6948.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6949.         }
  6950.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  6951.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6952.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6953.         }
  6954.         $d = ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] ?? $this->getProductExportRendererService());
  6955.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6956.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6957.         }
  6958.         $e = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  6959.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6960.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6961.         }
  6962.         $f = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  6963.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6964.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6965.         }
  6966.         $g = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  6967.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6968.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6969.         }
  6970.         $h = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService());
  6971.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6972.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6973.         }
  6974.         return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] = new \Shopware\Core\Content\ProductExport\Service\ProductExportGenerator($b$c$d$a, new \Shopware\Core\Content\ProductExport\Service\ProductExportValidator(new RewindableGenerator(function () {
  6975.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] = new \Shopware\Core\Content\ProductExport\Validator\XmlValidator()));
  6976.         }, 1)), $e$f$g, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 100, ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()), $h, ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  6977.     }
  6978.     /**
  6979.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExporter' shared service.
  6980.      *
  6981.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExporter
  6982.      */
  6983.     protected function getProductExporterService()
  6984.     {
  6985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporterInterface.php';
  6986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporter.php';
  6987.         return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter'] = new \Shopware\Core\Content\ProductExport\Service\ProductExporter(($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService()), ($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] ?? $this->getProductExportGeneratorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportFileHandler'] ?? $this->getProductExportFileHandlerService()));
  6988.     }
  6989.     /**
  6990.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  6991.      *
  6992.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  6993.      */
  6994.     protected function getProductStreamFilterDefinitionService()
  6995.     {
  6996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  6997.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  6998.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6999.         return $instance;
  7000.     }
  7001.     /**
  7002.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator' shared service.
  7003.      *
  7004.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator
  7005.      */
  7006.     protected function getProductStreamFilterHydratorService()
  7007.     {
  7008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterHydrator.php';
  7009.         return $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator'] = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator($this);
  7010.     }
  7011.     /**
  7012.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  7013.      *
  7014.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  7015.      */
  7016.     protected function getProductStreamTranslationDefinitionService()
  7017.     {
  7018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  7020.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  7021.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7022.         return $instance;
  7023.     }
  7024.     /**
  7025.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  7026.      *
  7027.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  7028.      */
  7029.     protected function getProductStreamDefinitionService()
  7030.     {
  7031.         $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  7032.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7033.         return $instance;
  7034.     }
  7035.     /**
  7036.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamHydrator' shared service.
  7037.      *
  7038.      * @return \Shopware\Core\Content\ProductStream\ProductStreamHydrator
  7039.      */
  7040.     protected function getProductStreamHydratorService()
  7041.     {
  7042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamHydrator.php';
  7043.         return $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator'] = new \Shopware\Core\Content\ProductStream\ProductStreamHydrator($this);
  7044.     }
  7045.     /**
  7046.      * Gets the public 'Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder' shared service.
  7047.      *
  7048.      * @return \Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder
  7049.      */
  7050.     protected function getProductStreamBuilderService()
  7051.     {
  7052.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  7053.         if (isset($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'])) {
  7054.             return $this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'];
  7055.         }
  7056.         return $this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] = new \Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder($a, ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  7057.     }
  7058.     /**
  7059.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  7060.      *
  7061.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  7062.      */
  7063.     protected function getProductCategoryTreeDefinitionService()
  7064.     {
  7065.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  7066.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  7067.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7068.         return $instance;
  7069.     }
  7070.     /**
  7071.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  7072.      *
  7073.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  7074.      */
  7075.     protected function getProductCategoryDefinitionService()
  7076.     {
  7077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  7078.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  7079.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7080.         return $instance;
  7081.     }
  7082.     /**
  7083.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  7084.      *
  7085.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  7086.      */
  7087.     protected function getProductConfiguratorSettingDefinitionService()
  7088.     {
  7089.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  7090.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  7091.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7092.         return $instance;
  7093.     }
  7094.     /**
  7095.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator' shared service.
  7096.      *
  7097.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator
  7098.      */
  7099.     protected function getProductConfiguratorSettingHydratorService()
  7100.     {
  7101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingHydrator.php';
  7102.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator($this);
  7103.     }
  7104.     /**
  7105.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  7106.      *
  7107.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  7108.      */
  7109.     protected function getProductCrossSellingAssignedProductsDefinitionService()
  7110.     {
  7111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  7112.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  7113.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7114.         return $instance;
  7115.     }
  7116.     /**
  7117.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator' shared service.
  7118.      *
  7119.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator
  7120.      */
  7121.     protected function getProductCrossSellingAssignedProductsHydratorService()
  7122.     {
  7123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsHydrator.php';
  7124.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator($this);
  7125.     }
  7126.     /**
  7127.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  7128.      *
  7129.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  7130.      */
  7131.     protected function getProductCrossSellingTranslationDefinitionService()
  7132.     {
  7133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  7135.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  7136.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7137.         return $instance;
  7138.     }
  7139.     /**
  7140.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  7141.      *
  7142.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  7143.      */
  7144.     protected function getProductCrossSellingDefinitionService()
  7145.     {
  7146.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  7147.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  7148.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7149.         return $instance;
  7150.     }
  7151.     /**
  7152.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator' shared service.
  7153.      *
  7154.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator
  7155.      */
  7156.     protected function getProductCrossSellingHydratorService()
  7157.     {
  7158.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingHydrator.php';
  7159.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator($this);
  7160.     }
  7161.     /**
  7162.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  7163.      *
  7164.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  7165.      */
  7166.     protected function getProductCustomFieldSetDefinitionService()
  7167.     {
  7168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  7169.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  7170.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7171.         return $instance;
  7172.     }
  7173.     /**
  7174.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  7175.      *
  7176.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  7177.      */
  7178.     protected function getProductFeatureSetTranslationDefinitionService()
  7179.     {
  7180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  7182.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  7183.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7184.         return $instance;
  7185.     }
  7186.     /**
  7187.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  7188.      *
  7189.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  7190.      */
  7191.     protected function getProductFeatureSetDefinitionService()
  7192.     {
  7193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  7194.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  7195.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7196.         return $instance;
  7197.     }
  7198.     /**
  7199.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator' shared service.
  7200.      *
  7201.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator
  7202.      */
  7203.     protected function getProductFeatureSetHydratorService()
  7204.     {
  7205.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetHydrator.php';
  7206.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator($this);
  7207.     }
  7208.     /**
  7209.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  7210.      *
  7211.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  7212.      */
  7213.     protected function getProductKeywordDictionaryDefinitionService()
  7214.     {
  7215.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  7216.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  7217.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7218.         return $instance;
  7219.     }
  7220.     /**
  7221.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator' shared service.
  7222.      *
  7223.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator
  7224.      */
  7225.     protected function getProductKeywordDictionaryHydratorService()
  7226.     {
  7227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryHydrator.php';
  7228.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator($this);
  7229.     }
  7230.     /**
  7231.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  7232.      *
  7233.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  7234.      */
  7235.     protected function getProductManufacturerTranslationDefinitionService()
  7236.     {
  7237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  7239.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  7240.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7241.         return $instance;
  7242.     }
  7243.     /**
  7244.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  7245.      *
  7246.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  7247.      */
  7248.     protected function getProductManufacturerDefinitionService()
  7249.     {
  7250.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  7251.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  7252.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7253.         return $instance;
  7254.     }
  7255.     /**
  7256.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator' shared service.
  7257.      *
  7258.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator
  7259.      */
  7260.     protected function getProductManufacturerHydratorService()
  7261.     {
  7262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerHydrator.php';
  7263.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator($this);
  7264.     }
  7265.     /**
  7266.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  7267.      *
  7268.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  7269.      */
  7270.     protected function getProductMediaDefinitionService()
  7271.     {
  7272.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  7273.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  7274.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7275.         return $instance;
  7276.     }
  7277.     /**
  7278.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator' shared service.
  7279.      *
  7280.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator
  7281.      */
  7282.     protected function getProductMediaHydratorService()
  7283.     {
  7284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaHydrator.php';
  7285.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator($this);
  7286.     }
  7287.     /**
  7288.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  7289.      *
  7290.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  7291.      */
  7292.     protected function getProductOptionDefinitionService()
  7293.     {
  7294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  7295.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  7296.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7297.         return $instance;
  7298.     }
  7299.     /**
  7300.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  7301.      *
  7302.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  7303.      */
  7304.     protected function getProductPriceDefinitionService()
  7305.     {
  7306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  7307.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  7308.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7309.         return $instance;
  7310.     }
  7311.     /**
  7312.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator' shared service.
  7313.      *
  7314.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator
  7315.      */
  7316.     protected function getProductPriceHydratorService()
  7317.     {
  7318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceHydrator.php';
  7319.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator($this);
  7320.     }
  7321.     /**
  7322.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  7323.      *
  7324.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  7325.      */
  7326.     protected function getProductPropertyDefinitionService()
  7327.     {
  7328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  7329.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  7330.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7331.         return $instance;
  7332.     }
  7333.     /**
  7334.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  7335.      *
  7336.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  7337.      */
  7338.     protected function getProductReviewDefinitionService()
  7339.     {
  7340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  7341.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  7342.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7343.         return $instance;
  7344.     }
  7345.     /**
  7346.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator' shared service.
  7347.      *
  7348.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator
  7349.      */
  7350.     protected function getProductReviewHydratorService()
  7351.     {
  7352.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewHydrator.php';
  7353.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator($this);
  7354.     }
  7355.     /**
  7356.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  7357.      *
  7358.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  7359.      */
  7360.     protected function getProductSearchConfigFieldDefinitionService()
  7361.     {
  7362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  7363.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  7364.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7365.         return $instance;
  7366.     }
  7367.     /**
  7368.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator' shared service.
  7369.      *
  7370.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator
  7371.      */
  7372.     protected function getProductSearchConfigFieldHydratorService()
  7373.     {
  7374.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldHydrator.php';
  7375.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator($this);
  7376.     }
  7377.     /**
  7378.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  7379.      *
  7380.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  7381.      */
  7382.     protected function getProductSearchConfigDefinitionService()
  7383.     {
  7384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  7385.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  7386.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7387.         return $instance;
  7388.     }
  7389.     /**
  7390.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator' shared service.
  7391.      *
  7392.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator
  7393.      */
  7394.     protected function getProductSearchConfigHydratorService()
  7395.     {
  7396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigHydrator.php';
  7397.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator($this);
  7398.     }
  7399.     /**
  7400.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  7401.      *
  7402.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  7403.      */
  7404.     protected function getProductSearchKeywordDefinitionService()
  7405.     {
  7406.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  7407.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  7408.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7409.         return $instance;
  7410.     }
  7411.     /**
  7412.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator' shared service.
  7413.      *
  7414.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator
  7415.      */
  7416.     protected function getProductSearchKeywordHydratorService()
  7417.     {
  7418.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordHydrator.php';
  7419.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator($this);
  7420.     }
  7421.     /**
  7422.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  7423.      *
  7424.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  7425.      */
  7426.     protected function getProductStreamMappingDefinitionService()
  7427.     {
  7428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  7429.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  7430.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7431.         return $instance;
  7432.     }
  7433.     /**
  7434.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  7435.      *
  7436.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  7437.      */
  7438.     protected function getProductTagDefinitionService()
  7439.     {
  7440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  7441.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  7442.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7443.         return $instance;
  7444.     }
  7445.     /**
  7446.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  7447.      *
  7448.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  7449.      */
  7450.     protected function getProductTranslationDefinitionService()
  7451.     {
  7452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  7454.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  7455.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7456.         return $instance;
  7457.     }
  7458.     /**
  7459.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  7460.      *
  7461.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  7462.      */
  7463.     protected function getProductVisibilityDefinitionService()
  7464.     {
  7465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  7466.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  7467.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7468.         return $instance;
  7469.     }
  7470.     /**
  7471.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator' shared service.
  7472.      *
  7473.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator
  7474.      */
  7475.     protected function getProductVisibilityHydratorService()
  7476.     {
  7477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityHydrator.php';
  7478.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator($this);
  7479.     }
  7480.     /**
  7481.      * Gets the public 'Shopware\Core\Content\Product\Api\ProductActionController' shared service.
  7482.      *
  7483.      * @return \Shopware\Core\Content\Product\Api\ProductActionController
  7484.      */
  7485.     protected function getProductActionControllerService()
  7486.     {
  7487.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Api/ProductActionController.php';
  7488.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Util/VariantCombinationLoader.php';
  7489.         $this->services['Shopware\\Core\\Content\\Product\\Api\\ProductActionController'] = $instance = new \Shopware\Core\Content\Product\Api\ProductActionController(new \Shopware\Core\Content\Product\Util\VariantCombinationLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())));
  7490.         $instance->setContainer($this);
  7491.         return $instance;
  7492.     }
  7493.     /**
  7494.      * Gets the public 'Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder' shared service.
  7495.      *
  7496.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder
  7497.      */
  7498.     protected function getCheapestPriceAccessorBuilderService()
  7499.     {
  7500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  7501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPrice/CheapestPriceAccessorBuilder.php';
  7502.         return $this->services['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder(100, ($this->services['logger'] ?? $this->getLoggerService()));
  7503.     }
  7504.     /**
  7505.      * Gets the public 'Shopware\Core\Content\Product\ProductDefinition' shared service.
  7506.      *
  7507.      * @return \Shopware\Core\Content\Product\ProductDefinition
  7508.      */
  7509.     protected function getProductDefinitionService()
  7510.     {
  7511.         $this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] = $instance = new \Shopware\Core\Content\Product\ProductDefinition();
  7512.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7513.         return $instance;
  7514.     }
  7515.     /**
  7516.      * Gets the public 'Shopware\Core\Content\Product\ProductHydrator' shared service.
  7517.      *
  7518.      * @return \Shopware\Core\Content\Product\ProductHydrator
  7519.      */
  7520.     protected function getProductHydratorService()
  7521.     {
  7522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductHydrator.php';
  7523.         return $this->services['Shopware\\Core\\Content\\Product\\ProductHydrator'] = new \Shopware\Core\Content\Product\ProductHydrator($this);
  7524.     }
  7525.     /**
  7526.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute' shared service.
  7527.      *
  7528.      * @return \Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute
  7529.      */
  7530.     protected function getCachedProductCrossSellingRouteService()
  7531.     {
  7532.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/AbstractProductCrossSellingRoute.php';
  7533.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/CachedProductCrossSellingRoute.php';
  7534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/ProductCrossSellingRoute.php';
  7535.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7536.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  7537.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  7538.         }
  7539.         $b = ($this->services['product_cross_selling.repository'] ?? $this->getProductCrossSelling_RepositoryService());
  7540.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  7541.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  7542.         }
  7543.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  7544.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  7545.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  7546.         }
  7547.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7548.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  7549.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  7550.         }
  7551.         $e = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  7552.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  7553.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  7554.         }
  7555.         $f = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  7556.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  7557.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  7558.         }
  7559.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] = new \Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute(new \Shopware\Core\Content\Product\SalesChannel\CrossSelling\ProductCrossSellingRoute($b$a, ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $c$d$e, ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()))), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $f$a, []);
  7560.     }
  7561.     /**
  7562.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute' shared service.
  7563.      *
  7564.      * @return \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute
  7565.      */
  7566.     protected function getCachedProductDetailRouteService()
  7567.     {
  7568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AbstractProductDetailRoute.php';
  7569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php';
  7570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php';
  7571.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7572.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'])) {
  7573.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'];
  7574.         }
  7575.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  7576.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'])) {
  7577.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'];
  7578.         }
  7579.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7580.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'])) {
  7581.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'];
  7582.         }
  7583.         $d = ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService());
  7584.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'])) {
  7585.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'];
  7586.         }
  7587.         $e = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  7588.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'])) {
  7589.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'];
  7590.         }
  7591.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute(new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute($b$c, ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService()), ($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? $this->getCategoryBreadcrumbBuilderService()), $d, ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] ?? $this->getSalesChannelProductDefinitionService()), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()))), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $e$a, []);
  7592.     }
  7593.     /**
  7594.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute' shared service.
  7595.      *
  7596.      * @return \Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute
  7597.      */
  7598.     protected function getFindProductVariantRouteService()
  7599.     {
  7600.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/AbstractFindProductVariantRoute.php';
  7601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/FindProductVariantRoute.php';
  7602.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute'] = new \Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute(($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()));
  7603.     }
  7604.     /**
  7605.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute' shared service.
  7606.      *
  7607.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute
  7608.      */
  7609.     protected function getCachedProductListingRouteService()
  7610.     {
  7611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  7612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/CachedProductListingRoute.php';
  7613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingRoute.php';
  7614.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7615.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  7616.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  7617.         }
  7618.         $b = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  7619.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  7620.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  7621.         }
  7622.         $c = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  7623.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  7624.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  7625.         }
  7626.         $d = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  7627.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  7628.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  7629.         }
  7630.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute(new \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingRoute($b$a$c, ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $d$a, []);
  7631.     }
  7632.     /**
  7633.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute' shared service.
  7634.      *
  7635.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute
  7636.      */
  7637.     protected function getResolveCriteriaProductListingRouteService()
  7638.     {
  7639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  7640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ResolveCriteriaProductListingRoute.php';
  7641.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7642.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'])) {
  7643.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'];
  7644.         }
  7645.         $b = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'] ?? $this->getCachedProductListingRouteService());
  7646.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'])) {
  7647.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'];
  7648.         }
  7649.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute($b$a);
  7650.     }
  7651.     /**
  7652.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\ProductListRoute' shared service.
  7653.      *
  7654.      * @return \Shopware\Core\Content\Product\SalesChannel\ProductListRoute
  7655.      */
  7656.     protected function getProductListRouteService()
  7657.     {
  7658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductListRoute.php';
  7659.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductListRoute.php';
  7660.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute'] = new \Shopware\Core\Content\Product\SalesChannel\ProductListRoute(($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()));
  7661.     }
  7662.     /**
  7663.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute' shared service.
  7664.      *
  7665.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute
  7666.      */
  7667.     protected function getCachedProductReviewRouteService()
  7668.     {
  7669.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewRoute.php';
  7670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/CachedProductReviewRoute.php';
  7671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewRoute.php';
  7672.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7673.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  7674.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  7675.         }
  7676.         $b = ($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService());
  7677.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  7678.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  7679.         }
  7680.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  7681.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  7682.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  7683.         }
  7684.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute(new \Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewRoute($b), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $c$a, []);
  7685.     }
  7686.     /**
  7687.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute' shared service.
  7688.      *
  7689.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute
  7690.      */
  7691.     protected function getProductReviewSaveRouteService()
  7692.     {
  7693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewSaveRoute.php';
  7694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewSaveRoute.php';
  7695.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute(($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  7696.     }
  7697.     /**
  7698.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition' shared service.
  7699.      *
  7700.      * @return \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition
  7701.      */
  7702.     protected function getSalesChannelProductDefinitionService()
  7703.     {
  7704.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition();
  7705.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7706.         return $instance;
  7707.     }
  7708.     /**
  7709.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute' shared service.
  7710.      *
  7711.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute
  7712.      */
  7713.     protected function getCachedProductSearchRouteService()
  7714.     {
  7715.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  7716.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/CachedProductSearchRoute.php';
  7717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ProductSearchRoute.php';
  7718.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7719.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\CachedProductSearchRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute(new \Shopware\Core\Content\Product\SalesChannel\Search\ProductSearchRoute(($this->privates['Swag\\Security\\Fixes\\NEXT37140\\ProductSearchBuilderDecorator'] ?? $this->getProductSearchBuilderDecoratorService()), $a, ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), $a, []);
  7720.     }
  7721.     /**
  7722.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute' shared service.
  7723.      *
  7724.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute
  7725.      */
  7726.     protected function getResolvedCriteriaProductSearchRouteService()
  7727.     {
  7728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  7729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ResolvedCriteriaProductSearchRoute.php';
  7730.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\CachedProductSearchRoute'] ?? $this->getCachedProductSearchRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()));
  7731.     }
  7732.     /**
  7733.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  7734.      *
  7735.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  7736.      */
  7737.     protected function getProductSortingDefinitionService()
  7738.     {
  7739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  7740.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  7741.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7742.         return $instance;
  7743.     }
  7744.     /**
  7745.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator' shared service.
  7746.      *
  7747.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator
  7748.      */
  7749.     protected function getProductSortingHydratorService()
  7750.     {
  7751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingHydrator.php';
  7752.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator'] = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator($this);
  7753.     }
  7754.     /**
  7755.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  7756.      *
  7757.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  7758.      */
  7759.     protected function getProductSortingTranslationDefinitionService()
  7760.     {
  7761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7762.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  7763.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  7764.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7765.         return $instance;
  7766.     }
  7767.     /**
  7768.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute' shared service.
  7769.      *
  7770.      * @return \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute
  7771.      */
  7772.     protected function getCachedProductSuggestRouteService()
  7773.     {
  7774.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/AbstractProductSuggestRoute.php';
  7775.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/CachedProductSuggestRoute.php';
  7776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/ProductSuggestRoute.php';
  7777.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7778.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute(new \Shopware\Core\Content\Product\SalesChannel\Suggest\ProductSuggestRoute(($this->privates['Swag\\Security\\Fixes\\NEXT37140\\ProductSearchBuilderDecorator'] ?? $this->getProductSearchBuilderDecoratorService()), $a, ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), $a, []);
  7779.     }
  7780.     /**
  7781.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  7782.      *
  7783.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  7784.      */
  7785.     protected function getPropertyGroupOptionTranslationDefinitionService()
  7786.     {
  7787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  7789.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  7790.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7791.         return $instance;
  7792.     }
  7793.     /**
  7794.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  7795.      *
  7796.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  7797.      */
  7798.     protected function getPropertyGroupOptionDefinitionService()
  7799.     {
  7800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  7801.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  7802.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7803.         return $instance;
  7804.     }
  7805.     /**
  7806.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator' shared service.
  7807.      *
  7808.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator
  7809.      */
  7810.     protected function getPropertyGroupOptionHydratorService()
  7811.     {
  7812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionHydrator.php';
  7813.         return $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator'] = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator($this);
  7814.     }
  7815.     /**
  7816.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  7817.      *
  7818.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  7819.      */
  7820.     protected function getPropertyGroupTranslationDefinitionService()
  7821.     {
  7822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7823.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  7824.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  7825.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7826.         return $instance;
  7827.     }
  7828.     /**
  7829.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  7830.      *
  7831.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  7832.      */
  7833.     protected function getPropertyGroupDefinitionService()
  7834.     {
  7835.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  7836.         $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  7837.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7838.         return $instance;
  7839.     }
  7840.     /**
  7841.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupHydrator' shared service.
  7842.      *
  7843.      * @return \Shopware\Core\Content\Property\PropertyGroupHydrator
  7844.      */
  7845.     protected function getPropertyGroupHydratorService()
  7846.     {
  7847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupHydrator.php';
  7848.         return $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupHydrator'] = new \Shopware\Core\Content\Property\PropertyGroupHydrator($this);
  7849.     }
  7850.     /**
  7851.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  7852.      *
  7853.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  7854.      */
  7855.     protected function getRuleConditionDefinitionService()
  7856.     {
  7857.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  7858.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  7859.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7860.         return $instance;
  7861.     }
  7862.     /**
  7863.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  7864.      *
  7865.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  7866.      */
  7867.     protected function getRuleTagDefinitionService()
  7868.     {
  7869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  7870.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  7871.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7872.         return $instance;
  7873.     }
  7874.     /**
  7875.      * Gets the public 'Shopware\Core\Content\Rule\RuleDefinition' shared service.
  7876.      *
  7877.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  7878.      */
  7879.     protected function getRuleDefinitionService()
  7880.     {
  7881.         $this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  7882.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7883.         return $instance;
  7884.     }
  7885.     /**
  7886.      * Gets the public 'Shopware\Core\Content\Seo\Api\SeoActionController' shared service.
  7887.      *
  7888.      * @return \Shopware\Core\Content\Seo\Api\SeoActionController
  7889.      */
  7890.     protected function getSeoActionControllerService()
  7891.     {
  7892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Api/SeoActionController.php';
  7893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlDataValidationFactoryInterface.php';
  7894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlValidationFactory.php';
  7895.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  7896.         $this->services['Shopware\\Core\\Content\\Seo\\Api\\SeoActionController'] = $instance = new \Shopware\Core\Content\Seo\Api\SeoActionController(($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlGenerator'] ?? $this->getSeoUrlGeneratorService()), ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService()), $a, ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] ?? $this->getSeoUrlRouteRegistryService()), new \Shopware\Core\Content\Seo\Validation\SeoUrlValidationFactory(), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()), $a);
  7897.         $instance->setContainer($this);
  7898.         return $instance;
  7899.     }
  7900.     /**
  7901.      * Gets the public 'Shopware\Core\Content\Seo\CachedSeoResolver' shared service.
  7902.      *
  7903.      * @return \Shopware\Core\Content\Seo\CachedSeoResolver
  7904.      */
  7905.     protected function getCachedSeoResolverService()
  7906.     {
  7907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  7908.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/CachedSeoResolver.php';
  7909.         $a = ($this->services['FourtwosixRedirectForMissingTrailingSlashes\\Core\\Content\\Seo\\SeoResolver'] ?? $this->getSeoResolverService());
  7910.         if (isset($this->services['Shopware\\Core\\Content\\Seo\\CachedSeoResolver'])) {
  7911.             return $this->services['Shopware\\Core\\Content\\Seo\\CachedSeoResolver'];
  7912.         }
  7913.         return $this->services['Shopware\\Core\\Content\\Seo\\CachedSeoResolver'] = new \Shopware\Core\Content\Seo\CachedSeoResolver($a, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  7914.     }
  7915.     /**
  7916.      * Gets the public 'Shopware\Core\Content\Seo\EmptyPathInfoResolver' shared service.
  7917.      *
  7918.      * @return \Shopware\Core\Content\Seo\EmptyPathInfoResolver
  7919.      */
  7920.     protected function getEmptyPathInfoResolverService()
  7921.     {
  7922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  7923.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/EmptyPathInfoResolver.php';
  7924.         $a = ($this->services['Shopware\\Core\\Content\\Seo\\CachedSeoResolver'] ?? $this->getCachedSeoResolverService());
  7925.         if (isset($this->services['Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver'])) {
  7926.             return $this->services['Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver'];
  7927.         }
  7928.         return $this->services['Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver'] = new \Shopware\Core\Content\Seo\EmptyPathInfoResolver($a);
  7929.     }
  7930.     /**
  7931.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver' shared service.
  7932.      *
  7933.      * @return \Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver
  7934.      */
  7935.     protected function getSeoUrlAssociationFieldResolverService()
  7936.     {
  7937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  7938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Dbal/SeoUrlAssociationFieldResolver.php';
  7939.         return $this->services['Shopware\\Core\\Content\\Seo\\Entity\\Dbal\\SeoUrlAssociationFieldResolver'] = new \Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())));
  7940.     }
  7941.     /**
  7942.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer' shared service.
  7943.      *
  7944.      * @return \Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer
  7945.      */
  7946.     protected function getSeoUrlFieldSerializerService()
  7947.     {
  7948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  7950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Serializer/SeoUrlFieldSerializer.php';
  7951.         return $this->services['Shopware\\Core\\Content\\Seo\\Entity\\Serializer\\SeoUrlFieldSerializer'] = new \Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()));
  7952.     }
  7953.     /**
  7954.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition' shared service.
  7955.      *
  7956.      * @return \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition
  7957.      */
  7958.     protected function getMainCategoryDefinitionService()
  7959.     {
  7960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  7961.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition();
  7962.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7963.         return $instance;
  7964.     }
  7965.     /**
  7966.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition' shared service.
  7967.      *
  7968.      * @return \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition
  7969.      */
  7970.     protected function getSalesChannelMainCategoryDefinitionService()
  7971.     {
  7972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  7973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/SalesChannel/SalesChannelMainCategoryDefinition.php';
  7974.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition();
  7975.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7976.         return $instance;
  7977.     }
  7978.     /**
  7979.      * Gets the public 'Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute' shared service.
  7980.      *
  7981.      * @return \Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute
  7982.      */
  7983.     protected function getSeoUrlRouteService()
  7984.     {
  7985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/AbstractSeoUrlRoute.php';
  7986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/SeoUrlRoute.php';
  7987.         return $this->services['Shopware\\Core\\Content\\Seo\\SalesChannel\\SeoUrlRoute'] = new \Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute(($this->services['sales_channel.seo_url.repository'] ?? $this->getSalesChannel_SeoUrl_RepositoryService()));
  7988.     }
  7989.     /**
  7990.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlPlaceholderHandlerInterface' shared service.
  7991.      *
  7992.      * @return \Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler
  7993.      */
  7994.     protected function getSeoUrlPlaceholderHandlerInterfaceService()
  7995.     {
  7996.         return $this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] = new \Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.default'] ?? $this->getRouter_DefaultService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  7997.     }
  7998.     /**
  7999.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  8000.      *
  8001.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  8002.      */
  8003.     protected function getSeoUrlTemplateDefinitionService()
  8004.     {
  8005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  8006.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  8007.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8008.         return $instance;
  8009.     }
  8010.     /**
  8011.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition' shared service.
  8012.      *
  8013.      * @return \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition
  8014.      */
  8015.     protected function getSalesChannelSeoUrlDefinitionService()
  8016.     {
  8017.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition();
  8018.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8019.         return $instance;
  8020.     }
  8021.     /**
  8022.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition' shared service.
  8023.      *
  8024.      * @return \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition
  8025.      */
  8026.     protected function getSeoUrlDefinitionService()
  8027.     {
  8028.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition();
  8029.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8030.         return $instance;
  8031.     }
  8032.     /**
  8033.      * Gets the public 'Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute' shared service.
  8034.      *
  8035.      * @return \Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute
  8036.      */
  8037.     protected function getCachedSitemapRouteService()
  8038.     {
  8039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/AbstractSitemapRoute.php';
  8040.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/CachedSitemapRoute.php';
  8041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/SitemapRoute.php';
  8042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapListerInterface.php';
  8043.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapLister.php';
  8044.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  8045.         return $this->services['Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute'] = new \Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute(new \Shopware\Core\Content\Sitemap\SalesChannel\SitemapRoute(new \Shopware\Core\Content\Sitemap\Service\SitemapLister(($this->services['shopware.filesystem.sitemap'] ?? $this->getShopware_Filesystem_SitemapService()), ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService())), $a, ($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] ?? $this->getSitemapExporterService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [], $a);
  8046.     }
  8047.     /**
  8048.      * Gets the public 'Shopware\Core\Framework\Adapter\Asset\AssetPackageService' shared service.
  8049.      *
  8050.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetPackageService
  8051.      */
  8052.     protected function getAssetPackageServiceService()
  8053.     {
  8054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetPackageService.php';
  8055.         return $this->services['Shopware\\Core\\Framework\\Adapter\\Asset\\AssetPackageService'] = new \Shopware\Core\Framework\Adapter\Asset\AssetPackageService(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), new \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage([=> ''], ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy()))), ($this->privates['shopware.asset.asset.version_strategy'] ?? $this->getShopware_Asset_Asset_VersionStrategyService()));
  8056.     }
  8057.     /**
  8058.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\CacheIdLoader' shared service.
  8059.      *
  8060.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheIdLoader
  8061.      */
  8062.     protected function getCacheIdLoaderService()
  8063.     {
  8064.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheIdLoader.php';
  8065.         return $this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] = new \Shopware\Core\Framework\Adapter\Cache\CacheIdLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  8066.     }
  8067.     /**
  8068.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory' shared service.
  8069.      *
  8070.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory
  8071.      */
  8072.     protected function getCacheInvalidatorFacadeHookFactoryService()
  8073.     {
  8074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  8075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/Facade/CacheInvalidatorFacadeHookFactory.php';
  8076.         return $this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\Facade\\CacheInvalidatorFacadeHookFactory'] = new \Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()));
  8077.     }
  8078.     /**
  8079.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator' shared service.
  8080.      *
  8081.      * @return \Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator
  8082.      */
  8083.     protected function getAppTemplateIteratorService()
  8084.     {
  8085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/AppTemplateIterator.php';
  8086.         return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\AppTemplateIterator'] = new \Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator(($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateIterator'] ?? $this->getTemplateIteratorService()), ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService()));
  8087.     }
  8088.     /**
  8089.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateFinder' shared service.
  8090.      *
  8091.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateFinder
  8092.      */
  8093.     protected function getTemplateFinderService()
  8094.     {
  8095.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8096.         if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  8097.             return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'];
  8098.         }
  8099.         return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] = new \Shopware\Core\Framework\Adapter\Twig\TemplateFinder($a, ($this->privates['twig.loader.chain'] ?? $this->getTwig_Loader_ChainService()), $this->targetDir.'', new \Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\NamespaceHierarchyBuilder(new RewindableGenerator(function () {
  8100.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] ?? $this->getBundleHierarchyBuilder2Service());
  8101.             yield => ($this->privates['Acris\\Tax\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] ?? ($this->privates['Acris\\Tax\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] = new \Acris\Tax\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder()));
  8102.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  8103.         }, 3)));
  8104.     }
  8105.     /**
  8106.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateIterator' shared service.
  8107.      *
  8108.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateIterator
  8109.      */
  8110.     protected function getTemplateIteratorService()
  8111.     {
  8112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateIterator.php';
  8113.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  8114.         return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateIterator'] = new \Shopware\Core\Framework\Adapter\Twig\TemplateIterator(new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email'], (\dirname(__DIR__4).'/templates')), $this->parameters['kernel.bundles']);
  8115.     }
  8116.     /**
  8117.      * Gets the public 'Shopware\Core\Framework\Api\Acl\AclCriteriaValidator' shared service.
  8118.      *
  8119.      * @return \Shopware\Core\Framework\Api\Acl\AclCriteriaValidator
  8120.      */
  8121.     protected function getAclCriteriaValidatorService()
  8122.     {
  8123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclCriteriaValidator.php';
  8124.         return $this->services['Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator'] = new \Shopware\Core\Framework\Api\Acl\AclCriteriaValidator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8125.     }
  8126.     /**
  8127.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  8128.      *
  8129.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  8130.      */
  8131.     protected function getAclRoleDefinitionService()
  8132.     {
  8133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  8134.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  8135.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8136.         return $instance;
  8137.     }
  8138.     /**
  8139.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  8140.      *
  8141.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  8142.      */
  8143.     protected function getAclUserRoleDefinitionService()
  8144.     {
  8145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  8146.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  8147.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8148.         return $instance;
  8149.     }
  8150.     /**
  8151.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AccessKeyController' shared service.
  8152.      *
  8153.      * @return \Shopware\Core\Framework\Api\Controller\AccessKeyController
  8154.      */
  8155.     protected function getAccessKeyControllerService()
  8156.     {
  8157.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AccessKeyController.php';
  8158.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController'] = $instance = new \Shopware\Core\Framework\Api\Controller\AccessKeyController();
  8159.         $instance->setContainer($this);
  8160.         return $instance;
  8161.     }
  8162.     /**
  8163.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AclController' shared service.
  8164.      *
  8165.      * @return \Shopware\Core\Framework\Api\Controller\AclController
  8166.      */
  8167.     protected function getAclControllerService()
  8168.     {
  8169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AclController.php';
  8170.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\AclController'] = $instance = new \Shopware\Core\Framework\Api\Controller\AclController(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['router'] ?? $this->getRouterService()));
  8171.         $instance->setContainer($this);
  8172.         return $instance;
  8173.     }
  8174.     /**
  8175.      * Gets the public 'Shopware\Core\Framework\Api\Controller\ApiController' shared service.
  8176.      *
  8177.      * @return \Shopware\Core\Framework\Api\Controller\ApiController
  8178.      */
  8179.     protected function getApiControllerService()
  8180.     {
  8181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  8182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  8183.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT32887/RequestCriteriaBuilderFixed.php';
  8184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  8185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  8186.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\ApiController'] = $instance = new \Shopware\Core\Framework\Api\Controller\ApiController(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), new \Swag\Security\Fixes\NEXT32887\RequestCriteriaBuilderFixed(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\AggregationParser())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\ApiCriteriaValidator'] ?? $this->getApiCriteriaValidatorService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CriteriaArrayConverter'] ?? $this->getCriteriaArrayConverterService())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CompositeEntitySearcher'] ?? $this->getCompositeEntitySearcherService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] ?? $this->getApiVersionConverterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator())), ($this->services['Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator'] ?? $this->getAclCriteriaValidatorService()));
  8187.         $instance->setContainer($this);
  8188.         return $instance;
  8189.     }
  8190.     /**
  8191.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AuthController' shared service.
  8192.      *
  8193.      * @return \Shopware\Core\Framework\Api\Controller\AuthController
  8194.      */
  8195.     protected function getAuthControllerService()
  8196.     {
  8197.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AuthController.php';
  8198.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\AuthController'] = $instance = new \Shopware\Core\Framework\Api\Controller\AuthController(($this->privates['shopware.api.authorization_server'] ?? $this->getShopware_Api_AuthorizationServerService()), ($this->privates['Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory'] ?? $this->getPsrHttpFactoryService()), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()));
  8199.         $instance->setContainer($this);
  8200.         return $instance;
  8201.     }
  8202.     /**
  8203.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CacheController' shared service.
  8204.      *
  8205.      * @return \Shopware\Core\Framework\Api\Controller\CacheController
  8206.      */
  8207.     protected function getCacheController2Service()
  8208.     {
  8209.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CacheController.php';
  8210.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\CacheController'] = $instance = new \Shopware\Core\Framework\Api\Controller\CacheController(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmer'] ?? $this->getCacheWarmer2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()));
  8211.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('Shopware\\Core\\Framework\\Api\\Controller\\CacheController'$this));
  8212.         return $instance;
  8213.     }
  8214.     /**
  8215.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController' shared service.
  8216.      *
  8217.      * @return \Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController
  8218.      */
  8219.     protected function getCustomSnippetFormatControllerService()
  8220.     {
  8221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CustomSnippetFormatController.php';
  8222.         return $this->services['Shopware\\Core\\Framework\\Api\\Controller\\CustomSnippetFormatController'] = new \Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController(($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] ?? $this->getKernelPluginCollectionService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8223.     }
  8224.     /**
  8225.      * Gets the public 'Shopware\Core\Framework\Api\Controller\FallbackController' shared service.
  8226.      *
  8227.      * @return \Shopware\Core\Framework\Api\Controller\FallbackController
  8228.      */
  8229.     protected function getFallbackControllerService()
  8230.     {
  8231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/FallbackController.php';
  8232.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\FallbackController'] = $instance = new \Shopware\Core\Framework\Api\Controller\FallbackController();
  8233.         $instance->setContainer($this);
  8234.         return $instance;
  8235.     }
  8236.     /**
  8237.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IndexingController' shared service.
  8238.      *
  8239.      * @return \Shopware\Core\Framework\Api\Controller\IndexingController
  8240.      */
  8241.     protected function getIndexingControllerService()
  8242.     {
  8243.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IndexingController.php';
  8244.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\IndexingController'] = $instance = new \Shopware\Core\Framework\Api\Controller\IndexingController(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  8245.         $instance->setContainer($this);
  8246.         return $instance;
  8247.     }
  8248.     /**
  8249.      * Gets the public 'Shopware\Core\Framework\Api\Controller\InfoController' shared service.
  8250.      *
  8251.      * @return \Shopware\Core\Framework\Api\Controller\InfoController
  8252.      */
  8253.     protected function getInfoControllerService()
  8254.     {
  8255.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/InfoController.php';
  8256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/AppUrlVerifier.php';
  8257.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\InfoController'] = $instance = new \Shopware\Core\Framework\Api\Controller\InfoController(($this->privates['Shopware\\Core\\Framework\\Api\\ApiDefinition\\DefinitionService'] ?? $this->getDefinitionServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService()), ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), new \Shopware\Core\Maintenance\System\Service\AppUrlVerifier(new \GuzzleHttp\Client(), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), 'dev'$this->getEnv('bool:APP_URL_CHECK_DISABLED')), ($this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] ?? $this->getFlowActionCollectorService()), true$this->parameters['shopware.security.csp_templates']);
  8258.         $instance->setContainer($this);
  8259.         return $instance;
  8260.     }
  8261.     /**
  8262.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IntegrationController' shared service.
  8263.      *
  8264.      * @return \Shopware\Core\Framework\Api\Controller\IntegrationController
  8265.      */
  8266.     protected function getIntegrationControllerService()
  8267.     {
  8268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IntegrationController.php';
  8269.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController'] = $instance = new \Shopware\Core\Framework\Api\Controller\IntegrationController(($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService()));
  8270.         $instance->setContainer($this);
  8271.         return $instance;
  8272.     }
  8273.     /**
  8274.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SalesChannelProxyController' shared service.
  8275.      *
  8276.      * @return \Shopware\Core\Framework\Api\Controller\SalesChannelProxyController
  8277.      */
  8278.     protected function getSalesChannelProxyControllerService()
  8279.     {
  8280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SalesChannelProxyController.php';
  8281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/ApiOrderCartService.php';
  8282.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  8283.         $b = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  8284.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\SalesChannelProxyController'] = $instance = new \Shopware\Core\Framework\Api\Controller\SalesChannelProxyController(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), $a, ($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? $this->getSalesChannelRequestContextResolverService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Shopware\Core\Checkout\Cart\ApiOrderCartService($b$a), ($this->services['FourtwosixThemeExtension\\Decorator\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRouteDecorator'] ?? $this->getCartOrderRouteDecoratorService()), $b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8285.         $instance->setContainer($this);
  8286.         return $instance;
  8287.     }
  8288.     /**
  8289.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SyncController' shared service.
  8290.      *
  8291.      * @return \Shopware\Core\Framework\Api\Controller\SyncController
  8292.      */
  8293.     protected function getSyncControllerService()
  8294.     {
  8295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SyncController.php';
  8296.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\SyncController'] = $instance = new \Shopware\Core\Framework\Api\Controller\SyncController(($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  8297.         $instance->setContainer($this);
  8298.         return $instance;
  8299.     }
  8300.     /**
  8301.      * Gets the public 'Shopware\Core\Framework\Api\Controller\UserController' shared service.
  8302.      *
  8303.      * @return \Shopware\Core\Framework\Api\Controller\UserController
  8304.      */
  8305.     protected function getUserControllerService()
  8306.     {
  8307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/UserController.php';
  8308.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\UserController'] = $instance = new \Shopware\Core\Framework\Api\Controller\UserController(($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->services['acl_user_role.repository'] ?? $this->getAclUserRole_RepositoryService()), ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService()), ($this->services['user_access_key.repository'] ?? $this->getUserAccessKey_RepositoryService()), ($this->services['Shopware\\Core\\System\\User\\UserDefinition'] ?? $this->getUserDefinitionService()));
  8309.         $instance->setContainer($this);
  8310.         return $instance;
  8311.     }
  8312.     /**
  8313.      * Gets the public 'Shopware\Core\Framework\Api\Sync\SyncService' shared service.
  8314.      *
  8315.      * @return \Shopware\Core\Framework\Api\Sync\SyncService
  8316.      */
  8317.     protected function getSyncServiceService()
  8318.     {
  8319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncServiceInterface.php';
  8320.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncService.php';
  8321.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  8322.         if (isset($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'])) {
  8323.             return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'];
  8324.         }
  8325.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8326.         if (isset($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'])) {
  8327.             return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'];
  8328.         }
  8329.         return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] = new \Shopware\Core\Framework\Api\Sync\SyncService(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] ?? $this->getApiVersionConverterService()), $a$b);
  8330.     }
  8331.     /**
  8332.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  8333.      *
  8334.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  8335.      */
  8336.     protected function getActionButtonTranslationDefinitionService()
  8337.     {
  8338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  8340.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  8341.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8342.         return $instance;
  8343.     }
  8344.     /**
  8345.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  8346.      *
  8347.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  8348.      */
  8349.     protected function getActionButtonDefinitionService()
  8350.     {
  8351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  8352.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  8353.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8354.         return $instance;
  8355.     }
  8356.     /**
  8357.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  8358.      *
  8359.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  8360.      */
  8361.     protected function getAppPaymentMethodDefinitionService()
  8362.     {
  8363.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  8364.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8365.         return $instance;
  8366.     }
  8367.     /**
  8368.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  8369.      *
  8370.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  8371.      */
  8372.     protected function getAppScriptConditionTranslationDefinitionService()
  8373.     {
  8374.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8375.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  8376.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  8377.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8378.         return $instance;
  8379.     }
  8380.     /**
  8381.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  8382.      *
  8383.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  8384.      */
  8385.     protected function getAppScriptConditionDefinitionService()
  8386.     {
  8387.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  8388.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  8389.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8390.         return $instance;
  8391.     }
  8392.     /**
  8393.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  8394.      *
  8395.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  8396.      */
  8397.     protected function getAppTranslationDefinitionService()
  8398.     {
  8399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  8401.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  8402.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8403.         return $instance;
  8404.     }
  8405.     /**
  8406.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  8407.      *
  8408.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  8409.      */
  8410.     protected function getAppCmsBlockTranslationDefinitionService()
  8411.     {
  8412.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  8414.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  8415.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8416.         return $instance;
  8417.     }
  8418.     /**
  8419.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  8420.      *
  8421.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  8422.      */
  8423.     protected function getAppCmsBlockDefinitionService()
  8424.     {
  8425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  8426.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  8427.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8428.         return $instance;
  8429.     }
  8430.     /**
  8431.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  8432.      *
  8433.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  8434.      */
  8435.     protected function getAppFlowActionTranslationDefinitionService()
  8436.     {
  8437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8438.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  8439.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  8440.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8441.         return $instance;
  8442.     }
  8443.     /**
  8444.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  8445.      *
  8446.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  8447.      */
  8448.     protected function getAppFlowActionDefinitionService()
  8449.     {
  8450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  8451.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  8452.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8453.         return $instance;
  8454.     }
  8455.     /**
  8456.      * Gets the public 'Shopware\Core\Framework\App\Api\AppActionController' shared service.
  8457.      *
  8458.      * @return \Shopware\Core\Framework\App\Api\AppActionController
  8459.      */
  8460.     protected function getAppActionControllerService()
  8461.     {
  8462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppActionController.php';
  8463.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/ActionButtonLoader.php';
  8464.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/AppActionLoader.php';
  8465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Manifest/ModuleLoader.php';
  8466.         $a = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  8467.         $b = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  8468.         $this->services['Shopware\\Core\\Framework\\App\\Api\\AppActionController'] = $instance = new \Shopware\Core\Framework\App\Api\AppActionController(new \Shopware\Core\Framework\App\ActionButton\ActionButtonLoader($a), new \Shopware\Core\Framework\App\ActionButton\AppActionLoader($this->getEnv('APP_URL'), $a$b), ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Executor'] ?? $this->getExecutorService()), new \Shopware\Core\Framework\App\Manifest\ModuleLoader(($this->services['app.repository'] ?? $this->getApp_RepositoryService()), $b, ($this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] ?? $this->getQuerySignerService())));
  8469.         $instance->setContainer($this);
  8470.         return $instance;
  8471.     }
  8472.     /**
  8473.      * Gets the public 'Shopware\Core\Framework\App\Api\AppCmsController' shared service.
  8474.      *
  8475.      * @return \Shopware\Core\Framework\App\Api\AppCmsController
  8476.      */
  8477.     protected function getAppCmsControllerService()
  8478.     {
  8479.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppCmsController.php';
  8480.         $this->services['Shopware\\Core\\Framework\\App\\Api\\AppCmsController'] = $instance = new \Shopware\Core\Framework\App\Api\AppCmsController(($this->services['app_cms_block.repository'] ?? $this->getAppCmsBlock_RepositoryService()));
  8481.         $instance->setContainer($this);
  8482.         return $instance;
  8483.     }
  8484.     /**
  8485.      * Gets the public 'Shopware\Core\Framework\App\Api\AppUrlChangeController' shared service.
  8486.      *
  8487.      * @return \Shopware\Core\Framework\App\Api\AppUrlChangeController
  8488.      */
  8489.     protected function getAppUrlChangeControllerService()
  8490.     {
  8491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppUrlChangeController.php';
  8492.         $this->services['Shopware\\Core\\Framework\\App\\Api\\AppUrlChangeController'] = $instance = new \Shopware\Core\Framework\App\Api\AppUrlChangeController(($this->services['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver'] ?? $this->getResolverService()), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()));
  8493.         $instance->setContainer($this);
  8494.         return $instance;
  8495.     }
  8496.     /**
  8497.      * Gets the public 'Shopware\Core\Framework\App\AppDefinition' shared service.
  8498.      *
  8499.      * @return \Shopware\Core\Framework\App\AppDefinition
  8500.      */
  8501.     protected function getAppDefinitionService()
  8502.     {
  8503.         $this->services['Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  8504.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8505.         return $instance;
  8506.     }
  8507.     /**
  8508.      * Gets the public 'Shopware\Core\Framework\App\AppLocaleProvider' shared service.
  8509.      *
  8510.      * @return \Shopware\Core\Framework\App\AppLocaleProvider
  8511.      */
  8512.     protected function getAppLocaleProviderService()
  8513.     {
  8514.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  8515.         if (isset($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'])) {
  8516.             return $this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'];
  8517.         }
  8518.         return $this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] = new \Shopware\Core\Framework\App\AppLocaleProvider($a, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  8519.     }
  8520.     /**
  8521.      * Gets the public 'Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver' shared service.
  8522.      *
  8523.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver
  8524.      */
  8525.     protected function getResolverService()
  8526.     {
  8527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/Resolver.php';
  8528.         return $this->services['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver(new RewindableGenerator(function () {
  8529.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\MoveShopPermanentlyStrategy'] ?? $this->getMoveShopPermanentlyStrategyService());
  8530.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\ReinstallAppsStrategy'] ?? $this->getReinstallAppsStrategyService());
  8531.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\UninstallAppsStrategy'] ?? $this->getUninstallAppsStrategyService());
  8532.         }, 3));
  8533.     }
  8534.     /**
  8535.      * Gets the public 'Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider' shared service.
  8536.      *
  8537.      * @return \Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider
  8538.      */
  8539.     protected function getAppFlowActionProviderService()
  8540.     {
  8541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/FlowAction/AppFlowActionProvider.php';
  8542.         return $this->services['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionProvider'] = new \Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Webhook\\BusinessEventEncoder'] ?? $this->getBusinessEventEncoderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService()));
  8543.     }
  8544.     /**
  8545.      * Gets the public 'Shopware\Core\Framework\App\ShopId\ShopIdProvider' shared service.
  8546.      *
  8547.      * @return \Shopware\Core\Framework\App\ShopId\ShopIdProvider
  8548.      */
  8549.     protected function getShopIdProviderService()
  8550.     {
  8551.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  8552.         if (isset($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'])) {
  8553.             return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'];
  8554.         }
  8555.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  8556.         if (isset($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'])) {
  8557.             return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'];
  8558.         }
  8559.         return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] = new \Shopware\Core\Framework\App\ShopId\ShopIdProvider($a$b);
  8560.     }
  8561.     /**
  8562.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  8563.      *
  8564.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  8565.      */
  8566.     protected function getTemplateDefinitionService()
  8567.     {
  8568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  8569.         $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  8570.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8571.         return $instance;
  8572.     }
  8573.     /**
  8574.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateStateService' shared service.
  8575.      *
  8576.      * @return \Shopware\Core\Framework\App\Template\TemplateStateService
  8577.      */
  8578.     protected function getTemplateStateServiceService()
  8579.     {
  8580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateStateService.php';
  8581.         $a = ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService());
  8582.         if (isset($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'])) {
  8583.             return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'];
  8584.         }
  8585.         return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] = new \Shopware\Core\Framework\App\Template\TemplateStateService($a);
  8586.     }
  8587.     /**
  8588.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator' shared service.
  8589.      *
  8590.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator
  8591.      */
  8592.     protected function getEntityCacheKeyGeneratorService()
  8593.     {
  8594.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator();
  8595.     }
  8596.     /**
  8597.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator' shared service.
  8598.      *
  8599.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator
  8600.      */
  8601.     protected function getEntityHydratorService()
  8602.     {
  8603.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator($this);
  8604.     }
  8605.     /**
  8606.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder' shared service.
  8607.      *
  8608.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder
  8609.      */
  8610.     protected function getConfigJsonFieldAccessorBuilderService()
  8611.     {
  8612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  8613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  8614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/ConfigJsonFieldAccessorBuilder.php';
  8615.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\ConfigJsonFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  8616.     }
  8617.     /**
  8618.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder' shared service.
  8619.      *
  8620.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder
  8621.      */
  8622.     protected function getCustomFieldsAccessorBuilderService()
  8623.     {
  8624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  8625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  8626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/CustomFieldsAccessorBuilder.php';
  8627.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\CustomFieldsAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder(($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  8628.     }
  8629.     /**
  8630.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder' shared service.
  8631.      *
  8632.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder
  8633.      */
  8634.     protected function getDefaultFieldAccessorBuilderService()
  8635.     {
  8636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  8637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/DefaultFieldAccessorBuilder.php';
  8638.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder();
  8639.     }
  8640.     /**
  8641.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder' shared service.
  8642.      *
  8643.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder
  8644.      */
  8645.     protected function getJsonFieldAccessorBuilderService()
  8646.     {
  8647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  8648.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  8649.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\JsonFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  8650.     }
  8651.     /**
  8652.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder' shared service.
  8653.      *
  8654.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder
  8655.      */
  8656.     protected function getPriceFieldAccessorBuilderService()
  8657.     {
  8658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  8659.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/PriceFieldAccessorBuilder.php';
  8660.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\PriceFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  8661.     }
  8662.     /**
  8663.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver' shared service.
  8664.      *
  8665.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver
  8666.      */
  8667.     protected function getManyToManyAssociationFieldResolverService()
  8668.     {
  8669.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  8670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToManyAssociationFieldResolver.php';
  8671.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver();
  8672.     }
  8673.     /**
  8674.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver' shared service.
  8675.      *
  8676.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver
  8677.      */
  8678.     protected function getManyToOneAssociationFieldResolverService()
  8679.     {
  8680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  8681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToOneAssociationFieldResolver.php';
  8682.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToOneAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())));
  8683.     }
  8684.     /**
  8685.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver' shared service.
  8686.      *
  8687.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver
  8688.      */
  8689.     protected function getOneToManyAssociationFieldResolverService()
  8690.     {
  8691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  8692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/OneToManyAssociationFieldResolver.php';
  8693.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver();
  8694.     }
  8695.     /**
  8696.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver' shared service.
  8697.      *
  8698.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver
  8699.      */
  8700.     protected function getTranslationFieldResolverService()
  8701.     {
  8702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  8703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/TranslationFieldResolver.php';
  8704.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver();
  8705.     }
  8706.     /**
  8707.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder' shared service.
  8708.      *
  8709.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder
  8710.      */
  8711.     protected function getJoinGroupBuilderService()
  8712.     {
  8713.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder();
  8714.     }
  8715.     /**
  8716.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry' shared service.
  8717.      *
  8718.      * @return \Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry
  8719.      */
  8720.     protected function getDefinitionInstanceRegistryService()
  8721.     {
  8722.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry($this, ['log_entry' => 'Shopware\\Core\\Framework\\Log\\LogEntryDefinition''acl_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition''acl_user_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition''app' => 'Shopware\\Core\\Framework\\App\\AppDefinition''app_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition''app_action_button' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition''app_action_button_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition''app_template' => 'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition''app_payment_method' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition''app_script_condition' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition''app_script_condition_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition''app_cms_block' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition''app_cms_block_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition''app_flow_action' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition''app_flow_action_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition''custom_field' => 'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition''custom_field_set' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition''custom_field_set_relation' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition''version' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition''version_commit' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition''version_commit_data' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition''event_action' => 'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition''event_action_rule' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition''event_action_sales_channel' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition''dead_message' => 'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition''message_queue_stats' => 'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition''plugin' => 'Shopware\\Core\\Framework\\Plugin\\PluginDefinition''plugin_translation' => 'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition''scheduled_task' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition''script' => 'Shopware\\Core\\Framework\\Script\\ScriptDefinition''language' => 'Shopware\\Core\\System\\Language\\LanguageDefinition''seo_url' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition''seo_url_template' => 'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition''main_category' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition''webhook' => 'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition''webhook_event_log' => 'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition''sales_channel' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition''sales_channel_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition''sales_channel_country' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition''sales_channel_currency' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition''sales_channel_domain' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition''sales_channel_language' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition''sales_channel_payment_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition''sales_channel_shipping_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition''sales_channel_type' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition''sales_channel_type_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition''sales_channel_analytics' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition''country' => 'Shopware\\Core\\System\\Country\\CountryDefinition''country_state' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition''country_state_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition''country_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition''currency' => 'Shopware\\Core\\System\\Currency\\CurrencyDefinition''currency_country_rounding' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition''currency_translation' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition''custom_entity' => 'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition''locale' => 'Shopware\\Core\\System\\Locale\\LocaleDefinition''locale_translation' => 'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition''snippet_set' => 'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition''snippet' => 'Shopware\\Core\\System\\Snippet\\SnippetDefinition''salutation' => 'Shopware\\Core\\System\\Salutation\\SalutationDefinition''salutation_translation' => 'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition''tax' => 'Shopware\\Core\\System\\Tax\\TaxDefinition''tax_rule' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition''tax_rule_type' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition''tax_rule_type_translation' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition''unit' => 'Shopware\\Core\\System\\Unit\\UnitDefinition''unit_translation' => 'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition''user' => 'Shopware\\Core\\System\\User\\UserDefinition''user_config' => 'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition''user_access_key' => 'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition''user_recovery' => 'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition''integration' => 'Shopware\\Core\\System\\Integration\\IntegrationDefinition''integration_role' => 'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition''state_machine' => 'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition''state_machine_translation' => 'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition''state_machine_state' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition''state_machine_state_translation' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition''state_machine_transition' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition''state_machine_history' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition''system_config' => 'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition''number_range' => 'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition''number_range_sales_channel' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition''number_range_state' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition''number_range_type' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition''number_range_type_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition''number_range_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition''tag' => 'Shopware\\Core\\System\\Tag\\TagDefinition''category' => 'Shopware\\Core\\Content\\Category\\CategoryDefinition''category_translation' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition''category_tag' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition''media' => 'Shopware\\Core\\Content\\Media\\MediaDefinition''media_default_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition''media_thumbnail' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition''media_translation' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition''media_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition''media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition''media_folder_configuration' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition''media_folder_configuration_media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition''media_tag' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition''product' => 'Shopware\\Core\\Content\\Product\\ProductDefinition''product_stream_mapping' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition''product_category' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition''product_custom_field_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition''product_tag' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition''product_configurator_setting' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition''product_price' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition''product_property' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition''product_search_keyword' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition''product_keyword_dictionary' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition''product_review' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition''product_manufacturer' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition''product_manufacturer_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition''product_media' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition''product_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition''product_option' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition''product_category_tree' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition''product_cross_selling' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition''product_cross_selling_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition''product_cross_selling_assigned_products' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition''product_feature_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition''product_feature_set_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition''product_sorting' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition''product_sorting_translation' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition''product_search_config' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition''product_search_config_field' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition''product_visibility' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition''delivery_time' => 'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition''newsletter_recipient' => 'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition''newsletter_recipient_tag' => 'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition''rule' => 'Shopware\\Core\\Content\\Rule\\RuleDefinition''rule_condition' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition''rule_tag' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition''product_stream' => 'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition''product_stream_translation' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition''product_stream_filter' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition''product_export' => 'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition''property_group' => 'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition''property_group_option' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition''property_group_option_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition''property_group_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition''cms_page' => 'Shopware\\Core\\Content\\Cms\\CmsPageDefinition''cms_page_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition''cms_section' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition''cms_block' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition''cms_slot' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition''cms_slot_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition''mail_template' => 'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition''mail_template_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition''mail_template_type' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition''mail_template_type_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition''mail_template_media' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition''mail_header_footer' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition''mail_header_footer_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition''delivery_time_translation' => 'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition''import_export_profile' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition''import_export_log' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition''import_export_file' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition''import_export_profile_translation' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition''landing_page' => 'Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition''landing_page_translation' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition''landing_page_tag' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition''landing_page_sales_channel' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition''flow' => 'Shopware\\Core\\Content\\Flow\\FlowDefinition''flow_sequence' => 'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition''customer' => 'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition''customer_group_translation' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition''customer_address' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition''customer_recovery' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition''customer_group' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition''customer_group_registration_sales_channels' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition''customer_tag' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition''customer_wishlist' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition''customer_wishlist_product' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition''document' => 'Shopware\\Core\\Checkout\\Document\\DocumentDefinition''document_type' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition''document_type_translation' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition''document_base_config' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition''document_base_config_sales_channel' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition''order' => 'Shopware\\Core\\Checkout\\Order\\OrderDefinition''order_address' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition''order_customer' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition''order_delivery' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition''order_delivery_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition''order_line_item' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition''order_tag' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition''order_transaction' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition''order_transaction_capture' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition''order_transaction_capture_refund' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition''order_transaction_capture_refund_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition''payment_method' => 'Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition''payment_method_translation' => 'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition''promotion' => 'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition''promotion_sales_channel' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition''promotion_individual_code' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition''promotion_discount' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition''promotion_discount_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition''promotion_setgroup' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition''promotion_setgroup_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition''promotion_order_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition''promotion_persona_customer' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition''promotion_persona_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition''promotion_cart_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition''promotion_translation' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition''promotion_discount_prices' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition''shipping_method' => 'Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition''shipping_method_tag' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition''shipping_method_price' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition''shipping_method_translation' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition''app_administration_snippet' => 'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition''notification' => 'Shopware\\Administration\\Notification\\NotificationDefinition''theme' => 'Shopware\\Storefront\\Theme\\ThemeDefinition''theme_translation' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition''theme_sales_channel' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition''theme_media' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition''theme_child' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition''swag_language_pack_language' => 'Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition''frosh_mail_archive' => 'Frosh\\MailArchive\\Content\\MailArchive\\MailArchiveDefinition''swag_paypal_pos_sales_channel' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition''swag_paypal_pos_sales_channel_inventory' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition''swag_paypal_pos_sales_channel_run' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition''swag_paypal_pos_sales_channel_run_log' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition''swag_paypal_pos_sales_channel_media' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition''swag_paypal_pos_sales_channel_product' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition''cms_factory_element' => 'AkuCmsFactory\\Element\\CmsFactoryElementDefinition''coe_country_zip_validation' => 'CoeAccountOrtPlzSw6\\Core\\System\\Country\\CountryZipValidationDefintion''acris_tax_customer_group_rule' => 'Acris\\Tax\\Custom\\TaxCustomerGroupRuleDefinition''acris_tax_country_rule' => 'Acris\\Tax\\Custom\\TaxCountryRuleDefinition''acris_tax_vat_id_validation_log' => 'Acris\\Tax\\Custom\\VatIdValidationLogDefinition''acris_promotion_display' => 'Acris\\Promotion\\Custom\\PromotionDisplayDefinition''fts_payment_cost' => 'Fourtwosix\\PaymentSurcharge\\Core\\Content\\PaymentCost\\PaymentCostDefinition''fts_payment_cost_translation' => 'Fourtwosix\\PaymentSurcharge\\Core\\Content\\PaymentCost\\Aggregate\\PaymentCostTranslation\\PaymentCostTranslationDefinition''fts_attachment' => 'Fourtwosix\\Attachments\\Core\\Content\\Product\\AttachmentDefinition''fts_attachment_translation' => 'Fourtwosix\\Attachments\\Core\\Content\\Product\\Aggregate\\AttachmentTranslation\\AttachmentTranslationDefinition''fts_attachment_language' => 'Fourtwosix\\Attachments\\Core\\Content\\Product\\Aggregate\\AttachmentLanguage\\AttachmentLanguageDefinition''moorl_cms_element_config' => 'MoorlFoundation\\Core\\Content\\CmsElementConfig\\CmsElementConfigDefinition''moorl_location' => 'MoorlFoundation\\Core\\Content\\Location\\LocationDefinition''moorl_location_cache' => 'MoorlFoundation\\Core\\Content\\Location\\LocationCacheDefinition''moorl_sorting' => 'MoorlFoundation\\Core\\Content\\Sorting\\SortingDefinition''moorl_sorting_translation' => 'MoorlFoundation\\Core\\Content\\Sorting\\SortingTranslationDefinition''moorl_marker' => 'MoorlFoundation\\Core\\Content\\Marker\\MarkerDefinition''moorl_client' => 'MoorlFoundation\\Core\\Content\\Client\\ClientDefinition''moorl_fb_form' => 'MoorlForms\\Core\\Content\\Form\\FormDefinition''moorl_fb_form_translation' => 'MoorlForms\\Core\\Content\\Form\\FormTranslationDefinition''moorl_fb_element' => 'MoorlForms\\Core\\Content\\Element\\ElementDefinition''moorl_fb_element_translation' => 'MoorlForms\\Core\\Content\\Element\\ElementTranslationDefinition'], ['log_entry' => 'log_entry.repository''acl_role' => 'acl_role.repository''acl_user_role' => 'acl_user_role.repository''app' => 'app.repository''app_translation' => 'app_translation.repository''app_action_button' => 'app_action_button.repository''app_action_button_translation' => 'app_action_button_translation.repository''app_template' => 'app_template.repository''app_payment_method' => 'app_payment_method.repository''app_script_condition' => 'app_script_condition.repository''app_script_condition_translation' => 'app_script_condition_translation.repository''app_cms_block' => 'app_cms_block.repository''app_cms_block_translation' => 'app_cms_block_translation.repository''app_flow_action' => 'app_flow_action.repository''app_flow_action_translation' => 'app_flow_action_translation.repository''custom_field' => 'custom_field.repository''custom_field_set' => 'custom_field_set.repository''custom_field_set_relation' => 'custom_field_set_relation.repository''version' => 'version.repository''version_commit' => 'version_commit.repository''version_commit_data' => 'version_commit_data.repository''event_action' => 'event_action.repository''event_action_rule' => 'event_action_rule.repository''event_action_sales_channel' => 'event_action_sales_channel.repository''dead_message' => 'dead_message.repository''message_queue_stats' => 'message_queue_stats.repository''plugin' => 'plugin.repository''plugin_translation' => 'plugin_translation.repository''scheduled_task' => 'scheduled_task.repository''script' => 'script.repository''language' => 'language.repository''seo_url' => 'seo_url.repository''seo_url_template' => 'seo_url_template.repository''main_category' => 'main_category.repository''webhook' => 'webhook.repository''webhook_event_log' => 'webhook_event_log.repository''sales_channel' => 'sales_channel.repository''sales_channel_translation' => 'sales_channel_translation.repository''sales_channel_country' => 'sales_channel_country.repository''sales_channel_currency' => 'sales_channel_currency.repository''sales_channel_domain' => 'sales_channel_domain.repository''sales_channel_language' => 'sales_channel_language.repository''sales_channel_payment_method' => 'sales_channel_payment_method.repository''sales_channel_shipping_method' => 'sales_channel_shipping_method.repository''sales_channel_type' => 'sales_channel_type.repository''sales_channel_type_translation' => 'sales_channel_type_translation.repository''sales_channel_analytics' => 'sales_channel_analytics.repository''country' => 'country.repository''country_state' => 'country_state.repository''country_state_translation' => 'country_state_translation.repository''country_translation' => 'country_translation.repository''currency' => 'currency.repository''currency_country_rounding' => 'currency_country_rounding.repository''currency_translation' => 'currency_translation.repository''custom_entity' => 'custom_entity.repository''locale' => 'locale.repository''locale_translation' => 'locale_translation.repository''snippet_set' => 'snippet_set.repository''snippet' => 'snippet.repository''salutation' => 'salutation.repository''salutation_translation' => 'salutation_translation.repository''tax' => 'tax.repository''tax_rule' => 'tax_rule.repository''tax_rule_type' => 'tax_rule_type.repository''tax_rule_type_translation' => 'tax_rule_type_translation.repository''unit' => 'unit.repository''unit_translation' => 'unit_translation.repository''user' => 'user.repository''user_config' => 'user_config.repository''user_access_key' => 'user_access_key.repository''user_recovery' => 'user_recovery.repository''integration' => 'integration.repository''integration_role' => 'integration_role.repository''state_machine' => 'state_machine.repository''state_machine_translation' => 'state_machine_translation.repository''state_machine_state' => 'state_machine_state.repository''state_machine_state_translation' => 'state_machine_state_translation.repository''state_machine_transition' => 'state_machine_transition.repository''state_machine_history' => 'state_machine_history.repository''system_config' => 'system_config.repository''number_range' => 'number_range.repository''number_range_sales_channel' => 'number_range_sales_channel.repository''number_range_state' => 'number_range_state.repository''number_range_type' => 'number_range_type.repository''number_range_type_translation' => 'number_range_type_translation.repository''number_range_translation' => 'number_range_translation.repository''tag' => 'tag.repository''category' => 'category.repository''category_translation' => 'category_translation.repository''category_tag' => 'category_tag.repository''media' => 'media.repository''media_default_folder' => 'media_default_folder.repository''media_thumbnail' => 'media_thumbnail.repository''media_translation' => 'media_translation.repository''media_folder' => 'media_folder.repository''media_thumbnail_size' => 'media_thumbnail_size.repository''media_folder_configuration' => 'media_folder_configuration.repository''media_folder_configuration_media_thumbnail_size' => 'media_folder_configuration_media_thumbnail_size.repository''media_tag' => 'media_tag.repository''product' => 'product.repository''product_stream_mapping' => 'product_stream_mapping.repository''product_category' => 'product_category.repository''product_custom_field_set' => 'product_custom_field_set.repository''product_tag' => 'product_tag.repository''product_configurator_setting' => 'product_configurator_setting.repository''product_price' => 'product_price.repository''product_property' => 'product_property.repository''product_search_keyword' => 'product_search_keyword.repository''product_keyword_dictionary' => 'product_keyword_dictionary.repository''product_review' => 'product_review.repository''product_manufacturer' => 'product_manufacturer.repository''product_manufacturer_translation' => 'product_manufacturer_translation.repository''product_media' => 'product_media.repository''product_translation' => 'product_translation.repository''product_option' => 'product_option.repository''product_category_tree' => 'product_category_tree.repository''product_cross_selling' => 'product_cross_selling.repository''product_cross_selling_translation' => 'product_cross_selling_translation.repository''product_cross_selling_assigned_products' => 'product_cross_selling_assigned_products.repository''product_feature_set' => 'product_feature_set.repository''product_feature_set_translation' => 'product_feature_set_translation.repository''product_sorting' => 'product_sorting.repository''product_sorting_translation' => 'product_sorting_translation.repository''product_search_config' => 'product_search_config.repository''product_search_config_field' => 'product_search_config_field.repository''product_visibility' => 'product_visibility.repository''delivery_time' => 'delivery_time.repository''newsletter_recipient' => 'newsletter_recipient.repository''newsletter_recipient_tag' => 'newsletter_recipient_tag.repository''rule' => 'rule.repository''rule_condition' => 'rule_condition.repository''rule_tag' => 'rule_tag.repository''product_stream' => 'product_stream.repository''product_stream_translation' => 'product_stream_translation.repository''product_stream_filter' => 'product_stream_filter.repository''product_export' => 'product_export.repository''property_group' => 'property_group.repository''property_group_option' => 'property_group_option.repository''property_group_option_translation' => 'property_group_option_translation.repository''property_group_translation' => 'property_group_translation.repository''cms_page' => 'cms_page.repository''cms_page_translation' => 'cms_page_translation.repository''cms_section' => 'cms_section.repository''cms_block' => 'cms_block.repository''cms_slot' => 'cms_slot.repository''cms_slot_translation' => 'cms_slot_translation.repository''mail_template' => 'mail_template.repository''mail_template_translation' => 'mail_template_translation.repository''mail_template_type' => 'mail_template_type.repository''mail_template_type_translation' => 'mail_template_type_translation.repository''mail_template_media' => 'mail_template_media.repository''mail_header_footer' => 'mail_header_footer.repository''mail_header_footer_translation' => 'mail_header_footer_translation.repository''delivery_time_translation' => 'delivery_time_translation.repository''import_export_profile' => 'import_export_profile.repository''import_export_log' => 'import_export_log.repository''import_export_file' => 'import_export_file.repository''import_export_profile_translation' => 'import_export_profile_translation.repository''landing_page' => 'landing_page.repository''landing_page_translation' => 'landing_page_translation.repository''landing_page_tag' => 'landing_page_tag.repository''landing_page_sales_channel' => 'landing_page_sales_channel.repository''flow' => 'flow.repository''flow_sequence' => 'flow_sequence.repository''customer' => 'customer.repository''customer_group_translation' => 'customer_group_translation.repository''customer_address' => 'customer_address.repository''customer_recovery' => 'customer_recovery.repository''customer_group' => 'customer_group.repository''customer_group_registration_sales_channels' => 'customer_group_registration_sales_channels.repository''customer_tag' => 'customer_tag.repository''customer_wishlist' => 'customer_wishlist.repository''customer_wishlist_product' => 'customer_wishlist_product.repository''document' => 'document.repository''document_type' => 'document_type.repository''document_type_translation' => 'document_type_translation.repository''document_base_config' => 'document_base_config.repository''document_base_config_sales_channel' => 'document_base_config_sales_channel.repository''order' => 'order.repository''order_address' => 'order_address.repository''order_customer' => 'order_customer.repository''order_delivery' => 'order_delivery.repository''order_delivery_position' => 'order_delivery_position.repository''order_line_item' => 'order_line_item.repository''order_tag' => 'order_tag.repository''order_transaction' => 'order_transaction.repository''order_transaction_capture' => 'order_transaction_capture.repository''order_transaction_capture_refund' => 'order_transaction_capture_refund.repository''order_transaction_capture_refund_position' => 'order_transaction_capture_refund_position.repository''payment_method' => 'payment_method.repository''payment_method_translation' => 'payment_method_translation.repository''promotion' => 'promotion.repository''promotion_sales_channel' => 'promotion_sales_channel.repository''promotion_individual_code' => 'promotion_individual_code.repository''promotion_discount' => 'promotion_discount.repository''promotion_discount_rule' => 'promotion_discount_rule.repository''promotion_setgroup' => 'promotion_setgroup.repository''promotion_setgroup_rule' => 'promotion_setgroup_rule.repository''promotion_order_rule' => 'promotion_order_rule.repository''promotion_persona_customer' => 'promotion_persona_customer.repository''promotion_persona_rule' => 'promotion_persona_rule.repository''promotion_cart_rule' => 'promotion_cart_rule.repository''promotion_translation' => 'promotion_translation.repository''promotion_discount_prices' => 'promotion_discount_prices.repository''shipping_method' => 'shipping_method.repository''shipping_method_tag' => 'shipping_method_tag.repository''shipping_method_price' => 'shipping_method_price.repository''shipping_method_translation' => 'shipping_method_translation.repository''app_administration_snippet' => 'app_administration_snippet.repository''notification' => 'notification.repository''theme' => 'theme.repository''theme_translation' => 'theme_translation.repository''theme_sales_channel' => 'theme_sales_channel.repository''theme_media' => 'theme_media.repository''theme_child' => 'theme_child.repository''swag_language_pack_language' => 'swag_language_pack_language.repository''frosh_mail_archive' => 'frosh_mail_archive.repository''swag_paypal_pos_sales_channel' => 'swag_paypal_pos_sales_channel.repository''swag_paypal_pos_sales_channel_inventory' => 'swag_paypal_pos_sales_channel_inventory.repository''swag_paypal_pos_sales_channel_run' => 'swag_paypal_pos_sales_channel_run.repository''swag_paypal_pos_sales_channel_run_log' => 'swag_paypal_pos_sales_channel_run_log.repository''swag_paypal_pos_sales_channel_media' => 'swag_paypal_pos_sales_channel_media.repository''swag_paypal_pos_sales_channel_product' => 'swag_paypal_pos_sales_channel_product.repository''cms_factory_element' => 'cms_factory_element.repository''coe_country_zip_validation' => 'coe_country_zip_validation.repository''acris_tax_customer_group_rule' => 'acris_tax_customer_group_rule.repository''acris_tax_country_rule' => 'acris_tax_country_rule.repository''acris_tax_vat_id_validation_log' => 'acris_tax_vat_id_validation_log.repository''acris_promotion_display' => 'acris_promotion_display.repository''fts_payment_cost' => 'fts_payment_cost.repository''fts_payment_cost_translation' => 'fts_payment_cost_translation.repository''fts_attachment' => 'fts_attachment.repository''fts_attachment_translation' => 'fts_attachment_translation.repository''fts_attachment_language' => 'fts_attachment_language.repository''moorl_cms_element_config' => 'moorl_cms_element_config.repository''moorl_location' => 'moorl_location.repository''moorl_location_cache' => 'moorl_location_cache.repository''moorl_sorting' => 'moorl_sorting.repository''moorl_sorting_translation' => 'moorl_sorting_translation.repository''moorl_marker' => 'moorl_marker.repository''moorl_client' => 'moorl_client.repository''moorl_fb_form' => 'moorl_fb_form.repository''moorl_fb_form_translation' => 'moorl_fb_form_translation.repository''moorl_fb_element' => 'moorl_fb_element.repository''moorl_fb_element_translation' => 'moorl_fb_element_translation.repository']);
  8723.     }
  8724.     /**
  8725.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory' shared service.
  8726.      *
  8727.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory
  8728.      */
  8729.     protected function getEntityLoadedEventFactoryService()
  8730.     {
  8731.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] = new \Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8732.     }
  8733.     /**
  8734.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry' shared service.
  8735.      *
  8736.      * @return \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry
  8737.      */
  8738.     protected function getExtensionRegistryService()
  8739.     {
  8740.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php';
  8741.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry(new RewindableGenerator(function () {
  8742.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] = new \Shopware\Administration\Notification\Extension\IntegrationExtension()));
  8743.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] = new \Shopware\Administration\Notification\Extension\UserExtension()));
  8744.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] = new \Shopware\Storefront\Theme\Extension\SalesChannelExtension()));
  8745.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] = new \Shopware\Storefront\Theme\Extension\LanguageExtension()));
  8746.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] = new \Shopware\Storefront\Theme\Extension\MediaExtension()));
  8747.             yield => ($this->privates['Swag\\LanguagePack\\Extension\\LanguageExtension'] ?? ($this->privates['Swag\\LanguagePack\\Extension\\LanguageExtension'] = new \Swag\LanguagePack\Extension\LanguageExtension()));
  8748.             yield => ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\SalesChannelExtension'] ?? ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\SalesChannelExtension'] = new \Swag\PayPal\Pos\DataAbstractionLayer\Extension\SalesChannelExtension()));
  8749.             yield => ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\ProductExtension'] ?? ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\ProductExtension'] = new \Swag\PayPal\Pos\DataAbstractionLayer\Extension\ProductExtension()));
  8750.             yield => ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\ProductStreamExtension'] ?? ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\ProductStreamExtension'] = new \Swag\PayPal\Pos\DataAbstractionLayer\Extension\ProductStreamExtension()));
  8751.             yield => ($this->privates['CoeAccountOrtPlzSw6\\Core\\System\\Country\\CountryExtension'] ?? ($this->privates['CoeAccountOrtPlzSw6\\Core\\System\\Country\\CountryExtension'] = new \CoeAccountOrtPlzSw6\Core\System\Country\CountryExtension()));
  8752.             yield 10 => ($this->privates['Acris\\Tax\\Core\\Content\\Rule\\RuleExtension'] ?? ($this->privates['Acris\\Tax\\Core\\Content\\Rule\\RuleExtension'] = new \Acris\Tax\Core\Content\Rule\RuleExtension()));
  8753.             yield 11 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupExtension'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupExtension'] = new \Acris\Tax\Core\Checkout\Customer\Aggregate\CustomerGroupExtension()));
  8754.             yield 12 => ($this->privates['Acris\\Tax\\Core\\System\\Country\\CountryExtension'] ?? ($this->privates['Acris\\Tax\\Core\\System\\Country\\CountryExtension'] = new \Acris\Tax\Core\System\Country\CountryExtension()));
  8755.             yield 13 => ($this->privates['Acris\\Tax\\Custom\\CustomerExtension'] ?? ($this->privates['Acris\\Tax\\Custom\\CustomerExtension'] = new \Acris\Tax\Custom\CustomerExtension()));
  8756.             yield 14 => ($this->privates['Acris\\Promotion\\Custom\\PromotionExtension'] ?? ($this->privates['Acris\\Promotion\\Custom\\PromotionExtension'] = new \Acris\Promotion\Custom\PromotionExtension()));
  8757.             yield 15 => ($this->privates['Fourtwosix\\Attachments\\Extension\\Content\\Product\\ProductExtension'] ?? ($this->privates['Fourtwosix\\Attachments\\Extension\\Content\\Product\\ProductExtension'] = new \Fourtwosix\Attachments\Extension\Content\Product\ProductExtension()));
  8758.             yield 16 => ($this->privates['Fourtwosix\\Attachments\\Extension\\Content\\Language\\LanguageExtension'] ?? ($this->privates['Fourtwosix\\Attachments\\Extension\\Content\\Language\\LanguageExtension'] = new \Fourtwosix\Attachments\Extension\Content\Language\LanguageExtension()));
  8759.         }, 17));
  8760.     }
  8761.     /**
  8762.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory' shared service.
  8763.      *
  8764.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory
  8765.      */
  8766.     protected function getRepositoryFacadeHookFactoryService()
  8767.     {
  8768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  8769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryFacadeHookFactory.php';
  8770.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryFacadeHookFactory'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\AppContextCreator'] ?? $this->getAppContextCreatorService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()), ($this->services['Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator'] ?? $this->getAclCriteriaValidatorService()));
  8771.     }
  8772.     /**
  8773.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory' shared service.
  8774.      *
  8775.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory
  8776.      */
  8777.     protected function getRepositoryWriterFacadeHookFactoryService()
  8778.     {
  8779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  8780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryWriterFacadeHookFactory.php';
  8781.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryWriterFacadeHookFactory'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\AppContextCreator'] ?? $this->getAppContextCreatorService()), ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService()));
  8782.     }
  8783.     /**
  8784.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory' shared service.
  8785.      *
  8786.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory
  8787.      */
  8788.     protected function getSalesChannelRepositoryFacadeHookFactoryService()
  8789.     {
  8790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  8791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/SalesChannelRepositoryFacadeHookFactory.php';
  8792.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\SalesChannelRepositoryFacadeHookFactory'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()));
  8793.     }
  8794.     /**
  8795.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer' shared service.
  8796.      *
  8797.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer
  8798.      */
  8799.     protected function getBlobFieldSerializerService()
  8800.     {
  8801.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BlobFieldSerializer.php';
  8803.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer();
  8804.     }
  8805.     /**
  8806.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer' shared service.
  8807.      *
  8808.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer
  8809.      */
  8810.     protected function getBoolFieldSerializerService()
  8811.     {
  8812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8813.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BoolFieldSerializer.php';
  8815.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BoolFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8816.     }
  8817.     /**
  8818.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer' shared service.
  8819.      *
  8820.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer
  8821.      */
  8822.     protected function getCalculatedPriceFieldSerializerService()
  8823.     {
  8824.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  8827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CalculatedPriceFieldSerializer.php';
  8828.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CalculatedPriceFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8829.     }
  8830.     /**
  8831.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer' shared service.
  8832.      *
  8833.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer
  8834.      */
  8835.     protected function getCartPriceFieldSerializerService()
  8836.     {
  8837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8838.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  8840.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CartPriceFieldSerializer.php';
  8841.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CartPriceFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8842.     }
  8843.     /**
  8844.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer' shared service.
  8845.      *
  8846.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer
  8847.      */
  8848.     protected function getCashRoundingConfigFieldSerializerService()
  8849.     {
  8850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8852.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  8853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CashRoundingConfigFieldSerializer.php';
  8854.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CashRoundingConfigFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8855.     }
  8856.     /**
  8857.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer' shared service.
  8858.      *
  8859.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer
  8860.      */
  8861.     protected function getConfigJsonFieldSerializerService()
  8862.     {
  8863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  8866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ConfigJsonFieldSerializer.php';
  8867.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ConfigJsonFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8868.     }
  8869.     /**
  8870.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer' shared service.
  8871.      *
  8872.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer
  8873.      */
  8874.     protected function getCreatedAtFieldSerializerService()
  8875.     {
  8876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  8879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedAtFieldSerializer.php';
  8880.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedAtFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8881.     }
  8882.     /**
  8883.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer' shared service.
  8884.      *
  8885.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer
  8886.      */
  8887.     protected function getCreatedByFieldSerializerService()
  8888.     {
  8889.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  8892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedByFieldSerializer.php';
  8893.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedByFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8894.     }
  8895.     /**
  8896.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer' shared service.
  8897.      *
  8898.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer
  8899.      */
  8900.     protected function getCustomFieldsSerializerService()
  8901.     {
  8902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8904.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  8905.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CustomFieldsSerializer.php';
  8906.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  8907.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'])) {
  8908.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'];
  8909.         }
  8910.         $b = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService());
  8911.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'])) {
  8912.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'];
  8913.         }
  8914.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $a, ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService()), $b);
  8915.     }
  8916.     /**
  8917.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer' shared service.
  8918.      *
  8919.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer
  8920.      */
  8921.     protected function getDateFieldSerializerService()
  8922.     {
  8923.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8924.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8925.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializer.php';
  8926.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8927.     }
  8928.     /**
  8929.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer' shared service.
  8930.      *
  8931.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer
  8932.      */
  8933.     protected function getDateTimeFieldSerializerService()
  8934.     {
  8935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  8938.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateTimeFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8939.     }
  8940.     /**
  8941.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer' shared service.
  8942.      *
  8943.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer
  8944.      */
  8945.     protected function getEmailFieldSerializerService()
  8946.     {
  8947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/EmailFieldSerializer.php';
  8950.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\EmailFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8951.     }
  8952.     /**
  8953.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer' shared service.
  8954.      *
  8955.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer
  8956.      */
  8957.     protected function getFkFieldSerializerService()
  8958.     {
  8959.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  8962.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FkFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8963.     }
  8964.     /**
  8965.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer' shared service.
  8966.      *
  8967.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer
  8968.      */
  8969.     protected function getFloatFieldSerializerService()
  8970.     {
  8971.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FloatFieldSerializer.php';
  8974.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FloatFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8975.     }
  8976.     /**
  8977.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer' shared service.
  8978.      *
  8979.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer
  8980.      */
  8981.     protected function getIdFieldSerializerService()
  8982.     {
  8983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IdFieldSerializer.php';
  8986.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IdFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8987.     }
  8988.     /**
  8989.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer' shared service.
  8990.      *
  8991.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer
  8992.      */
  8993.     protected function getIntFieldSerializerService()
  8994.     {
  8995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IntFieldSerializer.php';
  8998.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IntFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8999.     }
  9000.     /**
  9001.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer' shared service.
  9002.      *
  9003.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer
  9004.      */
  9005.     protected function getJsonFieldSerializerService()
  9006.     {
  9007.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9009.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  9010.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\JsonFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9011.     }
  9012.     /**
  9013.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer' shared service.
  9014.      *
  9015.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer
  9016.      */
  9017.     protected function getListFieldSerializerService()
  9018.     {
  9019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializer.php';
  9022.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ListFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9023.     }
  9024.     /**
  9025.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer' shared service.
  9026.      *
  9027.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer
  9028.      */
  9029.     protected function getLongTextFieldSerializerService()
  9030.     {
  9031.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9032.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9033.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/LongTextFieldSerializer.php';
  9034.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\LongTextFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()));
  9035.     }
  9036.     /**
  9037.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer' shared service.
  9038.      *
  9039.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer
  9040.      */
  9041.     protected function getManyToManyAssociationFieldSerializerService()
  9042.     {
  9043.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9044.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToManyAssociationFieldSerializer.php';
  9045.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToManyAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9046.     }
  9047.     /**
  9048.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer' shared service.
  9049.      *
  9050.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer
  9051.      */
  9052.     protected function getManyToOneAssociationFieldSerializerService()
  9053.     {
  9054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9055.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToOneAssociationFieldSerializer.php';
  9056.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToOneAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9057.     }
  9058.     /**
  9059.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer' shared service.
  9060.      *
  9061.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer
  9062.      */
  9063.     protected function getOneToManyAssociationFieldSerializerService()
  9064.     {
  9065.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  9067.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToManyAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService()));
  9068.     }
  9069.     /**
  9070.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer' shared service.
  9071.      *
  9072.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer
  9073.      */
  9074.     protected function getOneToOneAssociationFieldSerializerService()
  9075.     {
  9076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToOneAssociationFieldSerializer.php';
  9078.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToOneAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9079.     }
  9080.     /**
  9081.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer' shared service.
  9082.      *
  9083.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer
  9084.      */
  9085.     protected function getPHPUnserializeFieldSerializerService()
  9086.     {
  9087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9089.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PHPUnserializeFieldSerializer.php';
  9090.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer();
  9091.     }
  9092.     /**
  9093.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer' shared service.
  9094.      *
  9095.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer
  9096.      */
  9097.     protected function getPasswordFieldSerializerService()
  9098.     {
  9099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PasswordFieldSerializer.php';
  9102.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PasswordFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  9103.     }
  9104.     /**
  9105.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer' shared service.
  9106.      *
  9107.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer
  9108.      */
  9109.     protected function getPriceDefinitionFieldSerializerService()
  9110.     {
  9111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  9114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializer.php';
  9115.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceDefinitionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] ?? $this->getRuleConditionRegistryService()));
  9116.     }
  9117.     /**
  9118.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer' shared service.
  9119.      *
  9120.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer
  9121.      */
  9122.     protected function getPriceFieldSerializerService()
  9123.     {
  9124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9125.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9126.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializer.php';
  9127.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  9128.     }
  9129.     /**
  9130.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer' shared service.
  9131.      *
  9132.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer
  9133.      */
  9134.     protected function getReferenceVersionFieldSerializerService()
  9135.     {
  9136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ReferenceVersionFieldSerializer.php';
  9138.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer();
  9139.     }
  9140.     /**
  9141.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer' shared service.
  9142.      *
  9143.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer
  9144.      */
  9145.     protected function getRemoteAddressFieldSerializerService()
  9146.     {
  9147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/RemoteAddressFieldSerializer.php';
  9150.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\RemoteAddressFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  9151.     }
  9152.     /**
  9153.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer' shared service.
  9154.      *
  9155.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer
  9156.      */
  9157.     protected function getStateMachineStateFieldSerializerService()
  9158.     {
  9159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  9162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StateMachineStateFieldSerializer.php';
  9163.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StateMachineStateFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9164.     }
  9165.     /**
  9166.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer' shared service.
  9167.      *
  9168.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer
  9169.      */
  9170.     protected function getStringFieldSerializerService()
  9171.     {
  9172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StringFieldSerializer.php';
  9175.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StringFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()));
  9176.     }
  9177.     /**
  9178.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer' shared service.
  9179.      *
  9180.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer
  9181.      */
  9182.     protected function getTaxFreeConfigFieldSerializerService()
  9183.     {
  9184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  9187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TaxFreeConfigFieldSerializer.php';
  9188.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TaxFreeConfigFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9189.     }
  9190.     /**
  9191.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer' shared service.
  9192.      *
  9193.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer
  9194.      */
  9195.     protected function getTimeZoneFieldSerializerService()
  9196.     {
  9197.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TimeZoneFieldSerializer.php';
  9200.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TimeZoneFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9201.     }
  9202.     /**
  9203.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer' shared service.
  9204.      *
  9205.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer
  9206.      */
  9207.     protected function getTranslatedFieldSerializerService()
  9208.     {
  9209.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslatedFieldSerializer.php';
  9211.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer();
  9212.     }
  9213.     /**
  9214.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer' shared service.
  9215.      *
  9216.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer
  9217.      */
  9218.     protected function getTranslationsAssociationFieldSerializerService()
  9219.     {
  9220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslationsAssociationFieldSerializer.php';
  9222.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslationsAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService()));
  9223.     }
  9224.     /**
  9225.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer' shared service.
  9226.      *
  9227.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer
  9228.      */
  9229.     protected function getUpdatedAtFieldSerializerService()
  9230.     {
  9231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  9234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedAtFieldSerializer.php';
  9235.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedAtFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9236.     }
  9237.     /**
  9238.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer' shared service.
  9239.      *
  9240.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer
  9241.      */
  9242.     protected function getUpdatedByFieldSerializerService()
  9243.     {
  9244.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9245.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  9247.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedByFieldSerializer.php';
  9248.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedByFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9249.     }
  9250.     /**
  9251.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer' shared service.
  9252.      *
  9253.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer
  9254.      */
  9255.     protected function getVariantListingConfigFieldSerializerService()
  9256.     {
  9257.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VariantListingConfigFieldSerializer.php';
  9260.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VariantListingConfigFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  9261.     }
  9262.     /**
  9263.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer' shared service.
  9264.      *
  9265.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer
  9266.      */
  9267.     protected function getVersionDataPayloadFieldSerializerService()
  9268.     {
  9269.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionDataPayloadFieldSerializer.php';
  9271.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer();
  9272.     }
  9273.     /**
  9274.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer' shared service.
  9275.      *
  9276.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer
  9277.      */
  9278.     protected function getVersionFieldSerializerService()
  9279.     {
  9280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionFieldSerializer.php';
  9282.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer();
  9283.     }
  9284.     /**
  9285.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry' shared service.
  9286.      *
  9287.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry
  9288.      */
  9289.     protected function getEntityIndexerRegistryService()
  9290.     {
  9291.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexerRegistry.php';
  9292.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  9293.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'])) {
  9294.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'];
  9295.         }
  9296.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9297.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'])) {
  9298.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'];
  9299.         }
  9300.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry(new RewindableGenerator(function () {
  9301.             yield => ($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] ?? $this->getLandingPageIndexerService());
  9302.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] ?? $this->getProductIndexerService());
  9303.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'] ?? $this->getCustomerIndexerService());
  9304.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] ?? $this->getSalesChannelIndexerService());
  9305.             yield => ($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] ?? $this->getCategoryIndexerService());
  9306.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] ?? $this->getMediaIndexerService());
  9307.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] ?? $this->getMediaFolderConfigurationIndexerService());
  9308.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] ?? $this->getMediaFolderIndexerService());
  9309.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  9310.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] ?? $this->getNewsletterRecipientIndexerService());
  9311.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  9312.             yield 11 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] ?? $this->getProductStreamIndexerService());
  9313.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  9314.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'] ?? $this->getPaymentMethodIndexerService());
  9315.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] ?? $this->getPromotionIndexerService());
  9316.             yield 15 => ($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] ?? $this->getThemeIndexerService());
  9317.             yield 16 => ($this->privates['MoorlForms\\Core\\Content\\Element\\ElementIndexer'] ?? $this->getElementIndexerService());
  9318.         }, 17), $a$b);
  9319.     }
  9320.     /**
  9321.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Read\EntityReaderInterface' shared service.
  9322.      *
  9323.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader
  9324.      */
  9325.     protected function getEntityReaderInterfaceService()
  9326.     {
  9327.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator($this))), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\SqlQueryParser'] ?? $this->getSqlQueryParserService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\CriteriaQueryBuilder'] ?? $this->getCriteriaQueryBuilderService()), ($this->services['logger'] ?? $this->getLoggerService()));
  9328.     }
  9329.     /**
  9330.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface' shared service.
  9331.      *
  9332.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator
  9333.      */
  9334.     protected function getEntityAggregatorInterfaceService()
  9335.     {
  9336.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  9337.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'])) {
  9338.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'];
  9339.         }
  9340.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  9341.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9342.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'])) {
  9343.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'];
  9344.         }
  9345.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] = new \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator($a, ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())), $b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\CriteriaQueryBuilder'] ?? $this->getCriteriaQueryBuilderService()), $this->getEnv('bool:SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED'), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\SearchTermInterpreter'] ?? $this->getSearchTermInterpreterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\EntityScoreQueryBuilder'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\EntityScoreQueryBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\EntityScoreQueryBuilder()))), new \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregatorHydrator($b), $c);
  9346.     }
  9347.     /**
  9348.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface' shared service.
  9349.      *
  9350.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher
  9351.      */
  9352.     protected function getEntitySearcherInterfaceService()
  9353.     {
  9354.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9355.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'])) {
  9356.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'];
  9357.         }
  9358.         $b = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  9359.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'])) {
  9360.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'];
  9361.         }
  9362.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] = new \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\CriteriaQueryBuilder'] ?? $this->getCriteriaQueryBuilderService())), $b, ($this->privates['Shopware\\Elasticsearch\\Framework\\DataAbstractionLayer\\CriteriaParser'] ?? $this->getCriteriaParserService()), new \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearchHydrator(), $a);
  9363.     }
  9364.     /**
  9365.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\VersionManager' shared service.
  9366.      *
  9367.      * @return \Swag\Security\Fixes\NEXT23915\PatchedVersionManager6430
  9368.      */
  9369.     protected function getVersionManagerService()
  9370.     {
  9371.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9372.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  9373.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  9374.         }
  9375.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  9376.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  9377.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  9378.         }
  9379.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  9380.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  9381.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  9382.         }
  9383.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  9384.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  9385.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  9386.         }
  9387.         $e = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] ?? $this->getVersionCommitDefinitionService());
  9388.         $f = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] ?? $this->getVersionDefinitionService());
  9389.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] = new \Swag\Security\Fixes\NEXT23915\PatchedVersionManager6430(new \Shopware\Core\Framework\DataAbstractionLayer\VersionManager($b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $c$d$a, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $e, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] ?? $this->getVersionCommitDataDefinitionService()), $f, ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService())), $c$e$f);
  9390.     }
  9391.     /**
  9392.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  9393.      *
  9394.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  9395.      */
  9396.     protected function getVersionCommitDataDefinitionService()
  9397.     {
  9398.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  9399.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9400.         return $instance;
  9401.     }
  9402.     /**
  9403.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  9404.      *
  9405.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  9406.      */
  9407.     protected function getVersionCommitDefinitionService()
  9408.     {
  9409.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  9410.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9411.         return $instance;
  9412.     }
  9413.     /**
  9414.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  9415.      *
  9416.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  9417.      */
  9418.     protected function getVersionDefinitionService()
  9419.     {
  9420.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  9421.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9422.         return $instance;
  9423.     }
  9424.     /**
  9425.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteGatewayInterface' shared service.
  9426.      *
  9427.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway
  9428.      */
  9429.     protected function getEntityWriteGatewayInterfaceService()
  9430.     {
  9431.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9432.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'])) {
  9433.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'];
  9434.         }
  9435.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway(125, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a, new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\ExceptionHandlerRegistry(new RewindableGenerator(function () {
  9436.             yield => ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] = new \Shopware\Core\System\Language\LanguageExceptionHandler()));
  9437.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] = new \Shopware\Core\System\SalesChannel\SalesChannelExceptionHandler()));
  9438.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductExceptionHandler()));
  9439.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingExceptionHandler'] = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingExceptionHandler()));
  9440.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldExceptionHandler'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldExceptionHandler()));
  9441.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigExceptionHandler'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigExceptionHandler()));
  9442.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] = new \Shopware\Core\Content\Newsletter\NewsletterExceptionHandler()));
  9443.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] = new \Shopware\Core\Content\ProductExport\DataAbstractionLayer\ProductExportExceptionHandler()));
  9444.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] = new \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerWishlistProductExceptionHandler()));
  9445.             yield => ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] = new \Shopware\Core\Checkout\Order\OrderExceptionHandler()));
  9446.         }, 10)), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9447.     }
  9448.     /**
  9449.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter' shared service.
  9450.      *
  9451.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter
  9452.      */
  9453.     protected function getEntityWriterService()
  9454.     {
  9455.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService());
  9456.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'])) {
  9457.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'];
  9458.         }
  9459.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  9460.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  9461.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'])) {
  9462.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'];
  9463.         }
  9464.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  9465.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] = new \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter($a, new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityForeignKeyResolver($b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper()))), $c, ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService()), $d, new \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteResultFactory($d$b));
  9466.     }
  9467.     /**
  9468.      * Gets the public 'Shopware\Core\Framework\Event\BusinessEventRegistry' shared service.
  9469.      *
  9470.      * @return \Shopware\Core\Framework\Event\BusinessEventRegistry
  9471.      */
  9472.     protected function getBusinessEventRegistryService()
  9473.     {
  9474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventRegistry.php';
  9475.         $this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] = $instance = new \Shopware\Core\Framework\Event\BusinessEventRegistry();
  9476.         $instance->addClasses([=> 'Shopware\\Core\\Framework\\Event\\BusinessEvent'=> 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerBeforeLoginEvent'=> 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent'=> 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLogoutEvent'=> 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerDeletedEvent'=> 'Shopware\\Core\\System\\User\\Recovery\\UserRecoveryRequestEvent'=> 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerChangedPaymentMethodEvent'=> 'Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent'=> 'Shopware\\Core\\Checkout\\Order\\Event\\OrderPaymentMethodChangedEvent'=> 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerAccountRecoverRequestEvent'10 => 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerDoubleOptInRegistrationEvent'11 => 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerGroupRegistrationAccepted'12 => 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerGroupRegistrationDeclined'13 => 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerRegisterEvent'14 => 'Shopware\\Core\\Checkout\\Customer\\Event\\DoubleOptInGuestOrderEvent'15 => 'Shopware\\Core\\Checkout\\Customer\\Event\\GuestCustomerRegisterEvent'16 => 'Shopware\\Core\\Content\\ContactForm\\Event\\ContactFormEvent'17 => 'Shopware\\Core\\Content\\MailTemplate\\Service\\Event\\MailBeforeSentEvent'18 => 'Shopware\\Core\\Content\\MailTemplate\\Service\\Event\\MailBeforeValidateEvent'19 => 'Shopware\\Core\\Content\\MailTemplate\\Service\\Event\\MailSentEvent'20 => 'Shopware\\Core\\Content\\Newsletter\\Event\\NewsletterConfirmEvent'21 => 'Shopware\\Core\\Content\\Newsletter\\Event\\NewsletterRegisterEvent'22 => 'Shopware\\Core\\Content\\Newsletter\\Event\\NewsletterUnsubscribeEvent'23 => 'Shopware\\Core\\Content\\Newsletter\\Event\\NewsletterUpdateEvent'24 => 'Shopware\\Core\\Content\\ProductExport\\Event\\ProductExportLoggingEvent']);
  9477.         return $instance;
  9478.     }
  9479.     /**
  9480.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  9481.      *
  9482.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  9483.      */
  9484.     protected function getEventActionRuleDefinitionService()
  9485.     {
  9486.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  9487.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  9488.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9489.         return $instance;
  9490.     }
  9491.     /**
  9492.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  9493.      *
  9494.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  9495.      */
  9496.     protected function getEventActionSalesChannelDefinitionService()
  9497.     {
  9498.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  9499.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  9500.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9501.         return $instance;
  9502.     }
  9503.     /**
  9504.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  9505.      *
  9506.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  9507.      */
  9508.     protected function getEventActionDefinitionService()
  9509.     {
  9510.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  9511.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9512.         return $instance;
  9513.     }
  9514.     /**
  9515.      * Gets the public 'Shopware\Core\Framework\Increment\Controller\IncrementApiController' shared service.
  9516.      *
  9517.      * @return \Shopware\Core\Framework\Increment\Controller\IncrementApiController
  9518.      */
  9519.     protected function getIncrementApiControllerService()
  9520.     {
  9521.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/Controller/IncrementApiController.php';
  9522.         return $this->services['Shopware\\Core\\Framework\\Increment\\Controller\\IncrementApiController'] = new \Shopware\Core\Framework\Increment\Controller\IncrementApiController(($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()));
  9523.     }
  9524.     /**
  9525.      * Gets the public 'Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  9526.      *
  9527.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  9528.      */
  9529.     protected function getLogEntryDefinitionService()
  9530.     {
  9531.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  9532.         $this->services['Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  9533.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9534.         return $instance;
  9535.     }
  9536.     /**
  9537.      * Gets the public 'Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController' shared service.
  9538.      *
  9539.      * @return \Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController
  9540.      */
  9541.     protected function getConsumeMessagesControllerService()
  9542.     {
  9543.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Api/ConsumeMessagesController.php';
  9544.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  9545.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/DispatchPcntlSignalListener.php';
  9546.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/EarlyReturnMessagesListener.php';
  9547.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController'] = $instance = new \Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), 20, ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService()), new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->services['logger'] ?? $this->getLoggerService())), new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener(), new \Shopware\Core\Framework\MessageQueue\Subscriber\EarlyReturnMessagesListener(), 'default''128M');
  9548.         $instance->setContainer($this);
  9549.         return $instance;
  9550.     }
  9551.     /**
  9552.      * Gets the public 'Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  9553.      *
  9554.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  9555.      */
  9556.     protected function getDeadMessageDefinitionService()
  9557.     {
  9558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  9559.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  9560.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9561.         return $instance;
  9562.     }
  9563.     /**
  9564.      * Gets the public 'Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  9565.      *
  9566.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  9567.      */
  9568.     protected function getMessageQueueStatsDefinitionService()
  9569.     {
  9570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  9571.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  9572.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9573.         return $instance;
  9574.     }
  9575.     /**
  9576.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController' shared service.
  9577.      *
  9578.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController
  9579.      */
  9580.     protected function getScheduledTaskController2Service()
  9581.     {
  9582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Api/ScheduledTaskController.php';
  9583.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Api\\ScheduledTaskController'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Scheduler\\TaskScheduler'] ?? $this->getTaskSchedulerService()));
  9584.         $instance->setContainer($this);
  9585.         return $instance;
  9586.     }
  9587.     /**
  9588.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  9589.      *
  9590.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  9591.      */
  9592.     protected function getScheduledTaskDefinitionService()
  9593.     {
  9594.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  9595.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9596.         return $instance;
  9597.     }
  9598.     /**
  9599.      * Gets the public 'Shopware\Core\Framework\Migration\Api\MigrationController' shared service.
  9600.      *
  9601.      * @return \Shopware\Core\Framework\Migration\Api\MigrationController
  9602.      */
  9603.     protected function getMigrationControllerService()
  9604.     {
  9605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Api/MigrationController.php';
  9606.         $this->services['Shopware\\Core\\Framework\\Migration\\Api\\MigrationController'] = $instance = new \Shopware\Core\Framework\Migration\Api\MigrationController(($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), '6.4.18.1');
  9607.         $instance->setContainer($this);
  9608.         return $instance;
  9609.     }
  9610.     /**
  9611.      * Gets the public 'Shopware\Core\Framework\Migration\IndexerQueuer' shared service.
  9612.      *
  9613.      * @return \Shopware\Core\Framework\Migration\IndexerQueuer
  9614.      */
  9615.     protected function getIndexerQueuerService()
  9616.     {
  9617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/IndexerQueuer.php';
  9618.         return $this->services['Shopware\\Core\\Framework\\Migration\\IndexerQueuer'] = new \Shopware\Core\Framework\Migration\IndexerQueuer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  9619.     }
  9620.     /**
  9621.      * Gets the public 'Shopware\Core\Framework\Migration\MigrationCollectionLoader' shared service.
  9622.      *
  9623.      * @return \Shopware\Core\Framework\Migration\MigrationCollectionLoader
  9624.      */
  9625.     protected function getMigrationCollectionLoaderService()
  9626.     {
  9627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationCollectionLoader.php';
  9628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationRuntime.php';
  9629.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  9630.         $b = ($this->services['logger'] ?? $this->getLoggerService());
  9631.         return $this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] = new \Shopware\Core\Framework\Migration\MigrationCollectionLoader($a, new \Shopware\Core\Framework\Migration\MigrationRuntime($a$b), new RewindableGenerator(function () {
  9632.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] = new \Shopware\Core\Framework\Migration\MigrationSource('core')));
  9633.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] ?? $this->getMigrationSource_Core_V63Service());
  9634.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] ?? $this->getMigrationSource_Core_V64Service());
  9635.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] ?? $this->getMigrationSource_Core_V65Service());
  9636.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] = new \Shopware\Core\Framework\Migration\MigrationSource('null', [])));
  9637.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_Framework'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_Framework'] = new \Shopware\Core\Framework\Migration\MigrationSource('Framework', [(\dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration') => 'Shopware\\Core\\Framework\\Migration'])));
  9638.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_Administration'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_Administration'] = new \Shopware\Core\Framework\Migration\MigrationSource('Administration', [(\dirname(__DIR__4).'/vendor/shopware/administration/Migration') => 'Shopware\\Administration\\Migration'])));
  9639.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_Storefront'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_Storefront'] = new \Shopware\Core\Framework\Migration\MigrationSource('Storefront', [(\dirname(__DIR__4).'/vendor/shopware/storefront/Migration') => 'Shopware\\Storefront\\Migration'])));
  9640.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagLanguagePack'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagLanguagePack'] = new \Shopware\Core\Framework\Migration\MigrationSource('SwagLanguagePack', [(\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Migration') => 'Swag\\LanguagePack\\Migration'])));
  9641.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_FroshPlatformMailArchive'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_FroshPlatformMailArchive'] = new \Shopware\Core\Framework\Migration\MigrationSource('FroshPlatformMailArchive', [(\dirname(__DIR__4).'/custom/plugins/FroshPlatformMailArchive/src/Migration') => 'Frosh\\MailArchive\\Migration'])));
  9642.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_FourtwosixThemeExtension'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_FourtwosixThemeExtension'] = new \Shopware\Core\Framework\Migration\MigrationSource('FourtwosixThemeExtension', [(\dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/Migration') => 'FourtwosixThemeExtension\\Migration'])));
  9643.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagPayPal'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagPayPal'] = new \Shopware\Core\Framework\Migration\MigrationSource('SwagPayPal', [(\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Migration') => 'Swag\\PayPal\\Migration'])));
  9644.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_AkuCmsFactory'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_AkuCmsFactory'] = new \Shopware\Core\Framework\Migration\MigrationSource('AkuCmsFactory', [(\dirname(__DIR__4).'/custom/plugins/AkuCmsFactory/src/Migration') => 'AkuCmsFactory\\Migration'])));
  9645.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_CoeAccountOrtPlzSw6'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_CoeAccountOrtPlzSw6'] = new \Shopware\Core\Framework\Migration\MigrationSource('CoeAccountOrtPlzSw6', [(\dirname(__DIR__4).'/custom/plugins/CoeAccountOrtPlzSw6/src/Migration') => 'CoeAccountOrtPlzSw6\\Migration'])));
  9646.             yield 14 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_AcrisTaxCS'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_AcrisTaxCS'] = new \Shopware\Core\Framework\Migration\MigrationSource('AcrisTaxCS', [(\dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Migration') => 'Acris\\Tax\\Migration'])));
  9647.             yield 15 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_AcrisPromotionCS'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_AcrisPromotionCS'] = new \Shopware\Core\Framework\Migration\MigrationSource('AcrisPromotionCS', [(\dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src/Migration') => 'Acris\\Promotion\\Migration'])));
  9648.             yield 16 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_FourtwosixPaymentSurcharge'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_FourtwosixPaymentSurcharge'] = new \Shopware\Core\Framework\Migration\MigrationSource('FourtwosixPaymentSurcharge', [(\dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Migration') => 'Fourtwosix\\PaymentSurcharge\\Migration'])));
  9649.             yield 17 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_FourtwosixAttachments'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_FourtwosixAttachments'] = new \Shopware\Core\Framework\Migration\MigrationSource('FourtwosixAttachments', [(\dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src/Migration') => 'Fourtwosix\\Attachments\\Migration'])));
  9650.             yield 18 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_FourtwosixItalianTranslations'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_FourtwosixItalianTranslations'] = new \Shopware\Core\Framework\Migration\MigrationSource('FourtwosixItalianTranslations', [(\dirname(__DIR__4).'/custom/plugins/fourtwosixitaliantranslations/src/Migration') => 'FourtwosixItalianTranslations\\Migration'])));
  9651.             yield 19 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SolidAdvancedSliderElements'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SolidAdvancedSliderElements'] = new \Shopware\Core\Framework\Migration\MigrationSource('SolidAdvancedSliderElements', [(\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/Migration') => 'StudioSolid\\AdvancedSliderElements\\Migration'])));
  9652.             yield 20 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_MoorlFoundation'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_MoorlFoundation'] = new \Shopware\Core\Framework\Migration\MigrationSource('MoorlFoundation', [(\dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Migration') => 'MoorlFoundation\\Migration'])));
  9653.             yield 21 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_MoorlForms'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_MoorlForms'] = new \Shopware\Core\Framework\Migration\MigrationSource('MoorlForms', [(\dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Migration') => 'MoorlForms\\Migration'])));
  9654.         }, 22), $b);
  9655.     }
  9656.     /**
  9657.      * Gets the public 'Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  9658.      *
  9659.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  9660.      */
  9661.     protected function getPluginTranslationDefinitionService()
  9662.     {
  9663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  9665.         $this->services['Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  9666.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9667.         return $instance;
  9668.     }
  9669.     /**
  9670.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginCollection' shared service.
  9671.      *
  9672.      * @return \Shopware\Core\Framework\Plugin\KernelPluginCollection
  9673.      */
  9674.     protected function getKernelPluginCollectionService()
  9675.     {
  9676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginCollection.php';
  9677.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstances();
  9678.     }
  9679.     /**
  9680.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader' shared service.
  9681.      *
  9682.      * @return \Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader
  9683.      */
  9684.     protected function getKernelPluginLoaderService()
  9685.     {
  9686.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9687.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9688.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9689.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php';
  9691.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getPluginLoader();
  9692.     }
  9693.     /**
  9694.      * Gets the public 'Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  9695.      *
  9696.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  9697.      */
  9698.     protected function getPluginDefinitionService()
  9699.     {
  9700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  9701.         $this->services['Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  9702.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9703.         return $instance;
  9704.     }
  9705.     /**
  9706.      * Gets the public 'Shopware\Core\Framework\Plugin\Util\PluginIdProvider' shared service.
  9707.      *
  9708.      * @return \Shopware\Core\Framework\Plugin\Util\PluginIdProvider
  9709.      */
  9710.     protected function getPluginIdProviderService()
  9711.     {
  9712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginIdProvider.php';
  9713.         return $this->services['Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider'] = new \Shopware\Core\Framework\Plugin\Util\PluginIdProvider(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  9714.     }
  9715.     /**
  9716.      * Gets the public 'Shopware\Core\Framework\Routing\CanonicalRedirectService' shared service.
  9717.      *
  9718.      * @return \Shopware\Core\Framework\Routing\CanonicalRedirectService
  9719.      */
  9720.     protected function getCanonicalRedirectServiceService()
  9721.     {
  9722.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CanonicalRedirectService.php';
  9723.         return $this->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] = new \Shopware\Core\Framework\Routing\CanonicalRedirectService(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  9724.     }
  9725.     /**
  9726.      * Gets the public 'Shopware\Core\Framework\Routing\RequestTransformerInterface' shared autowired service.
  9727.      *
  9728.      * @return \Shopware\Storefront\Framework\Routing\RequestTransformer
  9729.      */
  9730.     protected function getRequestTransformerInterfaceService()
  9731.     {
  9732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformerInterface.php';
  9733.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/RequestTransformer.php';
  9734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformer.php';
  9735.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/AbstractDomainLoader.php';
  9736.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoader.php';
  9737.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/DomainLoader.php';
  9738.         $a = ($this->services['Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver'] ?? $this->getEmptyPathInfoResolverService());
  9739.         if (isset($this->services['Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface'])) {
  9740.             return $this->services['Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface'];
  9741.         }
  9742.         return $this->services['Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface'] = new \Shopware\Storefront\Framework\Routing\RequestTransformer(new \Shopware\Core\Framework\Routing\RequestTransformer(), $a$this->getParameter('shopware.routing.registered_api_prefixes'), new \Shopware\Storefront\Framework\Routing\CachedDomainLoader(new \Shopware\Storefront\Framework\Routing\DomainLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['logger'] ?? $this->getLoggerService())));
  9743.     }
  9744.     /**
  9745.      * Gets the public 'Shopware\Core\Framework\Rule\Api\RuleConfigController' shared service.
  9746.      *
  9747.      * @return \Shopware\Core\Framework\Rule\Api\RuleConfigController
  9748.      */
  9749.     protected function getRuleConfigControllerService()
  9750.     {
  9751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Api/RuleConfigController.php';
  9752.         $this->services['Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController'] = $instance = new \Shopware\Core\Framework\Rule\Api\RuleConfigController(new RewindableGenerator(function () {
  9753.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  9754.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  9755.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  9756.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  9757.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  9758.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  9759.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  9760.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  9761.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  9762.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  9763.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  9764.             yield 11 => ($this->privates['Shopware\\Core\\System\\Language\\Rule\\LanguageRule'] ?? ($this->privates['Shopware\\Core\\System\\Language\\Rule\\LanguageRule'] = new \Shopware\Core\System\Language\Rule\LanguageRule()));
  9765.             yield 12 => ($this->privates['Shopware\\Core\\System\\Currency\\Rule\\CurrencyRule'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\Rule\\CurrencyRule'] = new \Shopware\Core\System\Currency\Rule\CurrencyRule()));
  9766.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Rule\\OrderTagRule'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Rule\\OrderTagRule'] = new \Shopware\Core\Content\Flow\Rule\OrderTagRule()));
  9767.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartAmountRule()));
  9768.             yield 15 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartPositionPriceRule()));
  9769.             yield 16 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsCountRule()));
  9770.             yield 17 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsPriceRule()));
  9771.             yield 18 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfTypeRule()));
  9772.             yield 19 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemRule()));
  9773.             yield 20 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionLineItemRule()));
  9774.             yield 21 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionCodeOfTypeRule()));
  9775.             yield 22 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionValueRule()));
  9776.             yield 23 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionsInCartCountRule()));
  9777.             yield 24 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartRule()));
  9778.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTotalPriceRule()));
  9779.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemUnitPriceRule()));
  9780.             yield 27 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWithQuantityRule()));
  9781.             yield 28 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWrapperRule()));
  9782.             yield 29 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartWeightRule()));
  9783.             yield 30 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartVolumeRule()));
  9784.             yield 31 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartHasDeliveryFreeItemRule()));
  9785.             yield 32 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCountryRule()));
  9786.             yield 33 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStreetRule()));
  9787.             yield 34 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingZipCodeRule()));
  9788.             yield 35 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerGroupRule()));
  9789.             yield 36 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerTagRule()));
  9790.             yield 37 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerNumberRule()));
  9791.             yield 38 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] = new \Shopware\Core\Checkout\Customer\Rule\DifferentAddressesRule()));
  9792.             yield 39 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] = new \Shopware\Core\Checkout\Customer\Rule\EmailRule()));
  9793.             yield 40 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewCustomerRule()));
  9794.             yield 41 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsActiveRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsActiveRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsActiveRule()));
  9795.             yield 42 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] = new \Shopware\Core\Checkout\Customer\Rule\LastNameRule()));
  9796.             yield 43 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsCompanyRule()));
  9797.             yield 44 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartTaxDisplayRule()));
  9798.             yield 45 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsGuestCustomerRule()));
  9799.             yield 46 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewsletterRecipientRule()));
  9800.             yield 47 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCountryRule()));
  9801.             yield 48 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStreetRule()));
  9802.             yield 49 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCityRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCityRule()));
  9803.             yield 50 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCityRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCityRule()));
  9804.             yield 51 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStateRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStateRule()));
  9805.             yield 52 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStateRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStateRule()));
  9806.             yield 53 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingZipCodeRule()));
  9807.             yield 54 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerLoggedInRule()));
  9808.             yield 55 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartCountRule()));
  9809.             yield 56 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderCountRule()));
  9810.             yield 57 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastOrderRule()));
  9811.             yield 58 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTagRule()));
  9812.             yield 59 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] = new \Shopware\Core\Checkout\Cart\Rule\AlwaysValidRule()));
  9813.             yield 60 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPropertyRule()));
  9814.             yield 61 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemIsNewRule()));
  9815.             yield 62 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfManufacturerRule()));
  9816.             yield 63 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPurchasePriceRule()));
  9817.             yield 64 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCreationDateRule()));
  9818.             yield 65 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemReleaseDateRule()));
  9819.             yield 66 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemClearanceSaleRule()));
  9820.             yield 67 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPromotedRule()));
  9821.             yield 68 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInCategoryRule()));
  9822.             yield 69 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInProductStreamRule()));
  9823.             yield 70 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTaxationRule()));
  9824.             yield 71 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWidthRule()));
  9825.             yield 72 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionHeightRule()));
  9826.             yield 73 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionLengthRule()));
  9827.             yield 74 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWeightRule()));
  9828.             yield 75 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionVolumeRule()));
  9829.             yield 76 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRule()));
  9830.             yield 77 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRatioRule()));
  9831.             yield 78 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCustomFieldRule()));
  9832.             yield 79 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemStockRule()));
  9833.             yield 80 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemActualStockRule()));
  9834.             yield 81 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\PaymentMethodRule()));
  9835.             yield 82 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\ShippingMethodRule()));
  9836.             yield 83 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemGoodsTotalRule()));
  9837.             yield 84 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderTotalAmountRule()));
  9838.             yield 85 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerCustomFieldRule()));
  9839.             yield 86 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerBirthdayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerBirthdayRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerBirthdayRule()));
  9840.             yield 87 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerAgeRule()));
  9841.             yield 88 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastLoginRule()));
  9842.             yield 89 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\AffiliateCodeRule()));
  9843.             yield 90 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CampaignCodeRule()));
  9844.             yield 91 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\VatIdRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\VatIdRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\VatIdRule()));
  9845.             yield 92 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\BillingAddressVatIdRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\BillingAddressVatIdRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\BillingAddressVatIdRule()));
  9846.             yield 93 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\ShippingAddressVatIdRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\ShippingAddressVatIdRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\ShippingAddressVatIdRule()));
  9847.             yield 94 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\VatIdValidRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\VatIdValidRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\VatIdValidRule()));
  9848.             yield 95 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\BillingAddressVatIdValidRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\BillingAddressVatIdValidRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\BillingAddressVatIdValidRule()));
  9849.             yield 96 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\ShippingAddressVatIdValidRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\ShippingAddressVatIdValidRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\ShippingAddressVatIdValidRule()));
  9850.             yield 97 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\SameCountryInBillingAddressAndShippingAddressRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\SameCountryInBillingAddressAndShippingAddressRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\SameCountryInBillingAddressAndShippingAddressRule()));
  9851.             yield 98 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\WarehouseRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\WarehouseRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\WarehouseRule()));
  9852.         }, 99));
  9853.         $instance->setContainer($this);
  9854.         return $instance;
  9855.     }
  9856.     /**
  9857.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptApiRoute' shared service.
  9858.      *
  9859.      * @return \Shopware\Core\Framework\Script\Api\ScriptApiRoute
  9860.      */
  9861.     protected function getScriptApiRouteService()
  9862.     {
  9863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptApiRoute.php';
  9864.         return $this->services['Shopware\\Core\\Framework\\Script\\Api\\ScriptApiRoute'] = new \Shopware\Core\Framework\Script\Api\ScriptApiRoute(($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService()), ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseEncoder'] ?? $this->getScriptResponseEncoderService()));
  9865.     }
  9866.     /**
  9867.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory' shared service.
  9868.      *
  9869.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory
  9870.      */
  9871.     protected function getScriptResponseFactoryFacadeHookFactoryService()
  9872.     {
  9873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  9874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseFactoryFacadeHookFactory.php';
  9875.         return $this->services['Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseFactoryFacadeHookFactory'] = new \Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory(($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Storefront\\Controller\\ScriptController'] ?? $this->getScriptControllerService()));
  9876.     }
  9877.     /**
  9878.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute' shared service.
  9879.      *
  9880.      * @return \Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute
  9881.      */
  9882.     protected function getScriptStoreApiRouteService()
  9883.     {
  9884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptStoreApiRoute.php';
  9885.         return $this->services['Shopware\\Core\\Framework\\Script\\Api\\ScriptStoreApiRoute'] = new \Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute(($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService()), ($this->privates['Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseEncoder'] ?? $this->getScriptResponseEncoderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['logger'] ?? $this->getLoggerService()));
  9886.     }
  9887.     /**
  9888.      * Gets the public 'Shopware\Core\Framework\Script\Execution\ScriptExecutor' shared service.
  9889.      *
  9890.      * @return \Shopware\Core\Framework\Script\Execution\ScriptExecutor
  9891.      */
  9892.     protected function getScriptExecutorService()
  9893.     {
  9894.         $a = ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  9895.         if (isset($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'])) {
  9896.             return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'];
  9897.         }
  9898.         $b = ($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService());
  9899.         if (isset($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'])) {
  9900.             return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'];
  9901.         }
  9902.         return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] = new \Shopware\Core\Framework\Script\Execution\ScriptExecutor($a, ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] = new \Shopware\Core\Framework\Script\Debugging\ScriptTraces())), $this$b);
  9903.     }
  9904.     /**
  9905.      * Gets the public 'Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  9906.      *
  9907.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  9908.      */
  9909.     protected function getScriptDefinitionService()
  9910.     {
  9911.         $this->services['Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  9912.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9913.         return $instance;
  9914.     }
  9915.     /**
  9916.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController' shared service.
  9917.      *
  9918.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController
  9919.      */
  9920.     protected function getExtensionStoreActionsControllerService()
  9921.     {
  9922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreActionsController.php';
  9923.         $this->services['Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreActionsController'] = $instance = new \Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLifecycleService'] ?? $this->getExtensionLifecycleServiceService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'] ?? $this->getExtensionDownloaderService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService()));
  9924.         $instance->setContainer($this);
  9925.         return $instance;
  9926.     }
  9927.     /**
  9928.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreDataController' shared service.
  9929.      *
  9930.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreDataController
  9931.      */
  9932.     protected function getExtensionStoreDataControllerService()
  9933.     {
  9934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreDataController.php';
  9935.         $this->services['Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreDataController'] = $instance = new \Shopware\Core\Framework\Store\Api\ExtensionStoreDataController(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  9936.         $instance->setContainer($this);
  9937.         return $instance;
  9938.     }
  9939.     /**
  9940.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController' shared service.
  9941.      *
  9942.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController
  9943.      */
  9944.     protected function getExtensionStoreLicensesControllerService()
  9945.     {
  9946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreLicensesController.php';
  9947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionStoreLicensesService.php';
  9948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionStoreLicensesService.php';
  9949.         $this->services['Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreLicensesController'] = $instance = new \Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController(new \Shopware\Core\Framework\Store\Services\ExtensionStoreLicensesService(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService())));
  9950.         $instance->setContainer($this);
  9951.         return $instance;
  9952.     }
  9953.     /**
  9954.      * Gets the public 'Shopware\Core\Framework\Store\Api\FirstRunWizardController' shared service.
  9955.      *
  9956.      * @return \Shopware\Core\Framework\Store\Api\FirstRunWizardController
  9957.      */
  9958.     protected function getFirstRunWizardControllerService()
  9959.     {
  9960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/FirstRunWizardController.php';
  9961.         $this->services['Shopware\\Core\\Framework\\Store\\Api\\FirstRunWizardController'] = $instance = new \Shopware\Core\Framework\Store\Api\FirstRunWizardController(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\FirstRunWizardClient'] ?? $this->getFirstRunWizardClientService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  9962.         $instance->setContainer($this);
  9963.         return $instance;
  9964.     }
  9965.     /**
  9966.      * Gets the public 'Shopware\Core\Framework\Store\Api\StoreController' shared service.
  9967.      *
  9968.      * @return \Shopware\Core\Framework\Store\Api\StoreController
  9969.      */
  9970.     protected function getStoreControllerService()
  9971.     {
  9972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/StoreController.php';
  9973.         $this->services['Shopware\\Core\\Framework\\Store\\Api\\StoreController'] = $instance = new \Shopware\Core\Framework\Store\Api\StoreController(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService()));
  9974.         $instance->setContainer($this);
  9975.         return $instance;
  9976.     }
  9977.     /**
  9978.      * Gets the public 'Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider' shared service.
  9979.      *
  9980.      * @return \Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider
  9981.      */
  9982.     protected function getStoreRequestOptionsProviderService()
  9983.     {
  9984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  9985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/StoreRequestOptionsProvider.php';
  9986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  9987.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  9988.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'])) {
  9989.             return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'];
  9990.         }
  9991.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  9992.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'])) {
  9993.             return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'];
  9994.         }
  9995.         return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] = new \Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider($a$b, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.18.1'$this->getEnv('INSTANCE_ID')))), ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()));
  9996.     }
  9997.     /**
  9998.      * Gets the public 'Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware' shared service.
  9999.      *
  10000.      * @return \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware
  10001.      */
  10002.     protected function getShopSecretInvalidMiddlewareService()
  10003.     {
  10004.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  10005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ShopSecretInvalidMiddleware.php';
  10006.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  10007.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'])) {
  10008.             return $this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'];
  10009.         }
  10010.         return $this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] = new \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  10011.     }
  10012.     /**
  10013.      * Gets the public 'Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware' shared service.
  10014.      *
  10015.      * @return \Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware
  10016.      */
  10017.     protected function getStoreSessionExpiredMiddlewareService()
  10018.     {
  10019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  10020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreSessionExpiredMiddleware.php';
  10021.         return $this->services['Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware'] = new \Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  10022.     }
  10023.     /**
  10024.      * Gets the public 'Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware' shared service.
  10025.      *
  10026.      * @return \Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware
  10027.      */
  10028.     protected function getVerifyResponseSignatureMiddlewareService()
  10029.     {
  10030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  10031.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/VerifyResponseSignatureMiddleware.php';
  10032.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  10033.         return $this->services['Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware'] = new \Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] = new \Shopware\Core\Framework\Store\Services\OpenSSLVerifier([=> (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/public.key')]))));
  10034.     }
  10035.     /**
  10036.      * Gets the public 'Shopware\Core\Framework\Update\Api\UpdateController' shared service.
  10037.      *
  10038.      * @return \Shopware\Core\Framework\Update\Api\UpdateController
  10039.      */
  10040.     protected function getUpdateControllerService()
  10041.     {
  10042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Api/UpdateController.php';
  10043.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/RequirementsValidator.php';
  10044.         $this->services['Shopware\\Core\\Framework\\Update\\Api\\UpdateController'] = $instance = new \Shopware\Core\Framework\Update\Api\UpdateController(\dirname(__DIR__4), ($this->privates['Shopware\\Core\\Framework\\Update\\Services\\ApiClient'] ?? $this->getApiClientService()), new \Shopware\Core\Framework\Update\Services\RequirementsValidator(new RewindableGenerator(function () {
  10045.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] ?? ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\PhpVersionCheck()));
  10046.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\LicenseCheck'] ?? $this->getLicenseCheckService());
  10047.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\WriteableCheck'] ?? $this->getWriteableCheckService());
  10048.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] ?? $this->getMysqlVersionCheckService());
  10049.         }, 4)), ($this->privates['Shopware\\Core\\Framework\\Update\\Services\\PluginCompatibility'] ?? $this->getPluginCompatibilityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLifecycleService'] ?? $this->getExtensionLifecycleServiceService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), '6.4.18.1'$this->getEnv('bool:SHOPWARE_UPDATE_TEST'));
  10050.         $instance->setContainer($this);
  10051.         return $instance;
  10052.     }
  10053.     /**
  10054.      * Gets the public 'Shopware\Core\Framework\Util\HtmlSanitizer' shared service.
  10055.      *
  10056.      * @return \Shopware\Core\Framework\Util\HtmlSanitizer
  10057.      */
  10058.     protected function getHtmlSanitizerService()
  10059.     {
  10060.         return $this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] = new \Shopware\Core\Framework\Util\HtmlSanitizer($this->targetDir.''true$this->parameters['shopware.html_sanitizer.sets'], $this->parameters['shopware.html_sanitizer.fields']);
  10061.     }
  10062.     /**
  10063.      * Gets the public 'Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  10064.      *
  10065.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  10066.      */
  10067.     protected function getWebhookEventLogDefinitionService()
  10068.     {
  10069.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  10070.         $this->services['Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  10071.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10072.         return $instance;
  10073.     }
  10074.     /**
  10075.      * Gets the public 'Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  10076.      *
  10077.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  10078.      */
  10079.     protected function getWebhookDefinitionService()
  10080.     {
  10081.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  10082.         $this->services['Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  10083.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10084.         return $instance;
  10085.     }
  10086.     /**
  10087.      * Gets the public 'Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator' shared autowired service.
  10088.      *
  10089.      * @return \Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator
  10090.      */
  10091.     protected function getSalesChannelCreatorService()
  10092.     {
  10093.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Service/SalesChannelCreator.php';
  10094.         return $this->services['Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator'] = new \Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  10095.     }
  10096.     /**
  10097.      * Gets the public 'Shopware\Core\Maintenance\User\Service\UserProvisioner' shared autowired service.
  10098.      *
  10099.      * @return \Shopware\Core\Maintenance\User\Service\UserProvisioner
  10100.      */
  10101.     protected function getUserProvisionerService()
  10102.     {
  10103.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Service/UserProvisioner.php';
  10104.         return $this->services['Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner'] = new \Shopware\Core\Maintenance\User\Service\UserProvisioner(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  10105.     }
  10106.     /**
  10107.      * Gets the public 'Shopware\Core\Profiling\Profiler' shared service.
  10108.      *
  10109.      * @return \Shopware\Core\Profiling\Profiler
  10110.      */
  10111.     protected function getProfilerService()
  10112.     {
  10113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Profiler.php';
  10114.         return $this->services['Shopware\\Core\\Profiling\\Profiler'] = new \Shopware\Core\Profiling\Profiler(new RewindableGenerator(function () {
  10115.             yield 'Symfony' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Stopwatch'] ?? $this->getStopwatchService());
  10116.             yield 'Tideways' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] = new \Shopware\Core\Profiling\Integration\Tideways()));
  10117.             yield 'Datadog' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] = new \Shopware\Core\Profiling\Integration\Datadog()));
  10118.         }, 3), $this->parameters['shopware.profiler.integrations']);
  10119.     }
  10120.     /**
  10121.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  10122.      *
  10123.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  10124.      */
  10125.     protected function getCountryStateTranslationDefinitionService()
  10126.     {
  10127.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  10129.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  10130.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10131.         return $instance;
  10132.     }
  10133.     /**
  10134.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition' shared service.
  10135.      *
  10136.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition
  10137.      */
  10138.     protected function getCountryStateDefinitionService()
  10139.     {
  10140.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition();
  10141.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10142.         return $instance;
  10143.     }
  10144.     /**
  10145.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition' shared service.
  10146.      *
  10147.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition
  10148.      */
  10149.     protected function getSalesChannelCountryStateDefinitionService()
  10150.     {
  10151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/SalesChannel/SalesChannelCountryStateDefinition.php';
  10152.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition();
  10153.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  10154.         return $instance;
  10155.     }
  10156.     /**
  10157.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  10158.      *
  10159.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  10160.      */
  10161.     protected function getCountryTranslationDefinitionService()
  10162.     {
  10163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10164.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  10165.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  10166.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10167.         return $instance;
  10168.     }
  10169.     /**
  10170.      * Gets the public 'Shopware\Core\System\Country\CountryDefinition' shared service.
  10171.      *
  10172.      * @return \Shopware\Core\System\Country\CountryDefinition
  10173.      */
  10174.     protected function getCountryDefinitionService()
  10175.     {
  10176.         $this->services['Shopware\\Core\\System\\Country\\CountryDefinition'] = $instance = new \Shopware\Core\System\Country\CountryDefinition();
  10177.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10178.         return $instance;
  10179.     }
  10180.     /**
  10181.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryRoute' shared service.
  10182.      *
  10183.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute
  10184.      */
  10185.     protected function getCachedCountryRouteService()
  10186.     {
  10187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryRoute.php';
  10188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryRoute.php';
  10189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryRoute.php';
  10190.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10191.         if (isset($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'])) {
  10192.             return $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'];
  10193.         }
  10194.         $b = ($this->services['sales_channel.country.repository'] ?? $this->getSalesChannel_Country_RepositoryService());
  10195.         if (isset($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'])) {
  10196.             return $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'];
  10197.         }
  10198.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  10199.         if (isset($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'])) {
  10200.             return $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'];
  10201.         }
  10202.         return $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] = new \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute(new \Shopware\Core\System\Country\SalesChannel\CountryRoute($b), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $c$a, []);
  10203.     }
  10204.     /**
  10205.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute' shared service.
  10206.      *
  10207.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute
  10208.      */
  10209.     protected function getCachedCountryStateRouteService()
  10210.     {
  10211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryStateRoute.php';
  10212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryStateRoute.php';
  10213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryStateRoute.php';
  10214.         return $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute'] = new \Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute(new \Shopware\Core\System\Country\SalesChannel\CountryStateRoute(($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  10215.     }
  10216.     /**
  10217.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition' shared service.
  10218.      *
  10219.      * @return \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition
  10220.      */
  10221.     protected function getSalesChannelCountryDefinitionService()
  10222.     {
  10223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/SalesChannelCountryDefinition.php';
  10224.         $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition();
  10225.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  10226.         return $instance;
  10227.     }
  10228.     /**
  10229.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  10230.      *
  10231.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  10232.      */
  10233.     protected function getCurrencyCountryRoundingDefinitionService()
  10234.     {
  10235.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  10236.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10237.         return $instance;
  10238.     }
  10239.     /**
  10240.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  10241.      *
  10242.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  10243.      */
  10244.     protected function getCurrencyTranslationDefinitionService()
  10245.     {
  10246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10247.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  10248.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  10249.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10250.         return $instance;
  10251.     }
  10252.     /**
  10253.      * Gets the public 'Shopware\Core\System\Currency\CurrencyDefinition' shared service.
  10254.      *
  10255.      * @return \Shopware\Core\System\Currency\CurrencyDefinition
  10256.      */
  10257.     protected function getCurrencyDefinitionService()
  10258.     {
  10259.         $this->services['Shopware\\Core\\System\\Currency\\CurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\CurrencyDefinition();
  10260.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10261.         return $instance;
  10262.     }
  10263.     /**
  10264.      * Gets the public 'Shopware\Core\System\Currency\CurrencyFormatter' shared service.
  10265.      *
  10266.      * @return \Shopware\Core\System\Currency\CurrencyFormatter
  10267.      */
  10268.     protected function getCurrencyFormatterService()
  10269.     {
  10270.         return $this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] = new \Shopware\Core\System\Currency\CurrencyFormatter(($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  10271.     }
  10272.     /**
  10273.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute' shared service.
  10274.      *
  10275.      * @return \Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute
  10276.      */
  10277.     protected function getCachedCurrencyRouteService()
  10278.     {
  10279.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10280.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  10281.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  10282.         }
  10283.         $b = ($this->services['sales_channel.currency.repository'] ?? $this->getSalesChannel_Currency_RepositoryService());
  10284.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  10285.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  10286.         }
  10287.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  10288.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  10289.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  10290.         }
  10291.         return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'] = new \Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute(new \Shopware\Core\System\Currency\SalesChannel\CurrencyRoute($b), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $c$a, []);
  10292.     }
  10293.     /**
  10294.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition' shared service.
  10295.      *
  10296.      * @return \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition
  10297.      */
  10298.     protected function getSalesChannelCurrencyDefinitionService()
  10299.     {
  10300.         $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition();
  10301.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  10302.         return $instance;
  10303.     }
  10304.     /**
  10305.      * Gets the public 'Shopware\Core\System\CustomEntity\Api\CustomEntityApiController' shared service.
  10306.      *
  10307.      * @return \Shopware\Core\System\CustomEntity\Api\CustomEntityApiController
  10308.      */
  10309.     protected function getCustomEntityApiControllerService()
  10310.     {
  10311.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  10312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Api/CustomEntityApiController.php';
  10313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  10314.         $this->services['Shopware\\Core\\System\\CustomEntity\\Api\\CustomEntityApiController'] = $instance = new \Shopware\Core\System\CustomEntity\Api\CustomEntityApiController(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CompositeEntitySearcher'] ?? $this->getCompositeEntitySearcherService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] ?? $this->getApiVersionConverterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator())), ($this->services['Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator'] ?? $this->getAclCriteriaValidatorService()));
  10315.         $instance->setContainer($this);
  10316.         return $instance;
  10317.     }
  10318.     /**
  10319.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  10320.      *
  10321.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  10322.      */
  10323.     protected function getCustomEntityDefinitionService()
  10324.     {
  10325.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  10326.         $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  10327.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10328.         return $instance;
  10329.     }
  10330.     /**
  10331.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityRegistrar' shared service.
  10332.      *
  10333.      * @return \Shopware\Core\System\CustomEntity\CustomEntityRegistrar
  10334.      */
  10335.     protected function getCustomEntityRegistrarService()
  10336.     {
  10337.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php';
  10338.         return $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar'] = new \Shopware\Core\System\CustomEntity\CustomEntityRegistrar($this);
  10339.     }
  10340.     /**
  10341.      * Gets the public 'Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater' shared service.
  10342.      *
  10343.      * @return \Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater
  10344.      */
  10345.     protected function getCustomEntitySchemaUpdaterService()
  10346.     {
  10347.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntitySchemaUpdater.php';
  10348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/SchemaUpdater.php';
  10349.         return $this->services['Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater'] = new \Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()), new \Shopware\Core\System\CustomEntity\Schema\SchemaUpdater());
  10350.     }
  10351.     /**
  10352.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  10353.      *
  10354.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  10355.      */
  10356.     protected function getCustomFieldSetRelationDefinitionService()
  10357.     {
  10358.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  10359.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  10360.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10361.         return $instance;
  10362.     }
  10363.     /**
  10364.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  10365.      *
  10366.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  10367.      */
  10368.     protected function getCustomFieldSetDefinitionService()
  10369.     {
  10370.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  10371.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  10372.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10373.         return $instance;
  10374.     }
  10375.     /**
  10376.      * Gets the public 'Shopware\Core\System\CustomField\Api\CustomFieldSetActionController' shared service.
  10377.      *
  10378.      * @return \Shopware\Core\System\CustomField\Api\CustomFieldSetActionController
  10379.      */
  10380.     protected function getCustomFieldSetActionControllerService()
  10381.     {
  10382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Api/CustomFieldSetActionController.php';
  10383.         $this->services['Shopware\\Core\\System\\CustomField\\Api\\CustomFieldSetActionController'] = $instance = new \Shopware\Core\System\CustomField\Api\CustomFieldSetActionController(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10384.         $instance->setContainer($this);
  10385.         return $instance;
  10386.     }
  10387.     /**
  10388.      * Gets the public 'Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  10389.      *
  10390.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  10391.      */
  10392.     protected function getCustomFieldDefinitionService()
  10393.     {
  10394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  10395.         $this->services['Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  10396.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10397.         return $instance;
  10398.     }
  10399.     /**
  10400.      * Gets the public 'Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  10401.      *
  10402.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  10403.      */
  10404.     protected function getDeliveryTimeTranslationDefinitionService()
  10405.     {
  10406.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  10408.         $this->services['Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  10409.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10410.         return $instance;
  10411.     }
  10412.     /**
  10413.      * Gets the public 'Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  10414.      *
  10415.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  10416.      */
  10417.     protected function getDeliveryTimeDefinitionService()
  10418.     {
  10419.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  10420.         $this->services['Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  10421.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10422.         return $instance;
  10423.     }
  10424.     /**
  10425.      * Gets the public 'Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  10426.      *
  10427.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  10428.      */
  10429.     protected function getIntegrationRoleDefinitionService()
  10430.     {
  10431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  10432.         $this->services['Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  10433.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10434.         return $instance;
  10435.     }
  10436.     /**
  10437.      * Gets the public 'Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  10438.      *
  10439.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  10440.      */
  10441.     protected function getIntegrationDefinitionService()
  10442.     {
  10443.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  10444.         $this->services['Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  10445.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10446.         return $instance;
  10447.     }
  10448.     /**
  10449.      * Gets the public 'Shopware\Core\System\Language\LanguageDefinition' shared service.
  10450.      *
  10451.      * @return \Shopware\Core\System\Language\LanguageDefinition
  10452.      */
  10453.     protected function getLanguageDefinitionService()
  10454.     {
  10455.         $this->services['Shopware\\Core\\System\\Language\\LanguageDefinition'] = $instance = new \Shopware\Core\System\Language\LanguageDefinition();
  10456.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10457.         return $instance;
  10458.     }
  10459.     /**
  10460.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute' shared service.
  10461.      *
  10462.      * @return \Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute
  10463.      */
  10464.     protected function getCachedLanguageRouteService()
  10465.     {
  10466.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10467.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  10468.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  10469.         }
  10470.         $b = ($this->services['sales_channel.language.repository'] ?? $this->getSalesChannel_Language_RepositoryService());
  10471.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  10472.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  10473.         }
  10474.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  10475.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  10476.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  10477.         }
  10478.         return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'] = new \Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute(new \Shopware\Core\System\Language\SalesChannel\LanguageRoute($b), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $c$a, []);
  10479.     }
  10480.     /**
  10481.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition' shared service.
  10482.      *
  10483.      * @return \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition
  10484.      */
  10485.     protected function getSalesChannelLanguageDefinitionService()
  10486.     {
  10487.         $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition();
  10488.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  10489.         return $instance;
  10490.     }
  10491.     /**
  10492.      * Gets the public 'Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  10493.      *
  10494.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  10495.      */
  10496.     protected function getLocaleTranslationDefinitionService()
  10497.     {
  10498.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  10500.         $this->services['Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  10501.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10502.         return $instance;
  10503.     }
  10504.     /**
  10505.      * Gets the public 'Shopware\Core\System\Locale\LocaleDefinition' shared service.
  10506.      *
  10507.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  10508.      */
  10509.     protected function getLocaleDefinitionService()
  10510.     {
  10511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  10512.         $this->services['Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  10513.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10514.         return $instance;
  10515.     }
  10516.     /**
  10517.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  10518.      *
  10519.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  10520.      */
  10521.     protected function getNumberRangeSalesChannelDefinitionService()
  10522.     {
  10523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  10524.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  10525.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10526.         return $instance;
  10527.     }
  10528.     /**
  10529.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  10530.      *
  10531.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  10532.      */
  10533.     protected function getNumberRangeStateDefinitionService()
  10534.     {
  10535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  10536.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  10537.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10538.         return $instance;
  10539.     }
  10540.     /**
  10541.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  10542.      *
  10543.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  10544.      */
  10545.     protected function getNumberRangeTranslationDefinitionService()
  10546.     {
  10547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  10549.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  10550.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10551.         return $instance;
  10552.     }
  10553.     /**
  10554.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  10555.      *
  10556.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  10557.      */
  10558.     protected function getNumberRangeTypeTranslationDefinitionService()
  10559.     {
  10560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10561.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  10562.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  10563.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10564.         return $instance;
  10565.     }
  10566.     /**
  10567.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  10568.      *
  10569.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  10570.      */
  10571.     protected function getNumberRangeTypeDefinitionService()
  10572.     {
  10573.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  10574.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  10575.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10576.         return $instance;
  10577.     }
  10578.     /**
  10579.      * Gets the public 'Shopware\Core\System\NumberRange\Api\NumberRangeController' shared service.
  10580.      *
  10581.      * @return \Shopware\Core\System\NumberRange\Api\NumberRangeController
  10582.      */
  10583.     protected function getNumberRangeControllerService()
  10584.     {
  10585.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Api/NumberRangeController.php';
  10586.         $this->services['Shopware\\Core\\System\\NumberRange\\Api\\NumberRangeController'] = $instance = new \Shopware\Core\System\NumberRange\Api\NumberRangeController(($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()));
  10587.         $instance->setContainer($this);
  10588.         return $instance;
  10589.     }
  10590.     /**
  10591.      * Gets the public 'Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  10592.      *
  10593.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  10594.      */
  10595.     protected function getNumberRangeDefinitionService()
  10596.     {
  10597.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  10598.         $this->services['Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  10599.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10600.         return $instance;
  10601.     }
  10602.     /**
  10603.      * Gets the public 'Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGeneratorInterface' shared service.
  10604.      *
  10605.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGenerator
  10606.      */
  10607.     protected function getNumberRangeValueGeneratorInterfaceService()
  10608.     {
  10609.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10610.         if (isset($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'])) {
  10611.             return $this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'];
  10612.         }
  10613.         return $this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] = new \Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGenerator(new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternRegistry(new RewindableGenerator(function () {
  10614.             yield => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternIncrement'] ?? $this->getValueGeneratorPatternIncrementService());
  10615.             yield => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternDate'] ?? ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternDate'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternDate()));
  10616.         }, 2)), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  10617.     }
  10618.     /**
  10619.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  10620.      *
  10621.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  10622.      */
  10623.     protected function getSalesChannelAnalyticsDefinitionService()
  10624.     {
  10625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  10626.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  10627.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10628.         return $instance;
  10629.     }
  10630.     /**
  10631.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  10632.      *
  10633.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  10634.      */
  10635.     protected function getSalesChannelCountryDefinition2Service()
  10636.     {
  10637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  10638.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  10639.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10640.         return $instance;
  10641.     }
  10642.     /**
  10643.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  10644.      *
  10645.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  10646.      */
  10647.     protected function getSalesChannelCurrencyDefinition2Service()
  10648.     {
  10649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  10650.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  10651.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10652.         return $instance;
  10653.     }
  10654.     /**
  10655.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  10656.      *
  10657.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  10658.      */
  10659.     protected function getSalesChannelDomainDefinitionService()
  10660.     {
  10661.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  10662.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10663.         return $instance;
  10664.     }
  10665.     /**
  10666.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  10667.      *
  10668.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  10669.      */
  10670.     protected function getSalesChannelLanguageDefinition2Service()
  10671.     {
  10672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  10673.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  10674.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10675.         return $instance;
  10676.     }
  10677.     /**
  10678.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  10679.      *
  10680.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  10681.      */
  10682.     protected function getSalesChannelPaymentMethodDefinition2Service()
  10683.     {
  10684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  10685.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  10686.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10687.         return $instance;
  10688.     }
  10689.     /**
  10690.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  10691.      *
  10692.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  10693.      */
  10694.     protected function getSalesChannelShippingMethodDefinition2Service()
  10695.     {
  10696.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  10697.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  10698.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10699.         return $instance;
  10700.     }
  10701.     /**
  10702.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  10703.      *
  10704.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  10705.      */
  10706.     protected function getSalesChannelTranslationDefinitionService()
  10707.     {
  10708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  10710.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  10711.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10712.         return $instance;
  10713.     }
  10714.     /**
  10715.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  10716.      *
  10717.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  10718.      */
  10719.     protected function getSalesChannelTypeTranslationDefinitionService()
  10720.     {
  10721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10722.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  10723.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  10724.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10725.         return $instance;
  10726.     }
  10727.     /**
  10728.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  10729.      *
  10730.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  10731.      */
  10732.     protected function getSalesChannelTypeDefinitionService()
  10733.     {
  10734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  10735.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  10736.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10737.         return $instance;
  10738.     }
  10739.     /**
  10740.      * Gets the public 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory' shared service.
  10741.      *
  10742.      * @return \Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory
  10743.      */
  10744.     protected function getSalesChannelContextFactoryService()
  10745.     {
  10746.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10747.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10748.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10749.         }
  10750.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  10751.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10752.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10753.         }
  10754.         $c = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  10755.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10756.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10757.         }
  10758.         $d = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  10759.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10760.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10761.         }
  10762.         $e = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  10763.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10764.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10765.         }
  10766.         $f = ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Tax\\TaxDetector'] ?? $this->getTaxDetectorService());
  10767.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10768.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10769.         }
  10770.         $g = ($this->services['currency_country_rounding.repository'] ?? $this->getCurrencyCountryRounding_RepositoryService());
  10771.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10772.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10773.         }
  10774.         $h = ($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\Context\\BaseContextFactoryDecorator'] ?? $this->getBaseContextFactoryDecoratorService());
  10775.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10776.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10777.         }
  10778.         $i = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  10779.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10780.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10781.         }
  10782.         return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] = new \Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory(new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory($b$c$d$e$f, new RewindableGenerator(function () {
  10783.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\EntireCountryRuleTypeFilter()));
  10784.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\IndividualStatesRuleTypeFilter()));
  10785.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRangeRuleTypeFilter()));
  10786.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRuleTypeFilter()));
  10787.         }, 4), $a$g$h), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), $i);
  10788.     }
  10789.     /**
  10790.      * Gets the public 'Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry' shared service.
  10791.      *
  10792.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry
  10793.      */
  10794.     protected function getSalesChannelDefinitionInstanceRegistryService()
  10795.     {
  10796.         return $this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry('sales_channel_definition.'$this, ['log_entry' => 'Shopware\\Core\\Framework\\Log\\LogEntryDefinition''acl_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition''acl_user_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition''user_role_acl' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition''app' => 'Shopware\\Core\\Framework\\App\\AppDefinition''app_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition''app_action_button' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition''app_action_button_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition''app_template' => 'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition''app_payment_method' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition''app_script_condition' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition''app_script_condition_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition''app_cms_block' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition''app_cms_block_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition''app_flow_action' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition''app_flow_action_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition''custom_field' => 'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition''custom_field_set' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition''custom_field_set_relation' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition''version' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition''version_commit' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition''version_commit_data' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition''event_action' => 'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition''event_action_rule' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition''event_action_sales_channel' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition''dead_message' => 'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition''message_queue_stats' => 'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition''plugin' => 'Shopware\\Core\\Framework\\Plugin\\PluginDefinition''plugin_translation' => 'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition''scheduled_task' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition''script' => 'Shopware\\Core\\Framework\\Script\\ScriptDefinition''language' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition''seo_url' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition''seo_url_template' => 'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition''main_category' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition''webhook' => 'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition''webhook_event_log' => 'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition''sales_channel' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition''sales_channel_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition''sales_channel_country' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition''sales_channel_currency' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition''sales_channel_domain' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition''sales_channel_language' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition''sales_channel_payment_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition''sales_channel_shipping_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition''sales_channel_type' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition''sales_channel_type_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition''sales_channel_analytics' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition''country' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition''country_state' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition''country_state_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition''country_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition''currency' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition''currency_country_rounding' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition''currency_translation' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition''custom_entity' => 'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition''locale' => 'Shopware\\Core\\System\\Locale\\LocaleDefinition''locale_translation' => 'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition''snippet_set' => 'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition''snippet' => 'Shopware\\Core\\System\\Snippet\\SnippetDefinition''salutation' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition''salutation_translation' => 'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition''tax' => 'Shopware\\Core\\System\\Tax\\TaxDefinition''tax_rule' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition''tax_rule_type' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition''tax_rule_type_translation' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition''unit' => 'Shopware\\Core\\System\\Unit\\UnitDefinition''unit_translation' => 'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition''user' => 'Shopware\\Core\\System\\User\\UserDefinition''user_config' => 'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition''user_access_key' => 'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition''user_recovery' => 'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition''integration' => 'Shopware\\Core\\System\\Integration\\IntegrationDefinition''integration_role' => 'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition''state_machine' => 'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition''state_machine_translation' => 'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition''state_machine_state' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition''state_machine_state_translation' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition''state_machine_transition' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition''state_machine_history' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition''system_config' => 'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition''number_range' => 'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition''number_range_sales_channel' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition''number_range_state' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition''number_range_type' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition''number_range_type_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition''number_range_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition''tag' => 'Shopware\\Core\\System\\Tag\\TagDefinition''category' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition''category_translation' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition''category_tag' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition''media' => 'Shopware\\Core\\Content\\Media\\MediaDefinition''media_default_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition''media_thumbnail' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition''media_translation' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition''media_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition''media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition''media_folder_configuration' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition''media_folder_configuration_media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition''media_tag' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition''product' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition''product_stream_mapping' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition''product_category' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition''product_custom_field_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition''product_tag' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition''product_configurator_setting' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition''product_price' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition''product_property' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition''product_search_keyword' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition''product_keyword_dictionary' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition''product_review' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition''product_manufacturer' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition''product_manufacturer_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition''product_media' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition''product_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition''product_option' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition''product_category_tree' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition''product_cross_selling' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition''product_cross_selling_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition''product_cross_selling_assigned_products' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition''product_feature_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition''product_feature_set_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition''product_sorting' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition''product_sorting_translation' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition''product_search_config' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition''product_search_config_field' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition''product_visibility' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition''delivery_time' => 'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition''newsletter_recipient' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition''newsletter_recipient_tag' => 'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition''rule' => 'Shopware\\Core\\Content\\Rule\\RuleDefinition''rule_condition' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition''rule_tag' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition''product_stream' => 'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition''product_stream_translation' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition''product_stream_filter' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition''product_export' => 'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition''property_group' => 'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition''property_group_option' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition''property_group_option_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition''property_group_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition''cms_page' => 'Shopware\\Core\\Content\\Cms\\CmsPageDefinition''cms_page_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition''cms_section' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition''cms_block' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition''cms_slot' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition''cms_slot_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition''mail_template' => 'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition''mail_template_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition''mail_template_type' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition''mail_template_type_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition''mail_template_media' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition''mail_header_footer' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition''mail_header_footer_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition''delivery_time_translation' => 'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition''import_export_profile' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition''import_export_log' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition''import_export_file' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition''import_export_profile_translation' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition''landing_page' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition''landing_page_translation' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition''landing_page_tag' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition''landing_page_sales_channel' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition''flow' => 'Shopware\\Core\\Content\\Flow\\FlowDefinition''flow_sequence' => 'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition''customer' => 'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition''customer_group_translation' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition''customer_address' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition''customer_recovery' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition''customer_group' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition''customer_group_registration_sales_channels' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition''customer_tag' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition''customer_wishlist' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition''customer_wishlist_product' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition''document' => 'Shopware\\Core\\Checkout\\Document\\DocumentDefinition''document_type' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition''document_type_translation' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition''document_base_config' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition''document_base_config_sales_channel' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition''order' => 'Shopware\\Core\\Checkout\\Order\\OrderDefinition''order_address' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition''order_customer' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition''order_delivery' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition''order_delivery_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition''order_line_item' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition''order_tag' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition''order_transaction' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition''order_transaction_capture' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition''order_transaction_capture_refund' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition''order_transaction_capture_refund_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition''payment_method' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition''payment_method_translation' => 'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition''promotion' => 'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition''promotion_sales_channel' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition''promotion_individual_code' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition''promotion_discount' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition''promotion_discount_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition''promotion_setgroup' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition''promotion_setgroup_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition''promotion_order_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition''promotion_persona_customer' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition''promotion_persona_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition''promotion_cart_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition''promotion_translation' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition''promotion_discount_prices' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition''shipping_method' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition''shipping_method_tag' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition''shipping_method_price' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition''shipping_method_translation' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition''app_administration_snippet' => 'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition''notification' => 'Shopware\\Administration\\Notification\\NotificationDefinition''theme' => 'Shopware\\Storefront\\Theme\\ThemeDefinition''theme_translation' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition''theme_sales_channel' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition''theme_media' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition''theme_child' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition''swag_language_pack_language' => 'Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition''frosh_mail_archive' => 'Frosh\\MailArchive\\Content\\MailArchive\\MailArchiveDefinition''swag_paypal_pos_sales_channel' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition''swag_paypal_pos_sales_channel_inventory' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition''swag_paypal_pos_sales_channel_run' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition''swag_paypal_pos_sales_channel_run_log' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition''swag_paypal_pos_sales_channel_media' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition''swag_paypal_pos_sales_channel_product' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition''cms_factory_element' => 'AkuCmsFactory\\Element\\CmsFactoryElementDefinition''coe_country_zip_validation' => 'CoeAccountOrtPlzSw6\\Core\\System\\Country\\CountryZipValidationDefintion''acris_tax_customer_group_rule' => 'Acris\\Tax\\Custom\\TaxCustomerGroupRuleDefinition''acris_tax_country_rule' => 'Acris\\Tax\\Custom\\TaxCountryRuleDefinition''acris_tax_vat_id_validation_log' => 'Acris\\Tax\\Custom\\VatIdValidationLogDefinition''acris_promotion_display' => 'Acris\\Promotion\\Custom\\PromotionDisplayDefinition''fts_payment_cost' => 'Fourtwosix\\PaymentSurcharge\\Core\\Content\\PaymentCost\\PaymentCostDefinition''fts_payment_cost_translation' => 'Fourtwosix\\PaymentSurcharge\\Core\\Content\\PaymentCost\\Aggregate\\PaymentCostTranslation\\PaymentCostTranslationDefinition''fts_attachment' => 'Fourtwosix\\Attachments\\Core\\Content\\Product\\AttachmentDefinition''fts_attachment_translation' => 'Fourtwosix\\Attachments\\Core\\Content\\Product\\Aggregate\\AttachmentTranslation\\AttachmentTranslationDefinition''fts_attachment_language' => 'Fourtwosix\\Attachments\\Core\\Content\\Product\\Aggregate\\AttachmentLanguage\\AttachmentLanguageDefinition''moorl_cms_element_config' => 'MoorlFoundation\\Core\\Content\\CmsElementConfig\\CmsElementConfigDefinition''moorl_location' => 'MoorlFoundation\\Core\\Content\\Location\\LocationDefinition''moorl_location_cache' => 'MoorlFoundation\\Core\\Content\\Location\\LocationCacheDefinition''moorl_sorting' => 'MoorlFoundation\\Core\\Content\\Sorting\\SortingDefinition''moorl_sorting_translation' => 'MoorlFoundation\\Core\\Content\\Sorting\\SortingTranslationDefinition''moorl_marker' => 'MoorlFoundation\\Core\\Content\\Marker\\MarkerDefinition''moorl_client' => 'MoorlFoundation\\Core\\Content\\Client\\ClientDefinition''moorl_fb_form' => 'MoorlForms\\Core\\Content\\Form\\FormDefinition''moorl_fb_form_translation' => 'MoorlForms\\Core\\Content\\Form\\FormTranslationDefinition''moorl_fb_element' => 'MoorlForms\\Core\\Content\\Element\\ElementDefinition''moorl_fb_element_translation' => 'MoorlForms\\Core\\Content\\Element\\ElementTranslationDefinition'], ['language' => 'sales_channel.language.repository''seo_url' => 'sales_channel.seo_url.repository''main_category' => 'sales_channel.main_category.repository''country' => 'sales_channel.country.repository''country_state' => 'sales_channel.country_state.repository''currency' => 'sales_channel.currency.repository''salutation' => 'sales_channel.salutation.repository''category' => 'sales_channel.category.repository''product' => 'sales_channel.product.repository''newsletter_recipient' => 'sales_channel.newsletter_recipient.repository''landing_page' => 'sales_channel.landing_page.repository''payment_method' => 'sales_channel.payment_method.repository''shipping_method' => 'sales_channel.shipping_method.repository']);
  10797.     }
  10798.     /**
  10799.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  10800.      *
  10801.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  10802.      */
  10803.     protected function getSalesChannelDefinitionService()
  10804.     {
  10805.         $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  10806.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10807.         return $instance;
  10808.     }
  10809.     /**
  10810.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController' shared service.
  10811.      *
  10812.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController
  10813.      */
  10814.     protected function getStoreApiInfoControllerService()
  10815.     {
  10816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/StoreApiInfoController.php';
  10817.         return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\StoreApiInfoController'] = new \Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController(($this->privates['Shopware\\Core\\Framework\\Api\\ApiDefinition\\DefinitionService'] ?? $this->getDefinitionServiceService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['shopware.security.csp_templates']);
  10818.     }
  10819.     /**
  10820.      * Gets the public 'Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  10821.      *
  10822.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  10823.      */
  10824.     protected function getSalutationTranslationDefinitionService()
  10825.     {
  10826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  10828.         $this->services['Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  10829.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10830.         return $instance;
  10831.     }
  10832.     /**
  10833.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute' shared service.
  10834.      *
  10835.      * @return \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute
  10836.      */
  10837.     protected function getCachedSalutationRouteService()
  10838.     {
  10839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/AbstractSalutationRoute.php';
  10840.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/CachedSalutationRoute.php';
  10841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalutationRoute.php';
  10842.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10843.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  10844.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  10845.         }
  10846.         $b = ($this->services['sales_channel.salutation.repository'] ?? $this->getSalesChannel_Salutation_RepositoryService());
  10847.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  10848.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  10849.         }
  10850.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  10851.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  10852.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  10853.         }
  10854.         return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] = new \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute(new \Shopware\Core\System\Salutation\SalesChannel\SalutationRoute($b), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $c$a, []);
  10855.     }
  10856.     /**
  10857.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition' shared service.
  10858.      *
  10859.      * @return \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition
  10860.      */
  10861.     protected function getSalesChannelSalutationDefinitionService()
  10862.     {
  10863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  10864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalesChannelSalutationDefinition.php';
  10865.         $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition();
  10866.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  10867.         return $instance;
  10868.     }
  10869.     /**
  10870.      * Gets the public 'Shopware\Core\System\Salutation\SalutationDefinition' shared service.
  10871.      *
  10872.      * @return \Shopware\Core\System\Salutation\SalutationDefinition
  10873.      */
  10874.     protected function getSalutationDefinitionService()
  10875.     {
  10876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  10877.         $this->services['Shopware\\Core\\System\\Salutation\\SalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalutationDefinition();
  10878.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10879.         return $instance;
  10880.     }
  10881.     /**
  10882.      * Gets the public 'Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  10883.      *
  10884.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  10885.      */
  10886.     protected function getSnippetSetDefinitionService()
  10887.     {
  10888.         $this->services['Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  10889.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10890.         return $instance;
  10891.     }
  10892.     /**
  10893.      * Gets the public 'Shopware\Core\System\Snippet\Api\SnippetController' shared service.
  10894.      *
  10895.      * @return \Shopware\Core\System\Snippet\Api\SnippetController
  10896.      */
  10897.     protected function getSnippetControllerService()
  10898.     {
  10899.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Api/SnippetController.php';
  10900.         $this->services['Shopware\\Core\\System\\Snippet\\Api\\SnippetController'] = $instance = new \Shopware\Core\System\Snippet\Api\SnippetController(($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'] ?? $this->getSnippetServiceService()), ($this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] ?? $this->getSnippetFileCollectionService()));
  10901.         $instance->setContainer($this);
  10902.         return $instance;
  10903.     }
  10904.     /**
  10905.      * Gets the public 'Shopware\Core\System\Snippet\Files\SnippetFileCollection' shared service.
  10906.      *
  10907.      * @return \Shopware\Core\System\Snippet\Files\SnippetFileCollection
  10908.      */
  10909.     protected function getSnippetFileCollectionService($lazyLoad true)
  10910.     {
  10911.         if ($lazyLoad) {
  10912.             return $this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] = $this->createProxy('SnippetFileCollection_08f09cc', function () {
  10913.                 return \SnippetFileCollection_08f09cc::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10914.                     $wrappedInstance $this->getSnippetFileCollectionService(false);
  10915.                     $proxy->setProxyInitializer(null);
  10916.                     return true;
  10917.                 });
  10918.             });
  10919.         }
  10920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileCollectionFactory.php';
  10921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoaderInterface.php';
  10922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoader.php';
  10923.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/AppSnippetFileLoader.php';
  10924.         return (new \Shopware\Core\System\Snippet\Files\SnippetFileCollectionFactory(new \Shopware\Core\System\Snippet\Files\SnippetFileLoader(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), new \Shopware\Core\System\Snippet\Files\AppSnippetFileLoader(\dirname(__DIR__4)), ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? $this->getActiveAppsLoaderService()))))->createSnippetFileCollection();
  10925.     }
  10926.     /**
  10927.      * Gets the public 'Shopware\Core\System\Snippet\Filter\SnippetFilterFactory' shared service.
  10928.      *
  10929.      * @return \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory
  10930.      */
  10931.     protected function getSnippetFilterFactoryService()
  10932.     {
  10933.         return $this->services['Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory'] = new \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory(new RewindableGenerator(function () {
  10934.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] = new \Shopware\Core\System\Snippet\Filter\AuthorFilter()));
  10935.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] = new \Shopware\Core\System\Snippet\Filter\AddedFilter()));
  10936.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] = new \Shopware\Core\System\Snippet\Filter\EditedFilter()));
  10937.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] = new \Shopware\Core\System\Snippet\Filter\EmptySnippetFilter()));
  10938.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] = new \Shopware\Core\System\Snippet\Filter\NamespaceFilter()));
  10939.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] = new \Shopware\Core\System\Snippet\Filter\TermFilter()));
  10940.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] = new \Shopware\Core\System\Snippet\Filter\TranslationKeyFilter()));
  10941.         }, 7));
  10942.     }
  10943.     /**
  10944.      * Gets the public 'Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  10945.      *
  10946.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  10947.      */
  10948.     protected function getSnippetDefinitionService()
  10949.     {
  10950.         $this->services['Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  10951.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10952.         return $instance;
  10953.     }
  10954.     /**
  10955.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  10956.      *
  10957.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  10958.      */
  10959.     protected function getStateMachineHistoryDefinitionService()
  10960.     {
  10961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  10962.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  10963.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10964.         return $instance;
  10965.     }
  10966.     /**
  10967.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  10968.      *
  10969.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  10970.      */
  10971.     protected function getStateMachineStateDefinitionService()
  10972.     {
  10973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  10974.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  10975.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10976.         return $instance;
  10977.     }
  10978.     /**
  10979.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  10980.      *
  10981.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  10982.      */
  10983.     protected function getStateMachineStateTranslationDefinitionService()
  10984.     {
  10985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  10987.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  10988.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10989.         return $instance;
  10990.     }
  10991.     /**
  10992.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  10993.      *
  10994.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  10995.      */
  10996.     protected function getStateMachineTransitionDefinitionService()
  10997.     {
  10998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  10999.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  11000.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11001.         return $instance;
  11002.     }
  11003.     /**
  11004.      * Gets the public 'Shopware\Core\System\StateMachine\Api\StateMachineActionController' shared service.
  11005.      *
  11006.      * @return \Swag\Security\Fixes\NEXT32889\PatchedStateMachineActionController
  11007.      */
  11008.     protected function getStateMachineActionControllerService()
  11009.     {
  11010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Api/StateMachineActionController.php';
  11011.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT32889/PatchedStateMachineActionController.php';
  11012.         $this->services['Shopware\\Core\\System\\StateMachine\\Api\\StateMachineActionController'] = $instance = new \Swag\Security\Fixes\NEXT32889\PatchedStateMachineActionController(($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11013.         $instance->setContainer($this);
  11014.         return $instance;
  11015.     }
  11016.     /**
  11017.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  11018.      *
  11019.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  11020.      */
  11021.     protected function getStateMachineDefinitionService()
  11022.     {
  11023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  11024.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  11025.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11026.         return $instance;
  11027.     }
  11028.     /**
  11029.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  11030.      *
  11031.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  11032.      */
  11033.     protected function getStateMachineTranslationDefinitionService()
  11034.     {
  11035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  11036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  11037.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  11038.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11039.         return $instance;
  11040.     }
  11041.     /**
  11042.      * Gets the public 'Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory' shared service.
  11043.      *
  11044.      * @return \Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory
  11045.      */
  11046.     protected function getSystemConfigFacadeHookFactoryService()
  11047.     {
  11048.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  11049.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Facade/SystemConfigFacadeHookFactory.php';
  11050.         return $this->services['Shopware\\Core\\System\\SystemConfig\\Facade\\SystemConfigFacadeHookFactory'] = new \Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  11051.     }
  11052.     /**
  11053.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  11054.      *
  11055.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  11056.      */
  11057.     protected function getSystemConfigDefinitionService()
  11058.     {
  11059.         $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  11060.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11061.         return $instance;
  11062.     }
  11063.     /**
  11064.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigService' shared service.
  11065.      *
  11066.      * @return \Shopware\Core\System\SystemConfig\SystemConfigService
  11067.      */
  11068.     protected function getSystemConfigServiceService()
  11069.     {
  11070.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11071.         if (isset($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'])) {
  11072.             return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'];
  11073.         }
  11074.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  11075.         $c = ($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService());
  11076.         if (isset($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'])) {
  11077.             return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'];
  11078.         }
  11079.         return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] = new \Shopware\Core\System\SystemConfig\SystemConfigService($b$c, ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] = new \Shopware\Core\System\SystemConfig\Util\ConfigReader())), new \Shopware\Core\System\SystemConfig\MemoizedSystemConfigLoader(new \Shopware\Core\System\SystemConfig\CachedSystemConfigLoader(new \Shopware\Core\System\SystemConfig\SystemConfigLoader($b, ($this->services['kernel'] ?? $this->get('kernel'1))), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService())), ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] = new \Shopware\Core\System\SystemConfig\Store\MemoizedSystemConfigStore()))), $a);
  11080.     }
  11081.     /**
  11082.      * Gets the public 'Shopware\Core\System\Tag\Service\FilterTagIdsService' shared service.
  11083.      *
  11084.      * @return \Shopware\Core\System\Tag\Service\FilterTagIdsService
  11085.      */
  11086.     protected function getFilterTagIdsServiceService()
  11087.     {
  11088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/Service/FilterTagIdsService.php';
  11089.         return $this->services['Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService'] = new \Shopware\Core\System\Tag\Service\FilterTagIdsService(($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\CriteriaQueryBuilder'] ?? $this->getCriteriaQueryBuilderService()));
  11090.     }
  11091.     /**
  11092.      * Gets the public 'Shopware\Core\System\Tag\TagDefinition' shared service.
  11093.      *
  11094.      * @return \Shopware\Core\System\Tag\TagDefinition
  11095.      */
  11096.     protected function getTagDefinitionService()
  11097.     {
  11098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  11099.         $this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  11100.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11101.         return $instance;
  11102.     }
  11103.     /**
  11104.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  11105.      *
  11106.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  11107.      */
  11108.     protected function getTaxRuleTypeTranslationDefinitionService()
  11109.     {
  11110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  11111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  11112.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  11113.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11114.         return $instance;
  11115.     }
  11116.     /**
  11117.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  11118.      *
  11119.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  11120.      */
  11121.     protected function getTaxRuleTypeDefinitionService()
  11122.     {
  11123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  11124.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  11125.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11126.         return $instance;
  11127.     }
  11128.     /**
  11129.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  11130.      *
  11131.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  11132.      */
  11133.     protected function getTaxRuleDefinitionService()
  11134.     {
  11135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  11136.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  11137.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11138.         return $instance;
  11139.     }
  11140.     /**
  11141.      * Gets the public 'Shopware\Core\System\Tax\TaxDefinition' shared service.
  11142.      *
  11143.      * @return \Shopware\Core\System\Tax\TaxDefinition
  11144.      */
  11145.     protected function getTaxDefinitionService()
  11146.     {
  11147.         $this->services['Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  11148.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11149.         return $instance;
  11150.     }
  11151.     /**
  11152.      * Gets the public 'Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  11153.      *
  11154.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  11155.      */
  11156.     protected function getUnitTranslationDefinitionService()
  11157.     {
  11158.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  11159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  11160.         $this->services['Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  11161.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11162.         return $instance;
  11163.     }
  11164.     /**
  11165.      * Gets the public 'Shopware\Core\System\Unit\UnitDefinition' shared service.
  11166.      *
  11167.      * @return \Shopware\Core\System\Unit\UnitDefinition
  11168.      */
  11169.     protected function getUnitDefinitionService()
  11170.     {
  11171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  11172.         $this->services['Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  11173.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11174.         return $instance;
  11175.     }
  11176.     /**
  11177.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  11178.      *
  11179.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  11180.      */
  11181.     protected function getUserAccessKeyDefinitionService()
  11182.     {
  11183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  11184.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  11185.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11186.         return $instance;
  11187.     }
  11188.     /**
  11189.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  11190.      *
  11191.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  11192.      */
  11193.     protected function getUserConfigDefinitionService()
  11194.     {
  11195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  11196.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  11197.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11198.         return $instance;
  11199.     }
  11200.     /**
  11201.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  11202.      *
  11203.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  11204.      */
  11205.     protected function getUserRecoveryDefinitionService()
  11206.     {
  11207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  11208.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  11209.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11210.         return $instance;
  11211.     }
  11212.     /**
  11213.      * Gets the public 'Shopware\Core\System\User\Api\UserRecoveryController' shared service.
  11214.      *
  11215.      * @return \Shopware\Core\System\User\Api\UserRecoveryController
  11216.      */
  11217.     protected function getUserRecoveryControllerService()
  11218.     {
  11219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserRecoveryController.php';
  11220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Recovery/UserRecoveryService.php';
  11221.         $this->services['Shopware\\Core\\System\\User\\Api\\UserRecoveryController'] = $instance = new \Shopware\Core\System\User\Api\UserRecoveryController(new \Shopware\Core\System\User\Recovery\UserRecoveryService(($this->services['user_recovery.repository'] ?? $this->getUserRecovery_RepositoryService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService())), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()));
  11222.         $instance->setContainer($this);
  11223.         return $instance;
  11224.     }
  11225.     /**
  11226.      * Gets the public 'Shopware\Core\System\User\Api\UserValidationController' shared service.
  11227.      *
  11228.      * @return \Shopware\Core\System\User\Api\UserValidationController
  11229.      */
  11230.     protected function getUserValidationControllerService()
  11231.     {
  11232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserValidationController.php';
  11233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Service/UserValidationService.php';
  11234.         $this->services['Shopware\\Core\\System\\User\\Api\\UserValidationController'] = $instance = new \Shopware\Core\System\User\Api\UserValidationController(new \Shopware\Core\System\User\Service\UserValidationService(($this->services['user.repository'] ?? $this->getUser_RepositoryService())));
  11235.         $instance->setContainer($this);
  11236.         return $instance;
  11237.     }
  11238.     /**
  11239.      * Gets the public 'Shopware\Core\System\User\UserDefinition' shared service.
  11240.      *
  11241.      * @return \Shopware\Core\System\User\UserDefinition
  11242.      */
  11243.     protected function getUserDefinitionService()
  11244.     {
  11245.         $this->services['Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  11246.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11247.         return $instance;
  11248.     }
  11249.     /**
  11250.      * Gets the public 'Shopware\Elasticsearch\Framework\ElasticsearchHelper' shared service.
  11251.      *
  11252.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchHelper
  11253.      */
  11254.     protected function getElasticsearchHelperService()
  11255.     {
  11256.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  11257.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'])) {
  11258.             return $this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'];
  11259.         }
  11260.         return $this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] = new \Shopware\Elasticsearch\Framework\ElasticsearchHelper('dev'$this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'), $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_INDEXING_ENABLED'), $this->getEnv('string:default:default_elasticsearch_prefix:SHOPWARE_ES_INDEX_PREFIX'), $this->getEnv('string:SHOPWARE_ES_THROW_EXCEPTION'), ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $a, ($this->privates['Shopware\\Elasticsearch\\Framework\\DataAbstractionLayer\\CriteriaParser'] ?? $this->getCriteriaParserService()), ($this->privates['shopware.elasticsearch.logger'] ?? $this->getShopware_Elasticsearch_LoggerService()));
  11261.     }
  11262.     /**
  11263.      * Gets the public 'Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler' shared service.
  11264.      *
  11265.      * @return \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler
  11266.      */
  11267.     protected function getCreateAliasTaskHandlerService()
  11268.     {
  11269.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/CreateAliasTaskHandler.php';
  11270.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  11271.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  11272.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  11273.         }
  11274.         $b = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  11275.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  11276.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  11277.         }
  11278.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11279.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  11280.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  11281.         }
  11282.         return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] = new \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler($a, ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b$this->parameters['elasticsearch.index.config'], $c);
  11283.     }
  11284.     /**
  11285.      * Gets the public 'Shopware\Storefront\Controller\AccountOrderController' shared service.
  11286.      *
  11287.      * @return \Shopware\Storefront\Controller\AccountOrderController
  11288.      */
  11289.     protected function getAccountOrderControllerService()
  11290.     {
  11291.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountOrderController.php';
  11292.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderPageLoader.php';
  11293.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountEditOrderPageLoader.php';
  11294.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderDetailPageLoader.php';
  11295.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  11296.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11297.         $c = ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService());
  11298.         $d = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService());
  11299.         $this->services['Shopware\\Storefront\\Controller\\AccountOrderController'] = $instance = new \Shopware\Storefront\Controller\AccountOrderController(new \Shopware\Storefront\Page\Account\Order\AccountOrderPageLoader($a$b$c, ($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService())), new \Shopware\Storefront\Page\Account\Order\AccountEditOrderPageLoader($a$b$c, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()), ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), $d), ($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRouteDecorator'] ?? $this->getContextSwitchRouteDecoratorService()), ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute'] ?? $this->getCancelOrderRouteService()), ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute'] ?? $this->getSetPaymentOrderRouteService()), ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\HandlePaymentMethodRoute'] ?? $this->getHandlePaymentMethodRouteService()), $b, new \Shopware\Storefront\Page\Account\Order\AccountOrderDetailPageLoader($a$b$c), $c, ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), $d);
  11300.         $instance->setContainer($this);
  11301.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11302.         return $instance;
  11303.     }
  11304.     /**
  11305.      * Gets the public 'Shopware\Storefront\Controller\AccountPaymentController' shared service.
  11306.      *
  11307.      * @return \Shopware\Storefront\Controller\AccountPaymentController
  11308.      */
  11309.     protected function getAccountPaymentControllerService()
  11310.     {
  11311.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountPaymentController.php';
  11312.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/PaymentMethod/AccountPaymentMethodPageLoader.php';
  11313.         $this->services['Shopware\\Storefront\\Controller\\AccountPaymentController'] = $instance = new \Shopware\Storefront\Controller\AccountPaymentController(new \Shopware\Storefront\Page\Account\PaymentMethod\AccountPaymentMethodPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePaymentMethodRoute'] ?? $this->getChangePaymentMethodRouteService()));
  11314.         $instance->setContainer($this);
  11315.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11316.         return $instance;
  11317.     }
  11318.     /**
  11319.      * Gets the public 'Shopware\Storefront\Controller\AccountProfileController' shared service.
  11320.      *
  11321.      * @return \Shopware\Storefront\Controller\AccountProfileController
  11322.      */
  11323.     protected function getAccountProfileControllerService()
  11324.     {
  11325.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountProfileController.php';
  11326.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Overview/AccountOverviewPageLoader.php';
  11327.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Profile/AccountProfilePageLoader.php';
  11328.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  11329.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11330.         $this->services['Shopware\\Storefront\\Controller\\AccountProfileController'] = $instance = new \Shopware\Storefront\Controller\AccountProfileController(new \Shopware\Storefront\Page\Account\Overview\AccountOverviewPageLoader($a$b, ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute'] ?? $this->getCustomerRouteService()), ($this->privates['Shopware\\Storefront\\Pagelet\\Newsletter\\Account\\NewsletterAccountPageletLoader'] ?? $this->getNewsletterAccountPageletLoaderService())), new \Shopware\Storefront\Page\Account\Profile\AccountProfilePageLoader($a$b, ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService())), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute'] ?? $this->getChangeCustomerProfileRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePasswordRoute'] ?? $this->getChangePasswordRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeEmailRoute'] ?? $this->getChangeEmailRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute'] ?? $this->getDeleteCustomerRouteService()), ($this->services['logger'] ?? $this->getLoggerService()));
  11331.         $instance->setContainer($this);
  11332.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11333.         return $instance;
  11334.     }
  11335.     /**
  11336.      * Gets the public 'Shopware\Storefront\Controller\Api\CaptchaController' shared service.
  11337.      *
  11338.      * @return \Shopware\Storefront\Controller\Api\CaptchaController
  11339.      */
  11340.     protected function getCaptchaControllerService()
  11341.     {
  11342.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/Api/CaptchaController.php';
  11343.         $this->services['Shopware\\Storefront\\Controller\\Api\\CaptchaController'] = $instance = new \Shopware\Storefront\Controller\Api\CaptchaController(new RewindableGenerator(function () {
  11344.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  11345.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  11346.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  11347.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  11348.         }, 4));
  11349.         $instance->setContainer($this);
  11350.         return $instance;
  11351.     }
  11352.     /**
  11353.      * Gets the public 'Shopware\Storefront\Controller\AuthController' shared service.
  11354.      *
  11355.      * @return \Shopware\Storefront\Controller\AuthController
  11356.      */
  11357.     protected function getAuthController2Service()
  11358.     {
  11359.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AuthController.php';
  11360.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/RecoverPassword/AccountRecoverPasswordPageLoader.php';
  11361.         $this->services['Shopware\\Storefront\\Controller\\AuthController'] = $instance = new \Shopware\Storefront\Controller\AuthController(($this->privates['Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoader'] ?? $this->getAccountLoginPageLoaderService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SendPasswordRecoveryMailRoute'] ?? $this->getSendPasswordRecoveryMailRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ResetPasswordRoute'] ?? $this->getResetPasswordRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoginRoute'] ?? $this->getLoginRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute'] ?? $this->getLogoutRouteService()), ($this->privates['Shopware\\Storefront\\Checkout\\Cart\\SalesChannel\\StorefrontCartFacade'] ?? $this->getStorefrontCartFacadeService()), new \Shopware\Storefront\Page\Account\RecoverPassword\AccountRecoverPasswordPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRecoveryIsExpiredRoute'] ?? $this->getCustomerRecoveryIsExpiredRouteService())), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()));
  11362.         $instance->setContainer($this);
  11363.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11364.         return $instance;
  11365.     }
  11366.     /**
  11367.      * Gets the public 'Shopware\Storefront\Controller\CaptchaController' shared service.
  11368.      *
  11369.      * @return \Shopware\Storefront\Controller\CaptchaController
  11370.      */
  11371.     protected function getCaptchaController2Service()
  11372.     {
  11373.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CaptchaController.php';
  11374.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/AbstractBasicCaptchaPageletLoader.php';
  11375.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/BasicCaptchaPageletLoader.php';
  11376.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/AbstractBasicCaptchaGenerator.php';
  11377.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/BasicCaptchaGenerator.php';
  11378.         $this->services['Shopware\\Storefront\\Controller\\CaptchaController'] = $instance = new \Shopware\Storefront\Controller\CaptchaController(new \Shopware\Storefront\Pagelet\Captcha\BasicCaptchaPageletLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Shopware\Storefront\Framework\Captcha\BasicCaptcha\BasicCaptchaGenerator(), ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService())), ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService()));
  11379.         $instance->setContainer($this);
  11380.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11381.         return $instance;
  11382.     }
  11383.     /**
  11384.      * Gets the public 'Shopware\Storefront\Controller\CheckoutController' shared service.
  11385.      *
  11386.      * @return \Shopware\Storefront\Controller\CheckoutController
  11387.      */
  11388.     protected function getCheckoutControllerService()
  11389.     {
  11390.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CheckoutController.php';
  11391.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Cart/CheckoutCartPageLoader.php';
  11392.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Confirm/CheckoutConfirmPageLoader.php';
  11393.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Finish/CheckoutFinishPageLoader.php';
  11394.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Offcanvas/OffcanvasCartPageLoader.php';
  11395.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  11396.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11397.         $c = ($this->privates['Shopware\\Storefront\\Checkout\\Cart\\SalesChannel\\StorefrontCartFacade'] ?? $this->getStorefrontCartFacadeService());
  11398.         $d = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  11399.         $e = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  11400.         $this->services['Shopware\\Storefront\\Controller\\CheckoutController'] = $instance = new \Shopware\Storefront\Controller\CheckoutController(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), new \Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader($a$b$c$d$e, ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService())), new \Shopware\Storefront\Page\Checkout\Confirm\CheckoutConfirmPageLoader($b$c$e$d$a, ($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\AddressValidationFactory'] ?? $this->getAddressValidationFactoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService())), new \Shopware\Storefront\Page\Checkout\Finish\CheckoutFinishPageLoader($b$a, ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService())), ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Payment\\PaymentService'] ?? $this->getPaymentServiceService()), new \Shopware\Storefront\Page\Checkout\Offcanvas\OffcanvasCartPageLoader($b$c$a$e), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute'] ?? $this->getLogoutRouteService()));
  11401.         $instance->setContainer($this);
  11402.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11403.         return $instance;
  11404.     }
  11405.     /**
  11406.      * Gets the public 'Shopware\Storefront\Controller\CmsController' shared service.
  11407.      *
  11408.      * @return \Shopware\Storefront\Controller\CmsController
  11409.      */
  11410.     protected function getCmsControllerService()
  11411.     {
  11412.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CmsController.php';
  11413.         $this->services['Shopware\\Storefront\\Controller\\CmsController'] = $instance = new \Shopware\Storefront\Controller\CmsController(($this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] ?? $this->getCmsRouteService()), ($this->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? $this->getExpressCategoryRouteService()), ($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'] ?? $this->getFoundationProductListingRouteService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService()), ($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] ?? $this->getProductReviewLoaderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute'] ?? $this->getFindProductVariantRouteService()), ($this->services['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder'] ?? $this->getProductCombinationFinderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11414.         $instance->setContainer($this);
  11415.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11416.         return $instance;
  11417.     }
  11418.     /**
  11419.      * Gets the public 'Shopware\Storefront\Controller\ContextController' shared service.
  11420.      *
  11421.      * @return \Shopware\Storefront\Controller\ContextController
  11422.      */
  11423.     protected function getContextControllerService()
  11424.     {
  11425.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ContextController.php';
  11426.         $this->services['Shopware\\Storefront\\Controller\\ContextController'] = $instance = new \Shopware\Storefront\Controller\ContextController(($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRouteDecorator'] ?? $this->getContextSwitchRouteDecoratorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.default'] ?? $this->getRouter_DefaultService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeLanguageRoute'] ?? $this->getChangeLanguageRouteService()));
  11427.         $instance->setContainer($this);
  11428.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11429.         return $instance;
  11430.     }
  11431.     /**
  11432.      * Gets the public 'Shopware\Storefront\Controller\CountryStateController' shared service.
  11433.      *
  11434.      * @return \Shopware\Storefront\Controller\CountryStateController
  11435.      */
  11436.     protected function getCountryStateControllerService()
  11437.     {
  11438.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CountryStateController.php';
  11439.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Country/CountryStateDataPageletLoader.php';
  11440.         $this->services['Shopware\\Storefront\\Controller\\CountryStateController'] = $instance = new \Shopware\Storefront\Controller\CountryStateController(new \Shopware\Storefront\Pagelet\Country\CountryStateDataPageletLoader(($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute'] ?? $this->getCachedCountryStateRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService()));
  11441.         $instance->setContainer($this);
  11442.         return $instance;
  11443.     }
  11444.     /**
  11445.      * Gets the public 'Shopware\Storefront\Controller\CsrfController' shared service.
  11446.      *
  11447.      * @return \Shopware\Storefront\Controller\CsrfController
  11448.      */
  11449.     protected function getCsrfControllerService()
  11450.     {
  11451.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CsrfController.php';
  11452.         $this->services['Shopware\\Storefront\\Controller\\CsrfController'] = $instance = new \Shopware\Storefront\Controller\CsrfController(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'twig');
  11453.         $instance->setContainer($this);
  11454.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11455.         return $instance;
  11456.     }
  11457.     /**
  11458.      * Gets the public 'Shopware\Storefront\Controller\DocumentController' shared service.
  11459.      *
  11460.      * @return \Shopware\Storefront\Controller\DocumentController
  11461.      */
  11462.     protected function getDocumentController2Service()
  11463.     {
  11464.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/DocumentController.php';
  11465.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Document/DocumentPageLoader.php';
  11466.         $this->services['Shopware\\Storefront\\Controller\\DocumentController'] = $instance = new \Shopware\Storefront\Controller\DocumentController(new \Shopware\Storefront\Page\Account\Document\DocumentPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), ($this->services['document.repository'] ?? $this->getDocument_RepositoryService())), ($this->services['Shopware\\Core\\Checkout\\Document\\SalesChannel\\DocumentRoute'] ?? $this->getDocumentRouteService()));
  11467.         $instance->setContainer($this);
  11468.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11469.         return $instance;
  11470.     }
  11471.     /**
  11472.      * Gets the public 'Shopware\Storefront\Controller\ErrorController' shared service.
  11473.      *
  11474.      * @return \Shopware\Storefront\Controller\ErrorController
  11475.      */
  11476.     protected function getErrorControllerService($lazyLoad true)
  11477.     {
  11478.         if ($lazyLoad) {
  11479.             return $this->services['Shopware\\Storefront\\Controller\\ErrorController'] = $this->createProxy('ErrorController_b437ad9', function () {
  11480.                 return \ErrorController_b437ad9::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  11481.                     $wrappedInstance $this->getErrorControllerService(false);
  11482.                     $proxy->setProxyInitializer(null);
  11483.                     return true;
  11484.                 });
  11485.             });
  11486.         }
  11487.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ErrorTemplateResolver.php';
  11488.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoaderInterface.php';
  11489.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoader.php';
  11490.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  11491.         $instance = new \Shopware\Storefront\Controller\ErrorController(new \Shopware\Storefront\Framework\Twig\ErrorTemplateResolver($a), ($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? $this->getHeaderPageletLoaderService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new \Shopware\Storefront\Page\Navigation\Error\ErrorPageLoader(($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? $this->getFooterPageletLoaderService()));
  11492.         $instance->setContainer($this);
  11493.         $instance->setTwig($a);
  11494.         return $instance;
  11495.     }
  11496.     /**
  11497.      * Gets the public 'Shopware\Storefront\Controller\FormController' shared service.
  11498.      *
  11499.      * @return \Shopware\Storefront\Controller\FormController
  11500.      */
  11501.     protected function getFormController3Service()
  11502.     {
  11503.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/FormController.php';
  11504.         $this->services['Shopware\\Storefront\\Controller\\FormController'] = $instance = new \Shopware\Storefront\Controller\FormController(($this->services['Shopware\\Core\\Content\\ContactForm\\SalesChannel\\ContactFormRoute'] ?? $this->getContactFormRouteService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'] ?? $this->getNewsletterSubscribeRouteService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute'] ?? $this->getNewsletterUnsubscribeRouteService()));
  11505.         $instance->setContainer($this);
  11506.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11507.         return $instance;
  11508.     }
  11509.     /**
  11510.      * Gets the public 'Shopware\Storefront\Controller\LandingPageController' shared service.
  11511.      *
  11512.      * @return \Shopware\Storefront\Controller\LandingPageController
  11513.      */
  11514.     protected function getLandingPageControllerService()
  11515.     {
  11516.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/LandingPageController.php';
  11517.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/LandingPage/LandingPageLoader.php';
  11518.         $this->services['Shopware\\Storefront\\Controller\\LandingPageController'] = $instance = new \Shopware\Storefront\Controller\LandingPageController(new \Shopware\Storefront\Page\LandingPage\LandingPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute'] ?? $this->getCachedLandingPageRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  11519.         $instance->setContainer($this);
  11520.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11521.         return $instance;
  11522.     }
  11523.     /**
  11524.      * Gets the public 'Shopware\Storefront\Controller\MaintenanceController' shared service.
  11525.      *
  11526.      * @return \Shopware\Storefront\Controller\MaintenanceController
  11527.      */
  11528.     protected function getMaintenanceControllerService()
  11529.     {
  11530.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/MaintenanceController.php';
  11531.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Maintenance/MaintenancePageLoader.php';
  11532.         $this->services['Shopware\\Storefront\\Controller\\MaintenanceController'] = $instance = new \Shopware\Storefront\Controller\MaintenanceController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new \Shopware\Storefront\Page\Maintenance\MaintenancePageLoader(($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()));
  11533.         $instance->setContainer($this);
  11534.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11535.         return $instance;
  11536.     }
  11537.     /**
  11538.      * Gets the public 'Shopware\Storefront\Controller\NavigationController' shared service.
  11539.      *
  11540.      * @return \Shopware\Storefront\Controller\NavigationController
  11541.      */
  11542.     protected function getNavigationControllerService()
  11543.     {
  11544.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NavigationController.php';
  11545.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoaderInterface.php';
  11546.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php';
  11547.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoaderInterface.php';
  11548.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoader.php';
  11549.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11550.         $this->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), $a, ($this->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? $this->getExpressCategoryRouteService()), ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService())), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService())));
  11551.         $instance->setContainer($this);
  11552.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11553.         return $instance;
  11554.     }
  11555.     /**
  11556.      * Gets the public 'Shopware\Storefront\Controller\NewsletterController' shared service.
  11557.      *
  11558.      * @return \Shopware\Storefront\Controller\NewsletterController
  11559.      */
  11560.     protected function getNewsletterControllerService()
  11561.     {
  11562.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NewsletterController.php';
  11563.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Newsletter/Subscribe/NewsletterSubscribePageLoader.php';
  11564.         $this->services['Shopware\\Storefront\\Controller\\NewsletterController'] = $instance = new \Shopware\Storefront\Controller\NewsletterController(new \Shopware\Storefront\Page\Newsletter\Subscribe\NewsletterSubscribePageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'] ?? $this->getNewsletterSubscribeRouteService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterConfirmRoute'] ?? $this->getNewsletterConfirmRouteService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute'] ?? $this->getNewsletterUnsubscribeRouteService()), ($this->privates['Shopware\\Storefront\\Pagelet\\Newsletter\\Account\\NewsletterAccountPageletLoader'] ?? $this->getNewsletterAccountPageletLoaderService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  11565.         $instance->setContainer($this);
  11566.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11567.         return $instance;
  11568.     }
  11569.     /**
  11570.      * Gets the public 'Shopware\Storefront\Controller\ProductController' shared service.
  11571.      *
  11572.      * @return \Shopware\Storefront\Controller\ProductController
  11573.      */
  11574.     protected function getProductControllerService()
  11575.     {
  11576.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ProductController.php';
  11577.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/ProductPageLoader.php';
  11578.         $a = ($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] ?? $this->getProductReviewLoaderService());
  11579.         $this->services['Shopware\\Storefront\\Controller\\ProductController'] = $instance = new \Shopware\Storefront\Controller\ProductController(new \Shopware\Storefront\Page\Product\ProductPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService()), $a, ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] ?? $this->getCachedProductCrossSellingRouteService())), ($this->services['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder'] ?? $this->getProductCombinationFinderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute'] ?? $this->getFindProductVariantRouteService()), ($this->privates['Shopware\\Storefront\\Page\\Product\\QuickView\\MinimalQuickViewPageLoader'] ?? $this->getMinimalQuickViewPageLoaderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute'] ?? $this->getProductReviewSaveRouteService()), ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()), $a, ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  11580.         $instance->setContainer($this);
  11581.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11582.         return $instance;
  11583.     }
  11584.     /**
  11585.      * Gets the public 'Shopware\Storefront\Controller\RegisterController' shared service.
  11586.      *
  11587.      * @return \Shopware\Storefront\Controller\RegisterController
  11588.      */
  11589.     protected function getRegisterControllerService()
  11590.     {
  11591.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/RegisterController.php';
  11592.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/AbstractCustomerGroupRegistrationPageLoader.php';
  11593.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/CustomerGroupRegistrationPageLoader.php';
  11594.         $a = ($this->privates['Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoader'] ?? $this->getAccountLoginPageLoaderService());
  11595.         $this->services['Shopware\\Storefront\\Controller\\RegisterController'] = $instance = new \Shopware\Storefront\Controller\RegisterController($a, ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'] ?? $this->getRegisterRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterConfirmRoute'] ?? $this->getRegisterConfirmRouteService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->services['Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader'] ?? $this->getCheckoutRegisterPageLoaderService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), new \Shopware\Storefront\Page\Account\CustomerGroupRegistration\CustomerGroupRegistrationPageLoader($a, ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute'] ?? $this->getCustomerGroupRegistrationSettingsRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()));
  11596.         $instance->setContainer($this);
  11597.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11598.         return $instance;
  11599.     }
  11600.     /**
  11601.      * Gets the public 'Shopware\Storefront\Controller\ScriptController' shared service.
  11602.      *
  11603.      * @return \Shopware\Storefront\Controller\ScriptController
  11604.      */
  11605.     protected function getScriptControllerService()
  11606.     {
  11607.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ScriptController.php';
  11608.         $this->services['Shopware\\Storefront\\Controller\\ScriptController'] = $instance = new \Shopware\Storefront\Controller\ScriptController(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseEncoder'] ?? $this->getScriptResponseEncoderService()));
  11609.         $instance->setContainer($this);
  11610.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11611.         return $instance;
  11612.     }
  11613.     /**
  11614.      * Gets the public 'Shopware\Storefront\Controller\SearchController' shared service.
  11615.      *
  11616.      * @return \Shopware\Storefront\Controller\SearchController
  11617.      */
  11618.     protected function getSearchControllerService()
  11619.     {
  11620.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SearchController.php';
  11621.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Suggest/SuggestPageLoader.php';
  11622.         $this->services['Shopware\\Storefront\\Controller\\SearchController'] = $instance = new \Shopware\Storefront\Controller\SearchController(($this->services['Shopware\\Storefront\\Page\\Search\\SearchPageLoader'] ?? $this->getSearchPageLoaderService()), new \Shopware\Storefront\Page\Suggest\SuggestPageLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute'] ?? $this->getCachedProductSuggestRouteService()), ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService())), ($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Search\\FoundationProductSearchRoute'] ?? $this->getFoundationProductSearchRouteService()));
  11623.         $instance->setContainer($this);
  11624.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11625.         return $instance;
  11626.     }
  11627.     /**
  11628.      * Gets the public 'Shopware\Storefront\Controller\SitemapController' shared service.
  11629.      *
  11630.      * @return \Shopware\Storefront\Controller\SitemapController
  11631.      */
  11632.     protected function getSitemapControllerService()
  11633.     {
  11634.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SitemapController.php';
  11635.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Sitemap/SitemapPageLoader.php';
  11636.         $this->services['Shopware\\Storefront\\Controller\\SitemapController'] = $instance = new \Shopware\Storefront\Controller\SitemapController(new \Shopware\Storefront\Page\Sitemap\SitemapPageLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute'] ?? $this->getCachedSitemapRouteService())));
  11637.         $instance->setContainer($this);
  11638.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11639.         return $instance;
  11640.     }
  11641.     /**
  11642.      * Gets the public 'Shopware\Storefront\Controller\StoreApiProxyController' shared service.
  11643.      *
  11644.      * @return \Shopware\Storefront\Controller\StoreApiProxyController
  11645.      */
  11646.     protected function getStoreApiProxyControllerService()
  11647.     {
  11648.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/StoreApiProxyController.php';
  11649.         return $this->services['Shopware\\Storefront\\Controller\\StoreApiProxyController'] = new \Shopware\Storefront\Controller\StoreApiProxyController(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11650.     }
  11651.     /**
  11652.      * Gets the public 'Shopware\Storefront\Controller\VerificationHashController' shared service.
  11653.      *
  11654.      * @return \Shopware\Storefront\Controller\VerificationHashController
  11655.      */
  11656.     protected function getVerificationHashControllerService()
  11657.     {
  11658.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/VerificationHashController.php';
  11659.         $this->services['Shopware\\Storefront\\Controller\\VerificationHashController'] = $instance = new \Shopware\Storefront\Controller\VerificationHashController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  11660.         $instance->setContainer($this);
  11661.         return $instance;
  11662.     }
  11663.     /**
  11664.      * Gets the public 'Shopware\Storefront\Controller\WellKnownController' shared service.
  11665.      *
  11666.      * @return \Shopware\Storefront\Controller\WellKnownController
  11667.      */
  11668.     protected function getWellKnownControllerService()
  11669.     {
  11670.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WellKnownController.php';
  11671.         $this->services['Shopware\\Storefront\\Controller\\WellKnownController'] = $instance = new \Shopware\Storefront\Controller\WellKnownController();
  11672.         $instance->setContainer($this);
  11673.         return $instance;
  11674.     }
  11675.     /**
  11676.      * Gets the public 'Shopware\Storefront\Controller\WishlistController' shared service.
  11677.      *
  11678.      * @return \Shopware\Storefront\Controller\WishlistController
  11679.      */
  11680.     protected function getWishlistControllerService()
  11681.     {
  11682.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WishlistController.php';
  11683.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/WishlistPageLoader.php';
  11684.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/GuestWishlistPageLoader.php';
  11685.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Wishlist/GuestWishlistPageletLoader.php';
  11686.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  11687.         $b = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute'] ?? $this->getLoadWishlistRouteService());
  11688.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11689.         $this->services['Shopware\\Storefront\\Controller\\WishlistController'] = $instance = new \Shopware\Storefront\Controller\WishlistController(new \Shopware\Storefront\Page\Wishlist\WishlistPageLoader($a$b$c), $b, ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute'] ?? $this->getAddWishlistProductRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute'] ?? $this->getRemoveWishlistProductRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute'] ?? $this->getMergeWishlistProductRouteService()), new \Shopware\Storefront\Page\Wishlist\GuestWishlistPageLoader($a$c), new \Shopware\Storefront\Pagelet\Wishlist\GuestWishlistPageletLoader(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute'] ?? $this->getProductListRouteService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), $c, ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()))), $c);
  11690.         $instance->setContainer($this);
  11691.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11692.         return $instance;
  11693.     }
  11694.     /**
  11695.      * Gets the public 'Shopware\Storefront\Framework\Cache\CacheStore' shared autowired service.
  11696.      *
  11697.      * @return \Shopware\Storefront\Framework\Cache\CacheStore
  11698.      */
  11699.     protected function getCacheStoreService()
  11700.     {
  11701.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/StoreInterface.php';
  11702.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStore.php';
  11703.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidatorInterface.php';
  11704.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidator.php';
  11705.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/AbstractHttpCacheKeyGenerator.php';
  11706.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/HttpCacheKeyGenerator.php';
  11707.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11708.         return $this->services['Shopware\\Storefront\\Framework\\Cache\\CacheStore'] = new \Shopware\Storefront\Framework\Cache\CacheStore(($this->privates['cache.http'] ?? $this->getCache_HttpService()), new \Shopware\Storefront\Framework\Cache\CacheStateValidator($this->parameters['shopware.cache.invalidation.http_cache']), $a, ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), new \Shopware\Storefront\Framework\Cache\HttpCacheKeyGenerator('00a6008ac8d83daed65bb1b250bc45b1'$a$this->parameters['storefront.http_cache.ignored_url_parameters']), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()), $this->parameters['session.storage.options']);
  11709.     }
  11710.     /**
  11711.      * Gets the public 'Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler' shared autowired service.
  11712.      *
  11713.      * @return \Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler
  11714.      */
  11715.     protected function getCsrfPlaceholderHandlerService()
  11716.     {
  11717.         return $this->services['Shopware\\Storefront\\Framework\\Csrf\\CsrfPlaceholderHandler'] = new \Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'twig', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['session.storage.factory.native'] ?? $this->getSession_Storage_Factory_NativeService()));
  11718.     }
  11719.     /**
  11720.      * Gets the public 'Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry' shared autowired service.
  11721.      *
  11722.      * @return \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry
  11723.      */
  11724.     protected function getStorefrontMediaValidatorRegistryService()
  11725.     {
  11726.         return $this->services['Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry'] = new \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry(new RewindableGenerator(function () {
  11727.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaImageValidator()));
  11728.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaDocumentValidator()));
  11729.             yield => ($this->privates['MoorlForms\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaFbValidator'] ?? ($this->privates['MoorlForms\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaFbValidator'] = new \MoorlForms\Storefront\Framework\Media\Validator\StorefrontMediaFbValidator()));
  11730.         }, 3));
  11731.     }
  11732.     /**
  11733.      * Gets the public 'Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader' shared autowired service.
  11734.      *
  11735.      * @return \Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader
  11736.      */
  11737.     protected function getCheckoutRegisterPageLoaderService()
  11738.     {
  11739.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Register/CheckoutRegisterPageLoader.php';
  11740.         return $this->services['Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader'] = new \Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute'] ?? $this->getListAddressRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService()), ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService()));
  11741.     }
  11742.     /**
  11743.      * Gets the public 'Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder' shared autowired service.
  11744.      *
  11745.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder
  11746.      */
  11747.     protected function getProductCombinationFinderService()
  11748.     {
  11749.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductCombinationFinder.php';
  11750.         return $this->services['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder'] = new \Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute'] ?? $this->getFindProductVariantRouteService()));
  11751.     }
  11752.     /**
  11753.      * Gets the public 'Shopware\Storefront\Page\Product\Review\ProductReviewLoader' shared service.
  11754.      *
  11755.      * @return \Shopware\Storefront\Page\Product\Review\ProductReviewLoader
  11756.      */
  11757.     protected function getProductReviewLoaderService()
  11758.     {
  11759.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Review/ProductReviewLoader.php';
  11760.         return $this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] = new \Shopware\Storefront\Page\Product\Review\ProductReviewLoader(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] ?? $this->getCachedProductReviewRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11761.     }
  11762.     /**
  11763.      * Gets the public 'Shopware\Storefront\Page\Search\SearchPageLoader' shared autowired service.
  11764.      *
  11765.      * @return \Shopware\Storefront\Page\Search\SearchPageLoader
  11766.      */
  11767.     protected function getSearchPageLoaderService()
  11768.     {
  11769.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Search/SearchPageLoader.php';
  11770.         return $this->services['Shopware\\Storefront\\Page\\Search\\SearchPageLoader'] = new \Shopware\Storefront\Page\Search\SearchPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Search\\FoundationProductSearchRoute'] ?? $this->getFoundationProductSearchRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11771.     }
  11772.     /**
  11773.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  11774.      *
  11775.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  11776.      */
  11777.     protected function getThemeChildDefinitionService()
  11778.     {
  11779.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  11780.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  11781.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11782.         return $instance;
  11783.     }
  11784.     /**
  11785.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  11786.      *
  11787.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  11788.      */
  11789.     protected function getThemeMediaDefinitionService()
  11790.     {
  11791.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  11792.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  11793.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11794.         return $instance;
  11795.     }
  11796.     /**
  11797.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  11798.      *
  11799.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  11800.      */
  11801.     protected function getThemeSalesChannelDefinitionService()
  11802.     {
  11803.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  11804.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11805.         return $instance;
  11806.     }
  11807.     /**
  11808.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  11809.      *
  11810.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  11811.      */
  11812.     protected function getThemeTranslationDefinitionService()
  11813.     {
  11814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  11815.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  11816.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  11817.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11818.         return $instance;
  11819.     }
  11820.     /**
  11821.      * Gets the public 'Shopware\Storefront\Theme\Controller\ThemeController' shared service.
  11822.      *
  11823.      * @return \Shopware\Storefront\Theme\Controller\ThemeController
  11824.      */
  11825.     protected function getThemeControllerService()
  11826.     {
  11827.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Controller/ThemeController.php';
  11828.         $this->services['Shopware\\Storefront\\Theme\\Controller\\ThemeController'] = $instance = new \Shopware\Storefront\Theme\Controller\ThemeController(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()));
  11829.         $instance->setContainer($this);
  11830.         return $instance;
  11831.     }
  11832.     /**
  11833.      * Gets the public 'Shopware\Storefront\Theme\SalesChannelThemeLoader' shared service.
  11834.      *
  11835.      * @return \Shopware\Storefront\Theme\SalesChannelThemeLoader
  11836.      */
  11837.     protected function getSalesChannelThemeLoaderService()
  11838.     {
  11839.         return $this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] = new \Shopware\Storefront\Theme\SalesChannelThemeLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  11840.     }
  11841.     /**
  11842.      * Gets the public 'Shopware\Storefront\Theme\StorefrontPluginRegistry' shared service.
  11843.      *
  11844.      * @return \Shopware\Storefront\Theme\StorefrontPluginRegistry
  11845.      */
  11846.     protected function getStorefrontPluginRegistryService()
  11847.     {
  11848.         return $this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] = new \Shopware\Storefront\Theme\StorefrontPluginRegistry(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] ?? ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] = new \Shopware\Storefront\Theme\StorefrontPluginConfiguration\StorefrontPluginConfigurationFactory(\dirname(__DIR__4)))), ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? $this->getActiveAppsLoaderService()));
  11849.     }
  11850.     /**
  11851.      * Gets the public 'Shopware\Storefront\Theme\ThemeDefinition' shared service.
  11852.      *
  11853.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  11854.      */
  11855.     protected function getThemeDefinitionService()
  11856.     {
  11857.         $this->services['Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  11858.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11859.         return $instance;
  11860.     }
  11861.     /**
  11862.      * Gets the public 'StudioSolid\AdvancedSliderElements\SolidAdvancedSliderElements' shared autowired service.
  11863.      *
  11864.      * @return \StudioSolid\AdvancedSliderElements\SolidAdvancedSliderElements
  11865.      */
  11866.     protected function getSolidAdvancedSliderElementsService()
  11867.     {
  11868.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  11869.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  11870.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  11871.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  11872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  11873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  11874.         include_once \dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/SolidAdvancedSliderElements.php';
  11875.         return $this->services['StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements');
  11876.     }
  11877.     /**
  11878.      * Gets the public 'SwagExtensionStore\Controller\DataController' shared service.
  11879.      *
  11880.      * @return \SwagExtensionStore\Controller\DataController
  11881.      */
  11882.     protected function getDataControllerService()
  11883.     {
  11884.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Controller/DataController.php';
  11885.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/StoreDataProvider.php';
  11886.         return $this->services['SwagExtensionStore\\Controller\\DataController'] = new \SwagExtensionStore\Controller\DataController(new \SwagExtensionStore\Services\StoreDataProvider(($this->privates['SwagExtensionStore\\Services\\StoreClient'] ?? $this->getStoreClient2Service()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService())));
  11887.     }
  11888.     /**
  11889.      * Gets the public 'SwagExtensionStore\Controller\LicenseController' shared service.
  11890.      *
  11891.      * @return \SwagExtensionStore\Controller\LicenseController
  11892.      */
  11893.     protected function getLicenseControllerService()
  11894.     {
  11895.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Controller/LicenseController.php';
  11896.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/LicenseService.php';
  11897.         return $this->services['SwagExtensionStore\\Controller\\LicenseController'] = new \SwagExtensionStore\Controller\LicenseController(new \SwagExtensionStore\Services\LicenseService(($this->privates['SwagExtensionStore\\Services\\StoreClient'] ?? $this->getStoreClient2Service())));
  11898.     }
  11899.     /**
  11900.      * Gets the public 'SwagExtensionStore\SwagExtensionStore' shared autowired service.
  11901.      *
  11902.      * @return \SwagExtensionStore\SwagExtensionStore
  11903.      */
  11904.     protected function getSwagExtensionStoreService()
  11905.     {
  11906.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  11907.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  11908.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  11909.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  11910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  11911.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  11912.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/SwagExtensionStore.php';
  11913.         return $this->services['SwagExtensionStore\\SwagExtensionStore'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('SwagExtensionStore\\SwagExtensionStore');
  11914.     }
  11915.     /**
  11916.      * Gets the public 'Swag\LanguagePack\PackLanguage\PackLanguageDefinition' shared service.
  11917.      *
  11918.      * @return \Swag\LanguagePack\PackLanguage\PackLanguageDefinition
  11919.      */
  11920.     protected function getPackLanguageDefinitionService()
  11921.     {
  11922.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/PackLanguage/PackLanguageDefinition.php';
  11923.         $this->services['Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition'] = $instance = new \Swag\LanguagePack\PackLanguage\PackLanguageDefinition();
  11924.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11925.         return $instance;
  11926.     }
  11927.     /**
  11928.      * Gets the public 'Swag\LanguagePack\SwagLanguagePack' shared autowired service.
  11929.      *
  11930.      * @return \Swag\LanguagePack\SwagLanguagePack
  11931.      */
  11932.     protected function getSwagLanguagePackService()
  11933.     {
  11934.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  11935.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  11936.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  11937.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  11938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  11939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  11940.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/SwagLanguagePack.php';
  11941.         return $this->services['Swag\\LanguagePack\\SwagLanguagePack'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\LanguagePack\\SwagLanguagePack');
  11942.     }
  11943.     /**
  11944.      * Gets the public 'Swag\PayPal\Administration\PayPalPaymentMethodController' shared service.
  11945.      *
  11946.      * @return \Swag\PayPal\Administration\PayPalPaymentMethodController
  11947.      */
  11948.     protected function getPayPalPaymentMethodControllerService()
  11949.     {
  11950.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Administration/PayPalPaymentMethodController.php';
  11951.         $this->services['Swag\\PayPal\\Administration\\PayPalPaymentMethodController'] = $instance = new \Swag\PayPal\Administration\PayPalPaymentMethodController(($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService()));
  11952.         $instance->setContainer($this);
  11953.         return $instance;
  11954.     }
  11955.     /**
  11956.      * Gets the public 'Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCategoryRoute' shared service.
  11957.      *
  11958.      * @return \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCategoryRoute
  11959.      */
  11960.     protected function getExpressCategoryRouteService()
  11961.     {
  11962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryRoute.php';
  11963.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/SalesChannel/ExpressCategoryRoute.php';
  11964.         return $this->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] = new \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCategoryRoute(($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute'] ?? $this->getCachedCategoryRouteService()), ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'] ?? $this->getPayPalExpressCheckoutDataServiceService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService()));
  11965.     }
  11966.     /**
  11967.      * Gets the public 'Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCreateOrderRoute' shared service.
  11968.      *
  11969.      * @return \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCreateOrderRoute
  11970.      */
  11971.     protected function getExpressCreateOrderRouteService()
  11972.     {
  11973.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/SalesChannel/AbstractExpressCreateOrderRoute.php';
  11974.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/SalesChannel/ExpressCreateOrderRoute.php';
  11975.         return $this->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCreateOrderRoute'] = new \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCreateOrderRoute(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromCartBuilder'] ?? $this->getOrderFromCartBuilderService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  11976.     }
  11977.     /**
  11978.      * Gets the public 'Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressPrepareCheckoutRoute' shared service.
  11979.      *
  11980.      * @return \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressPrepareCheckoutRoute
  11981.      */
  11982.     protected function getExpressPrepareCheckoutRouteService()
  11983.     {
  11984.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/SalesChannel/AbstractExpressPrepareCheckoutRoute.php';
  11985.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/SalesChannel/ExpressPrepareCheckoutRoute.php';
  11986.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/Service/ExpressCustomerService.php';
  11987.         $a = ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service());
  11988.         return $this->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressPrepareCheckoutRoute'] = new \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressPrepareCheckoutRoute(new \Swag\PayPal\Checkout\ExpressCheckout\Service\ExpressCustomerService(($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'] ?? $this->getRegisterRouteService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService()), ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), $a), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), $a);
  11989.     }
  11990.     /**
  11991.      * Gets the public 'Swag\PayPal\Checkout\PUI\SalesChannel\PUIPaymentInstructionsRoute' shared service.
  11992.      *
  11993.      * @return \Swag\PayPal\Checkout\PUI\SalesChannel\PUIPaymentInstructionsRoute
  11994.      */
  11995.     protected function getPUIPaymentInstructionsRouteService()
  11996.     {
  11997.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/PUI/SalesChannel/AbstractPUIPaymentInstructionsRoute.php';
  11998.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/PUI/SalesChannel/PUIPaymentInstructionsRoute.php';
  11999.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  12000.         if (isset($this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'])) {
  12001.             return $this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'];
  12002.         }
  12003.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  12004.         if (isset($this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'])) {
  12005.             return $this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'];
  12006.         }
  12007.         return $this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'] = new \Swag\PayPal\Checkout\PUI\SalesChannel\PUIPaymentInstructionsRoute($a, ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), $b, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()));
  12008.     }
  12009.     /**
  12010.      * Gets the public 'Swag\PayPal\Checkout\Plus\PlusPaymentFinalizeController' shared service.
  12011.      *
  12012.      * @return \Swag\PayPal\Checkout\Plus\PlusPaymentFinalizeController
  12013.      */
  12014.     protected function getPlusPaymentFinalizeControllerService()
  12015.     {
  12016.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Plus/PlusPaymentFinalizeController.php';
  12017.         $this->services['Swag\\PayPal\\Checkout\\Plus\\PlusPaymentFinalizeController'] = $instance = new \Swag\PayPal\Checkout\Plus\PlusPaymentFinalizeController(($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()), ($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'] ?? $this->getPayPalPaymentHandlerService()), ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  12018.         $instance->setContainer($this);
  12019.         return $instance;
  12020.     }
  12021.     /**
  12022.      * Gets the public 'Swag\PayPal\Checkout\Plus\PlusPaymentHandleController' shared service.
  12023.      *
  12024.      * @return \Swag\PayPal\Checkout\Plus\PlusPaymentHandleController
  12025.      */
  12026.     protected function getPlusPaymentHandleControllerService()
  12027.     {
  12028.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Plus/PlusPaymentHandleController.php';
  12029.         $this->services['Swag\\PayPal\\Checkout\\Plus\\PlusPaymentHandleController'] = $instance = new \Swag\PayPal\Checkout\Plus\PlusPaymentHandleController(($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRouteDecorator'] ?? $this->getContextSwitchRouteDecoratorService()), ($this->services['Shopware\\Storefront\\Controller\\AccountOrderController'] ?? $this->getAccountOrderControllerService()), ($this->services['Shopware\\Storefront\\Controller\\CheckoutController'] ?? $this->getCheckoutControllerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12030.         $instance->setContainer($this);
  12031.         return $instance;
  12032.     }
  12033.     /**
  12034.      * Gets the public 'Swag\PayPal\Checkout\SalesChannel\CreateOrderRoute' shared service.
  12035.      *
  12036.      * @return \Swag\PayPal\Checkout\SalesChannel\CreateOrderRoute
  12037.      */
  12038.     protected function getCreateOrderRouteService()
  12039.     {
  12040.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/AbstractCreateOrderRoute.php';
  12041.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/CreateOrderRoute.php';
  12042.         return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\CreateOrderRoute'] = new \Swag\PayPal\Checkout\SalesChannel\CreateOrderRoute(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'] ?? $this->getOrderFromOrderBuilderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromCartBuilder'] ?? $this->getOrderFromCartBuilderService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  12043.     }
  12044.     /**
  12045.      * Gets the public 'Swag\PayPal\Checkout\SalesChannel\ErrorRoute' shared service.
  12046.      *
  12047.      * @return \Swag\PayPal\Checkout\SalesChannel\ErrorRoute
  12048.      */
  12049.     protected function getErrorRouteService()
  12050.     {
  12051.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/AbstractErrorRoute.php';
  12052.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/ErrorRoute.php';
  12053.         return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\ErrorRoute'] = new \Swag\PayPal\Checkout\SalesChannel\ErrorRoute(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  12054.     }
  12055.     /**
  12056.      * Gets the public 'Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute' shared service.
  12057.      *
  12058.      * @return \Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute
  12059.      */
  12060.     protected function getFilteredPaymentMethodRouteService()
  12061.     {
  12062.         $a = ($this->services['sales_channel.payment_method.repository'] ?? $this->getSalesChannel_PaymentMethod_RepositoryService());
  12063.         if (isset($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'])) {
  12064.             return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'];
  12065.         }
  12066.         $b = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  12067.         if (isset($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'])) {
  12068.             return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'];
  12069.         }
  12070.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? $this->getExcludedProductValidatorService());
  12071.         if (isset($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'])) {
  12072.             return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'];
  12073.         }
  12074.         $d = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  12075.         if (isset($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'])) {
  12076.             return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'];
  12077.         }
  12078.         return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] = new \Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute(new \Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute($a), ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $b, ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] ?? ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] = new \Swag\PayPal\Checkout\Cart\Service\CartPriceService())), $c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Swag\\PayPal\\Util\\Availability\\AvailabilityService'] ?? $this->getAvailabilityServiceService()), $d);
  12079.     }
  12080.     /**
  12081.      * Gets the public 'Swag\PayPal\Checkout\SalesChannel\MethodEligibilityRoute' shared service.
  12082.      *
  12083.      * @return \Swag\PayPal\Checkout\SalesChannel\MethodEligibilityRoute
  12084.      */
  12085.     protected function getMethodEligibilityRouteService()
  12086.     {
  12087.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/AbstractMethodEligibilityRoute.php';
  12088.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/MethodEligibilityRoute.php';
  12089.         return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\MethodEligibilityRoute'] = new \Swag\PayPal\Checkout\SalesChannel\MethodEligibilityRoute(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  12090.     }
  12091.     /**
  12092.      * Gets the public 'Swag\PayPal\Dispute\Administration\DisputeController' shared service.
  12093.      *
  12094.      * @return \Swag\PayPal\Dispute\Administration\DisputeController
  12095.      */
  12096.     protected function getDisputeControllerService()
  12097.     {
  12098.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Dispute/Administration/DisputeController.php';
  12099.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/DisputeResource.php';
  12100.         $this->services['Swag\\PayPal\\Dispute\\Administration\\DisputeController'] = $instance = new \Swag\PayPal\Dispute\Administration\DisputeController(new \Swag\PayPal\RestApi\V1\Resource\DisputeResource(($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService())));
  12101.         $instance->setContainer($this);
  12102.         return $instance;
  12103.     }
  12104.     /**
  12105.      * Gets the public 'Swag\PayPal\OrdersApi\Administration\PayPalOrdersController' shared service.
  12106.      *
  12107.      * @return \Swag\PayPal\OrdersApi\Administration\PayPalOrdersController
  12108.      */
  12109.     protected function getPayPalOrdersControllerService()
  12110.     {
  12111.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Administration/PayPalOrdersController.php';
  12112.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V2/Resource/AuthorizationResource.php';
  12113.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V2/Resource/CaptureResource.php';
  12114.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V2/Resource/RefundResource.php';
  12115.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Administration/Service/CaptureRefundCreator.php';
  12116.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  12117.         $a = ($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService());
  12118.         $this->services['Swag\\PayPal\\OrdersApi\\Administration\\PayPalOrdersController'] = $instance = new \Swag\PayPal\OrdersApi\Administration\PayPalOrdersController(($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), new \Swag\PayPal\RestApi\V2\Resource\AuthorizationResource($a), new \Swag\PayPal\RestApi\V2\Resource\CaptureResource($a), new \Swag\PayPal\RestApi\V2\Resource\RefundResource($a), ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()), ($this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'] ?? $this->getPaymentStatusUtilV2Service()), new \Swag\PayPal\OrdersApi\Administration\Service\CaptureRefundCreator(($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter()))));
  12119.         $instance->setContainer($this);
  12120.         return $instance;
  12121.     }
  12122.     /**
  12123.      * Gets the public 'Swag\PayPal\PaymentsApi\Administration\PayPalPaymentController' shared service.
  12124.      *
  12125.      * @return \Swag\PayPal\PaymentsApi\Administration\PayPalPaymentController
  12126.      */
  12127.     protected function getPayPalPaymentControllerService()
  12128.     {
  12129.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Administration/PayPalPaymentController.php';
  12130.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/AuthorizationResource.php';
  12131.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/OrdersResource.php';
  12132.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/CaptureResource.php';
  12133.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PaymentStatusUtil.php';
  12134.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  12135.         $a = ($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService());
  12136.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  12137.         $c = ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter()));
  12138.         $this->services['Swag\\PayPal\\PaymentsApi\\Administration\\PayPalPaymentController'] = $instance = new \Swag\PayPal\PaymentsApi\Administration\PayPalPaymentController(($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\PaymentResource'] ?? $this->getPaymentResourceService()), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\SaleResource'] ?? $this->getSaleResourceService()), new \Swag\PayPal\RestApi\V1\Resource\AuthorizationResource($a), new \Swag\PayPal\RestApi\V1\Resource\OrdersResource($a), new \Swag\PayPal\RestApi\V1\Resource\CaptureResource($a), new \Swag\PayPal\Util\PaymentStatusUtil($b, ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()), $c), $b$c);
  12139.         $instance->setContainer($this);
  12140.         return $instance;
  12141.     }
  12142.     /**
  12143.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition' shared service.
  12144.      *
  12145.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition
  12146.      */
  12147.     protected function getPosSalesChannelDefinitionService()
  12148.     {
  12149.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelDefinition.php';
  12150.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition();
  12151.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12152.         return $instance;
  12153.     }
  12154.     /**
  12155.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition' shared service.
  12156.      *
  12157.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition
  12158.      */
  12159.     protected function getPosSalesChannelInventoryDefinitionService()
  12160.     {
  12161.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelInventoryDefinition.php';
  12162.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition();
  12163.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12164.         return $instance;
  12165.     }
  12166.     /**
  12167.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition' shared service.
  12168.      *
  12169.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition
  12170.      */
  12171.     protected function getPosSalesChannelMediaDefinitionService()
  12172.     {
  12173.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelMediaDefinition.php';
  12174.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition();
  12175.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12176.         return $instance;
  12177.     }
  12178.     /**
  12179.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition' shared service.
  12180.      *
  12181.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition
  12182.      */
  12183.     protected function getPosSalesChannelProductDefinitionService()
  12184.     {
  12185.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelProductDefinition.php';
  12186.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition();
  12187.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12188.         return $instance;
  12189.     }
  12190.     /**
  12191.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition' shared service.
  12192.      *
  12193.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition
  12194.      */
  12195.     protected function getPosSalesChannelRunDefinitionService()
  12196.     {
  12197.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelRunDefinition.php';
  12198.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition();
  12199.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12200.         return $instance;
  12201.     }
  12202.     /**
  12203.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition' shared service.
  12204.      *
  12205.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition
  12206.      */
  12207.     protected function getPosSalesChannelRunLogDefinitionService()
  12208.     {
  12209.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelRunLogDefinition.php';
  12210.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition();
  12211.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12212.         return $instance;
  12213.     }
  12214.     /**
  12215.      * Gets the public 'Swag\PayPal\Pos\PosSyncController' shared service.
  12216.      *
  12217.      * @return \Swag\PayPal\Pos\PosSyncController
  12218.      */
  12219.     protected function getPosSyncControllerService()
  12220.     {
  12221.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/PosSyncController.php';
  12222.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Administration/SyncResetter.php';
  12223.         $this->services['Swag\\PayPal\\Pos\\PosSyncController'] = $instance = new \Swag\PayPal\Pos\PosSyncController(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'] ?? $this->getCompleteTaskService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\ProductTask'] ?? $this->getProductTaskService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\ImageTask'] ?? $this->getImageTaskService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'] ?? $this->getInventoryTaskService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'] ?? $this->getLogCleanerService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunServiceService()), new \Swag\PayPal\Pos\Run\Administration\SyncResetter(($this->services['swag_paypal_pos_sales_channel_product.repository'] ?? $this->getSwagPaypalPosSalesChannelProduct_RepositoryService()), ($this->services['swag_paypal_pos_sales_channel_inventory.repository'] ?? $this->getSwagPaypalPosSalesChannelInventory_RepositoryService()), ($this->services['swag_paypal_pos_sales_channel_media.repository'] ?? $this->getSwagPaypalPosSalesChannelMedia_RepositoryService()), ($this->services['swag_paypal_pos_sales_channel_run.repository'] ?? $this->getSwagPaypalPosSalesChannelRun_RepositoryService())), ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] ?? $this->getProductSelectionService()));
  12224.         $instance->setContainer($this);
  12225.         return $instance;
  12226.     }
  12227.     /**
  12228.      * Gets the public 'Swag\PayPal\Pos\Setting\Service\InformationDefaultService' shared service.
  12229.      *
  12230.      * @return \Swag\PayPal\Pos\Setting\Service\InformationDefaultService
  12231.      */
  12232.     protected function getInformationDefaultServiceService()
  12233.     {
  12234.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Setting/Service/InformationDefaultService.php';
  12235.         return $this->services['Swag\\PayPal\\Pos\\Setting\\Service\\InformationDefaultService'] = new \Swag\PayPal\Pos\Setting\Service\InformationDefaultService(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider'] ?? $this->getPluginIdProviderService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['rule.repository'] ?? $this->getRule_RepositoryService()), ($this->services['delivery_time.repository'] ?? $this->getDeliveryTime_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()));
  12236.     }
  12237.     /**
  12238.      * Gets the public 'Swag\PayPal\Pos\Setting\SettingsController' shared service.
  12239.      *
  12240.      * @return \Swag\PayPal\Pos\Setting\SettingsController
  12241.      */
  12242.     protected function getSettingsController2Service()
  12243.     {
  12244.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Setting/SettingsController.php';
  12245.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  12246.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Setting/Service/ApiCredentialService.php';
  12247.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Setting/Service/InformationFetchService.php';
  12248.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Resource/UserResource.php';
  12249.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Setting/Service/ProductVisibilityCloneService.php';
  12250.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Setting/Service/ProductCountService.php';
  12251.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/ApiKeyDecoder.php';
  12252.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  12253.         $this->services['Swag\\PayPal\\Pos\\Setting\\SettingsController'] = $instance = new \Swag\PayPal\Pos\Setting\SettingsController(new \Swag\PayPal\Pos\Setting\Service\ApiCredentialService(($this->privates['Swag\\PayPal\\Pos\\Resource\\TokenResource'] ?? $this->getTokenResourceService()), $a, ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\ApiKeyDecoder'] ?? ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\ApiKeyDecoder'] = new \Swag\PayPal\Pos\Api\Service\ApiKeyDecoder()))), new \Swag\PayPal\Pos\Setting\Service\InformationFetchService(new \Swag\PayPal\Pos\Resource\UserResource(($this->privates['Swag\\PayPal\\Pos\\Client\\PosClientFactory'] ?? $this->getPosClientFactoryService())), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService())), ($this->services['Swag\\PayPal\\Pos\\Setting\\Service\\InformationDefaultService'] ?? $this->getInformationDefaultServiceService()), new \Swag\PayPal\Pos\Setting\Service\ProductVisibilityCloneService(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService()), ($this->services['product_visibility.repository'] ?? $this->getProductVisibility_RepositoryService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunServiceService()), $a), new \Swag\PayPal\Pos\Setting\Service\ProductCountService(($this->privates['Swag\\PayPal\\Pos\\Resource\\ProductResource'] ?? $this->getProductResourceService()), ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] ?? $this->getProductSelectionService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), $a));
  12254.         $instance->setContainer($this);
  12255.         return $instance;
  12256.     }
  12257.     /**
  12258.      * Gets the public 'Swag\PayPal\Pos\Webhook\WebhookController' shared service.
  12259.      *
  12260.      * @return \Swag\PayPal\Pos\Webhook\WebhookController
  12261.      */
  12262.     protected function getWebhookControllerService()
  12263.     {
  12264.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  12265.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Webhook/WebhookController.php';
  12266.         $this->services['Swag\\PayPal\\Pos\\Webhook\\WebhookController'] = $instance = new \Swag\PayPal\Pos\Webhook\WebhookController(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), ($this->services['Swag\\PayPal\\Pos\\Webhook\\WebhookService'] ?? $this->getWebhookServiceService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  12267.         $instance->setContainer($this);
  12268.         return $instance;
  12269.     }
  12270.     /**
  12271.      * Gets the public 'Swag\PayPal\Pos\Webhook\WebhookService' shared service.
  12272.      *
  12273.      * @return \Swag\PayPal\Pos\Webhook\WebhookService
  12274.      */
  12275.     protected function getWebhookServiceService()
  12276.     {
  12277.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  12278.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Webhook/WebhookService.php';
  12279.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Resource/SubscriptionResource.php';
  12280.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Webhook/WebhookRegistry.php';
  12281.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/UuidConverter.php';
  12282.         return $this->services['Swag\\PayPal\\Pos\\Webhook\\WebhookService'] = new \Swag\PayPal\Pos\Webhook\WebhookService(new \Swag\PayPal\Pos\Resource\SubscriptionResource(($this->privates['Swag\\PayPal\\Pos\\Client\\PosClientFactory'] ?? $this->getPosClientFactoryService())), new \Swag\PayPal\Pos\Webhook\WebhookRegistry(new RewindableGenerator(function () {
  12283.             yield => ($this->privates['Swag\\PayPal\\Pos\\Webhook\\Handler\\InventoryChangedHandler'] ?? $this->getInventoryChangedHandlerService());
  12284.         }, 1)), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] ?? ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] = new \Swag\PayPal\Pos\Api\Service\Converter\UuidConverter())), ($this->services['router'] ?? $this->getRouterService()));
  12285.     }
  12286.     /**
  12287.      * Gets the public 'Swag\PayPal\Setting\SettingsController' shared service.
  12288.      *
  12289.      * @return \Swag\PayPal\Setting\SettingsController
  12290.      */
  12291.     protected function getSettingsController3Service()
  12292.     {
  12293.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/SettingsController.php';
  12294.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/Service/ApiCredentialServiceInterface.php';
  12295.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/Service/ApiCredentialService.php';
  12296.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/CredentialsResource.php';
  12297.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/Client/CredentialsClientFactory.php';
  12298.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/Service/MerchantIntegrationsService.php';
  12299.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/MerchantIntegrationsResourceInterface.php';
  12300.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/MerchantIntegrationsResource.php';
  12301.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Service/TokenValidator.php';
  12302.         $a = ($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService());
  12303.         $this->services['Swag\\PayPal\\Setting\\SettingsController'] = $instance = new \Swag\PayPal\Setting\SettingsController(new \Swag\PayPal\Setting\Service\ApiCredentialService(new \Swag\PayPal\RestApi\V1\Resource\CredentialsResource(($this->privates['Swag\\PayPal\\RestApi\\Client\\TokenClientFactory'] ?? $this->getTokenClientFactoryService()), new \Swag\PayPal\RestApi\Client\CredentialsClientFactory(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service())), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Service\\TokenValidator'] ?? ($this->privates['Swag\\PayPal\\RestApi\\V1\\Service\\TokenValidator'] = new \Swag\PayPal\RestApi\V1\Service\TokenValidator())))), new \Swag\PayPal\Setting\Service\MerchantIntegrationsService(new \Swag\PayPal\RestApi\V1\Resource\MerchantIntegrationsResource($a), ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()), ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), $a));
  12304.         $instance->setContainer($this);
  12305.         return $instance;
  12306.     }
  12307.     /**
  12308.      * Gets the public 'Swag\PayPal\Storefront\Controller\PayPalController' shared service.
  12309.      *
  12310.      * @return \Swag\PayPal\Storefront\Controller\PayPalController
  12311.      */
  12312.     protected function getPayPalControllerService()
  12313.     {
  12314.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Controller/PayPalController.php';
  12315.         $this->services['Swag\\PayPal\\Storefront\\Controller\\PayPalController'] = $instance = new \Swag\PayPal\Storefront\Controller\PayPalController(($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\CreateOrderRoute'] ?? $this->getCreateOrderRouteService()), ($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\MethodEligibilityRoute'] ?? $this->getMethodEligibilityRouteService()), ($this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'] ?? $this->getPUIPaymentInstructionsRouteService()), ($this->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressPrepareCheckoutRoute'] ?? $this->getExpressPrepareCheckoutRouteService()), ($this->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCreateOrderRoute'] ?? $this->getExpressCreateOrderRouteService()), ($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRouteDecorator'] ?? $this->getContextSwitchRouteDecoratorService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? $this->getCartDeleteRouteService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  12316.         $instance->setContainer($this);
  12317.         return $instance;
  12318.     }
  12319.     /**
  12320.      * Gets the public 'Swag\PayPal\Storefront\Data\Service\ACDCCheckoutDataService' shared service.
  12321.      *
  12322.      * @return \Swag\PayPal\Storefront\Data\Service\ACDCCheckoutDataService
  12323.      */
  12324.     protected function getACDCCheckoutDataServiceService()
  12325.     {
  12326.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/AbstractCheckoutDataService.php';
  12327.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/ACDCCheckoutDataService.php';
  12328.         return $this->services['Swag\\PayPal\\Storefront\\Data\\Service\\ACDCCheckoutDataService'] = new \Swag\PayPal\Storefront\Data\Service\ACDCCheckoutDataService(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\IdentityResource'] ?? $this->getIdentityResourceService()), ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()));
  12329.     }
  12330.     /**
  12331.      * Gets the public 'Swag\PayPal\Storefront\Data\Service\PayLaterCheckoutDataService' shared service.
  12332.      *
  12333.      * @return \Swag\PayPal\Storefront\Data\Service\PayLaterCheckoutDataService
  12334.      */
  12335.     protected function getPayLaterCheckoutDataServiceService()
  12336.     {
  12337.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/AbstractCheckoutDataService.php';
  12338.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/PayLaterCheckoutDataService.php';
  12339.         return $this->services['Swag\\PayPal\\Storefront\\Data\\Service\\PayLaterCheckoutDataService'] = new \Swag\PayPal\Storefront\Data\Service\PayLaterCheckoutDataService(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\IdentityResource'] ?? $this->getIdentityResourceService()), ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()));
  12340.     }
  12341.     /**
  12342.      * Gets the public 'Swag\PayPal\Storefront\Data\Service\SEPACheckoutDataService' shared service.
  12343.      *
  12344.      * @return \Swag\PayPal\Storefront\Data\Service\SEPACheckoutDataService
  12345.      */
  12346.     protected function getSEPACheckoutDataServiceService()
  12347.     {
  12348.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/AbstractCheckoutDataService.php';
  12349.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/SEPACheckoutDataService.php';
  12350.         return $this->services['Swag\\PayPal\\Storefront\\Data\\Service\\SEPACheckoutDataService'] = new \Swag\PayPal\Storefront\Data\Service\SEPACheckoutDataService(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\IdentityResource'] ?? $this->getIdentityResourceService()), ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()));
  12351.     }
  12352.     /**
  12353.      * Gets the public 'Swag\PayPal\Storefront\Data\Service\SPBCheckoutDataService' shared service.
  12354.      *
  12355.      * @return \Swag\PayPal\Storefront\Data\Service\SPBCheckoutDataService
  12356.      */
  12357.     protected function getSPBCheckoutDataServiceService()
  12358.     {
  12359.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/AbstractCheckoutDataService.php';
  12360.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/SPBCheckoutDataService.php';
  12361.         return $this->services['Swag\\PayPal\\Storefront\\Data\\Service\\SPBCheckoutDataService'] = new \Swag\PayPal\Storefront\Data\Service\SPBCheckoutDataService(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\IdentityResource'] ?? $this->getIdentityResourceService()), ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()));
  12362.     }
  12363.     /**
  12364.      * Gets the public 'Swag\PayPal\Storefront\Data\Service\VenmoCheckoutDataService' shared service.
  12365.      *
  12366.      * @return \Swag\PayPal\Storefront\Data\Service\VenmoCheckoutDataService
  12367.      */
  12368.     protected function getVenmoCheckoutDataServiceService()
  12369.     {
  12370.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/AbstractCheckoutDataService.php';
  12371.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/VenmoCheckoutDataService.php';
  12372.         return $this->services['Swag\\PayPal\\Storefront\\Data\\Service\\VenmoCheckoutDataService'] = new \Swag\PayPal\Storefront\Data\Service\VenmoCheckoutDataService(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\IdentityResource'] ?? $this->getIdentityResourceService()), ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()));
  12373.     }
  12374.     /**
  12375.      * Gets the public 'Swag\PayPal\SwagPayPal' shared autowired service.
  12376.      *
  12377.      * @return \Swag\PayPal\SwagPayPal
  12378.      */
  12379.     protected function getSwagPayPalService()
  12380.     {
  12381.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  12382.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  12383.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  12384.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  12385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  12386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  12387.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/SwagPayPal.php';
  12388.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Lifecycle/ActivateDeactivate.php';
  12389.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Lifecycle/State/PosStateService.php';
  12390.         $this->services['Swag\\PayPal\\SwagPayPal'] = $instance = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\PayPal\\SwagPayPal');
  12391.         $instance->setActivateDeactivate(new \Swag\PayPal\Util\Lifecycle\ActivateDeactivate(($this->services['Swag\\PayPal\\Util\\Lifecycle\\State\\PaymentMethodStateService'] ?? $this->getPaymentMethodStateServiceService()), new \Swag\PayPal\Util\Lifecycle\State\PosStateService(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['sales_channel_type.repository'] ?? $this->getSalesChannelType_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()))));
  12392.         return $instance;
  12393.     }
  12394.     /**
  12395.      * Gets the public 'Swag\PayPal\Util\Lifecycle\Installer\MediaInstaller' shared service.
  12396.      *
  12397.      * @return \Swag\PayPal\Util\Lifecycle\Installer\MediaInstaller
  12398.      */
  12399.     protected function getMediaInstallerService()
  12400.     {
  12401.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Lifecycle/Installer/MediaInstaller.php';
  12402.         return $this->services['Swag\\PayPal\\Util\\Lifecycle\\Installer\\MediaInstaller'] = new \Swag\PayPal\Util\Lifecycle\Installer\MediaInstaller(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService()));
  12403.     }
  12404.     /**
  12405.      * Gets the public 'Swag\PayPal\Util\Lifecycle\Installer\PaymentMethodInstaller' shared service.
  12406.      *
  12407.      * @return \Swag\PayPal\Util\Lifecycle\Installer\PaymentMethodInstaller
  12408.      */
  12409.     protected function getPaymentMethodInstallerService()
  12410.     {
  12411.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Lifecycle/Installer/PaymentMethodInstaller.php';
  12412.         return $this->services['Swag\\PayPal\\Util\\Lifecycle\\Installer\\PaymentMethodInstaller'] = new \Swag\PayPal\Util\Lifecycle\Installer\PaymentMethodInstaller(($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['rule.repository'] ?? $this->getRule_RepositoryService()), ($this->services['Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider'] ?? $this->getPluginIdProviderService()), ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->services['Swag\\PayPal\\Util\\Lifecycle\\Installer\\MediaInstaller'] ?? $this->getMediaInstallerService()));
  12413.     }
  12414.     /**
  12415.      * Gets the public 'Swag\PayPal\Util\Lifecycle\State\PaymentMethodStateService' shared service.
  12416.      *
  12417.      * @return \Swag\PayPal\Util\Lifecycle\State\PaymentMethodStateService
  12418.      */
  12419.     protected function getPaymentMethodStateServiceService()
  12420.     {
  12421.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Lifecycle/State/PaymentMethodStateService.php';
  12422.         return $this->services['Swag\\PayPal\\Util\\Lifecycle\\State\\PaymentMethodStateService'] = new \Swag\PayPal\Util\Lifecycle\State\PaymentMethodStateService(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()));
  12423.     }
  12424.     /**
  12425.      * Gets the public 'Swag\PayPal\Webhook\Registration\WebhookSystemConfigController' shared service.
  12426.      *
  12427.      * @return \Swag\PayPal\Webhook\Registration\WebhookSystemConfigController
  12428.      */
  12429.     protected function getWebhookSystemConfigControllerService()
  12430.     {
  12431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Api/SystemConfigController.php';
  12432.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Registration/WebhookSystemConfigController.php';
  12433.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Registration/WebhookSystemConfigHelper.php';
  12434.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  12435.         $this->services['Swag\\PayPal\\Webhook\\Registration\\WebhookSystemConfigController'] = $instance = new \Swag\PayPal\Webhook\Registration\WebhookSystemConfigController(($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService()), $a, new \Swag\PayPal\Webhook\Registration\WebhookSystemConfigHelper(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), ($this->services['Swag\\PayPal\\Webhook\\WebhookService'] ?? $this->getWebhookService2Service()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService())), NULL);
  12436.         $instance->setContainer($this);
  12437.         return $instance;
  12438.     }
  12439.     /**
  12440.      * Gets the public 'Swag\PayPal\Webhook\WebhookController' shared service.
  12441.      *
  12442.      * @return \Swag\PayPal\Webhook\WebhookController
  12443.      */
  12444.     protected function getWebhookController2Service()
  12445.     {
  12446.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookController.php';
  12447.         $this->services['Swag\\PayPal\\Webhook\\WebhookController'] = $instance = new \Swag\PayPal\Webhook\WebhookController(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), ($this->services['Swag\\PayPal\\Webhook\\WebhookService'] ?? $this->getWebhookService2Service()), ($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService()));
  12448.         $instance->setContainer($this);
  12449.         return $instance;
  12450.     }
  12451.     /**
  12452.      * Gets the public 'Swag\PayPal\Webhook\WebhookService' shared service.
  12453.      *
  12454.      * @return \Swag\PayPal\Webhook\WebhookService
  12455.      */
  12456.     protected function getWebhookService2Service()
  12457.     {
  12458.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookServiceInterface.php';
  12459.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookService.php';
  12460.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/WebhookResource.php';
  12461.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookRegistry.php';
  12462.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  12463.         if (isset($this->services['Swag\\PayPal\\Webhook\\WebhookService'])) {
  12464.             return $this->services['Swag\\PayPal\\Webhook\\WebhookService'];
  12465.         }
  12466.         return $this->services['Swag\\PayPal\\Webhook\\WebhookService'] = new \Swag\PayPal\Webhook\WebhookService(new \Swag\PayPal\RestApi\V1\Resource\WebhookResource(($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService())), new \Swag\PayPal\Webhook\WebhookRegistry(new RewindableGenerator(function () {
  12467.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'] ?? $this->getAuthorizationVoidedService());
  12468.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'] ?? $this->getCaptureCompletedService());
  12469.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'] ?? $this->getCaptureDeniedService());
  12470.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'] ?? $this->getCaptureRefundedService());
  12471.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'] ?? $this->getCaptureReversedService());
  12472.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'] ?? $this->getSaleCompleteService());
  12473.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'] ?? $this->getSaleDeniedService());
  12474.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'] ?? $this->getSaleRefundedService());
  12475.         }, 8)), $a, ($this->services['router'] ?? $this->getRouterService()));
  12476.     }
  12477.     /**
  12478.      * Gets the public 'Swag\Security\Api\ConfigController' shared service.
  12479.      *
  12480.      * @return \Swag\Security\Api\ConfigController
  12481.      */
  12482.     protected function getConfigControllerService()
  12483.     {
  12484.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Api/ConfigController.php';
  12485.         return $this->services['Swag\\Security\\Api\\ConfigController'] = new \Swag\Security\Api\ConfigController(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  12486.     }
  12487.     /**
  12488.      * Gets the public 'Swag\Security\Api\SecurityController' shared service.
  12489.      *
  12490.      * @return \Swag\Security\Api\SecurityController
  12491.      */
  12492.     protected function getSecurityControllerService()
  12493.     {
  12494.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Api/SecurityController.php';
  12495.         return $this->services['Swag\\Security\\Api\\SecurityController'] = new \Swag\Security\Api\SecurityController(($this->privates['Swag\\Security\\Components\\State'] ?? $this->getStateService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), $this->targetDir.'', new \GuzzleHttp\Client(), ($this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] ?? $this->getCacheIdLoaderService()));
  12496.     }
  12497.     /**
  12498.      * Gets the public 'Swag\Security\Fixes\NEXT15675\PrepareDownloadController' shared service.
  12499.      *
  12500.      * @return \Swag\Security\Fixes\NEXT15675\PrepareDownloadController
  12501.      */
  12502.     protected function getPrepareDownloadControllerService()
  12503.     {
  12504.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT15675/PrepareDownloadController.php';
  12505.         return $this->services['Swag\\Security\\Fixes\\NEXT15675\\PrepareDownloadController'] = new \Swag\Security\Fixes\NEXT15675\PrepareDownloadController(($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService()), ($this->privates['Swag\\Security\\Components\\State'] ?? $this->getStateService()));
  12506.     }
  12507.     /**
  12508.      * Gets the public 'Swag\Security\Subscriber\AdminSecurityFixesProvider' shared service.
  12509.      *
  12510.      * @return \Swag\Security\Subscriber\AdminSecurityFixesProvider
  12511.      */
  12512.     protected function getAdminSecurityFixesProviderService()
  12513.     {
  12514.         return $this->services['Swag\\Security\\Subscriber\\AdminSecurityFixesProvider'] = new \Swag\Security\Subscriber\AdminSecurityFixesProvider(($this->privates['Swag\\Security\\Components\\State'] ?? $this->getStateService()));
  12515.     }
  12516.     /**
  12517.      * Gets the public 'Swag\Security\Subscriber\TwigStateProvider' shared service.
  12518.      *
  12519.      * @return \Swag\Security\Subscriber\TwigStateProvider
  12520.      */
  12521.     protected function getTwigStateProviderService()
  12522.     {
  12523.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Subscriber/TwigStateProvider.php';
  12524.         return $this->services['Swag\\Security\\Subscriber\\TwigStateProvider'] = new \Swag\Security\Subscriber\TwigStateProvider(($this->privates['Swag\\Security\\Components\\State'] ?? $this->getStateService()));
  12525.     }
  12526.     /**
  12527.      * Gets the public 'Swag\Security\SwagPlatformSecurity' shared autowired service.
  12528.      *
  12529.      * @return \Swag\Security\SwagPlatformSecurity
  12530.      */
  12531.     protected function getSwagPlatformSecurityService()
  12532.     {
  12533.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  12534.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  12535.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  12536.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  12537.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  12538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  12539.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/SwagPlatformSecurity.php';
  12540.         return $this->services['Swag\\Security\\SwagPlatformSecurity'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\Security\\SwagPlatformSecurity');
  12541.     }
  12542.     /**
  12543.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  12544.      *
  12545.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  12546.      */
  12547.     protected function getRedirectControllerService()
  12548.     {
  12549.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  12550.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  12551.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  12552.     }
  12553.     /**
  12554.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  12555.      *
  12556.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  12557.      */
  12558.     protected function getTemplateControllerService()
  12559.     {
  12560.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  12561.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  12562.     }
  12563.     /**
  12564.      * Gets the public 'acl_role.repository' shared service.
  12565.      *
  12566.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12567.      */
  12568.     protected function getAclRole_RepositoryService()
  12569.     {
  12570.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12571.         if (isset($this->services['acl_role.repository'])) {
  12572.             return $this->services['acl_role.repository'];
  12573.         }
  12574.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12575.         if (isset($this->services['acl_role.repository'])) {
  12576.             return $this->services['acl_role.repository'];
  12577.         }
  12578.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12579.         if (isset($this->services['acl_role.repository'])) {
  12580.             return $this->services['acl_role.repository'];
  12581.         }
  12582.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12583.         if (isset($this->services['acl_role.repository'])) {
  12584.             return $this->services['acl_role.repository'];
  12585.         }
  12586.         return $this->services['acl_role.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] ?? $this->getAclRoleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12587.     }
  12588.     /**
  12589.      * Gets the public 'acl_user_role.repository' shared service.
  12590.      *
  12591.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12592.      */
  12593.     protected function getAclUserRole_RepositoryService()
  12594.     {
  12595.         return $this->services['acl_user_role.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] ?? $this->getAclUserRoleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12596.     }
  12597.     /**
  12598.      * Gets the public 'acris_promotion_c_s.filesystem.private' shared service.
  12599.      *
  12600.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12601.      */
  12602.     protected function getAcrisPromotionCS_Filesystem_PrivateService()
  12603.     {
  12604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12606.         return $this->services['acris_promotion_c_s.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/acris_promotion_c_s');
  12607.     }
  12608.     /**
  12609.      * Gets the public 'acris_promotion_c_s.filesystem.public' shared service.
  12610.      *
  12611.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12612.      */
  12613.     protected function getAcrisPromotionCS_Filesystem_PublicService()
  12614.     {
  12615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12617.         return $this->services['acris_promotion_c_s.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/acris_promotion_c_s');
  12618.     }
  12619.     /**
  12620.      * Gets the public 'acris_promotion_display.repository' shared service.
  12621.      *
  12622.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12623.      */
  12624.     protected function getAcrisPromotionDisplay_RepositoryService()
  12625.     {
  12626.         return $this->services['acris_promotion_display.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Acris\\Promotion\\Custom\\PromotionDisplayDefinition'] ?? $this->getPromotionDisplayDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12627.     }
  12628.     /**
  12629.      * Gets the public 'acris_tax_c_s.filesystem.private' shared service.
  12630.      *
  12631.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12632.      */
  12633.     protected function getAcrisTaxCS_Filesystem_PrivateService()
  12634.     {
  12635.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12637.         return $this->services['acris_tax_c_s.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/acris_tax_c_s');
  12638.     }
  12639.     /**
  12640.      * Gets the public 'acris_tax_c_s.filesystem.public' shared service.
  12641.      *
  12642.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12643.      */
  12644.     protected function getAcrisTaxCS_Filesystem_PublicService()
  12645.     {
  12646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12648.         return $this->services['acris_tax_c_s.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/acris_tax_c_s');
  12649.     }
  12650.     /**
  12651.      * Gets the public 'acris_tax_country_rule.repository' shared service.
  12652.      *
  12653.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12654.      */
  12655.     protected function getAcrisTaxCountryRule_RepositoryService()
  12656.     {
  12657.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12658.         if (isset($this->services['acris_tax_country_rule.repository'])) {
  12659.             return $this->services['acris_tax_country_rule.repository'];
  12660.         }
  12661.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12662.         if (isset($this->services['acris_tax_country_rule.repository'])) {
  12663.             return $this->services['acris_tax_country_rule.repository'];
  12664.         }
  12665.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12666.         if (isset($this->services['acris_tax_country_rule.repository'])) {
  12667.             return $this->services['acris_tax_country_rule.repository'];
  12668.         }
  12669.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12670.         if (isset($this->services['acris_tax_country_rule.repository'])) {
  12671.             return $this->services['acris_tax_country_rule.repository'];
  12672.         }
  12673.         return $this->services['acris_tax_country_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Acris\\Tax\\Custom\\TaxCountryRuleDefinition'] ?? $this->getTaxCountryRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12674.     }
  12675.     /**
  12676.      * Gets the public 'acris_tax_customer_group_rule.repository' shared service.
  12677.      *
  12678.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12679.      */
  12680.     protected function getAcrisTaxCustomerGroupRule_RepositoryService()
  12681.     {
  12682.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12683.         if (isset($this->services['acris_tax_customer_group_rule.repository'])) {
  12684.             return $this->services['acris_tax_customer_group_rule.repository'];
  12685.         }
  12686.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12687.         if (isset($this->services['acris_tax_customer_group_rule.repository'])) {
  12688.             return $this->services['acris_tax_customer_group_rule.repository'];
  12689.         }
  12690.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12691.         if (isset($this->services['acris_tax_customer_group_rule.repository'])) {
  12692.             return $this->services['acris_tax_customer_group_rule.repository'];
  12693.         }
  12694.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12695.         if (isset($this->services['acris_tax_customer_group_rule.repository'])) {
  12696.             return $this->services['acris_tax_customer_group_rule.repository'];
  12697.         }
  12698.         return $this->services['acris_tax_customer_group_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Acris\\Tax\\Custom\\TaxCustomerGroupRuleDefinition'] ?? $this->getTaxCustomerGroupRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12699.     }
  12700.     /**
  12701.      * Gets the public 'acris_tax_vat_id_validation_log.repository' shared service.
  12702.      *
  12703.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12704.      */
  12705.     protected function getAcrisTaxVatIdValidationLog_RepositoryService()
  12706.     {
  12707.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12708.         if (isset($this->services['acris_tax_vat_id_validation_log.repository'])) {
  12709.             return $this->services['acris_tax_vat_id_validation_log.repository'];
  12710.         }
  12711.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12712.         if (isset($this->services['acris_tax_vat_id_validation_log.repository'])) {
  12713.             return $this->services['acris_tax_vat_id_validation_log.repository'];
  12714.         }
  12715.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12716.         if (isset($this->services['acris_tax_vat_id_validation_log.repository'])) {
  12717.             return $this->services['acris_tax_vat_id_validation_log.repository'];
  12718.         }
  12719.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12720.         if (isset($this->services['acris_tax_vat_id_validation_log.repository'])) {
  12721.             return $this->services['acris_tax_vat_id_validation_log.repository'];
  12722.         }
  12723.         return $this->services['acris_tax_vat_id_validation_log.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Acris\\Tax\\Custom\\VatIdValidationLogDefinition'] ?? $this->getVatIdValidationLogDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12724.     }
  12725.     /**
  12726.      * Gets the public 'administration.filesystem.private' shared service.
  12727.      *
  12728.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12729.      */
  12730.     protected function getAdministration_Filesystem_PrivateService()
  12731.     {
  12732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12734.         return $this->services['administration.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/administration');
  12735.     }
  12736.     /**
  12737.      * Gets the public 'administration.filesystem.public' shared service.
  12738.      *
  12739.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12740.      */
  12741.     protected function getAdministration_Filesystem_PublicService()
  12742.     {
  12743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12745.         return $this->services['administration.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/administration');
  12746.     }
  12747.     /**
  12748.      * Gets the public 'aku_cms_factory.filesystem.private' shared service.
  12749.      *
  12750.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12751.      */
  12752.     protected function getAkuCmsFactory_Filesystem_PrivateService()
  12753.     {
  12754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12756.         return $this->services['aku_cms_factory.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/aku_cms_factory');
  12757.     }
  12758.     /**
  12759.      * Gets the public 'aku_cms_factory.filesystem.public' shared service.
  12760.      *
  12761.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12762.      */
  12763.     protected function getAkuCmsFactory_Filesystem_PublicService()
  12764.     {
  12765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12767.         return $this->services['aku_cms_factory.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/aku_cms_factory');
  12768.     }
  12769.     /**
  12770.      * Gets the public 'app.repository' shared service.
  12771.      *
  12772.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12773.      */
  12774.     protected function getApp_RepositoryService()
  12775.     {
  12776.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12777.         if (isset($this->services['app.repository'])) {
  12778.             return $this->services['app.repository'];
  12779.         }
  12780.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12781.         if (isset($this->services['app.repository'])) {
  12782.             return $this->services['app.repository'];
  12783.         }
  12784.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12785.         if (isset($this->services['app.repository'])) {
  12786.             return $this->services['app.repository'];
  12787.         }
  12788.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12789.         if (isset($this->services['app.repository'])) {
  12790.             return $this->services['app.repository'];
  12791.         }
  12792.         return $this->services['app.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\AppDefinition'] ?? $this->getAppDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12793.     }
  12794.     /**
  12795.      * Gets the public 'app_action_button.repository' shared service.
  12796.      *
  12797.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12798.      */
  12799.     protected function getAppActionButton_RepositoryService()
  12800.     {
  12801.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12802.         if (isset($this->services['app_action_button.repository'])) {
  12803.             return $this->services['app_action_button.repository'];
  12804.         }
  12805.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12806.         if (isset($this->services['app_action_button.repository'])) {
  12807.             return $this->services['app_action_button.repository'];
  12808.         }
  12809.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12810.         if (isset($this->services['app_action_button.repository'])) {
  12811.             return $this->services['app_action_button.repository'];
  12812.         }
  12813.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12814.         if (isset($this->services['app_action_button.repository'])) {
  12815.             return $this->services['app_action_button.repository'];
  12816.         }
  12817.         return $this->services['app_action_button.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] ?? $this->getActionButtonDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12818.     }
  12819.     /**
  12820.      * Gets the public 'app_action_button_translation.repository' shared service.
  12821.      *
  12822.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12823.      */
  12824.     protected function getAppActionButtonTranslation_RepositoryService()
  12825.     {
  12826.         return $this->services['app_action_button_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] ?? $this->getActionButtonTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12827.     }
  12828.     /**
  12829.      * Gets the public 'app_administration_snippet.repository' shared service.
  12830.      *
  12831.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12832.      */
  12833.     protected function getAppAdministrationSnippet_RepositoryService()
  12834.     {
  12835.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12836.         if (isset($this->services['app_administration_snippet.repository'])) {
  12837.             return $this->services['app_administration_snippet.repository'];
  12838.         }
  12839.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12840.         if (isset($this->services['app_administration_snippet.repository'])) {
  12841.             return $this->services['app_administration_snippet.repository'];
  12842.         }
  12843.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12844.         if (isset($this->services['app_administration_snippet.repository'])) {
  12845.             return $this->services['app_administration_snippet.repository'];
  12846.         }
  12847.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12848.         if (isset($this->services['app_administration_snippet.repository'])) {
  12849.             return $this->services['app_administration_snippet.repository'];
  12850.         }
  12851.         return $this->services['app_administration_snippet.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] ?? $this->getAppAdministrationSnippetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12852.     }
  12853.     /**
  12854.      * Gets the public 'app_cms_block.repository' shared service.
  12855.      *
  12856.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12857.      */
  12858.     protected function getAppCmsBlock_RepositoryService()
  12859.     {
  12860.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12861.         if (isset($this->services['app_cms_block.repository'])) {
  12862.             return $this->services['app_cms_block.repository'];
  12863.         }
  12864.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12865.         if (isset($this->services['app_cms_block.repository'])) {
  12866.             return $this->services['app_cms_block.repository'];
  12867.         }
  12868.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12869.         if (isset($this->services['app_cms_block.repository'])) {
  12870.             return $this->services['app_cms_block.repository'];
  12871.         }
  12872.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12873.         if (isset($this->services['app_cms_block.repository'])) {
  12874.             return $this->services['app_cms_block.repository'];
  12875.         }
  12876.         return $this->services['app_cms_block.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] ?? $this->getAppCmsBlockDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12877.     }
  12878.     /**
  12879.      * Gets the public 'app_cms_block_translation.repository' shared service.
  12880.      *
  12881.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12882.      */
  12883.     protected function getAppCmsBlockTranslation_RepositoryService()
  12884.     {
  12885.         return $this->services['app_cms_block_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] ?? $this->getAppCmsBlockTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12886.     }
  12887.     /**
  12888.      * Gets the public 'app_flow_action.repository' shared service.
  12889.      *
  12890.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12891.      */
  12892.     protected function getAppFlowAction_RepositoryService()
  12893.     {
  12894.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12895.         if (isset($this->services['app_flow_action.repository'])) {
  12896.             return $this->services['app_flow_action.repository'];
  12897.         }
  12898.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12899.         if (isset($this->services['app_flow_action.repository'])) {
  12900.             return $this->services['app_flow_action.repository'];
  12901.         }
  12902.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12903.         if (isset($this->services['app_flow_action.repository'])) {
  12904.             return $this->services['app_flow_action.repository'];
  12905.         }
  12906.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12907.         if (isset($this->services['app_flow_action.repository'])) {
  12908.             return $this->services['app_flow_action.repository'];
  12909.         }
  12910.         return $this->services['app_flow_action.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] ?? $this->getAppFlowActionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12911.     }
  12912.     /**
  12913.      * Gets the public 'app_flow_action_translation.repository' shared service.
  12914.      *
  12915.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12916.      */
  12917.     protected function getAppFlowActionTranslation_RepositoryService()
  12918.     {
  12919.         return $this->services['app_flow_action_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] ?? $this->getAppFlowActionTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12920.     }
  12921.     /**
  12922.      * Gets the public 'app_payment_method.repository' shared service.
  12923.      *
  12924.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12925.      */
  12926.     protected function getAppPaymentMethod_RepositoryService()
  12927.     {
  12928.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12929.         if (isset($this->services['app_payment_method.repository'])) {
  12930.             return $this->services['app_payment_method.repository'];
  12931.         }
  12932.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12933.         if (isset($this->services['app_payment_method.repository'])) {
  12934.             return $this->services['app_payment_method.repository'];
  12935.         }
  12936.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12937.         if (isset($this->services['app_payment_method.repository'])) {
  12938.             return $this->services['app_payment_method.repository'];
  12939.         }
  12940.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12941.         if (isset($this->services['app_payment_method.repository'])) {
  12942.             return $this->services['app_payment_method.repository'];
  12943.         }
  12944.         return $this->services['app_payment_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] ?? $this->getAppPaymentMethodDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12945.     }
  12946.     /**
  12947.      * Gets the public 'app_script_condition.repository' shared service.
  12948.      *
  12949.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12950.      */
  12951.     protected function getAppScriptCondition_RepositoryService()
  12952.     {
  12953.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12954.         if (isset($this->services['app_script_condition.repository'])) {
  12955.             return $this->services['app_script_condition.repository'];
  12956.         }
  12957.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12958.         if (isset($this->services['app_script_condition.repository'])) {
  12959.             return $this->services['app_script_condition.repository'];
  12960.         }
  12961.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12962.         if (isset($this->services['app_script_condition.repository'])) {
  12963.             return $this->services['app_script_condition.repository'];
  12964.         }
  12965.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12966.         if (isset($this->services['app_script_condition.repository'])) {
  12967.             return $this->services['app_script_condition.repository'];
  12968.         }
  12969.         return $this->services['app_script_condition.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] ?? $this->getAppScriptConditionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12970.     }
  12971.     /**
  12972.      * Gets the public 'app_script_condition_translation.repository' shared service.
  12973.      *
  12974.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12975.      */
  12976.     protected function getAppScriptConditionTranslation_RepositoryService()
  12977.     {
  12978.         return $this->services['app_script_condition_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] ?? $this->getAppScriptConditionTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12979.     }
  12980.     /**
  12981.      * Gets the public 'app_template.repository' shared service.
  12982.      *
  12983.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12984.      */
  12985.     protected function getAppTemplate_RepositoryService()
  12986.     {
  12987.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12988.         if (isset($this->services['app_template.repository'])) {
  12989.             return $this->services['app_template.repository'];
  12990.         }
  12991.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12992.         if (isset($this->services['app_template.repository'])) {
  12993.             return $this->services['app_template.repository'];
  12994.         }
  12995.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12996.         if (isset($this->services['app_template.repository'])) {
  12997.             return $this->services['app_template.repository'];
  12998.         }
  12999.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13000.         if (isset($this->services['app_template.repository'])) {
  13001.             return $this->services['app_template.repository'];
  13002.         }
  13003.         return $this->services['app_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] ?? $this->getTemplateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13004.     }
  13005.     /**
  13006.      * Gets the public 'app_translation.repository' shared service.
  13007.      *
  13008.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13009.      */
  13010.     protected function getAppTranslation_RepositoryService()
  13011.     {
  13012.         return $this->services['app_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] ?? $this->getAppTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13013.     }
  13014.     /**
  13015.      * Gets the public 'boeden_theme_extension.filesystem.private' shared service.
  13016.      *
  13017.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13018.      */
  13019.     protected function getBoedenThemeExtension_Filesystem_PrivateService()
  13020.     {
  13021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13022.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13023.         return $this->services['boeden_theme_extension.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/boeden_theme_extension');
  13024.     }
  13025.     /**
  13026.      * Gets the public 'boeden_theme_extension.filesystem.public' shared service.
  13027.      *
  13028.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13029.      */
  13030.     protected function getBoedenThemeExtension_Filesystem_PublicService()
  13031.     {
  13032.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13033.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13034.         return $this->services['boeden_theme_extension.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/boeden_theme_extension');
  13035.     }
  13036.     /**
  13037.      * Gets the public 'cache.app' shared service.
  13038.      *
  13039.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13040.      */
  13041.     protected function getCache_AppService()
  13042.     {
  13043.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  13044.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  13045.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  13046.     }
  13047.     /**
  13048.      * Gets the public 'cache.app_clearer' shared service.
  13049.      *
  13050.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  13051.      */
  13052.     protected function getCache_AppClearerService()
  13053.     {
  13054.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  13055.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  13056.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()), 'cache.object' => ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()), 'cache.http' => ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()), 'cache.tags' => ($this->privates['cache.tags'] ?? $this->getCache_TagsService())]);
  13057.     }
  13058.     /**
  13059.      * Gets the public 'cache.global_clearer' shared service.
  13060.      *
  13061.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  13062.      */
  13063.     protected function getCache_GlobalClearerService()
  13064.     {
  13065.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  13066.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  13067.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()), 'cache.object' => ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()), 'cache.http' => ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()), 'cache.tags' => ($this->privates['cache.tags'] ?? $this->getCache_TagsService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())]);
  13068.     }
  13069.     /**
  13070.      * Gets the public 'cache.system' shared service.
  13071.      *
  13072.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13073.      */
  13074.     protected function getCache_SystemService()
  13075.     {
  13076.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lOXiNnPF7c'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  13077.     }
  13078.     /**
  13079.      * Gets the public 'cache.system_clearer' shared service.
  13080.      *
  13081.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  13082.      */
  13083.     protected function getCache_SystemClearerService()
  13084.     {
  13085.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  13086.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  13087.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())]);
  13088.     }
  13089.     /**
  13090.      * Gets the public 'cache.validator_expression_language' shared service.
  13091.      *
  13092.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13093.      */
  13094.     protected function getCache_ValidatorExpressionLanguageService()
  13095.     {
  13096.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Pf7SRJooVR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  13097.     }
  13098.     /**
  13099.      * Gets the public 'cache_warmer' shared service.
  13100.      *
  13101.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  13102.      */
  13103.     protected function getCacheWarmerService()
  13104.     {
  13105.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13106.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  13107.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  13108.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  13109.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  13110.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  13111.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  13112.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  13113.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  13114.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  13115.         }, 7), true, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainerDeprecations.log'));
  13116.     }
  13117.     /**
  13118.      * Gets the public 'category.repository' shared service.
  13119.      *
  13120.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  13121.      */
  13122.     protected function getCategory_RepositoryService()
  13123.     {
  13124.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13125.         if (isset($this->services['category.repository'])) {
  13126.             return $this->services['category.repository'];
  13127.         }
  13128.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13129.         if (isset($this->services['category.repository'])) {
  13130.             return $this->services['category.repository'];
  13131.         }
  13132.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13133.         if (isset($this->services['category.repository'])) {
  13134.             return $this->services['category.repository'];
  13135.         }
  13136.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13137.         if (isset($this->services['category.repository'])) {
  13138.             return $this->services['category.repository'];
  13139.         }
  13140.         return $this->services['category.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13141.     }
  13142.     /**
  13143.      * Gets the public 'category_tag.repository' shared service.
  13144.      *
  13145.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13146.      */
  13147.     protected function getCategoryTag_RepositoryService()
  13148.     {
  13149.         return $this->services['category_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] ?? $this->getCategoryTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13150.     }
  13151.     /**
  13152.      * Gets the public 'category_translation.repository' shared service.
  13153.      *
  13154.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13155.      */
  13156.     protected function getCategoryTranslation_RepositoryService()
  13157.     {
  13158.         return $this->services['category_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] ?? $this->getCategoryTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13159.     }
  13160.     /**
  13161.      * Gets the public 'checkout.filesystem.private' shared service.
  13162.      *
  13163.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13164.      */
  13165.     protected function getCheckout_Filesystem_PrivateService()
  13166.     {
  13167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13169.         return $this->services['checkout.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/checkout');
  13170.     }
  13171.     /**
  13172.      * Gets the public 'checkout.filesystem.public' shared service.
  13173.      *
  13174.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13175.      */
  13176.     protected function getCheckout_Filesystem_PublicService()
  13177.     {
  13178.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13180.         return $this->services['checkout.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/checkout');
  13181.     }
  13182.     /**
  13183.      * Gets the public 'cms_block.repository' shared service.
  13184.      *
  13185.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13186.      */
  13187.     protected function getCmsBlock_RepositoryService()
  13188.     {
  13189.         return $this->services['cms_block.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] ?? $this->getCmsBlockDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13190.     }
  13191.     /**
  13192.      * Gets the public 'cms_factory_element.repository' shared service.
  13193.      *
  13194.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13195.      */
  13196.     protected function getCmsFactoryElement_RepositoryService()
  13197.     {
  13198.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13199.         if (isset($this->services['cms_factory_element.repository'])) {
  13200.             return $this->services['cms_factory_element.repository'];
  13201.         }
  13202.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13203.         if (isset($this->services['cms_factory_element.repository'])) {
  13204.             return $this->services['cms_factory_element.repository'];
  13205.         }
  13206.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13207.         if (isset($this->services['cms_factory_element.repository'])) {
  13208.             return $this->services['cms_factory_element.repository'];
  13209.         }
  13210.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13211.         if (isset($this->services['cms_factory_element.repository'])) {
  13212.             return $this->services['cms_factory_element.repository'];
  13213.         }
  13214.         return $this->services['cms_factory_element.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['AkuCmsFactory\\Element\\CmsFactoryElementDefinition'] ?? $this->getCmsFactoryElementDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13215.     }
  13216.     /**
  13217.      * Gets the public 'cms_page.repository' shared service.
  13218.      *
  13219.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13220.      */
  13221.     protected function getCmsPage_RepositoryService()
  13222.     {
  13223.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13224.         if (isset($this->services['cms_page.repository'])) {
  13225.             return $this->services['cms_page.repository'];
  13226.         }
  13227.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13228.         if (isset($this->services['cms_page.repository'])) {
  13229.             return $this->services['cms_page.repository'];
  13230.         }
  13231.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13232.         if (isset($this->services['cms_page.repository'])) {
  13233.             return $this->services['cms_page.repository'];
  13234.         }
  13235.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13236.         if (isset($this->services['cms_page.repository'])) {
  13237.             return $this->services['cms_page.repository'];
  13238.         }
  13239.         return $this->services['cms_page.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] ?? $this->getCmsPageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13240.     }
  13241.     /**
  13242.      * Gets the public 'cms_page_translation.repository' shared service.
  13243.      *
  13244.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13245.      */
  13246.     protected function getCmsPageTranslation_RepositoryService()
  13247.     {
  13248.         return $this->services['cms_page_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] ?? $this->getCmsPageTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13249.     }
  13250.     /**
  13251.      * Gets the public 'cms_section.repository' shared service.
  13252.      *
  13253.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13254.      */
  13255.     protected function getCmsSection_RepositoryService()
  13256.     {
  13257.         return $this->services['cms_section.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] ?? $this->getCmsSectionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13258.     }
  13259.     /**
  13260.      * Gets the public 'cms_slot.repository' shared service.
  13261.      *
  13262.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13263.      */
  13264.     protected function getCmsSlot_RepositoryService()
  13265.     {
  13266.         return $this->services['cms_slot.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] ?? $this->getCmsSlotDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13267.     }
  13268.     /**
  13269.      * Gets the public 'cms_slot_translation.repository' shared service.
  13270.      *
  13271.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13272.      */
  13273.     protected function getCmsSlotTranslation_RepositoryService()
  13274.     {
  13275.         return $this->services['cms_slot_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] ?? $this->getCmsSlotTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13276.     }
  13277.     /**
  13278.      * Gets the public 'coe_account_ort_plz_sw6.filesystem.private' shared service.
  13279.      *
  13280.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13281.      */
  13282.     protected function getCoeAccountOrtPlzSw6_Filesystem_PrivateService()
  13283.     {
  13284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13286.         return $this->services['coe_account_ort_plz_sw6.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/coe_account_ort_plz_sw6');
  13287.     }
  13288.     /**
  13289.      * Gets the public 'coe_account_ort_plz_sw6.filesystem.public' shared service.
  13290.      *
  13291.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13292.      */
  13293.     protected function getCoeAccountOrtPlzSw6_Filesystem_PublicService()
  13294.     {
  13295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13297.         return $this->services['coe_account_ort_plz_sw6.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/coe_account_ort_plz_sw6');
  13298.     }
  13299.     /**
  13300.      * Gets the public 'coe_country_zip_validation.repository' shared service.
  13301.      *
  13302.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13303.      */
  13304.     protected function getCoeCountryZipValidation_RepositoryService()
  13305.     {
  13306.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13307.         if (isset($this->services['coe_country_zip_validation.repository'])) {
  13308.             return $this->services['coe_country_zip_validation.repository'];
  13309.         }
  13310.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13311.         if (isset($this->services['coe_country_zip_validation.repository'])) {
  13312.             return $this->services['coe_country_zip_validation.repository'];
  13313.         }
  13314.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13315.         if (isset($this->services['coe_country_zip_validation.repository'])) {
  13316.             return $this->services['coe_country_zip_validation.repository'];
  13317.         }
  13318.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13319.         if (isset($this->services['coe_country_zip_validation.repository'])) {
  13320.             return $this->services['coe_country_zip_validation.repository'];
  13321.         }
  13322.         return $this->services['coe_country_zip_validation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['CoeAccountOrtPlzSw6\\Core\\System\\Country\\CountryZipValidationDefintion'] ?? $this->getCountryZipValidationDefintionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13323.     }
  13324.     /**
  13325.      * Gets the public 'console.command.public_alias.Frosh\Tools\Command\DevRobotsTxtCommand' shared service.
  13326.      *
  13327.      * @return \Frosh\Tools\Command\DevRobotsTxtCommand
  13328.      */
  13329.     protected function getDevRobotsTxtCommandService()
  13330.     {
  13331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13332.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/DevRobotsTxtCommand.php';
  13333.         return $this->services['console.command.public_alias.Frosh\\Tools\\Command\\DevRobotsTxtCommand'] = new \Frosh\Tools\Command\DevRobotsTxtCommand((\dirname(__DIR__4).'/public'));
  13334.     }
  13335.     /**
  13336.      * Gets the public 'console.command_loader' shared service.
  13337.      *
  13338.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  13339.      */
  13340.     protected function getConsole_CommandLoaderService()
  13341.     {
  13342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  13343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  13344.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13345.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand''getCreateMigrationCommandService'false],
  13346.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand''getRefreshMigrationCommandService'false],
  13347.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand''getMigrationCommandService'false],
  13348.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand''getCleanPersonalDataCommandService'false],
  13349.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand''getMigrationDestructiveCommandService'false],
  13350.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand''getChangelogCreateCommandService'false],
  13351.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand''getChangelogReleaseCommandService'false],
  13352.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand''getChangelogChangeCommandService'false],
  13353.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand''getChangelogCheckCommandService'false],
  13354.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => ['privates''Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''getFeatureDumpCommandService'false],
  13355.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => ['privates''Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand''getS3FilesystemVisibilityCommandService'false],
  13356.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand''getDumpSchemaCommandService'false],
  13357.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand''getDumpClassSchemaCommandService'false],
  13358.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand''getRefreshAppCommandService'false],
  13359.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand''getInstallAppCommandService'false],
  13360.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand''getUninstallAppCommandService'false],
  13361.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand''getActivateAppCommandService'false],
  13362.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand''getDeactivateAppCommandService'false],
  13363.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand''getValidateAppCommandService'false],
  13364.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand''getResolveAppUrlChangeCommandService'false],
  13365.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand''getCreateSchemaCommandService'false],
  13366.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand''getCreateEntitiesCommandService'false],
  13367.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand''getCreateHydratorCommandService'false],
  13368.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand''getRefreshIndexCommandService'false],
  13369.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand''getDataAbstractionLayerValidateCommandService'false],
  13370.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand''getDemodataCommandService'false],
  13371.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => ['privates''Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand''getDebugDumpBusinessEventsCommandService'false],
  13372.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  13373.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand''getDispatchSleepMessageCommandService'false],
  13374.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand''getBundleDumpCommandService'false],
  13375.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand''getPluginRefreshCommandService'false],
  13376.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand''getPluginListCommandService'false],
  13377.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand''getPluginZipImportCommandService'false],
  13378.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand''getPluginInstallCommandService'false],
  13379.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand''getPluginActivateCommandService'false],
  13380.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand''getPluginUpdateCommandService'false],
  13381.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand''getPluginDeactivateCommandService'false],
  13382.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand''getPluginUninstallCommandService'false],
  13383.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand''getPluginCreateCommandService'false],
  13384.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand''getRegisterScheduledTasksCommandService'false],
  13385.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner''getScheduledTaskRunnerService'false],
  13386.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand''getStoreDownloadCommandService'false],
  13387.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand''getStoreLoginCommandService'false],
  13388.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => ['privates''Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand''getValidateSnippetsCommandService'false],
  13389.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => ['privates''Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand''getWorkflowDumpCommandService'false],
  13390.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet''getConfigGetService'false],
  13391.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet''getConfigSetService'false],
  13392.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => ['privates''Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand''getMigrateIncrementStorageCommandService'false],
  13393.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand''getGenerateThumbnailsCommandService'false],
  13394.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand''getGenerateMediaTypesCommandService'false],
  13395.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand''getDeleteNotUsedMediaCommandService'false],
  13396.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => ['privates''Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand''getProductExportGenerateCommandService'false],
  13397.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand''getDeleteExpiredFilesCommandService'false],
  13398.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand''getImportEntityCommandService'false],
  13399.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => ['privates''Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand''getSitemapGenerateCommandService'false],
  13400.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => ['privates''Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand''getCartMigrateCommandService'false],
  13401.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => ['privates''Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand''getDeleteUnusedGuestCustomersCommandService'false],
  13402.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand''getHttpCacheWarmUpCommandService'false],
  13403.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''getSalesChannelCreateStorefrontCommandService'false],
  13404.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''getThemeCreateCommandService'false],
  13405.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''getThemeChangeCommandService'false],
  13406.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''getThemeCompileCommandService'false],
  13407.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''getThemeDumpCommandService'false],
  13408.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''getThemeRefreshCommandService'false],
  13409.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''getThemePrepareIconsCommandService'false],
  13410.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''getElasticsearchIndexingCommandService'false],
  13411.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''getElasticsearchTestAnalyzerCommandService'false],
  13412.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''getElasticsearchStatusCommandService'false],
  13413.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''getElasticsearchResetCommandService'false],
  13414.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''getElasticsearchCreateAliasCommandService'false],
  13415.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''getElasticsearchCleanIndicesCommandService'false],
  13416.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''getSystemInstallCommandService'false],
  13417.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''getSystemGenerateJwtSecretCommandService'false],
  13418.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''getSystemGenerateAppSecretCommandService'false],
  13419.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''getSystemSetupCommandService'false],
  13420.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => ['privates''.Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand.lazy''getDotenvDumpCommand_LazyService'false],
  13421.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''getSystemUpdatePrepareCommandService'false],
  13422.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''getSystemUpdateFinishCommandService'false],
  13423.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => ['privates''.Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand.lazy''getSalesChannelUpdateDomainCommand_LazyService'false],
  13424.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''getSystemConfigureShopCommandService'false],
  13425.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand''getSalesChannelCreateCommandService'false],
  13426.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''getSalesChannelListCommandService'false],
  13427.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''getSalesChannelMaintenanceEnableCommandService'false],
  13428.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''getSalesChannelMaintenanceDisableCommandService'false],
  13429.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''getUserCreateCommandService'false],
  13430.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''getUserChangePasswordCommandService'false],
  13431.             'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand' => ['privates''Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand''getSalesChannelCreateCommand2Service'false],
  13432.             'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => ['privates''Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''getSalesChannelCreateStorefrontCommand2Service'false],
  13433.             'FourtwosixMonitorPlugin\\Command\\CheckVersionCommand' => ['privates''FourtwosixMonitorPlugin\\Command\\CheckVersionCommand''getCheckVersionCommandService'false],
  13434.             'Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand' => ['privates''.Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand.lazy''getCrawlWebhookEventNamesCommand_LazyService'false],
  13435.             'Swag\\PayPal\\Pos\\Command\\PosSyncCommand' => ['privates''.Swag\\PayPal\\Pos\\Command\\PosSyncCommand.lazy''getPosSyncCommand_LazyService'false],
  13436.             'Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand' => ['privates''.Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand.lazy''getPosImageSyncCommand_LazyService'false],
  13437.             'Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand' => ['privates''.Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand.lazy''getPosInventorySyncCommand_LazyService'false],
  13438.             'Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand' => ['privates''.Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand.lazy''getPosProductSyncCommand_LazyService'false],
  13439.             'Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand' => ['privates''.Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand.lazy''getPosLogCleanupCommand_LazyService'false],
  13440.             'FourtwosixHideEmptyCategories\\Command\\DeactivateCategoryCommand' => ['privates''FourtwosixHideEmptyCategories\\Command\\DeactivateCategoryCommand''getDeactivateCategoryCommandService'false],
  13441.             'Frosh\\Tools\\Command\\MonitorCommand' => ['privates''.Frosh\\Tools\\Command\\MonitorCommand.lazy''getMonitorCommand_LazyService'false],
  13442.             'Frosh\\Tools\\Command\\ChangeUserPasswordCommand' => ['privates''.Frosh\\Tools\\Command\\ChangeUserPasswordCommand.lazy''getChangeUserPasswordCommand_LazyService'false],
  13443.             'Frosh\\Tools\\Command\\EnvGetCommand' => ['privates''.Frosh\\Tools\\Command\\EnvGetCommand.lazy''getEnvGetCommand_LazyService'false],
  13444.             'Frosh\\Tools\\Command\\EnvSetCommand' => ['privates''.Frosh\\Tools\\Command\\EnvSetCommand.lazy''getEnvSetCommand_LazyService'false],
  13445.             'Frosh\\Tools\\Command\\EnvDelCommand' => ['privates''.Frosh\\Tools\\Command\\EnvDelCommand.lazy''getEnvDelCommand_LazyService'false],
  13446.             'Frosh\\Tools\\Command\\UpdatePluginsCommand' => ['privates''.Frosh\\Tools\\Command\\UpdatePluginsCommand.lazy''getUpdatePluginsCommand_LazyService'false],
  13447.             'Frosh\\Tools\\Command\\UpdateComposerPluginsCommand' => ['privates''.Frosh\\Tools\\Command\\UpdateComposerPluginsCommand.lazy''getUpdateComposerPluginsCommand_LazyService'false],
  13448.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  13449.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  13450.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  13451.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  13452.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  13453.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  13454.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  13455.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  13456.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  13457.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  13458.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  13459.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  13460.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  13461.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  13462.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  13463.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  13464.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  13465.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  13466.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  13467.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  13468.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  13469.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  13470.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  13471.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  13472.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  13473.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  13474.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  13475.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  13476.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  13477.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  13478.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  13479.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  13480.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  13481.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  13482.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  13483.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  13484.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  13485.             'enqueue.transport.consume_command' => ['privates''enqueue.transport.consume_command''getEnqueue_Transport_ConsumeCommandService'false],
  13486.             'enqueue.client.consume_command' => ['privates''enqueue.client.consume_command''getEnqueue_Client_ConsumeCommandService'false],
  13487.             'enqueue.client.produce_command' => ['privates''enqueue.client.produce_command''getEnqueue_Client_ProduceCommandService'false],
  13488.             'enqueue.client.setup_broker_command' => ['privates''enqueue.client.setup_broker_command''getEnqueue_Client_SetupBrokerCommandService'false],
  13489.             'enqueue.client.routes_command' => ['privates''enqueue.client.routes_command''getEnqueue_Client_RoutesCommandService'false],
  13490.         ], [
  13491.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand',
  13492.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand',
  13493.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand',
  13494.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => 'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand',
  13495.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand',
  13496.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand',
  13497.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand',
  13498.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand',
  13499.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand',
  13500.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand',
  13501.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => 'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand',
  13502.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand',
  13503.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand',
  13504.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand',
  13505.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand',
  13506.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand',
  13507.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand',
  13508.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand',
  13509.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand',
  13510.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand',
  13511.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand',
  13512.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand',
  13513.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand',
  13514.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand',
  13515.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand',
  13516.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => 'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand',
  13517.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => 'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand',
  13518.             'console.command.assets_install' => 'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetInstallCommand',
  13519.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand',
  13520.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand',
  13521.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand',
  13522.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand',
  13523.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand',
  13524.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand',
  13525.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand',
  13526.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand',
  13527.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand',
  13528.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand',
  13529.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand',
  13530.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand',
  13531.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner',
  13532.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand',
  13533.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand',
  13534.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => 'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand',
  13535.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => 'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand',
  13536.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet',
  13537.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet',
  13538.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => 'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand',
  13539.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand',
  13540.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand',
  13541.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand',
  13542.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => 'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand',
  13543.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand',
  13544.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand',
  13545.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => 'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand',
  13546.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => 'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand',
  13547.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => 'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand',
  13548.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => 'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand',
  13549.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => 'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand',
  13550.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand',
  13551.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand',
  13552.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand',
  13553.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand',
  13554.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand',
  13555.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand',
  13556.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand',
  13557.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand',
  13558.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand',
  13559.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand',
  13560.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand',
  13561.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand',
  13562.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand',
  13563.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand',
  13564.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand',
  13565.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand',
  13566.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => '?',
  13567.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand',
  13568.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand',
  13569.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => '?',
  13570.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand',
  13571.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand',
  13572.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand',
  13573.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand',
  13574.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand',
  13575.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand',
  13576.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand',
  13577.             'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand' => 'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand',
  13578.             'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => 'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand',
  13579.             'FourtwosixMonitorPlugin\\Command\\CheckVersionCommand' => 'FourtwosixMonitorPlugin\\Command\\CheckVersionCommand',
  13580.             'Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand' => '?',
  13581.             'Swag\\PayPal\\Pos\\Command\\PosSyncCommand' => '?',
  13582.             'Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand' => '?',
  13583.             'Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand' => '?',
  13584.             'Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand' => '?',
  13585.             'Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand' => '?',
  13586.             'FourtwosixHideEmptyCategories\\Command\\DeactivateCategoryCommand' => 'FourtwosixHideEmptyCategories\\Command\\DeactivateCategoryCommand',
  13587.             'Frosh\\Tools\\Command\\MonitorCommand' => '?',
  13588.             'Frosh\\Tools\\Command\\ChangeUserPasswordCommand' => '?',
  13589.             'Frosh\\Tools\\Command\\EnvGetCommand' => '?',
  13590.             'Frosh\\Tools\\Command\\EnvSetCommand' => '?',
  13591.             'Frosh\\Tools\\Command\\EnvDelCommand' => '?',
  13592.             'Frosh\\Tools\\Command\\UpdatePluginsCommand' => '?',
  13593.             'Frosh\\Tools\\Command\\UpdateComposerPluginsCommand' => '?',
  13594.             'console.command.about' => '?',
  13595.             'console.command.cache_clear' => '?',
  13596.             'console.command.cache_pool_clear' => '?',
  13597.             'console.command.cache_pool_prune' => '?',
  13598.             'console.command.cache_pool_delete' => '?',
  13599.             'console.command.cache_pool_list' => '?',
  13600.             'console.command.cache_warmup' => '?',
  13601.             'console.command.config_debug' => '?',
  13602.             'console.command.config_dump_reference' => '?',
  13603.             'console.command.container_debug' => '?',
  13604.             'console.command.container_lint' => '?',
  13605.             'console.command.debug_autowiring' => '?',
  13606.             'console.command.dotenv_debug' => '?',
  13607.             'console.command.event_dispatcher_debug' => '?',
  13608.             'console.command.messenger_consume_messages' => '?',
  13609.             'console.command.messenger_setup_transports' => '?',
  13610.             'console.command.messenger_debug' => '?',
  13611.             'console.command.messenger_stop_workers' => '?',
  13612.             'console.command.router_debug' => '?',
  13613.             'console.command.router_match' => '?',
  13614.             'console.command.translation_debug' => '?',
  13615.             'console.command.translation_extract' => '?',
  13616.             'console.command.validator_debug' => '?',
  13617.             'console.command.translation_pull' => '?',
  13618.             'console.command.translation_push' => '?',
  13619.             'console.command.xliff_lint' => '?',
  13620.             'console.command.yaml_lint' => '?',
  13621.             'console.command.secrets_set' => '?',
  13622.             'console.command.secrets_remove' => '?',
  13623.             'console.command.secrets_generate_key' => '?',
  13624.             'console.command.secrets_list' => '?',
  13625.             'console.command.secrets_decrypt_to_local' => '?',
  13626.             'console.command.secrets_encrypt_from_local' => '?',
  13627.             'twig.command.debug' => '?',
  13628.             'twig.command.lint' => '?',
  13629.             'var_dumper.command.server_dump' => '?',
  13630.             'monolog.command.server_log' => '?',
  13631.             'enqueue.transport.consume_command' => 'Enqueue\\Symfony\\Consumption\\ConfigurableConsumeCommand',
  13632.             'enqueue.client.consume_command' => 'Enqueue\\Symfony\\Client\\ConsumeCommand',
  13633.             'enqueue.client.produce_command' => 'Enqueue\\Symfony\\Client\\ProduceCommand',
  13634.             'enqueue.client.setup_broker_command' => 'Enqueue\\Symfony\\Client\\SetupBrokerCommand',
  13635.             'enqueue.client.routes_command' => 'Enqueue\\Symfony\\Client\\RoutesCommand',
  13636.         ]), ['database:create-migration' => 'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand''database:refresh-migration' => 'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand''database:migrate' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand''database:clean-personal-data' => 'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand''database:migrate-destructive' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand''changelog:create' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand''changelog:release' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand''changelog:change' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand''changelog:check' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand''feature:dump' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''administration:dump:features' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''s3:set-visibility' => 'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand''framework:schema' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand''framework:dump:class:schema' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand''app:refresh' => 'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand''app:install' => 'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand''app:uninstall' => 'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand''app:activate' => 'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand''app:deactivate' => 'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand''app:validate' => 'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand''app:url-change:resolve' => 'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand''dal:create:schema' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand''dal:create:entities' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand''dal:create:hydrators' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand''dal:refresh:index' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand''dal:validate' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand''framework:demodata' => 'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand''debug:business-events' => 'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand''assets:install' => 'console.command.assets_install''debug:messenger:dispatch-sleep' => 'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand''bundle:dump' => 'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand''plugin:refresh' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand''plugin:list' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand''plugin:zip-import' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand''plugin:install' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand''plugin:activate' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand''plugin:update' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand''plugin:deactivate' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand''plugin:uninstall' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand''plugin:create' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand''scheduled-task:register' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand''scheduled-task:run' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner''store:download' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand''store:login' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand''snippets:validate' => 'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand''state-machine:dump' => 'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand''system:config:get' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet''system:config:set' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet''number-range:migrate' => 'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand''media:generate-thumbnails' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand''media:generate-media-types' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand''media:delete-unused' => 'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand''product-export:generate' => 'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand''import-export:delete-expired' => 'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand''import:entity' => 'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand''sitemap:generate' => 'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand''cart:migrate' => 'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand''customer:delete-unused-guests' => 'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand''http:cache:warm:up' => 'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand''sales-channel:create:storefront' => 'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''theme:create' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''theme:change' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''theme:compile' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''theme:dump' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''theme:refresh' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''theme:prepare-icons' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''es:index' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''es:test:analyzer' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''es:status' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''es:reset' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''es:create:alias' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''es:index:cleanup' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''system:install' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''system:generate-jwt-secret' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''system:generate-app-secret' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''system:setup' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''dotenv:dump' => 'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand''system:update:prepare' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''system:update:finish' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''sales-channel:update:domain' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand''system:configure-shop' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''sales-channel:create' => 'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand''sales-channel:list' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''sales-channel:maintenance:enable' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''sales-channel:maintenance:disable' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''user:create' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''user:change-password' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''fourtwosix:check-version' => 'FourtwosixMonitorPlugin\\Command\\CheckVersionCommand''swag:paypal:crawl:webhooks' => 'Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand''swag:paypal:pos:sync' => 'Swag\\PayPal\\Pos\\Command\\PosSyncCommand''swag:paypal:pos:sync:images' => 'Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand''swag:paypal:pos:sync:inventory' => 'Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand''swag:paypal:pos:sync:product' => 'Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand''swag:paypal:pos:log:cleanup' => 'Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand''fourtwosix:deactivate-category' => 'FourtwosixHideEmptyCategories\\Command\\DeactivateCategoryCommand''frosh:monitor' => 'Frosh\\Tools\\Command\\MonitorCommand''frosh:user:change:password' => 'Frosh\\Tools\\Command\\ChangeUserPasswordCommand''frosh:env:get' => 'Frosh\\Tools\\Command\\EnvGetCommand''frosh:env:set' => 'Frosh\\Tools\\Command\\EnvSetCommand''frosh:env:Del' => 'Frosh\\Tools\\Command\\EnvDelCommand''frosh:plugin:update' => 'Frosh\\Tools\\Command\\UpdatePluginsCommand''frosh:composer-plugin:update' => 'Frosh\\Tools\\Command\\UpdateComposerPluginsCommand''about' => 'console.command.about''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''enqueue:transport:consume' => 'enqueue.transport.consume_command''enqueue:consume' => 'enqueue.client.consume_command''enqueue:produce' => 'enqueue.client.produce_command''enqueue:setup-broker' => 'enqueue.client.setup_broker_command''enqueue:routes' => 'enqueue.client.routes_command']);
  13637.     }
  13638.     /**
  13639.      * Gets the public 'container.env_var_processors_locator' shared service.
  13640.      *
  13641.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13642.      */
  13643.     protected function getContainer_EnvVarProcessorsLocatorService()
  13644.     {
  13645.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13646.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13647.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13648.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13649.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13650.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13651.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13652.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13653.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13654.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13655.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13656.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13657.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13658.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13659.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13660.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13661.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13662.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  13663.         ], [
  13664.             'base64' => '?',
  13665.             'bool' => '?',
  13666.             'const' => '?',
  13667.             'csv' => '?',
  13668.             'default' => '?',
  13669.             'file' => '?',
  13670.             'float' => '?',
  13671.             'int' => '?',
  13672.             'json' => '?',
  13673.             'key' => '?',
  13674.             'not' => '?',
  13675.             'query_string' => '?',
  13676.             'require' => '?',
  13677.             'resolve' => '?',
  13678.             'string' => '?',
  13679.             'trim' => '?',
  13680.             'url' => '?',
  13681.         ]);
  13682.     }
  13683.     /**
  13684.      * Gets the public 'content.filesystem.private' shared service.
  13685.      *
  13686.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13687.      */
  13688.     protected function getContent_Filesystem_PrivateService()
  13689.     {
  13690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13692.         return $this->services['content.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/content');
  13693.     }
  13694.     /**
  13695.      * Gets the public 'content.filesystem.public' shared service.
  13696.      *
  13697.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13698.      */
  13699.     protected function getContent_Filesystem_PublicService()
  13700.     {
  13701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13703.         return $this->services['content.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/content');
  13704.     }
  13705.     /**
  13706.      * Gets the public 'country.repository' shared service.
  13707.      *
  13708.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  13709.      */
  13710.     protected function getCountry_RepositoryService()
  13711.     {
  13712.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13713.         if (isset($this->services['country.repository'])) {
  13714.             return $this->services['country.repository'];
  13715.         }
  13716.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13717.         if (isset($this->services['country.repository'])) {
  13718.             return $this->services['country.repository'];
  13719.         }
  13720.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13721.         if (isset($this->services['country.repository'])) {
  13722.             return $this->services['country.repository'];
  13723.         }
  13724.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13725.         if (isset($this->services['country.repository'])) {
  13726.             return $this->services['country.repository'];
  13727.         }
  13728.         return $this->services['country.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Country\\CountryDefinition'] ?? $this->getCountryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13729.     }
  13730.     /**
  13731.      * Gets the public 'country_state.repository' shared service.
  13732.      *
  13733.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  13734.      */
  13735.     protected function getCountryState_RepositoryService()
  13736.     {
  13737.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13738.         if (isset($this->services['country_state.repository'])) {
  13739.             return $this->services['country_state.repository'];
  13740.         }
  13741.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13742.         if (isset($this->services['country_state.repository'])) {
  13743.             return $this->services['country_state.repository'];
  13744.         }
  13745.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13746.         if (isset($this->services['country_state.repository'])) {
  13747.             return $this->services['country_state.repository'];
  13748.         }
  13749.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13750.         if (isset($this->services['country_state.repository'])) {
  13751.             return $this->services['country_state.repository'];
  13752.         }
  13753.         return $this->services['country_state.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition'] ?? $this->getCountryStateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13754.     }
  13755.     /**
  13756.      * Gets the public 'country_state_translation.repository' shared service.
  13757.      *
  13758.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13759.      */
  13760.     protected function getCountryStateTranslation_RepositoryService()
  13761.     {
  13762.         return $this->services['country_state_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] ?? $this->getCountryStateTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13763.     }
  13764.     /**
  13765.      * Gets the public 'country_translation.repository' shared service.
  13766.      *
  13767.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13768.      */
  13769.     protected function getCountryTranslation_RepositoryService()
  13770.     {
  13771.         return $this->services['country_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] ?? $this->getCountryTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13772.     }
  13773.     /**
  13774.      * Gets the public 'currency.repository' shared service.
  13775.      *
  13776.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  13777.      */
  13778.     protected function getCurrency_RepositoryService()
  13779.     {
  13780.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13781.         if (isset($this->services['currency.repository'])) {
  13782.             return $this->services['currency.repository'];
  13783.         }
  13784.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13785.         if (isset($this->services['currency.repository'])) {
  13786.             return $this->services['currency.repository'];
  13787.         }
  13788.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13789.         if (isset($this->services['currency.repository'])) {
  13790.             return $this->services['currency.repository'];
  13791.         }
  13792.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13793.         if (isset($this->services['currency.repository'])) {
  13794.             return $this->services['currency.repository'];
  13795.         }
  13796.         return $this->services['currency.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Currency\\CurrencyDefinition'] ?? $this->getCurrencyDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13797.     }
  13798.     /**
  13799.      * Gets the public 'currency_country_rounding.repository' shared service.
  13800.      *
  13801.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13802.      */
  13803.     protected function getCurrencyCountryRounding_RepositoryService()
  13804.     {
  13805.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13806.         if (isset($this->services['currency_country_rounding.repository'])) {
  13807.             return $this->services['currency_country_rounding.repository'];
  13808.         }
  13809.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13810.         if (isset($this->services['currency_country_rounding.repository'])) {
  13811.             return $this->services['currency_country_rounding.repository'];
  13812.         }
  13813.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13814.         if (isset($this->services['currency_country_rounding.repository'])) {
  13815.             return $this->services['currency_country_rounding.repository'];
  13816.         }
  13817.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13818.         if (isset($this->services['currency_country_rounding.repository'])) {
  13819.             return $this->services['currency_country_rounding.repository'];
  13820.         }
  13821.         return $this->services['currency_country_rounding.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] ?? $this->getCurrencyCountryRoundingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13822.     }
  13823.     /**
  13824.      * Gets the public 'currency_translation.repository' shared service.
  13825.      *
  13826.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13827.      */
  13828.     protected function getCurrencyTranslation_RepositoryService()
  13829.     {
  13830.         return $this->services['currency_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] ?? $this->getCurrencyTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13831.     }
  13832.     /**
  13833.      * Gets the public 'custom_entity.repository' shared service.
  13834.      *
  13835.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13836.      */
  13837.     protected function getCustomEntity_RepositoryService()
  13838.     {
  13839.         return $this->services['custom_entity.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] ?? $this->getCustomEntityDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13840.     }
  13841.     /**
  13842.      * Gets the public 'custom_field.repository' shared service.
  13843.      *
  13844.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13845.      */
  13846.     protected function getCustomField_RepositoryService()
  13847.     {
  13848.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13849.         if (isset($this->services['custom_field.repository'])) {
  13850.             return $this->services['custom_field.repository'];
  13851.         }
  13852.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13853.         if (isset($this->services['custom_field.repository'])) {
  13854.             return $this->services['custom_field.repository'];
  13855.         }
  13856.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13857.         if (isset($this->services['custom_field.repository'])) {
  13858.             return $this->services['custom_field.repository'];
  13859.         }
  13860.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13861.         if (isset($this->services['custom_field.repository'])) {
  13862.             return $this->services['custom_field.repository'];
  13863.         }
  13864.         return $this->services['custom_field.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] ?? $this->getCustomFieldDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13865.     }
  13866.     /**
  13867.      * Gets the public 'custom_field_set.repository' shared service.
  13868.      *
  13869.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13870.      */
  13871.     protected function getCustomFieldSet_RepositoryService()
  13872.     {
  13873.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13874.         if (isset($this->services['custom_field_set.repository'])) {
  13875.             return $this->services['custom_field_set.repository'];
  13876.         }
  13877.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13878.         if (isset($this->services['custom_field_set.repository'])) {
  13879.             return $this->services['custom_field_set.repository'];
  13880.         }
  13881.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13882.         if (isset($this->services['custom_field_set.repository'])) {
  13883.             return $this->services['custom_field_set.repository'];
  13884.         }
  13885.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13886.         if (isset($this->services['custom_field_set.repository'])) {
  13887.             return $this->services['custom_field_set.repository'];
  13888.         }
  13889.         return $this->services['custom_field_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] ?? $this->getCustomFieldSetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13890.     }
  13891.     /**
  13892.      * Gets the public 'custom_field_set_relation.repository' shared service.
  13893.      *
  13894.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13895.      */
  13896.     protected function getCustomFieldSetRelation_RepositoryService()
  13897.     {
  13898.         return $this->services['custom_field_set_relation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] ?? $this->getCustomFieldSetRelationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13899.     }
  13900.     /**
  13901.      * Gets the public 'customer.repository' shared service.
  13902.      *
  13903.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  13904.      */
  13905.     protected function getCustomer_RepositoryService()
  13906.     {
  13907.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13908.         if (isset($this->services['customer.repository'])) {
  13909.             return $this->services['customer.repository'];
  13910.         }
  13911.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13912.         if (isset($this->services['customer.repository'])) {
  13913.             return $this->services['customer.repository'];
  13914.         }
  13915.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13916.         if (isset($this->services['customer.repository'])) {
  13917.             return $this->services['customer.repository'];
  13918.         }
  13919.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13920.         if (isset($this->services['customer.repository'])) {
  13921.             return $this->services['customer.repository'];
  13922.         }
  13923.         return $this->services['customer.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] ?? $this->getCustomerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13924.     }
  13925.     /**
  13926.      * Gets the public 'customer_address.repository' shared service.
  13927.      *
  13928.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13929.      */
  13930.     protected function getCustomerAddress_RepositoryService()
  13931.     {
  13932.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13933.         if (isset($this->services['customer_address.repository'])) {
  13934.             return $this->services['customer_address.repository'];
  13935.         }
  13936.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13937.         if (isset($this->services['customer_address.repository'])) {
  13938.             return $this->services['customer_address.repository'];
  13939.         }
  13940.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13941.         if (isset($this->services['customer_address.repository'])) {
  13942.             return $this->services['customer_address.repository'];
  13943.         }
  13944.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13945.         if (isset($this->services['customer_address.repository'])) {
  13946.             return $this->services['customer_address.repository'];
  13947.         }
  13948.         return $this->services['customer_address.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] ?? $this->getCustomerAddressDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13949.     }
  13950.     /**
  13951.      * Gets the public 'customer_group.repository' shared service.
  13952.      *
  13953.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  13954.      */
  13955.     protected function getCustomerGroup_RepositoryService()
  13956.     {
  13957.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13958.         if (isset($this->services['customer_group.repository'])) {
  13959.             return $this->services['customer_group.repository'];
  13960.         }
  13961.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13962.         if (isset($this->services['customer_group.repository'])) {
  13963.             return $this->services['customer_group.repository'];
  13964.         }
  13965.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13966.         if (isset($this->services['customer_group.repository'])) {
  13967.             return $this->services['customer_group.repository'];
  13968.         }
  13969.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13970.         if (isset($this->services['customer_group.repository'])) {
  13971.             return $this->services['customer_group.repository'];
  13972.         }
  13973.         return $this->services['customer_group.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] ?? $this->getCustomerGroupDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13974.     }
  13975.     /**
  13976.      * Gets the public 'customer_group_registration_sales_channels.repository' shared service.
  13977.      *
  13978.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13979.      */
  13980.     protected function getCustomerGroupRegistrationSalesChannels_RepositoryService()
  13981.     {
  13982.         return $this->services['customer_group_registration_sales_channels.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] ?? $this->getCustomerGroupRegistrationSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13983.     }
  13984.     /**
  13985.      * Gets the public 'customer_group_translation.repository' shared service.
  13986.      *
  13987.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13988.      */
  13989.     protected function getCustomerGroupTranslation_RepositoryService()
  13990.     {
  13991.         return $this->services['customer_group_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] ?? $this->getCustomerGroupTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13992.     }
  13993.     /**
  13994.      * Gets the public 'customer_recovery.repository' shared service.
  13995.      *
  13996.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13997.      */
  13998.     protected function getCustomerRecovery_RepositoryService()
  13999.     {
  14000.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14001.         if (isset($this->services['customer_recovery.repository'])) {
  14002.             return $this->services['customer_recovery.repository'];
  14003.         }
  14004.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14005.         if (isset($this->services['customer_recovery.repository'])) {
  14006.             return $this->services['customer_recovery.repository'];
  14007.         }
  14008.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14009.         if (isset($this->services['customer_recovery.repository'])) {
  14010.             return $this->services['customer_recovery.repository'];
  14011.         }
  14012.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14013.         if (isset($this->services['customer_recovery.repository'])) {
  14014.             return $this->services['customer_recovery.repository'];
  14015.         }
  14016.         return $this->services['customer_recovery.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] ?? $this->getCustomerRecoveryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14017.     }
  14018.     /**
  14019.      * Gets the public 'customer_tag.repository' shared service.
  14020.      *
  14021.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14022.      */
  14023.     protected function getCustomerTag_RepositoryService()
  14024.     {
  14025.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14026.         if (isset($this->services['customer_tag.repository'])) {
  14027.             return $this->services['customer_tag.repository'];
  14028.         }
  14029.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14030.         if (isset($this->services['customer_tag.repository'])) {
  14031.             return $this->services['customer_tag.repository'];
  14032.         }
  14033.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14034.         if (isset($this->services['customer_tag.repository'])) {
  14035.             return $this->services['customer_tag.repository'];
  14036.         }
  14037.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14038.         if (isset($this->services['customer_tag.repository'])) {
  14039.             return $this->services['customer_tag.repository'];
  14040.         }
  14041.         return $this->services['customer_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] ?? $this->getCustomerTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14042.     }
  14043.     /**
  14044.      * Gets the public 'customer_wishlist.repository' shared service.
  14045.      *
  14046.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14047.      */
  14048.     protected function getCustomerWishlist_RepositoryService()
  14049.     {
  14050.         return $this->services['customer_wishlist.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] ?? $this->getCustomerWishlistDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14051.     }
  14052.     /**
  14053.      * Gets the public 'customer_wishlist_product.repository' shared service.
  14054.      *
  14055.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14056.      */
  14057.     protected function getCustomerWishlistProduct_RepositoryService()
  14058.     {
  14059.         return $this->services['customer_wishlist_product.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] ?? $this->getCustomerWishlistProductDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14060.     }
  14061.     /**
  14062.      * Gets the public 'd_i_sco_g_a4.filesystem.private' shared service.
  14063.      *
  14064.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14065.      */
  14066.     protected function getDIScoGA4_Filesystem_PrivateService()
  14067.     {
  14068.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14069.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14070.         return $this->services['d_i_sco_g_a4.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/d_i_sco_g_a4');
  14071.     }
  14072.     /**
  14073.      * Gets the public 'd_i_sco_g_a4.filesystem.public' shared service.
  14074.      *
  14075.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14076.      */
  14077.     protected function getDIScoGA4_Filesystem_PublicService()
  14078.     {
  14079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14080.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14081.         return $this->services['d_i_sco_g_a4.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/d_i_sco_g_a4');
  14082.     }
  14083.     /**
  14084.      * Gets the public 'data_collector.dump' shared service.
  14085.      *
  14086.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  14087.      */
  14088.     protected function getDataCollector_DumpService()
  14089.     {
  14090.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  14091.     }
  14092.     /**
  14093.      * Gets the public 'dead_message.repository' shared service.
  14094.      *
  14095.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14096.      */
  14097.     protected function getDeadMessage_RepositoryService()
  14098.     {
  14099.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14100.         if (isset($this->services['dead_message.repository'])) {
  14101.             return $this->services['dead_message.repository'];
  14102.         }
  14103.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14104.         if (isset($this->services['dead_message.repository'])) {
  14105.             return $this->services['dead_message.repository'];
  14106.         }
  14107.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14108.         if (isset($this->services['dead_message.repository'])) {
  14109.             return $this->services['dead_message.repository'];
  14110.         }
  14111.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14112.         if (isset($this->services['dead_message.repository'])) {
  14113.             return $this->services['dead_message.repository'];
  14114.         }
  14115.         return $this->services['dead_message.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] ?? $this->getDeadMessageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14116.     }
  14117.     /**
  14118.      * Gets the public 'delivery_time.repository' shared service.
  14119.      *
  14120.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  14121.      */
  14122.     protected function getDeliveryTime_RepositoryService()
  14123.     {
  14124.         return $this->services['delivery_time.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] ?? $this->getDeliveryTimeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14125.     }
  14126.     /**
  14127.      * Gets the public 'delivery_time_translation.repository' shared service.
  14128.      *
  14129.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14130.      */
  14131.     protected function getDeliveryTimeTranslation_RepositoryService()
  14132.     {
  14133.         return $this->services['delivery_time_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] ?? $this->getDeliveryTimeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14134.     }
  14135.     /**
  14136.      * Gets the public 'document.repository' shared service.
  14137.      *
  14138.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14139.      */
  14140.     protected function getDocument_RepositoryService()
  14141.     {
  14142.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14143.         if (isset($this->services['document.repository'])) {
  14144.             return $this->services['document.repository'];
  14145.         }
  14146.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14147.         if (isset($this->services['document.repository'])) {
  14148.             return $this->services['document.repository'];
  14149.         }
  14150.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14151.         if (isset($this->services['document.repository'])) {
  14152.             return $this->services['document.repository'];
  14153.         }
  14154.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14155.         if (isset($this->services['document.repository'])) {
  14156.             return $this->services['document.repository'];
  14157.         }
  14158.         return $this->services['document.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] ?? $this->getDocumentDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14159.     }
  14160.     /**
  14161.      * Gets the public 'document_base_config.repository' shared service.
  14162.      *
  14163.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14164.      */
  14165.     protected function getDocumentBaseConfig_RepositoryService()
  14166.     {
  14167.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14168.         if (isset($this->services['document_base_config.repository'])) {
  14169.             return $this->services['document_base_config.repository'];
  14170.         }
  14171.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14172.         if (isset($this->services['document_base_config.repository'])) {
  14173.             return $this->services['document_base_config.repository'];
  14174.         }
  14175.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14176.         if (isset($this->services['document_base_config.repository'])) {
  14177.             return $this->services['document_base_config.repository'];
  14178.         }
  14179.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14180.         if (isset($this->services['document_base_config.repository'])) {
  14181.             return $this->services['document_base_config.repository'];
  14182.         }
  14183.         return $this->services['document_base_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] ?? $this->getDocumentBaseConfigDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14184.     }
  14185.     /**
  14186.      * Gets the public 'document_base_config_sales_channel.repository' shared service.
  14187.      *
  14188.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14189.      */
  14190.     protected function getDocumentBaseConfigSalesChannel_RepositoryService()
  14191.     {
  14192.         return $this->services['document_base_config_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] ?? $this->getDocumentBaseConfigSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14193.     }
  14194.     /**
  14195.      * Gets the public 'document_type.repository' shared service.
  14196.      *
  14197.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14198.      */
  14199.     protected function getDocumentType_RepositoryService()
  14200.     {
  14201.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14202.         if (isset($this->services['document_type.repository'])) {
  14203.             return $this->services['document_type.repository'];
  14204.         }
  14205.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14206.         if (isset($this->services['document_type.repository'])) {
  14207.             return $this->services['document_type.repository'];
  14208.         }
  14209.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14210.         if (isset($this->services['document_type.repository'])) {
  14211.             return $this->services['document_type.repository'];
  14212.         }
  14213.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14214.         if (isset($this->services['document_type.repository'])) {
  14215.             return $this->services['document_type.repository'];
  14216.         }
  14217.         return $this->services['document_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] ?? $this->getDocumentTypeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14218.     }
  14219.     /**
  14220.      * Gets the public 'document_type_translation.repository' shared service.
  14221.      *
  14222.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14223.      */
  14224.     protected function getDocumentTypeTranslation_RepositoryService()
  14225.     {
  14226.         return $this->services['document_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] ?? $this->getDocumentTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14227.     }
  14228.     /**
  14229.      * Gets the public 'elasticsearch.filesystem.private' shared service.
  14230.      *
  14231.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14232.      */
  14233.     protected function getElasticsearch_Filesystem_PrivateService()
  14234.     {
  14235.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14237.         return $this->services['elasticsearch.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/elasticsearch');
  14238.     }
  14239.     /**
  14240.      * Gets the public 'elasticsearch.filesystem.public' shared service.
  14241.      *
  14242.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14243.      */
  14244.     protected function getElasticsearch_Filesystem_PublicService()
  14245.     {
  14246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14247.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14248.         return $this->services['elasticsearch.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/elasticsearch');
  14249.     }
  14250.     /**
  14251.      * Gets the public 'enqueue.client.default.producer' shared service.
  14252.      *
  14253.      * @return \Enqueue\Client\TraceableProducer
  14254.      */
  14255.     protected function getEnqueue_Client_Default_ProducerService()
  14256.     {
  14257.         return $this->services['enqueue.client.default.producer'] = new \Enqueue\Client\TraceableProducer(new \Enqueue\Client\Producer(($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService()), new \Enqueue\Rpc\RpcFactory(($this->privates['enqueue.client.default.context'] ?? $this->getEnqueue_Client_Default_ContextService())), new \Enqueue\Client\ChainExtension([])));
  14258.     }
  14259.     /**
  14260.      * Gets the public 'error_controller' shared service.
  14261.      *
  14262.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  14263.      */
  14264.     protected function getErrorController2Service()
  14265.     {
  14266.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  14267.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  14268.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  14269.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  14270.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  14271.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  14272.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  14273.     }
  14274.     /**
  14275.      * Gets the public 'event_action.repository' shared service.
  14276.      *
  14277.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14278.      */
  14279.     protected function getEventAction_RepositoryService()
  14280.     {
  14281.         return $this->services['event_action.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] ?? $this->getEventActionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14282.     }
  14283.     /**
  14284.      * Gets the public 'event_action_rule.repository' shared service.
  14285.      *
  14286.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14287.      */
  14288.     protected function getEventActionRule_RepositoryService()
  14289.     {
  14290.         return $this->services['event_action_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] ?? $this->getEventActionRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14291.     }
  14292.     /**
  14293.      * Gets the public 'event_action_sales_channel.repository' shared service.
  14294.      *
  14295.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  14296.      */
  14297.     protected function getEventActionSalesChannel_RepositoryService()
  14298.     {
  14299.         return $this->services['event_action_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] ?? $this->getEventActionSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14300.     }
  14301.     /**
  14302.      * Gets the public 'event_dispatcher' shared service.
  14303.      *
  14304.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  14305.      */
  14306.     protected function getEventDispatcherService()
  14307.     {
  14308.         $a = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService());
  14309.         if (isset($this->services['event_dispatcher'])) {
  14310.             return $this->services['event_dispatcher'];
  14311.         }
  14312.         $b = new \Symfony\Bridge\Monolog\Logger('event');
  14313.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  14314.         $b->pushHandler(new \Monolog\Handler\NullHandler());
  14315.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  14316.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Shopware\Core\Framework\Event\NestedEventDispatcher($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14317.         $instance->addListener('kernel.request', [=> function () {
  14318.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] = new \Shopware\Core\Framework\Routing\RouteParamsCleanupListener()));
  14319.         }, => '__invoke'], 0);
  14320.         $instance->addListener('kernel.request', [=> function () {
  14321.             return ($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] ?? $this->getTwigDateRequestListenerService());
  14322.         }, => 'onKernelRequest'], 0);
  14323.         $instance->addListener('kernel.response', [=> function () {
  14324.             return ($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\AdminInfoSubscriber'] ?? ($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\AdminInfoSubscriber'] = new \Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriber(true)));
  14325.         }, => '__invoke'], 0);
  14326.         $instance->addListener('kernel.response', [=> function () {
  14327.             return ($this->services['Swag\\Security\\Subscriber\\AdminSecurityFixesProvider'] ?? $this->getAdminSecurityFixesProviderService());
  14328.         }, => '__invoke'], 0);
  14329.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  14330.             return ($this->services['Swag\\Security\\Subscriber\\TwigStateProvider'] ?? $this->getTwigStateProviderService());
  14331.         }, => '__invoke'], 0);
  14332.         $instance->addListener('kernel.controller', [=> function () {
  14333.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  14334.         }, => 'onKernelController'], 0);
  14335.         $instance->addListener('kernel.controller', [=> function () {
  14336.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? $this->getContextResolverListenerService());
  14337.         }, => 'resolveContext'], -10);
  14338.         $instance->addListener('kernel.request', [=> function () {
  14339.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  14340.         }, => 'initializeCspNonce'], 0);
  14341.         $instance->addListener('kernel.response', [=> function () {
  14342.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  14343.         }, => 'setSecurityHeaders'], 0);
  14344.         $instance->addListener('kernel.controller', [=> function () {
  14345.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeListener'] ?? $this->getRouteScopeListenerService());
  14346.         }, => 'checkScope'], -20);
  14347.         $instance->addListener('kernel.request', [=> function () {
  14348.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  14349.         }, => 'request'], -10);
  14350.         $instance->addListener('kernel.response', [=> function () {
  14351.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  14352.         }, => 'response'], -10);
  14353.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  14354.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  14355.         }, => 'render'], -10);
  14356.         $instance->addListener('snippet.written', [=> function () {
  14357.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  14358.         }, => 'invalidate'], 0);
  14359.         $instance->addListener('snippet.deleted', [=> function () {
  14360.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  14361.         }, => 'invalidate'], 0);
  14362.         $instance->addListener('snippet_set.deleted', [=> function () {
  14363.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  14364.         }, => 'invalidate'], 0);
  14365.         $instance->addListener('app_template.written', [=> function () {
  14366.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService());
  14367.         }, => 'reset'], 0);
  14368.         $instance->addListener('shopware.global_business_event', [=> function () {
  14369.             return ($this->privates['Shopware\\Core\\Framework\\Log\\LoggingService'] ?? $this->getLoggingServiceService());
  14370.         }, => 'logBusinessEvent'], 0);
  14371.         $instance->addListener('kernel.controller', [=> function () {
  14372.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  14373.         }, => 'setStates'], -21);
  14374.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  14375.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  14376.         }, => 'login'], 0);
  14377.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartChangedEvent', [=> function () {
  14378.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  14379.         }, => 'cartChanged'], 0);
  14380.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14381.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] ?? $this->getScriptCacheInvalidationSubscriberService());
  14382.         }, => 'executeCacheInvalidationHook'], 0);
  14383.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  14384.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14385.         }, => 'invalidateCategoryRouteByCategoryIds'], 2000);
  14386.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  14387.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14388.         }, => 'invalidateListingRouteByCategoryIds'], 2001);
  14389.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  14390.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14391.         }, => 'invalidateIndexedLandingPages'], 2000);
  14392.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  14393.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14394.         }, => 'invalidateSearch'], 2000);
  14395.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  14396.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14397.         }, => 'invalidateListings'], 2001);
  14398.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  14399.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14400.         }, => 'invalidateProductIds'], 2002);
  14401.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  14402.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14403.         }, => 'invalidateDetailRoute'], 2004);
  14404.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  14405.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14406.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  14407.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  14408.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14409.         }, => 'invalidateReviewRoute'], 2006);
  14410.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  14411.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14412.         }, => 'invalidateSearch'], 2000);
  14413.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  14414.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14415.         }, => 'invalidateListings'], 2001);
  14416.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  14417.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14418.         }, => 'invalidateProductIds'], 2002);
  14419.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  14420.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14421.         }, => 'invalidateDetailRoute'], 2004);
  14422.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  14423.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14424.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  14425.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  14426.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14427.         }, => 'invalidateReviewRoute'], 2006);
  14428.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14429.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14430.         }, => 'invalidateCmsPageIds'], 2001);
  14431.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14432.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14433.         }, => 'invalidateCurrencyRoute'], 2002);
  14434.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14435.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14436.         }, => 'invalidateLanguageRoute'], 2003);
  14437.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14438.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14439.         }, => 'invalidateNavigationRoute'], 2004);
  14440.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14441.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14442.         }, => 'invalidatePaymentMethodRoute'], 2005);
  14443.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14444.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14445.         }, => 'invalidateProductAssignment'], 2006);
  14446.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14447.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14448.         }, => 'invalidateManufacturerFilters'], 2007);
  14449.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14450.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14451.         }, => 'invalidatePropertyFilters'], 2008);
  14452.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14453.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14454.         }, => 'invalidateCrossSellingRoute'], 2009);
  14455.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14456.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14457.         }, => 'invalidateContext'], 2010);
  14458.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14459.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14460.         }, => 'invalidateShippingMethodRoute'], 2011);
  14461.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14462.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14463.         }, => 'invalidateSnippets'], 2012);
  14464.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14465.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14466.         }, => 'invalidateStreamsBeforeIndexing'], 2013);
  14467.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14468.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14469.         }, => 'invalidateStreamIds'], 2014);
  14470.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14471.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14472.         }, => 'invalidateCountryRoute'], 2015);
  14473.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14474.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14475.         }, => 'invalidateSalutationRoute'], 2016);
  14476.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14477.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14478.         }, => 'invalidateInitialStateIdLoader'], 2017);
  14479.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14480.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14481.         }, => 'invalidateCountryStateRoute'], 2018);
  14482.         $instance->addListener('Shopware\\Core\\Content\\Seo\\Event\\SeoUrlUpdateEvent', [=> function () {
  14483.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14484.         }, => 'invalidateSeoUrls'], 2000);
  14485.         $instance->addListener('Shopware\\Core\\Content\\Rule\\Event\\RuleIndexerEvent', [=> function () {
  14486.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14487.         }, => 'invalidateRules'], 2000);
  14488.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  14489.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14490.         }, => 'invalidateRules'], 2000);
  14491.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  14492.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14493.         }, => 'invalidateConfig'], 2001);
  14494.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  14495.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14496.         }, => 'invalidateRules'], 2000);
  14497.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  14498.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14499.         }, => 'invalidateConfig'], 2001);
  14500.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  14501.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14502.         }, => 'invalidateRules'], 2000);
  14503.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  14504.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14505.         }, => 'invalidateConfig'], 2001);
  14506.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  14507.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14508.         }, => 'invalidateRules'], 2000);
  14509.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  14510.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14511.         }, => 'invalidateConfig'], 2001);
  14512.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  14513.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14514.         }, => 'invalidateRules'], 2000);
  14515.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  14516.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14517.         }, => 'invalidateConfig'], 2001);
  14518.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  14519.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14520.         }, => 'invalidateConfigKey'], 2000);
  14521.         $instance->addListener('Shopware\\Core\\Content\\Sitemap\\Event\\SitemapGeneratedEvent', [=> function () {
  14522.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  14523.         }, => 'invalidateSitemap'], 2000);
  14524.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14525.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] ?? $this->getAclWriteValidatorService());
  14526.         }, => 'preValidate'], 0);
  14527.         $instance->addListener('kernel.controller', [=> function () {
  14528.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] ?? $this->getAclAnnotationValidatorService());
  14529.         }, => 'validate'], -20);
  14530.         $instance->addListener('Shopware\\Core\\Framework\\Api\\Acl\\Event\\CommandAclValidationEvent', [=> function () {
  14531.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Acl\\CreditOrderLineItemListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Acl\\CreditOrderLineItemListener'] = new \Shopware\Core\Framework\Api\EventListener\Acl\CreditOrderLineItemListener()));
  14532.         }, => 'validate'], 0);
  14533.         $instance->addListener('kernel.request', [=> function () {
  14534.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  14535.         }, => 'onKernelRequest'], 9999);
  14536.         $instance->addListener('kernel.response', [=> function () {
  14537.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  14538.         }, => 'onKernelResponse'], 9999);
  14539.         $instance->addListener('kernel.exception', [=> function () {
  14540.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseExceptionListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseExceptionListener'] = new \Shopware\Core\Framework\Api\EventListener\ResponseExceptionListener(true)));
  14541.         }, => 'onKernelException'], -1);
  14542.         $instance->addListener('kernel.response', [=> function () {
  14543.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] = new \Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener()));
  14544.         }, => 'onResponse'], 0);
  14545.         $instance->addListener('kernel.request', [=> function () {
  14546.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] = new \Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener()));
  14547.         }, => 'onRequest'], 128);
  14548.         $instance->addListener('kernel.controller', [=> function () {
  14549.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] ?? $this->getExpectationSubscriberService());
  14550.         }, => 'checkExpectations'], -21);
  14551.         $instance->addListener('kernel.controller', [=> function () {
  14552.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener'] ?? $this->getSalesChannelAuthenticationListenerService());
  14553.         }, => 'validateRequest'], -2);
  14554.         $instance->addListener('kernel.request', [=> function () {
  14555.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  14556.         }, => 'setupOAuth'], 128);
  14557.         $instance->addListener('kernel.controller', [=> function () {
  14558.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  14559.         }, => 'validateRequest'], -2);
  14560.         $instance->addListener('user.written', [=> function () {
  14561.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  14562.         }, => 'onUserWritten'], 0);
  14563.         $instance->addListener('user.deleted', [=> function () {
  14564.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  14565.         }, => 'onUserDeleted'], 0);
  14566.         $instance->addListener('app.loaded', [=> function () {
  14567.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppLoadedSubscriber()));
  14568.         }, => 'unserialize'], 0);
  14569.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14570.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] ?? $this->getCustomFieldProtectionSubscriberService());
  14571.         }, => 'checkWrite'], 0);
  14572.         $instance->addListener('app_script_condition.loaded', [=> function () {
  14573.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppScriptConditionConstraintsSubscriber()));
  14574.         }, => 'unserialize'], 0);
  14575.         $instance->addListener('app_flow_action.loaded', [=> function () {
  14576.             return ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] = new \Shopware\Core\Framework\App\FlowAction\AppFlowActionLoadedSubscriber()));
  14577.         }, => 'unserialize'], 0);
  14578.         $instance->addListener('custom_field.deleted', [=> function () {
  14579.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  14580.         }, => 'reset'], 0);
  14581.         $instance->addListener('custom_field.written', [=> function () {
  14582.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  14583.         }, => 'reset'], 0);
  14584.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressStartedEvent', [=> function () {
  14585.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  14586.         }, => 'startProgress'], 0);
  14587.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressAdvancedEvent', [=> function () {
  14588.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  14589.         }, => 'advanceProgress'], 0);
  14590.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressFinishedEvent', [=> function () {
  14591.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  14592.         }, => 'finishProgress'], 0);
  14593.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePreFinishEvent', [=> function () {
  14594.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  14595.         }, => 'runRegisteredIndexers'], 0);
  14596.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  14597.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  14598.         }, => 'runRegisteredIndexers'], 0);
  14599.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14600.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\LockValidator'] ?? $this->getLockValidatorService());
  14601.         }, => 'preValidate'], 0);
  14602.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14603.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  14604.         }, => 'validateWriteCommands'], 0);
  14605.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  14606.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  14607.         }, => 'validateEntitySearch'], 0);
  14608.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14609.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] ?? $this->getEntityIndexingSubscriberService());
  14610.         }, => 'refreshIndex'], 1000);
  14611.         $instance->addListener('mail_template.deleted', [=> function () {
  14612.             return ($this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] ?? $this->getEventActionSubscriberService());
  14613.         }, => 'deleted'], 0);
  14614.         $instance->addListener('dead_message.loaded', [=> function () {
  14615.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] = new \Shopware\Core\Framework\MessageQueue\Subscriber\DeadMessageLoadedSubscriber()));
  14616.         }, => 'unserialize'], 0);
  14617.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  14618.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageFailedHandler'] ?? $this->getMessageFailedHandlerService());
  14619.         }, => 'onMessageFailed'], 99);
  14620.         $instance->addListener('plugin.loaded', [=> function () {
  14621.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] = new \Shopware\Core\Framework\Plugin\Subscriber\PluginLoadedSubscriber()));
  14622.         }, => 'unserialize'], 0);
  14623.         $instance->addListener('acl_role.loaded', [=> function () {
  14624.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginAclPrivilegesSubscriber'] ?? $this->getPluginAclPrivilegesSubscriberService());
  14625.         }, => 'onAclRoleLoaded'], 0);
  14626.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  14627.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  14628.         }, => 'afterPluginStateChange'], 0);
  14629.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  14630.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  14631.         }, => 'afterPluginStateChange'], 0);
  14632.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  14633.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  14634.         }, => 'afterPluginStateChange'], 0);
  14635.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  14636.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\UpdatePostFinishSubscriber'] ?? $this->getUpdatePostFinishSubscriberService());
  14637.         }, => 'updatePostFinishEvent'], 0);
  14638.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  14639.             return ($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] ?? $this->getLicenseHostChangedSubscriberService());
  14640.         }, => 'onLicenseHostChanged'], 0);
  14641.         $instance->addListener('script.written', [=> function () {
  14642.             return ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  14643.         }, => 'invalidateCache'], 0);
  14644.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14645.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  14646.         }, => 'preValidate'], 0);
  14647.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  14648.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  14649.         }, => 'postValidate'], 0);
  14650.         $instance->addListener('language.deleted', [=> function () {
  14651.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  14652.         }, => 'invalidateCache'], 0);
  14653.         $instance->addListener('language.written', [=> function () {
  14654.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  14655.         }, => 'invalidateCache'], 0);
  14656.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14657.             return ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] = new \Shopware\Core\System\Language\TranslationValidator()));
  14658.         }, => 'preValidate'], 0);
  14659.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  14660.             return ($this->privates['Shopware\\Core\\Framework\\Update\\Services\\UpdateHtaccess'] ?? ($this->privates['Shopware\\Core\\Framework\\Update\\Services\\UpdateHtaccess'] = new \Shopware\Core\Framework\Update\Services\UpdateHtaccess((\dirname(__DIR__4).'/public/.htaccess'))));
  14661.         }, => 'update'], 0);
  14662.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  14663.             return ($this->privates['Shopware\\Core\\Framework\\Update\\Services\\CreateCustomAppsDir'] ?? ($this->privates['Shopware\\Core\\Framework\\Update\\Services\\CreateCustomAppsDir'] = new \Shopware\Core\Framework\Update\Services\CreateCustomAppsDir((\dirname(__DIR__4).'/custom/apps'))));
  14664.         }, => 'onUpdate'], 0);
  14665.         $instance->addListener('kernel.response', [=> function () {
  14666.             return ($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'] ?? $this->getStoreApiSeoResolverService());
  14667.         }, => 'addSeoInformation'], 10000);
  14668.         $instance->addListener('webhook.written', [=> function () {
  14669.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  14670.         }, => 'clearWebhookCache'], 0);
  14671.         $instance->addListener('acl_role.written', [=> function () {
  14672.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  14673.         }, => 'clearPrivilegesCache'], 0);
  14674.         $instance->addListener('Shopware\\Core\\Framework\\Webhook\\Event\\RetryWebhookMessageFailedEvent', [=> function () {
  14675.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] ?? $this->getRetryWebhookMessageFailedSubscriberService());
  14676.         }, => 'handleWebhookMessageFail'], 0);
  14677.         $instance->addListener('kernel.response', [=> function () {
  14678.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StoreApiResponseListener'] ?? $this->getStoreApiResponseListenerService());
  14679.         }, => 'encodeResponse'], 10000);
  14680.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14681.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] ?? $this->getSalesChannelValidatorService());
  14682.         }, => 'handleSalesChannelLanguageIds'], 0);
  14683.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14684.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] = new \Shopware\Core\System\SalesChannel\Subscriber\SalesChannelTypeValidator()));
  14685.         }, => 'preWriteValidateEvent'], 0);
  14686.         $instance->addListener('country.written', [=> function () {
  14687.             return ($this->privates['Shopware\\Core\\System\\Country\\CountryTaxFreeDeprecationUpdater'] ?? $this->getCountryTaxFreeDeprecationUpdaterService());
  14688.         }, => 'updated'], 0);
  14689.         $instance->addListener('currency.loaded', [=> function () {
  14690.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] = new \Shopware\Core\System\Currency\CurrencyLoadSubscriber()));
  14691.         }, => 'setDefault'], 0);
  14692.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14693.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] = new \Shopware\Core\System\Currency\CurrencyValidator()));
  14694.         }, => 'preValidate'], 0);
  14695.         $instance->addListener('custom_field.written', [=> function () {
  14696.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  14697.         }, => 'customFieldIsWritten'], 0);
  14698.         $instance->addListener('custom_field.deleted', [=> function () {
  14699.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  14700.         }, => 'customFieldIsDeleted'], 0);
  14701.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14702.             return ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] = new \Shopware\Core\System\Salutation\DefaultSalutationValidator()));
  14703.         }, => 'validate'], 0);
  14704.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  14705.             return ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] = new \Shopware\Core\System\SystemConfig\Store\MemoizedSystemConfigStore()));
  14706.         }, => 'onValueChanged'], 1500);
  14707.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  14708.             return ($this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] ?? $this->getEntryPointValidatorService());
  14709.         }, => 'postValidate'], 0);
  14710.         $instance->addListener('category.loaded', [=> function () {
  14711.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  14712.         }, => 'entityLoaded'], 0);
  14713.         $instance->addListener('sales_channel.category.loaded', [=> function () {
  14714.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  14715.         }, => 'entityLoaded'], 0);
  14716.         $instance->addListener('media.loaded', [=> function () {
  14717.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  14718.         }, => 'unserialize'], 10);
  14719.         $instance->addListener('media.loaded', [=> function () {
  14720.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  14721.         }, => 'addUrls'], 0);
  14722.         $instance->addListener('media_folder_configuration.loaded', [=> function () {
  14723.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] = new \Shopware\Core\Content\Media\Subscriber\MediaFolderConfigLoadedSubscriber()));
  14724.         }, => 'unserialize'], 10);
  14725.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  14726.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  14727.         }, => 'beforeDelete'], 0);
  14728.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  14729.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  14730.         }, => 'securePrivateFolders'], 0);
  14731.         $instance->addListener('product.loaded', [=> function () {
  14732.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  14733.         }, => 'loaded'], 0);
  14734.         $instance->addListener('product.partial_loaded', [=> function () {
  14735.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  14736.         }, => 'partialEntityLoaded'], 0);
  14737.         $instance->addListener('sales_channel.product.loaded', [=> function () {
  14738.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  14739.         }, => 'salesChannelLoaded'], 0);
  14740.         $instance->addListener('sales_channel.product.partial_loaded', [=> function () {
  14741.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  14742.         }, => 'partialSalesChannelLoaded'], 0);
  14743.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  14744.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  14745.         }, => 'handleListingRequest'], 100);
  14746.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  14747.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  14748.         }, => 'handleFlags'], -100);
  14749.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSuggestCriteriaEvent', [=> function () {
  14750.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  14751.         }, => 'handleFlags'], -100);
  14752.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  14753.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  14754.         }, => 'handleSearchRequest'], 100);
  14755.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  14756.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  14757.         }, => 'handleFlags'], -100);
  14758.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  14759.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  14760.         }, => 'handleResult'], 100);
  14761.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  14762.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  14763.         }, => 'removeScoreSorting'], -100);
  14764.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchResultEvent', [=> function () {
  14765.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  14766.         }, => 'handleResult'], 0);
  14767.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14768.             return ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] ?? $this->getProductLineItemCommandValidatorService());
  14769.         }, => 'preValidate'], 0);
  14770.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  14771.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  14772.         }, => 'orderPlaced'], 0);
  14773.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  14774.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  14775.         }, => 'stateChanged'], 0);
  14776.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14777.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  14778.         }, => 'triggerChangeSet'], 0);
  14779.         $instance->addListener('order_line_item.written', [=> function () {
  14780.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  14781.         }, => 'lineItemWritten'], 0);
  14782.         $instance->addListener('order_line_item.deleted', [=> function () {
  14783.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  14784.         }, => 'lineItemWritten'], 0);
  14785.         $instance->addListener('newsletter_recipient.deleted', [=> function () {
  14786.             return ($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] ?? $this->getNewsletterRecipientDeletedSubscriberService());
  14787.         }, => 'onNewsletterRecipientDeleted'], 0);
  14788.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14789.             return ($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'] ?? $this->getRuleValidatorService());
  14790.         }, => 'preValidate'], 0);
  14791.         $instance->addListener('rule.loaded', [=> function () {
  14792.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadSubscriber'] ?? $this->getRulePayloadSubscriberService());
  14793.         }, => 'unserialize'], 0);
  14794.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  14795.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  14796.         }, => 'refreshPlugin'], 0);
  14797.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  14798.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  14799.         }, => 'refreshPlugin'], 0);
  14800.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  14801.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  14802.         }, => 'refreshPlugin'], 0);
  14803.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  14804.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  14805.         }, => 'refreshPlugin'], 0);
  14806.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  14807.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  14808.         }, => 'refreshPlugin'], 0);
  14809.         $instance->addListener('rule.written', [=> function () {
  14810.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  14811.         }, => 'onRuleWritten'], 0);
  14812.         $instance->addListener('app_script_condition.written', [=> function () {
  14813.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService());
  14814.         }, => 'updatePayloads'], 0);
  14815.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14816.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  14817.         }, => 'triggerChangeSet'], 0);
  14818.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  14819.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  14820.         }, => 'onEntityWritten'], 0);
  14821.         $instance->addListener('product_export.written', [=> function () {
  14822.             return ($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'] ?? $this->getProductExportEventListenerService());
  14823.         }, => 'afterWrite'], 0);
  14824.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\BeforeSystemConfigChangedEvent', [=> function () {
  14825.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  14826.         }, => 'validateChangeOfDefaultCmsPage'], 0);
  14827.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  14828.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  14829.         }, => 'beforeDeletion'], 0);
  14830.         $instance->addListener('action.mail.send', [=> function () {
  14831.             return ($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] ?? $this->getMailSendSubscriberService());
  14832.         }, => 'sendMail'], 0);
  14833.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14834.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] ?? $this->getSystemDefaultValidatorService());
  14835.         }, => 'preValidate'], 0);
  14836.         $instance->addListener('media.written', [=> function () {
  14837.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  14838.         }, => 'persistMedia'], 0);
  14839.         $instance->addListener('import_export_file.deleted', [=> function () {
  14840.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] ?? $this->getFileDeletedSubscriberService());
  14841.         }, => 'onFileDeleted'], 0);
  14842.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  14843.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\CategoryCriteriaSubscriber'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\CategoryCriteriaSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\CategoryCriteriaSubscriber()));
  14844.         }, => 'enrich'], 0);
  14845.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportBeforeImportRecordEvent', [=> function () {
  14846.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? $this->getProductCategoryPathsSubscriberService());
  14847.         }, => 'categoryPathsToAssignment'], 0);
  14848.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  14849.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCriteriaSubscriber'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCriteriaSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCriteriaSubscriber()));
  14850.         }, => 'enrich'], 0);
  14851.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportAfterImportRecordEvent', [=> function () {
  14852.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? $this->getProductVariantsSubscriberService());
  14853.         }, => 'onAfterImportRecord'], 0);
  14854.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  14855.             return ($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] ?? $this->getLandingPageValidatorService());
  14856.         }, => 'preValidate'], 0);
  14857.         $instance->addListener('action.add.order.tag', [=> function () {
  14858.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  14859.         }, => 'handle'], 0);
  14860.         $instance->addListener('action.add.customer.tag', [=> function () {
  14861.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  14862.         }, => 'handle'], 0);
  14863.         $instance->addListener('action.remove.order.tag', [=> function () {
  14864.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  14865.         }, => 'handle'], 0);
  14866.         $instance->addListener('action.remove.customer.tag', [=> function () {
  14867.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  14868.         }, => 'handle'], 0);
  14869.         $instance->addListener('action.change.customer.group', [=> function () {
  14870.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  14871.         }, => 'handle'], 0);
  14872.         $instance->addListener('action.change.customer.status', [=> function () {
  14873.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  14874.         }, => 'handle'], 0);
  14875.         $instance->addListener('action.generate.document', [=> function () {
  14876.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  14877.         }, => 'handle'], 0);
  14878.         $instance->addListener('action.set.order.state', [=> function () {
  14879.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  14880.         }, => 'handle'], 0);
  14881.         $instance->addListener('action.set.customer.custom.field', [=> function () {
  14882.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  14883.         }, => 'handle'], 0);
  14884.         $instance->addListener('action.set.order.custom.field', [=> function () {
  14885.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  14886.         }, => 'handle'], 0);
  14887.         $instance->addListener('action.set.customer.group.custom.field', [=> function () {
  14888.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  14889.         }, => 'handle'], 0);
  14890.         $instance->addListener('action.add.customer.affiliate.and.campaign.code', [=> function () {
  14891.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  14892.         }, => 'handle'], 0);
  14893.         $instance->addListener('action.add.order.affiliate.and.campaign.code', [=> function () {
  14894.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  14895.         }, => 'handle'], 0);
  14896.         $instance->addListener('action.stop.flow', [=> function () {
  14897.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\StopFlowAction()));
  14898.         }, => 'handle'], 0);
  14899.         $instance->addListener('flow.written', [=> function () {
  14900.             return ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? $this->getCachedFlowLoaderService());
  14901.         }, => 'invalidate'], 0);
  14902.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  14903.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  14904.         }, => 'refreshPlugin'], 0);
  14905.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  14906.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  14907.         }, => 'refreshPlugin'], 0);
  14908.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  14909.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  14910.         }, => 'refreshPlugin'], 0);
  14911.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  14912.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  14913.         }, => 'refreshPlugin'], 0);
  14914.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  14915.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  14916.         }, => 'refreshPlugin'], 0);
  14917.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppInstalledEvent', [=> function () {
  14918.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  14919.         }, => 'refreshPlugin'], 0);
  14920.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  14921.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  14922.         }, => 'refreshPlugin'], 0);
  14923.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  14924.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  14925.         }, => 'refreshPlugin'], 0);
  14926.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  14927.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  14928.         }, => 'refreshPlugin'], 0);
  14929.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  14930.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  14931.         }, => 'refreshPlugin'], 0);
  14932.         $instance->addListener('customer.loaded', [=> function () {
  14933.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  14934.         }, => 'loaded'], 0);
  14935.         $instance->addListener('customer_address.loaded', [=> function () {
  14936.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  14937.         }, => 'loaded'], 0);
  14938.         $instance->addListener('order_address.loaded', [=> function () {
  14939.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  14940.         }, => 'loaded'], 0);
  14941.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  14942.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  14943.         }, => 'fillCustomerMetaDataFields'], 0);
  14944.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14945.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  14946.         }, => 'deleteOrder'], 0);
  14947.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  14948.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'] ?? $this->getCustomerRemoteAddressSubscriberService());
  14949.         }, => 'updateRemoteAddressByLogin'], 0);
  14950.         $instance->addListener('customer.written', [=> function () {
  14951.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  14952.         }, => 'onCustomerWritten'], 0);
  14953.         $instance->addListener('customer.deleted', [=> function () {
  14954.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  14955.         }, => 'onCustomerDeleted'], 0);
  14956.         $instance->addListener('customer_group_translation.written', [=> function () {
  14957.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  14958.         }, => 'updatedCustomerGroup'], 0);
  14959.         $instance->addListener('customer_group_registration_sales_channels.written', [=> function () {
  14960.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  14961.         }, => 'newSalesChannelAddedToCustomerGroup'], 0);
  14962.         $instance->addListener('customer_group_translation.deleted', [=> function () {
  14963.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  14964.         }, => 'deleteCustomerGroup'], 0);
  14965.         $instance->addListener('customer.written', [=> function () {
  14966.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] ?? $this->getCustomerChangePasswordSubscriberService());
  14967.         }, => 'onCustomerWritten'], 0);
  14968.         $instance->addListener('customer.written', [=> function () {
  14969.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] ?? $this->getCustomerFlowEventsSubscriberService());
  14970.         }, => 'onCustomerWritten'], 0);
  14971.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  14972.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] ?? $this->getCustomerBeforeDeleteSubscriberService());
  14973.         }, => 'beforeDelete'], 0);
  14974.         $instance->addListener('document_base_config.written', [=> function () {
  14975.             return ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  14976.         }, => 'reset'], 0);
  14977.         $instance->addListener('state_machine.order.state_changed', [=> function () {
  14978.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  14979.         }, => 'onOrderStateChange'], 0);
  14980.         $instance->addListener('state_machine.order_delivery.state_changed', [=> function () {
  14981.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  14982.         }, => 'onOrderDeliveryStateChange'], 0);
  14983.         $instance->addListener('state_machine.order_transaction.state_changed', [=> function () {
  14984.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  14985.         }, => 'onOrderTransactionStateChange'], 0);
  14986.         $instance->addListener('collect.business-events', [=> function () {
  14987.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  14988.         }, => 'onAddStateEvents'], 0);
  14989.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14990.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] ?? $this->getPaymentMethodValidator2Service());
  14991.         }, => 'validate'], 0);
  14992.         $instance->addListener('payment_method.loaded', [=> function () {
  14993.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentHandlerIdentifierSubscriber()));
  14994.         }, => 'formatHandlerIdentifier'], 0);
  14995.         $instance->addListener('payment_method.loaded', [=> function () {
  14996.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentDistinguishableNameSubscriber()));
  14997.         }, => 'addDistinguishablePaymentName'], 0);
  14998.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  14999.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] ?? $this->getPromotionValidatorService());
  15000.         }, => 'preValidate'], 0);
  15001.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemAddedEvent', [=> function () {
  15002.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  15003.         }, => 'onLineItemAdded'], 0);
  15004.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemRemovedEvent', [=> function () {
  15005.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  15006.         }, => 'onLineItemRemoved'], 0);
  15007.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  15008.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  15009.         }, => 'resetCodes'], 0);
  15010.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  15011.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] ?? $this->getPromotionIndividualCodeRedeemerService());
  15012.         }, => 'onOrderPlaced'], 0);
  15013.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  15014.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] ?? $this->getPromotionRedemptionUpdaterService());
  15015.         }, => 'orderPlaced'], 0);
  15016.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15017.             return ($this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] ?? $this->getShippingMethodValidatorService());
  15018.         }, => 'preValidate'], 0);
  15019.         $instance->addListener('sales_channel.deleted', [=> function () {
  15020.             return ($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] ?? $this->getSalesChannelUserConfigSubscriberService());
  15021.         }, => 'onSalesChannelDeleted'], 0);
  15022.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15023.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] ?? $this->getCachedDomainLoaderInvalidatorService());
  15024.         }, => 'invalidate'], 2000);
  15025.         $instance->addListener('kernel.request', [=> function () {
  15026.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  15027.         }, => 'startSession'], 40);
  15028.         $instance->addListener('kernel.request', [=> function () {
  15029.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  15030.         }, => 'maintenanceResolver'], 0);
  15031.         $instance->addListener('kernel.exception', [=> function () {
  15032.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  15033.         }, => 'showHtmlExceptionResponse'], -100);
  15034.         $instance->addListener('kernel.exception', [=> function () {
  15035.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  15036.         }, => 'customerNotLoggedInHandler'], 0);
  15037.         $instance->addListener('kernel.exception', [=> function () {
  15038.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  15039.         }, => 'maintenanceResolver'], 0);
  15040.         $instance->addListener('kernel.controller', [=> function () {
  15041.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  15042.         }, => 'preventPageLoadingFromXmlHttpRequest'], -20);
  15043.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  15044.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  15045.         }, => 'updateSessionAfterLogin'], 0);
  15046.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLogoutEvent', [=> function () {
  15047.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  15048.         }, => 'updateSessionAfterLogout'], 0);
  15049.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  15050.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  15051.         }, => 'replaceCsrfToken'], 0);
  15052.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  15053.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  15054.         }, => 'setCanonicalUrl'], 0);
  15055.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  15056.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  15057.         }, => 'addHreflang'], 0);
  15058.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  15059.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  15060.         }, => 'addShopIdParameter'], 0);
  15061.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  15062.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  15063.         }, => 'addIconSetConfig'], 0);
  15064.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  15065.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  15066.         }, => 'replaceContextToken'], 0);
  15067.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  15068.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  15069.         }, => 'onSystemConfigChanged'], 0);
  15070.         $instance->addListener('kernel.controller', [=> function () {
  15071.             return ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? $this->getCsrfRouteListenerService());
  15072.         }, => 'csrfCheck'], -9);
  15073.         $instance->addListener('kernel.controller', [=> function () {
  15074.             return ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] = new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()));
  15075.         }, => 'checkAffiliateTracking'], -21);
  15076.         $instance->addListener('kernel.request', [=> function () {
  15077.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  15078.         }, => 'addHttpCacheToCoreRoutes'], 0);
  15079.         $instance->addListener('kernel.response', [=> function () {
  15080.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  15081.         }, => 'setResponseCache'], -1500);
  15082.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  15083.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  15084.         }, => 'updateCacheControlForBrowser'], 0);
  15085.         $instance->addListener('kernel.controller', [=> function () {
  15086.             return ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? $this->getCaptchaRouteListenerService());
  15087.         }, => 'validateCaptcha'], -20);
  15088.         $instance->addListener('kernel.response', [=> function () {
  15089.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] = new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()));
  15090.         }, => 'onResponse'], -10);
  15091.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartMergedEvent', [=> function () {
  15092.             return ($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'] ?? $this->getCartMergedSubscriberService());
  15093.         }, => 'addCartMergedNoticeFlash'], 0);
  15094.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  15095.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  15096.         }, => 'updateProductUrls'], 0);
  15097.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  15098.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  15099.         }, => 'updateCategoryUrls'], 0);
  15100.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  15101.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  15102.         }, => 'updateLandingPageUrls'], 0);
  15103.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15104.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  15105.         }, => 'detectSalesChannelEntryPoints'], 0);
  15106.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  15107.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  15108.         }, => 'invalidate'], 0);
  15109.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  15110.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  15111.         }, => 'assigned'], 0);
  15112.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  15113.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  15114.         }, => 'reset'], 0);
  15115.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  15116.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  15117.         }, => 'handleAppActivationOrUpdate'], 0);
  15118.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  15119.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  15120.         }, => 'handleAppActivationOrUpdate'], 0);
  15121.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  15122.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  15123.         }, => 'handleUninstall'], 0);
  15124.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  15125.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  15126.         }, => 'dumpConfigFromEvent'], 0);
  15127.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  15128.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  15129.         }, => 'dumpConfigFromEvent'], 0);
  15130.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  15131.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  15132.         }, => 'dumpConfigFromEvent'], 0);
  15133.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreActivateEvent', [=> function () {
  15134.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  15135.         }, => 'pluginActivate'], 0);
  15136.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  15137.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  15138.         }, => 'pluginPostActivate'], 0);
  15139.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUpdateEvent', [=> function () {
  15140.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  15141.         }, => 'pluginUpdate'], 0);
  15142.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreDeactivateEvent', [=> function () {
  15143.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  15144.         }, => 'pluginDeactivateAndUninstall'], 0);
  15145.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivationFailedEvent', [=> function () {
  15146.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  15147.         }, => 'pluginPostDeactivateFailed'], 0);
  15148.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUninstallEvent', [=> function () {
  15149.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  15150.         }, => 'pluginDeactivateAndUninstall'], 0);
  15151.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  15152.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  15153.         }, => 'pluginPostUninstall'], 0);
  15154.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  15155.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] ?? $this->getAppLifecycleSubscriberService());
  15156.         }, => 'onAppDeleted'], 0);
  15157.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeCompilerEnrichScssVariablesEvent', [=> function () {
  15158.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] ?? $this->getThemeCompilerEnrichScssVarSubscriberService());
  15159.         }, => 'enrichExtensionVars'], 0);
  15160.         $instance->addListener('kernel.request', [=> function () {
  15161.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  15162.         }, => 'requestEvent'], 0);
  15163.         $instance->addListener('kernel.exception', [=> function () {
  15164.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  15165.         }, => 'requestEvent'], 0);
  15166.         $instance->addListener('Shopware\\Core\\Checkout\\Document\\Event\\DocumentTemplateRendererParameterEvent', [=> function () {
  15167.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  15168.         }, => 'onDocumentRendering'], 0);
  15169.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  15170.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] ?? $this->getFirstRunWizardSubscriberService());
  15171.         }, => 'frwFinished'], 0);
  15172.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  15173.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] ?? $this->getUpdateSubscriberService());
  15174.         }, => 'updateFinished'], 0);
  15175.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  15176.             return ($this->privates['Shopware\\Elasticsearch\\Product\\ProductUpdater'] ?? $this->getProductUpdaterService());
  15177.         }, => 'update'], 0);
  15178.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15179.             return ($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] ?? $this->getCustomFieldUpdaterService());
  15180.         }, => 'onNewCustomFieldCreated'], 0);
  15181.         $instance->addListener('sales_channel_language.written', [=> function () {
  15182.             return ($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'] ?? $this->getLanguageSubscriberService());
  15183.         }, => 'onSalesChannelWritten'], 0);
  15184.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  15185.             return ($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService());
  15186.         }, => 'onContextResolved'], 0);
  15187.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  15188.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelValidator'] ?? $this->getSalesChannelValidator2Service());
  15189.         }, => 'postValidate'], 0);
  15190.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  15191.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelDomainValidator'] ?? $this->getSalesChannelDomainValidatorService());
  15192.         }, => 'postValidate'], 0);
  15193.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  15194.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelLanguageValidator'] ?? $this->getSalesChannelLanguageValidatorService());
  15195.         }, => 'postValidate'], 0);
  15196.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  15197.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\UserValidator'] ?? $this->getUserValidatorService());
  15198.         }, => 'postValidate'], 0);
  15199.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  15200.             return ($this->privates['zenit\\PlatformStratus\\Subscriber\\StorefrontRenderSubscriber'] ?? ($this->privates['zenit\\PlatformStratus\\Subscriber\\StorefrontRenderSubscriber'] = new \zenit\PlatformStratus\Subscriber\StorefrontRenderSubscriber()));
  15201.         }, => 'onStorefrontRender'], 0);
  15202.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSuggestCriteriaEvent', [=> function () {
  15203.             return ($this->privates['zenit\\PlatformStratus\\Subscriber\\ProductListingSubscriber'] ?? $this->getProductListingSubscriberService());
  15204.         }, => 'handleSuggestRequest'], 0);
  15205.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductCrossSellingIdsCriteriaEvent', [=> function () {
  15206.             return ($this->privates['zenit\\PlatformStratus\\Subscriber\\ProductListingSubscriber'] ?? $this->getProductListingSubscriberService());
  15207.         }, => 'handleCrossSellingRequest'], 0);
  15208.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductCrossSellingStreamCriteriaEvent', [=> function () {
  15209.             return ($this->privates['zenit\\PlatformStratus\\Subscriber\\ProductListingSubscriber'] ?? $this->getProductListingSubscriberService());
  15210.         }, => 'handleCrossSellingLoadRequest'], 0);
  15211.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  15212.             return ($this->privates['zenit\\PlatformStratus\\Subscriber\\ProductListingSubscriber'] ?? $this->getProductListingSubscriberService());
  15213.         }, => 'handleListingRequest'], 0);
  15214.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  15215.             return ($this->privates['zenit\\PlatformStratus\\Subscriber\\ProductListingSubscriber'] ?? $this->getProductListingSubscriberService());
  15216.         }, => 'handleSearchRequest'], 0);
  15217.         $instance->addListener('Shopware\\Storefront\\Page\\Wishlist\\WishListPageProductCriteriaEvent', [=> function () {
  15218.             return ($this->privates['zenit\\PlatformStratus\\Subscriber\\ProductListingSubscriber'] ?? $this->getProductListingSubscriberService());
  15219.         }, => 'handleWishlistRequest'], 0);
  15220.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\QuickView\\MinimalQuickViewPageLoadedEvent', [=> function () {
  15221.             return ($this->privates['zenit\\PlatformStratus\\Subscriber\\QuickViewSubscriber'] ?? $this->getQuickViewSubscriberService());
  15222.         }, => 'onMinimalQuickViewPageLoaded'], 0);
  15223.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Cart\\CheckoutCartPageLoadedEvent', [=> function () {
  15224.             return ($this->privates['FourtwosixThemeExtension\\Subscriber\\CheckoutSubscriber'] ?? ($this->privates['FourtwosixThemeExtension\\Subscriber\\CheckoutSubscriber'] = new \FourtwosixThemeExtension\Subscriber\CheckoutSubscriber()));
  15225.         }, => 'onCartPageLoaded'], 0);
  15226.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  15227.             return ($this->privates['FourtwosixThemeExtension\\Subscriber\\CheckoutSubscriber'] ?? ($this->privates['FourtwosixThemeExtension\\Subscriber\\CheckoutSubscriber'] = new \FourtwosixThemeExtension\Subscriber\CheckoutSubscriber()));
  15228.         }, => 'onConfirmPageLoaded'], 0);
  15229.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Finish\\CheckoutFinishPageLoadedEvent', [=> function () {
  15230.             return ($this->privates['FourtwosixThemeExtension\\Subscriber\\CheckoutSubscriber'] ?? ($this->privates['FourtwosixThemeExtension\\Subscriber\\CheckoutSubscriber'] = new \FourtwosixThemeExtension\Subscriber\CheckoutSubscriber()));
  15231.         }, => 'onFinishPageLoaded'], 0);
  15232.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoadedEvent', [=> function () {
  15233.             return ($this->privates['FourtwosixThemeExtension\\Subscriber\\CheckoutSubscriber'] ?? ($this->privates['FourtwosixThemeExtension\\Subscriber\\CheckoutSubscriber'] = new \FourtwosixThemeExtension\Subscriber\CheckoutSubscriber()));
  15234.         }, => 'onCheckoutRegisterPageLoaded'], 0);
  15235.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Offcanvas\\OffcanvasCartPageLoadedEvent', [=> function () {
  15236.             return ($this->privates['FourtwosixThemeExtension\\Subscriber\\CheckoutSubscriber'] ?? ($this->privates['FourtwosixThemeExtension\\Subscriber\\CheckoutSubscriber'] = new \FourtwosixThemeExtension\Subscriber\CheckoutSubscriber()));
  15237.         }, => 'onOffcanvasCartPageLoaded'], 0);
  15238.         $instance->addListener('action.send.order.data', [=> function () {
  15239.             return ($this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'] ?? $this->getSendOrderDataActionService());
  15240.         }, => 'handle'], 0);
  15241.         $instance->addListener('action.mail.send', [=> function () {
  15242.             return ($this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'] ?? $this->getSendMailActionDecoratorService());
  15243.         }, => 'handle'], 0);
  15244.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  15245.             return ($this->privates['Swag\\PayPal\\Checkout\\CheckoutSubscriber'] ?? $this->getCheckoutSubscriber2Service());
  15246.         }, => 'onEditOrderPageLoaded'], 1);
  15247.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Cart\\CheckoutCartPageLoadedEvent', [=> function () {
  15248.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  15249.         }, => 'addExpressCheckoutDataToPage'], 0);
  15250.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoadedEvent', [=> function () {
  15251.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  15252.         }, => 'addExpressCheckoutDataToPage'], 0);
  15253.         $instance->addListener('Shopware\\Storefront\\Page\\Navigation\\NavigationPageLoadedEvent', [=> function () {
  15254.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  15255.         }, => 'addExpressCheckoutDataToPage'], 0);
  15256.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Offcanvas\\OffcanvasCartPageLoadedEvent', [=> function () {
  15257.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  15258.         }, => 'addExpressCheckoutDataToPage'], 0);
  15259.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  15260.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  15261.         }, => 'addExpressCheckoutDataToPage'], 0);
  15262.         $instance->addListener('Shopware\\Storefront\\Page\\Search\\SearchPageLoadedEvent', [=> function () {
  15263.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  15264.         }, => 'addExpressCheckoutDataToPage'], 0);
  15265.         $instance->addListener('sales_channel.product.search.result.loaded', [=> function () {
  15266.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  15267.         }, => 'addExcludedProductsToSearchResult'], 0);
  15268.         $instance->addListener('Swag\\CmsExtensions\\Storefront\\Pagelet\\Quickview\\QuickviewPageletLoadedEvent', [=> function () {
  15269.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  15270.         }, => 'addExpressCheckoutDataToPagelet'], 0);
  15271.         $instance->addListener('Shopware\\Storefront\\Pagelet\\Wishlist\\GuestWishlistPageletLoadedEvent', [=> function () {
  15272.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  15273.         }, => 'addExpressCheckoutDataToPagelet'], 0);
  15274.         $instance->addListener('Shopware\\Storefront\\Event\\SwitchBuyBoxVariantEvent', [=> function () {
  15275.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  15276.         }, => 'addExpressCheckoutDataToBuyBoxSwitch'], 0);
  15277.         $instance->addListener('framework.validation.address.create', [=> function () {
  15278.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  15279.         }, => 'disableAddressValidation'], 0);
  15280.         $instance->addListener('framework.validation.customer.create', [=> function () {
  15281.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  15282.         }, => 'disableCustomerValidation'], 0);
  15283.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  15284.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  15285.         }, => 'onCheckoutConfirmLoaded'], 0);
  15286.         $instance->addListener('checkout.customer.sales_channel.register.customer', [=> function () {
  15287.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  15288.         }, => 'addPayerIdToCustomer'], 0);
  15289.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Cart\\CheckoutCartPageLoadedEvent', [=> function () {
  15290.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  15291.         }, => 'addInstallmentBanner'], 0);
  15292.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  15293.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  15294.         }, => 'addInstallmentBanner'], 0);
  15295.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoadedEvent', [=> function () {
  15296.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  15297.         }, => 'addInstallmentBanner'], 0);
  15298.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Offcanvas\\OffcanvasCartPageLoadedEvent', [=> function () {
  15299.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  15300.         }, => 'addInstallmentBanner'], 0);
  15301.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  15302.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  15303.         }, => 'addInstallmentBanner'], 0);
  15304.         $instance->addListener('Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoadedEvent', [=> function () {
  15305.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  15306.         }, => 'addInstallmentBannerPagelet'], 0);
  15307.         $instance->addListener('Swag\\CmsExtensions\\Storefront\\Pagelet\\Quickview\\QuickviewPageletLoadedEvent', [=> function () {
  15308.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  15309.         }, => 'addInstallmentBannerPagelet'], 0);
  15310.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  15311.             return ($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'] ?? $this->getPlusSubscriberService());
  15312.         }, => 'onAccountEditOrderLoaded'], 0);
  15313.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  15314.             return ($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'] ?? $this->getPlusSubscriberService());
  15315.         }, => 'onCheckoutConfirmLoaded'], 0);
  15316.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Finish\\CheckoutFinishPageLoadedEvent', [=> function () {
  15317.             return ($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'] ?? $this->getPlusSubscriberService());
  15318.         }, => 'onCheckoutFinishLoaded'], 0);
  15319.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  15320.             return ($this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'] ?? $this->getPUISubscriberService());
  15321.         }, => 'onAccountOrderEditLoaded'], 0);
  15322.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  15323.             return ($this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'] ?? $this->getPUISubscriberService());
  15324.         }, => 'onCheckoutConfirmLoaded'], 0);
  15325.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Finish\\CheckoutFinishPageLoadedEvent', [=> function () {
  15326.             return ($this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'] ?? $this->getPUISubscriberService());
  15327.         }, => 'onCheckoutFinishLoaded'], 0);
  15328.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15329.             return ($this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'] ?? $this->getShippingSubscriberService());
  15330.         }, => 'triggerChangeSet'], 0);
  15331.         $instance->addListener('order_delivery.written', [=> function () {
  15332.             return ($this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'] ?? $this->getShippingSubscriberService());
  15333.         }, => 'onOrderDeliveryWritten'], 0);
  15334.         $instance->addListener('Shopware\\Storefront\\Event\\RouteRequest\\HandlePaymentMethodRouteRequestEvent', [=> function () {
  15335.             return ($this->privates['Swag\\PayPal\\Storefront\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  15336.         }, => 'addHandlePaymentParameters'], 0);
  15337.         $instance->addListener('Shopware\\Storefront\\Event\\RouteRequest\\PaymentMethodRouteRequestEvent', [=> function () {
  15338.             return ($this->privates['Swag\\PayPal\\Storefront\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  15339.         }, => 'addAfterOrderId'], 0);
  15340.         $instance->addListener('Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoadedEvent', [=> function () {
  15341.             return ($this->privates['Swag\\PayPal\\Storefront\\Data\\FundingSubscriber'] ?? $this->getFundingSubscriberService());
  15342.         }, => 'addFundingAvailabilityData'], 0);
  15343.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  15344.             return ($this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'] ?? $this->getCheckoutDataSubscriberService());
  15345.         }, => 'onAccountOrderEditLoaded'], 0);
  15346.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  15347.             return ($this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'] ?? $this->getCheckoutDataSubscriberService());
  15348.         }, => 'onCheckoutConfirmLoaded'], 0);
  15349.         $instance->addListener('sales_channel.deleted', [=> function () {
  15350.             return ($this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'] ?? $this->getWebhookSubscriberService());
  15351.         }, => 'removeSalesChannelWebhookConfiguration'], 0);
  15352.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  15353.             return ($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'] ?? $this->getStockSubscriberService());
  15354.         }, => 'orderPlaced'], 0);
  15355.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  15356.             return ($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'] ?? $this->getStockSubscriberService());
  15357.         }, => 'stateChanged'], 0);
  15358.         $instance->addListener('order_line_item.written', [=> function () {
  15359.             return ($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'] ?? $this->getStockSubscriberService());
  15360.         }, => 'lineItemWritten'], 0);
  15361.         $instance->addListener('order_line_item.deleted', [=> function () {
  15362.             return ($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'] ?? $this->getStockSubscriberService());
  15363.         }, => 'lineItemWritten'], 0);
  15364.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  15365.             return ($this->privates['DISco\\GA4\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  15366.         }, => 'onProductListingCriteria'], 0);
  15367.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  15368.             return ($this->privates['DISco\\GA4\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  15369.         }, => 'onProductSearchCriteriaEvent'], 0);
  15370.         $instance->addListener('Shopware\\Storefront\\Page\\Search\\SearchPageLoadedEvent', [=> function () {
  15371.             return ($this->privates['DISco\\GA4\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  15372.         }, => 'onSearchPageLoadedEvent'], 0);
  15373.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  15374.             return ($this->privates['DISco\\GA4\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  15375.         }, => 'onProductPageLoadedEvent'], 0);
  15376.         $instance->addListener('Shopware\\Storefront\\Page\\Navigation\\NavigationPageLoadedEvent', [=> function () {
  15377.             return ($this->privates['DISco\\GA4\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  15378.         }, => 'onNavigationPageLoadedEvent'], 0);
  15379.         $instance->addListener('Swag\\EnterpriseSearch\\Search\\Page\\SearchPageLoadedEvent', [=> function () {
  15380.             return ($this->privates['DISco\\GA4\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  15381.         }, => 'onEnterpriseSearchPageLoadedEvent'], 0);
  15382.         $instance->addListener('Shopware\\Storefront\\Page\\Wishlist\\WishlistPageLoadedEvent', [=> function () {
  15383.             return ($this->privates['DISco\\GA4\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  15384.         }, => 'onWishlistPageLoadedEvent'], 0);
  15385.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  15386.             return ($this->privates['fourtwosix\\AttributeBadges\\Subscriber\\ListingSubscriber'] ?? ($this->privates['fourtwosix\\AttributeBadges\\Subscriber\\ListingSubscriber'] = new \fourtwosix\AttributeBadges\Subscriber\ListingSubscriber()));
  15387.         }, => 'onListing'], 0);
  15388.         $instance->addListener('Shopware\\Core\\Content\\Cms\\Events\\CmsPageLoadedEvent', [=> function () {
  15389.             return ($this->privates['AkuCmsFactory\\Subscriber\\CmsElementSubscriber'] ?? $this->getCmsElementSubscriberService());
  15390.         }, => 'onPageLoaded'], 0);
  15391.         $instance->addListener('cms_slot.loaded', [=> function () {
  15392.             return ($this->privates['AkuCmsFactory\\Subscriber\\CmsElementSubscriber'] ?? $this->getCmsElementSubscriberService());
  15393.         }, => 'onSlotLoaded'], 0);
  15394.         $instance->addListener('kernel.controller_arguments', [=> function () {
  15395.             return ($this->privates['AkuCmsFactory\\Subscriber\\CmsElementSubscriber'] ?? $this->getCmsElementSubscriberService());
  15396.         }, => 'onControllerArguments'], 0);
  15397.         $instance->addListener('country.loaded', [=> function () {
  15398.             return ($this->privates['CoeAccountOrtPlzSw6\\Subscriber\\CountrySubscriber'] ?? ($this->privates['CoeAccountOrtPlzSw6\\Subscriber\\CountrySubscriber'] = new \CoeAccountOrtPlzSw6\Subscriber\CountrySubscriber()));
  15399.         }, => 'onCountryLoaded'], 0);
  15400.         $instance->addListener('framework.validation.address.create', [=> function () {
  15401.             return ($this->privates['CoeAccountOrtPlzSw6\\Subscriber\\ValidationSubscriber'] ?? $this->getValidationSubscriberService());
  15402.         }, => 'onBeforeValidateAddress'], 0);
  15403.         $instance->addListener('framework.validation.address.update', [=> function () {
  15404.             return ($this->privates['CoeAccountOrtPlzSw6\\Subscriber\\ValidationSubscriber'] ?? $this->getValidationSubscriberService());
  15405.         }, => 'onBeforeValidateAddress'], 0);
  15406.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  15407.             return ($this->privates['FourtwosixCategoryDescriptionOnPDP\\Subscriber\\AddCategoryDescription2PDPSubscriber'] ?? $this->getAddCategoryDescription2PDPSubscriberService());
  15408.         }, => 'onProductsLoaded'], 0);
  15409.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoadedEvent', [=> function () {
  15410.             return ($this->privates['FourtwosixPhoneValidation\\Subscriber\\AddCountryPhonePrefixSubscriber'] ?? $this->getAddCountryPhonePrefixSubscriberService());
  15411.         }, => 'onCheckoutRegisterPageLoadedEvent'], 0);
  15412.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoadedEvent', [=> function () {
  15413.             return ($this->privates['FourtwosixPhoneValidation\\Subscriber\\AddCountryPhonePrefixSubscriber'] ?? $this->getAddCountryPhonePrefixSubscriberService());
  15414.         }, => 'onAccountLoginPageLoadedEvent'], 0);
  15415.         $instance->addListener('Shopware\\Storefront\\Page\\Address\\Detail\\AddressDetailPageLoadedEvent', [=> function () {
  15416.             return ($this->privates['FourtwosixPhoneValidation\\Subscriber\\AddCountryPhonePrefixSubscriber'] ?? $this->getAddCountryPhonePrefixSubscriberService());
  15417.         }, => 'onAddressDetailPageLoadedEvent'], 0);
  15418.         $instance->addListener('Shopware\\Storefront\\Page\\Address\\Listing\\AddressListingPageLoadedEvent', [=> function () {
  15419.             return ($this->privates['FourtwosixPhoneValidation\\Subscriber\\AddCountryPhonePrefixSubscriber'] ?? $this->getAddCountryPhonePrefixSubscriberService());
  15420.         }, => 'onAddressListingPageLoadedEvent'], 0);
  15421.         $instance->addListener('framework.validation.customer.profile.update', [=> function () {
  15422.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'] ?? $this->getVatIdValidationSubscriberService());
  15423.         }, => 'onValidateCustomerUpdate'], 0);
  15424.         $instance->addListener('framework.validation.customer.create', [=> function () {
  15425.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'] ?? $this->getVatIdValidationSubscriberService());
  15426.         }, => 'onValidateCustomerCreate'], 0);
  15427.         $instance->addListener('framework.validation.address.create', [=> function () {
  15428.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'] ?? $this->getVatIdValidationSubscriberService());
  15429.         }, => 'onValidateAddress'], 0);
  15430.         $instance->addListener('framework.validation.address.update', [=> function () {
  15431.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'] ?? $this->getVatIdValidationSubscriberService());
  15432.         }, => 'onValidateAddress'], 0);
  15433.         $instance->addListener('framework.validation.order.update', [=> function () {
  15434.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'] ?? $this->getVatIdValidationSubscriberService());
  15435.         }, => 'onValidateOrder'], 0);
  15436.         $instance->addListener('framework.validation.order.create', [=> function () {
  15437.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'] ?? $this->getVatIdValidationSubscriberService());
  15438.         }, => 'onValidateOrder'], 0);
  15439.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerRegisterEvent', [=> function () {
  15440.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'] ?? $this->getVatIdValidationSubscriberService());
  15441.         }, => 'onCustomerRegister'], 0);
  15442.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\GuestCustomerRegisterEvent', [=> function () {
  15443.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'] ?? $this->getVatIdValidationSubscriberService());
  15444.         }, => 'onGuestCustomerRegister'], 0);
  15445.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  15446.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'] ?? $this->getVatIdValidationSubscriberService());
  15447.         }, => 'onCustomerLogin'], 0);
  15448.         $instance->addListener('checkout.customer.sales_channel.register.customer', [=> function () {
  15449.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\AddressVatIdSubscriber'] ?? $this->getAddressVatIdSubscriberService());
  15450.         }, => 'onRegisterCustomerEvent'], 0);
  15451.         $instance->addListener('checkout.customer.sales_channel.address.create', [=> function () {
  15452.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\AddressVatIdSubscriber'] ?? $this->getAddressVatIdSubscriberService());
  15453.         }, => 'onMappingEventAddressCreate'], 0);
  15454.         $instance->addListener('checkout.customer.sales_channel.register.shipping_address', [=> function () {
  15455.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\AddressVatIdSubscriber'] ?? $this->getAddressVatIdSubscriberService());
  15456.         }, => 'onMappingEventAddressShippingRegister'], 0);
  15457.         $instance->addListener('checkout.customer.sales_channel.register.billing_address', [=> function () {
  15458.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\AddressVatIdSubscriber'] ?? $this->getAddressVatIdSubscriberService());
  15459.         }, => 'onMappingEventAddressBillingRegister'], 0);
  15460.         $instance->addListener('checkout.customer.sales_channel.profile.update', [=> function () {
  15461.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\AddressVatIdSubscriber'] ?? $this->getAddressVatIdSubscriberService());
  15462.         }, => 'onMappingEventCustomerProfileSave'], 0);
  15463.         $instance->addListener('Shopware\\Storefront\\Page\\Address\\Listing\\AddressListingPageLoadedEvent', [=> function () {
  15464.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\AddressVatIdSubscriber'] ?? $this->getAddressVatIdSubscriberService());
  15465.         }, => 'onAddressListingPageLoaded'], 0);
  15466.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Order\\CartConvertedEvent', [=> function () {
  15467.             return ($this->privates['Acris\\Tax\\Storefront\\Subscriber\\AddressVatIdSubscriber'] ?? $this->getAddressVatIdSubscriberService());
  15468.         }, => 'onCartConverted'], 0);
  15469.         $instance->addListener('sales_channel.product.loaded', [=> function () {
  15470.             return ($this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'] ?? $this->getProductLoadedSubscriberService());
  15471.         }, => 'loaded'], -50);
  15472.         $instance->addListener('Shopware\\Storefront\\Page\\GenericPageLoadedEvent', [=> function () {
  15473.             return ($this->privates['FourtwosixShippingCostsCalculator\\Subscriber\\CountriesLoadSubscriber'] ?? $this->getCountriesLoadSubscriberService());
  15474.         }, => 'onGenericPageLoadedEvent'], 0);
  15475.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\QuickView\\MinimalQuickViewPageLoadedEvent', [=> function () {
  15476.             return ($this->privates['FourtwosixShippingCostsCalculator\\Subscriber\\CountriesLoadSubscriber'] ?? $this->getCountriesLoadSubscriberService());
  15477.         }, => 'onMinimalQuickViewPageLoadedEvent'], 0);
  15478.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageCriteriaEvent', [=> function () {
  15479.             return ($this->privates['Fourtwosix\\Attachments\\Subscriber\\ProductCriteriaSubscriber'] ?? ($this->privates['Fourtwosix\\Attachments\\Subscriber\\ProductCriteriaSubscriber'] = new \Fourtwosix\Attachments\Subscriber\ProductCriteriaSubscriber()));
  15480.         }, => 'addAssociations'], 0);
  15481.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  15482.             return ($this->privates['Fourtwosix\\Attachments\\Subscriber\\ProductDetailSubscriber'] ?? ($this->privates['Fourtwosix\\Attachments\\Subscriber\\ProductDetailSubscriber'] = new \Fourtwosix\Attachments\Subscriber\ProductDetailSubscriber()));
  15483.         }, => 'filterAttachments'], 0);
  15484.         $instance->addListener('checkout.customer.sales_channel.address.create', [=> function () {
  15485.             return ($this->privates['FourtwosixRegistrationFields\\Subscriber\\CustomerEventsSubscriber'] ?? ($this->privates['FourtwosixRegistrationFields\\Subscriber\\CustomerEventsSubscriber'] = new \FourtwosixRegistrationFields\Subscriber\CustomerEventsSubscriber()));
  15486.         }, => 'onUpsertAddress'], 0);
  15487.         $instance->addListener('checkout.customer.sales_channel.register.customer', [=> function () {
  15488.             return ($this->privates['FourtwosixRegistrationFields\\Subscriber\\CustomerEventsSubscriber'] ?? ($this->privates['FourtwosixRegistrationFields\\Subscriber\\CustomerEventsSubscriber'] = new \FourtwosixRegistrationFields\Subscriber\CustomerEventsSubscriber()));
  15489.         }, => 'onCustomerUpdateMapping'], 0);
  15490.         $instance->addListener('checkout.customer.sales_channel.profile.update', [=> function () {
  15491.             return ($this->privates['FourtwosixRegistrationFields\\Subscriber\\CustomerEventsSubscriber'] ?? ($this->privates['FourtwosixRegistrationFields\\Subscriber\\CustomerEventsSubscriber'] = new \FourtwosixRegistrationFields\Subscriber\CustomerEventsSubscriber()));
  15492.         }, => 'onCustomerUpdateMapping'], 0);
  15493.         $instance->addListener('checkout.customer.sales_channel.register.billing_address', [=> function () {
  15494.             return ($this->privates['FourtwosixRegistrationFields\\Subscriber\\CustomerEventsSubscriber'] ?? ($this->privates['FourtwosixRegistrationFields\\Subscriber\\CustomerEventsSubscriber'] = new \FourtwosixRegistrationFields\Subscriber\CustomerEventsSubscriber()));
  15495.         }, => 'onAddressUpdateMapping'], 0);
  15496.         $instance->addListener('checkout.customer.sales_channel.register.shipping_address', [=> function () {
  15497.             return ($this->privates['FourtwosixRegistrationFields\\Subscriber\\CustomerEventsSubscriber'] ?? ($this->privates['FourtwosixRegistrationFields\\Subscriber\\CustomerEventsSubscriber'] = new \FourtwosixRegistrationFields\Subscriber\CustomerEventsSubscriber()));
  15498.         }, => 'onAddressUpdateMapping'], 0);
  15499.         $instance->addListener('Shopware\\Storefront\\Page\\GenericPageLoadedEvent', [=> function () {
  15500.             return ($this->privates['FourtwosixRegistrationFields\\Subscriber\\ItalyCountryIdSubscriber'] ?? $this->getItalyCountryIdSubscriberService());
  15501.         }, => 'onItalyCountryId'], 0);
  15502.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSuggestResultEvent', [=> function () {
  15503.             return ($this->services['MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber'] ?? $this->getProductListingResultSubscriberService());
  15504.         }, => 'onProductSuggestResultEvent'], 0);
  15505.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchResultEvent', [=> function () {
  15506.             return ($this->services['MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber'] ?? $this->getProductListingResultSubscriberService());
  15507.         }, => 'onProductSearchResultEvent'], 0);
  15508.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  15509.             return ($this->services['MoorlFoundation\\Storefront\\Subscriber\\SalesChannelContextResolvedSubscriber'] ?? $this->getSalesChannelContextResolvedSubscriberService());
  15510.         }, => 'onSalesChannelContextResolvedEvent'], 0);
  15511.         $instance->addListener('Shopware\\Core\\Content\\Media\\Event\\MediaFileExtensionWhitelistEvent', [=> function () {
  15512.             return ($this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'] ?? $this->getMoorlFoundationSubscriberService());
  15513.         }, => 'onMediaFileExtensionWhitelist'], 0);
  15514.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15515.             return ($this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'] ?? $this->getMoorlFoundationSubscriberService());
  15516.         }, => 'onEntityWrittenContainerEvent'], 0);
  15517.         $instance->addListener('state_enter.order_transaction.state.cancelled', [=> function () {
  15518.             return ($this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'] ?? $this->getMoorlFoundationSubscriberService());
  15519.         }, => 'stateChanged'], 0);
  15520.         $instance->addListener('state_enter.order_transaction.state.failed', [=> function () {
  15521.             return ($this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'] ?? $this->getMoorlFoundationSubscriberService());
  15522.         }, => 'stateChanged'], 0);
  15523.         $instance->addListener('Shopware\\Core\\Content\\Flow\\Events\\FlowSendMailActionEvent', [=> function () {
  15524.             return ($this->privates['MoorlForms\\Core\\Subscriber\\SendMailSubscriber'] ?? $this->getSendMailSubscriberService());
  15525.         }, => 'addAttachments'], 0);
  15526.         $instance->addListener('Shopware\\Core\\Content\\MailTemplate\\Event\\MailSendSubscriberBridgeEvent', [=> function () {
  15527.             return ($this->privates['MoorlForms\\Core\\Subscriber\\SendMailSubscriber'] ?? $this->getSendMailSubscriberService());
  15528.         }, => 'addAttachments'], 0);
  15529.         $instance->addListener('MoorlForms\\Core\\Event\\SendMailEvent', [=> function () {
  15530.             return ($this->privates['MoorlForms\\Core\\Subscriber\\SendMailSubscriber'] ?? $this->getSendMailSubscriberService());
  15531.         }, => 'sendMail'], 0);
  15532.         $instance->addListener('kernel.response', [=> function () {
  15533.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  15534.         }, => 'onKernelResponse'], 0);
  15535.         $instance->addListener('kernel.response', [=> function () {
  15536.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  15537.         }, => 'onKernelResponse'], -1024);
  15538.         $instance->addListener('kernel.request', [=> function () {
  15539.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  15540.         }, => 'setDefaultLocale'], 100);
  15541.         $instance->addListener('kernel.request', [=> function () {
  15542.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  15543.         }, => 'onKernelRequest'], 16);
  15544.         $instance->addListener('kernel.finish_request', [=> function () {
  15545.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  15546.         }, => 'onKernelFinishRequest'], 0);
  15547.         $instance->addListener('kernel.request', [=> function () {
  15548.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  15549.         }, => 'onKernelRequest'], 256);
  15550.         $instance->addListener('kernel.response', [=> function () {
  15551.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  15552.         }, => 'onResponse'], -255);
  15553.         $instance->addListener('kernel.controller_arguments', [=> function () {
  15554.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  15555.         }, => 'onControllerArguments'], 0);
  15556.         $instance->addListener('kernel.exception', [=> function () {
  15557.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  15558.         }, => 'logKernelException'], 0);
  15559.         $instance->addListener('kernel.exception', [=> function () {
  15560.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  15561.         }, => 'onKernelException'], -128);
  15562.         $instance->addListener('kernel.response', [=> function () {
  15563.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  15564.         }, => 'removeCspHeader'], -128);
  15565.         $instance->addListener('kernel.request', [=> function () {
  15566.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  15567.         }, => 'onKernelRequest'], 15);
  15568.         $instance->addListener('kernel.finish_request', [=> function () {
  15569.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  15570.         }, => 'onKernelFinishRequest'], -15);
  15571.         $instance->addListener('console.error', [=> function () {
  15572.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  15573.         }, => 'onConsoleError'], -128);
  15574.         $instance->addListener('console.terminate', [=> function () {
  15575.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  15576.         }, => 'onConsoleTerminate'], -128);
  15577.         $instance->addListener('console.error', [=> function () {
  15578.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  15579.         }, => 'onConsoleError'], 0);
  15580.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  15581.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  15582.         }, => 'onMessage'], -255);
  15583.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  15584.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  15585.         }, => 'onMessage'], -255);
  15586.         $instance->addListener('kernel.response', [=> function () {
  15587.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  15588.         }, => 'onKernelResponse'], 0);
  15589.         $instance->addListener('kernel.request', [=> function () {
  15590.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  15591.         }, => 'onKernelRequest'], 48);
  15592.         $instance->addListener('kernel.request', [=> function () {
  15593.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  15594.         }, => 'configure'], 2048);
  15595.         $instance->addListener('console.command', [=> function () {
  15596.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  15597.         }, => 'configure'], 2048);
  15598.         $instance->addListener('kernel.request', [=> function () {
  15599.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  15600.         }, => 'onKernelRequest'], 32);
  15601.         $instance->addListener('kernel.finish_request', [=> function () {
  15602.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  15603.         }, => 'onKernelFinishRequest'], 0);
  15604.         $instance->addListener('kernel.exception', [=> function () {
  15605.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  15606.         }, => 'onKernelException'], -64);
  15607.         $instance->addListener('kernel.request', [=> function () {
  15608.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  15609.         }, => 'onKernelRequest'], 128);
  15610.         $instance->addListener('kernel.response', [=> function () {
  15611.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  15612.         }, => 'onKernelResponse'], -1000);
  15613.         $instance->addListener('kernel.finish_request', [=> function () {
  15614.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  15615.         }, => 'onFinishRequest'], 0);
  15616.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  15617.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  15618.         }, => 'onMessageFailed'], 100);
  15619.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  15620.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  15621.         }, => 'onMessageFailed'], 200);
  15622.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  15623.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  15624.         }, => 'onWorkerStarted'], 0);
  15625.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  15626.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  15627.         }, => 'onWorkerRunning'], 0);
  15628.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  15629.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  15630.         }, => 'onMessageFailed'], 0);
  15631.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  15632.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  15633.         }, => 'onWorkerRunning'], 0);
  15634.         $instance->addListener('kernel.response', [=> function () {
  15635.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  15636.         }, => 'onKernelResponse'], -100);
  15637.         $instance->addListener('kernel.exception', [=> function () {
  15638.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  15639.         }, => 'onKernelException'], 0);
  15640.         $instance->addListener('kernel.terminate', [=> function () {
  15641.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  15642.         }, => 'onKernelTerminate'], -1024);
  15643.         $instance->addListener('kernel.controller', [=> function () {
  15644.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  15645.         }, => 'onKernelController'], 0);
  15646.         $instance->addListener('kernel.response', [=> function () {
  15647.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  15648.         }, => 'onKernelResponse'], 0);
  15649.         $instance->addListener('console.command', [=> function () {
  15650.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  15651.         }, => 'onCommand'], 255);
  15652.         $instance->addListener('console.terminate', [=> function () {
  15653.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  15654.         }, => 'onTerminate'], -255);
  15655.         $instance->addListener('kernel.controller', [=> function () {
  15656.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  15657.         }, => 'onKernelController'], 0);
  15658.         $instance->addListener('kernel.controller', [=> function () {
  15659.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  15660.         }, => 'onKernelController'], 0);
  15661.         $instance->addListener('kernel.controller', [=> function () {
  15662.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  15663.         }, => 'onKernelController'], -128);
  15664.         $instance->addListener('kernel.view', [=> function () {
  15665.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  15666.         }, => 'onKernelView'], 0);
  15667.         $instance->addListener('kernel.controller', [=> function () {
  15668.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  15669.         }, => 'onKernelController'], 0);
  15670.         $instance->addListener('kernel.response', [=> function () {
  15671.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  15672.         }, => 'onKernelResponse'], 0);
  15673.         $instance->addListener('kernel.controller_arguments', [=> function () {
  15674.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  15675.         }, => 'onKernelControllerArguments'], 0);
  15676.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  15677.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  15678.         }, => 'onMessage'], 0);
  15679.         $instance->addListener('console.command', [=> function () {
  15680.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  15681.         }, => 'configure'], 1024);
  15682.         $instance->addListener('kernel.terminate', [=> function () {
  15683.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  15684.         }, => 'flushMessages'], 0);
  15685.         $instance->addListener('console.terminate', [=> function () {
  15686.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  15687.         }, => 'flushMessages'], 0);
  15688.         $instance->addListener('kernel.response', [=> function () {
  15689.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  15690.         }, => 'onKernelResponse'], -128);
  15691.         return $instance;
  15692.     }
  15693.     /**
  15694.      * Gets the public 'flow.repository' shared service.
  15695.      *
  15696.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15697.      */
  15698.     protected function getFlow_RepositoryService()
  15699.     {
  15700.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15701.         if (isset($this->services['flow.repository'])) {
  15702.             return $this->services['flow.repository'];
  15703.         }
  15704.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15705.         if (isset($this->services['flow.repository'])) {
  15706.             return $this->services['flow.repository'];
  15707.         }
  15708.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15709.         if (isset($this->services['flow.repository'])) {
  15710.             return $this->services['flow.repository'];
  15711.         }
  15712.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15713.         if (isset($this->services['flow.repository'])) {
  15714.             return $this->services['flow.repository'];
  15715.         }
  15716.         return $this->services['flow.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Flow\\FlowDefinition'] ?? $this->getFlowDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  15717.     }
  15718.     /**
  15719.      * Gets the public 'flow_sequence.repository' shared service.
  15720.      *
  15721.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15722.      */
  15723.     protected function getFlowSequence_RepositoryService()
  15724.     {
  15725.         return $this->services['flow_sequence.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] ?? $this->getFlowSequenceDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  15726.     }
  15727.     /**
  15728.      * Gets the public 'fourtwosix\AddPurchaseUnit\fourtwosixAddPurchaseUnit' shared autowired service.
  15729.      *
  15730.      * @return \fourtwosix\AddPurchaseUnit\fourtwosixAddPurchaseUnit
  15731.      */
  15732.     protected function getFourtwosixAddPurchaseUnitService()
  15733.     {
  15734.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  15735.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  15736.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  15737.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  15738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  15739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  15740.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixAddPurchaseUnit/src/fourtwosixAddPurchaseUnit.php';
  15741.         return $this->services['fourtwosix\\AddPurchaseUnit\\fourtwosixAddPurchaseUnit'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('fourtwosix\\AddPurchaseUnit\\fourtwosixAddPurchaseUnit');
  15742.     }
  15743.     /**
  15744.      * Gets the public 'fourtwosix\AttributeBadges\fourtwosixAttributeBadges' shared autowired service.
  15745.      *
  15746.      * @return \fourtwosix\AttributeBadges\fourtwosixAttributeBadges
  15747.      */
  15748.     protected function getFourtwosixAttributeBadgesService()
  15749.     {
  15750.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  15751.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  15752.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  15753.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  15754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  15755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  15756.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixAttributeBadges/src/fourtwosixAttributeBadges.php';
  15757.         return $this->services['fourtwosix\\AttributeBadges\\fourtwosixAttributeBadges'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('fourtwosix\\AttributeBadges\\fourtwosixAttributeBadges');
  15758.     }
  15759.     /**
  15760.      * Gets the public 'fourtwosix\BuyByQmUnit\fourtwosixBuyByQmUnit' shared autowired service.
  15761.      *
  15762.      * @return \fourtwosix\BuyByQmUnit\fourtwosixBuyByQmUnit
  15763.      */
  15764.     protected function getFourtwosixBuyByQmUnitService()
  15765.     {
  15766.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  15767.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  15768.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  15769.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  15770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  15771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  15772.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixBuyByQmUnit/src/fourtwosixBuyByQmUnit.php';
  15773.         return $this->services['fourtwosix\\BuyByQmUnit\\fourtwosixBuyByQmUnit'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('fourtwosix\\BuyByQmUnit\\fourtwosixBuyByQmUnit');
  15774.     }
  15775.     /**
  15776.      * Gets the public 'fourtwosix\ShippingCostPercentageOrPerWeight\fourtwosixShippingCostsPercentageOrPerWeight' shared autowired service.
  15777.      *
  15778.      * @return \fourtwosix\ShippingCostPercentageOrPerWeight\fourtwosixShippingCostsPercentageOrPerWeight
  15779.      */
  15780.     protected function getFourtwosixShippingCostsPercentageOrPerWeightService()
  15781.     {
  15782.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  15783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  15784.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  15785.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  15786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  15787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  15788.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixshippingcostspercentageorperweight/src/fourtwosixShippingCostsPercentageOrPerWeight.php';
  15789.         return $this->services['fourtwosix\\ShippingCostPercentageOrPerWeight\\fourtwosixShippingCostsPercentageOrPerWeight'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('fourtwosix\\ShippingCostPercentageOrPerWeight\\fourtwosixShippingCostsPercentageOrPerWeight');
  15790.     }
  15791.     /**
  15792.      * Gets the public 'fourtwosix_add_purchase_unit.filesystem.private' shared service.
  15793.      *
  15794.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15795.      */
  15796.     protected function getFourtwosixAddPurchaseUnit_Filesystem_PrivateService()
  15797.     {
  15798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15800.         return $this->services['fourtwosix_add_purchase_unit.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_add_purchase_unit');
  15801.     }
  15802.     /**
  15803.      * Gets the public 'fourtwosix_add_purchase_unit.filesystem.public' shared service.
  15804.      *
  15805.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15806.      */
  15807.     protected function getFourtwosixAddPurchaseUnit_Filesystem_PublicService()
  15808.     {
  15809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15810.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15811.         return $this->services['fourtwosix_add_purchase_unit.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_add_purchase_unit');
  15812.     }
  15813.     /**
  15814.      * Gets the public 'fourtwosix_attachments.filesystem.private' shared service.
  15815.      *
  15816.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15817.      */
  15818.     protected function getFourtwosixAttachments_Filesystem_PrivateService()
  15819.     {
  15820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15821.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15822.         return $this->services['fourtwosix_attachments.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_attachments');
  15823.     }
  15824.     /**
  15825.      * Gets the public 'fourtwosix_attachments.filesystem.public' shared service.
  15826.      *
  15827.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15828.      */
  15829.     protected function getFourtwosixAttachments_Filesystem_PublicService()
  15830.     {
  15831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15833.         return $this->services['fourtwosix_attachments.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_attachments');
  15834.     }
  15835.     /**
  15836.      * Gets the public 'fourtwosix_attribute_badges.filesystem.private' shared service.
  15837.      *
  15838.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15839.      */
  15840.     protected function getFourtwosixAttributeBadges_Filesystem_PrivateService()
  15841.     {
  15842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15844.         return $this->services['fourtwosix_attribute_badges.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_attribute_badges');
  15845.     }
  15846.     /**
  15847.      * Gets the public 'fourtwosix_attribute_badges.filesystem.public' shared service.
  15848.      *
  15849.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15850.      */
  15851.     protected function getFourtwosixAttributeBadges_Filesystem_PublicService()
  15852.     {
  15853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15855.         return $this->services['fourtwosix_attribute_badges.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_attribute_badges');
  15856.     }
  15857.     /**
  15858.      * Gets the public 'fourtwosix_buy_by_qm_unit.filesystem.private' shared service.
  15859.      *
  15860.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15861.      */
  15862.     protected function getFourtwosixBuyByQmUnit_Filesystem_PrivateService()
  15863.     {
  15864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15866.         return $this->services['fourtwosix_buy_by_qm_unit.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_buy_by_qm_unit');
  15867.     }
  15868.     /**
  15869.      * Gets the public 'fourtwosix_buy_by_qm_unit.filesystem.public' shared service.
  15870.      *
  15871.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15872.      */
  15873.     protected function getFourtwosixBuyByQmUnit_Filesystem_PublicService()
  15874.     {
  15875.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15877.         return $this->services['fourtwosix_buy_by_qm_unit.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_buy_by_qm_unit');
  15878.     }
  15879.     /**
  15880.      * Gets the public 'fourtwosix_category_description_on_p_d_p.filesystem.private' shared service.
  15881.      *
  15882.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15883.      */
  15884.     protected function getFourtwosixCategoryDescriptionOnPDP_Filesystem_PrivateService()
  15885.     {
  15886.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15887.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15888.         return $this->services['fourtwosix_category_description_on_p_d_p.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_category_description_on_p_d_p');
  15889.     }
  15890.     /**
  15891.      * Gets the public 'fourtwosix_category_description_on_p_d_p.filesystem.public' shared service.
  15892.      *
  15893.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15894.      */
  15895.     protected function getFourtwosixCategoryDescriptionOnPDP_Filesystem_PublicService()
  15896.     {
  15897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15899.         return $this->services['fourtwosix_category_description_on_p_d_p.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_category_description_on_p_d_p');
  15900.     }
  15901.     /**
  15902.      * Gets the public 'fourtwosix_hide_empty_categories.filesystem.private' shared service.
  15903.      *
  15904.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15905.      */
  15906.     protected function getFourtwosixHideEmptyCategories_Filesystem_PrivateService()
  15907.     {
  15908.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15909.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15910.         return $this->services['fourtwosix_hide_empty_categories.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_hide_empty_categories');
  15911.     }
  15912.     /**
  15913.      * Gets the public 'fourtwosix_hide_empty_categories.filesystem.public' shared service.
  15914.      *
  15915.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15916.      */
  15917.     protected function getFourtwosixHideEmptyCategories_Filesystem_PublicService()
  15918.     {
  15919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15921.         return $this->services['fourtwosix_hide_empty_categories.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_hide_empty_categories');
  15922.     }
  15923.     /**
  15924.      * Gets the public 'fourtwosix_italian_translations.filesystem.private' shared service.
  15925.      *
  15926.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15927.      */
  15928.     protected function getFourtwosixItalianTranslations_Filesystem_PrivateService()
  15929.     {
  15930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15932.         return $this->services['fourtwosix_italian_translations.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_italian_translations');
  15933.     }
  15934.     /**
  15935.      * Gets the public 'fourtwosix_italian_translations.filesystem.public' shared service.
  15936.      *
  15937.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15938.      */
  15939.     protected function getFourtwosixItalianTranslations_Filesystem_PublicService()
  15940.     {
  15941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15943.         return $this->services['fourtwosix_italian_translations.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_italian_translations');
  15944.     }
  15945.     /**
  15946.      * Gets the public 'fourtwosix_maintain_net_price.filesystem.private' shared service.
  15947.      *
  15948.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15949.      */
  15950.     protected function getFourtwosixMaintainNetPrice_Filesystem_PrivateService()
  15951.     {
  15952.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15954.         return $this->services['fourtwosix_maintain_net_price.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_maintain_net_price');
  15955.     }
  15956.     /**
  15957.      * Gets the public 'fourtwosix_maintain_net_price.filesystem.public' shared service.
  15958.      *
  15959.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15960.      */
  15961.     protected function getFourtwosixMaintainNetPrice_Filesystem_PublicService()
  15962.     {
  15963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15965.         return $this->services['fourtwosix_maintain_net_price.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_maintain_net_price');
  15966.     }
  15967.     /**
  15968.      * Gets the public 'fourtwosix_monitor_plugin.filesystem.private' shared service.
  15969.      *
  15970.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15971.      */
  15972.     protected function getFourtwosixMonitorPlugin_Filesystem_PrivateService()
  15973.     {
  15974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15976.         return $this->services['fourtwosix_monitor_plugin.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_monitor_plugin');
  15977.     }
  15978.     /**
  15979.      * Gets the public 'fourtwosix_monitor_plugin.filesystem.public' shared service.
  15980.      *
  15981.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15982.      */
  15983.     protected function getFourtwosixMonitorPlugin_Filesystem_PublicService()
  15984.     {
  15985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15987.         return $this->services['fourtwosix_monitor_plugin.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_monitor_plugin');
  15988.     }
  15989.     /**
  15990.      * Gets the public 'fourtwosix_payment_surcharge.filesystem.private' shared service.
  15991.      *
  15992.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15993.      */
  15994.     protected function getFourtwosixPaymentSurcharge_Filesystem_PrivateService()
  15995.     {
  15996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15998.         return $this->services['fourtwosix_payment_surcharge.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_payment_surcharge');
  15999.     }
  16000.     /**
  16001.      * Gets the public 'fourtwosix_payment_surcharge.filesystem.public' shared service.
  16002.      *
  16003.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16004.      */
  16005.     protected function getFourtwosixPaymentSurcharge_Filesystem_PublicService()
  16006.     {
  16007.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16009.         return $this->services['fourtwosix_payment_surcharge.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_payment_surcharge');
  16010.     }
  16011.     /**
  16012.      * Gets the public 'fourtwosix_phone_validation.filesystem.private' shared service.
  16013.      *
  16014.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16015.      */
  16016.     protected function getFourtwosixPhoneValidation_Filesystem_PrivateService()
  16017.     {
  16018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16020.         return $this->services['fourtwosix_phone_validation.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_phone_validation');
  16021.     }
  16022.     /**
  16023.      * Gets the public 'fourtwosix_phone_validation.filesystem.public' shared service.
  16024.      *
  16025.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16026.      */
  16027.     protected function getFourtwosixPhoneValidation_Filesystem_PublicService()
  16028.     {
  16029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16031.         return $this->services['fourtwosix_phone_validation.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_phone_validation');
  16032.     }
  16033.     /**
  16034.      * Gets the public 'fourtwosix_redirect_for_missing_trailing_slashes.filesystem.private' shared service.
  16035.      *
  16036.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16037.      */
  16038.     protected function getFourtwosixRedirectForMissingTrailingSlashes_Filesystem_PrivateService()
  16039.     {
  16040.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16042.         return $this->services['fourtwosix_redirect_for_missing_trailing_slashes.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_redirect_for_missing_trailing_slashes');
  16043.     }
  16044.     /**
  16045.      * Gets the public 'fourtwosix_redirect_for_missing_trailing_slashes.filesystem.public' shared service.
  16046.      *
  16047.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16048.      */
  16049.     protected function getFourtwosixRedirectForMissingTrailingSlashes_Filesystem_PublicService()
  16050.     {
  16051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16052.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16053.         return $this->services['fourtwosix_redirect_for_missing_trailing_slashes.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_redirect_for_missing_trailing_slashes');
  16054.     }
  16055.     /**
  16056.      * Gets the public 'fourtwosix_registration_fields.filesystem.private' shared service.
  16057.      *
  16058.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16059.      */
  16060.     protected function getFourtwosixRegistrationFields_Filesystem_PrivateService()
  16061.     {
  16062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16064.         return $this->services['fourtwosix_registration_fields.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_registration_fields');
  16065.     }
  16066.     /**
  16067.      * Gets the public 'fourtwosix_registration_fields.filesystem.public' shared service.
  16068.      *
  16069.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16070.      */
  16071.     protected function getFourtwosixRegistrationFields_Filesystem_PublicService()
  16072.     {
  16073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16075.         return $this->services['fourtwosix_registration_fields.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_registration_fields');
  16076.     }
  16077.     /**
  16078.      * Gets the public 'fourtwosix_shipping_costs_calculator.filesystem.private' shared service.
  16079.      *
  16080.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16081.      */
  16082.     protected function getFourtwosixShippingCostsCalculator_Filesystem_PrivateService()
  16083.     {
  16084.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16086.         return $this->services['fourtwosix_shipping_costs_calculator.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_shipping_costs_calculator');
  16087.     }
  16088.     /**
  16089.      * Gets the public 'fourtwosix_shipping_costs_calculator.filesystem.public' shared service.
  16090.      *
  16091.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16092.      */
  16093.     protected function getFourtwosixShippingCostsCalculator_Filesystem_PublicService()
  16094.     {
  16095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16097.         return $this->services['fourtwosix_shipping_costs_calculator.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_shipping_costs_calculator');
  16098.     }
  16099.     /**
  16100.      * Gets the public 'fourtwosix_shipping_costs_percentage_or_per_weight.filesystem.private' shared service.
  16101.      *
  16102.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16103.      */
  16104.     protected function getFourtwosixShippingCostsPercentageOrPerWeight_Filesystem_PrivateService()
  16105.     {
  16106.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16108.         return $this->services['fourtwosix_shipping_costs_percentage_or_per_weight.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_shipping_costs_percentage_or_per_weight');
  16109.     }
  16110.     /**
  16111.      * Gets the public 'fourtwosix_shipping_costs_percentage_or_per_weight.filesystem.public' shared service.
  16112.      *
  16113.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16114.      */
  16115.     protected function getFourtwosixShippingCostsPercentageOrPerWeight_Filesystem_PublicService()
  16116.     {
  16117.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16119.         return $this->services['fourtwosix_shipping_costs_percentage_or_per_weight.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_shipping_costs_percentage_or_per_weight');
  16120.     }
  16121.     /**
  16122.      * Gets the public 'fourtwosix_theme_extension.filesystem.private' shared service.
  16123.      *
  16124.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16125.      */
  16126.     protected function getFourtwosixThemeExtension_Filesystem_PrivateService()
  16127.     {
  16128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16130.         return $this->services['fourtwosix_theme_extension.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_theme_extension');
  16131.     }
  16132.     /**
  16133.      * Gets the public 'fourtwosix_theme_extension.filesystem.public' shared service.
  16134.      *
  16135.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16136.      */
  16137.     protected function getFourtwosixThemeExtension_Filesystem_PublicService()
  16138.     {
  16139.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16141.         return $this->services['fourtwosix_theme_extension.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_theme_extension');
  16142.     }
  16143.     /**
  16144.      * Gets the public 'fourtwosix_translate_order_states.filesystem.private' shared service.
  16145.      *
  16146.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16147.      */
  16148.     protected function getFourtwosixTranslateOrderStates_Filesystem_PrivateService()
  16149.     {
  16150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16152.         return $this->services['fourtwosix_translate_order_states.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fourtwosix_translate_order_states');
  16153.     }
  16154.     /**
  16155.      * Gets the public 'fourtwosix_translate_order_states.filesystem.public' shared service.
  16156.      *
  16157.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16158.      */
  16159.     protected function getFourtwosixTranslateOrderStates_Filesystem_PublicService()
  16160.     {
  16161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16163.         return $this->services['fourtwosix_translate_order_states.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fourtwosix_translate_order_states');
  16164.     }
  16165.     /**
  16166.      * Gets the public 'framework.filesystem.private' shared service.
  16167.      *
  16168.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16169.      */
  16170.     protected function getFramework_Filesystem_PrivateService()
  16171.     {
  16172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16174.         return $this->services['framework.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/framework');
  16175.     }
  16176.     /**
  16177.      * Gets the public 'framework.filesystem.public' shared service.
  16178.      *
  16179.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16180.      */
  16181.     protected function getFramework_Filesystem_PublicService()
  16182.     {
  16183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16185.         return $this->services['framework.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/framework');
  16186.     }
  16187.     /**
  16188.      * Gets the public 'frosh_mail_archive.repository' shared service.
  16189.      *
  16190.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16191.      */
  16192.     protected function getFroshMailArchive_RepositoryService()
  16193.     {
  16194.         return $this->services['frosh_mail_archive.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Frosh\\MailArchive\\Content\\MailArchive\\MailArchiveDefinition'] ?? $this->getMailArchiveDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16195.     }
  16196.     /**
  16197.      * Gets the public 'frosh_platform_mail_archive.filesystem.private' shared service.
  16198.      *
  16199.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16200.      */
  16201.     protected function getFroshPlatformMailArchive_Filesystem_PrivateService()
  16202.     {
  16203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16205.         return $this->services['frosh_platform_mail_archive.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/frosh_platform_mail_archive');
  16206.     }
  16207.     /**
  16208.      * Gets the public 'frosh_platform_mail_archive.filesystem.public' shared service.
  16209.      *
  16210.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16211.      */
  16212.     protected function getFroshPlatformMailArchive_Filesystem_PublicService()
  16213.     {
  16214.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16215.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16216.         return $this->services['frosh_platform_mail_archive.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/frosh_platform_mail_archive');
  16217.     }
  16218.     /**
  16219.      * Gets the public 'frosh_tools.filesystem.private' shared service.
  16220.      *
  16221.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16222.      */
  16223.     protected function getFroshTools_Filesystem_PrivateService()
  16224.     {
  16225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16227.         return $this->services['frosh_tools.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/frosh_tools');
  16228.     }
  16229.     /**
  16230.      * Gets the public 'frosh_tools.filesystem.public' shared service.
  16231.      *
  16232.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16233.      */
  16234.     protected function getFroshTools_Filesystem_PublicService()
  16235.     {
  16236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16238.         return $this->services['frosh_tools.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/frosh_tools');
  16239.     }
  16240.     /**
  16241.      * Gets the public 'fts.payment_cost.service.config_service' shared service.
  16242.      *
  16243.      * @return \Fourtwosix\PaymentSurcharge\Service\ConfigService
  16244.      */
  16245.     protected function getFts_PaymentCost_Service_ConfigServiceService()
  16246.     {
  16247.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Service/ConfigService.php';
  16248.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  16249.         if (isset($this->services['fts.payment_cost.service.config_service'])) {
  16250.             return $this->services['fts.payment_cost.service.config_service'];
  16251.         }
  16252.         return $this->services['fts.payment_cost.service.config_service'] = new \Fourtwosix\PaymentSurcharge\Service\ConfigService($a'FourtwosixPaymentSurcharge');
  16253.     }
  16254.     /**
  16255.      * Gets the public 'fts.payment_cost.service.payment_method_paymentcost_service' shared service.
  16256.      *
  16257.      * @return \Fourtwosix\PaymentSurcharge\Service\PaymentMethodPaymentCostService
  16258.      */
  16259.     protected function getFts_PaymentCost_Service_PaymentMethodPaymentcostServiceService()
  16260.     {
  16261.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Service/PaymentMethodPaymentCostService.php';
  16262.         $a = ($this->services['fts_payment_cost.repository'] ?? $this->getFtsPaymentCost_RepositoryService());
  16263.         if (isset($this->services['fts.payment_cost.service.payment_method_paymentcost_service'])) {
  16264.             return $this->services['fts.payment_cost.service.payment_method_paymentcost_service'];
  16265.         }
  16266.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  16267.         if (isset($this->services['fts.payment_cost.service.payment_method_paymentcost_service'])) {
  16268.             return $this->services['fts.payment_cost.service.payment_method_paymentcost_service'];
  16269.         }
  16270.         return $this->services['fts.payment_cost.service.payment_method_paymentcost_service'] = new \Fourtwosix\PaymentSurcharge\Service\PaymentMethodPaymentCostService($a$b);
  16271.     }
  16272.     /**
  16273.      * Gets the public 'fts_attachment.repository' shared service.
  16274.      *
  16275.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16276.      */
  16277.     protected function getFtsAttachment_RepositoryService()
  16278.     {
  16279.         return $this->services['fts_attachment.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Fourtwosix\\Attachments\\Core\\Content\\Product\\AttachmentDefinition'] ?? $this->getAttachmentDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16280.     }
  16281.     /**
  16282.      * Gets the public 'fts_attachment_language.repository' shared service.
  16283.      *
  16284.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16285.      */
  16286.     protected function getFtsAttachmentLanguage_RepositoryService()
  16287.     {
  16288.         return $this->services['fts_attachment_language.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Fourtwosix\\Attachments\\Core\\Content\\Product\\Aggregate\\AttachmentLanguage\\AttachmentLanguageDefinition'] ?? $this->getAttachmentLanguageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16289.     }
  16290.     /**
  16291.      * Gets the public 'fts_attachment_translation.repository' shared service.
  16292.      *
  16293.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16294.      */
  16295.     protected function getFtsAttachmentTranslation_RepositoryService()
  16296.     {
  16297.         return $this->services['fts_attachment_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Fourtwosix\\Attachments\\Core\\Content\\Product\\Aggregate\\AttachmentTranslation\\AttachmentTranslationDefinition'] ?? $this->getAttachmentTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16298.     }
  16299.     /**
  16300.      * Gets the public 'fts_payment_cost.repository' shared service.
  16301.      *
  16302.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16303.      */
  16304.     protected function getFtsPaymentCost_RepositoryService()
  16305.     {
  16306.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16307.         if (isset($this->services['fts_payment_cost.repository'])) {
  16308.             return $this->services['fts_payment_cost.repository'];
  16309.         }
  16310.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16311.         if (isset($this->services['fts_payment_cost.repository'])) {
  16312.             return $this->services['fts_payment_cost.repository'];
  16313.         }
  16314.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16315.         if (isset($this->services['fts_payment_cost.repository'])) {
  16316.             return $this->services['fts_payment_cost.repository'];
  16317.         }
  16318.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16319.         if (isset($this->services['fts_payment_cost.repository'])) {
  16320.             return $this->services['fts_payment_cost.repository'];
  16321.         }
  16322.         return $this->services['fts_payment_cost.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Fourtwosix\\PaymentSurcharge\\Core\\Content\\PaymentCost\\PaymentCostDefinition'] ?? $this->getPaymentCostDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16323.     }
  16324.     /**
  16325.      * Gets the public 'fts_payment_cost_translation.repository' shared service.
  16326.      *
  16327.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16328.      */
  16329.     protected function getFtsPaymentCostTranslation_RepositoryService()
  16330.     {
  16331.         return $this->services['fts_payment_cost_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Fourtwosix\\PaymentSurcharge\\Core\\Content\\PaymentCost\\Aggregate\\PaymentCostTranslation\\PaymentCostTranslationDefinition'] ?? $this->getPaymentCostTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16332.     }
  16333.     /**
  16334.      * Gets the public 'http_kernel' shared service.
  16335.      *
  16336.      * @return \Symfony\Component\HttpKernel\HttpKernel
  16337.      */
  16338.     protected function getHttpKernelService()
  16339.     {
  16340.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16341.         if (isset($this->services['http_kernel'])) {
  16342.             return $this->services['http_kernel'];
  16343.         }
  16344.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  16345.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  16346.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Customer\\CustomerValueResolver'] ?? $this->getCustomerValueResolverService());
  16347.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'] ?? $this->getCartValueResolverService());
  16348.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\QueryDataBagResolver'] ?? $this->getQueryDataBagResolverService());
  16349.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\RequestDataBagResolver'] ?? $this->getRequestDataBagResolverService());
  16350.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Context\\ContextValueResolver'] ?? $this->getContextValueResolverService());
  16351.             yield => ($this->privates['debug.Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextValueResolver'] ?? $this->getSalesChannelContextValueResolverService());
  16352.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  16353.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Response\\ResponseFactoryInterfaceValueResolver'] ?? $this->getResponseFactoryInterfaceValueResolverService());
  16354.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  16355.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  16356.             yield 10 => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\Annotation\\CriteriaValueResolver'] ?? $this->getCriteriaValueResolverService());
  16357.             yield 11 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  16358.             yield 12 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  16359.             yield 13 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  16360.             yield 14 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  16361.         }, 15)), $b));
  16362.     }
  16363.     /**
  16364.      * Gets the public 'icorp_cms_extend_parallax_box.filesystem.private' shared service.
  16365.      *
  16366.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16367.      */
  16368.     protected function getIcorpCmsExtendParallaxBox_Filesystem_PrivateService()
  16369.     {
  16370.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16371.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16372.         return $this->services['icorp_cms_extend_parallax_box.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/icorp_cms_extend_parallax_box');
  16373.     }
  16374.     /**
  16375.      * Gets the public 'icorp_cms_extend_parallax_box.filesystem.public' shared service.
  16376.      *
  16377.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16378.      */
  16379.     protected function getIcorpCmsExtendParallaxBox_Filesystem_PublicService()
  16380.     {
  16381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16383.         return $this->services['icorp_cms_extend_parallax_box.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/icorp_cms_extend_parallax_box');
  16384.     }
  16385.     /**
  16386.      * Gets the public 'import_export_file.repository' shared service.
  16387.      *
  16388.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16389.      */
  16390.     protected function getImportExportFile_RepositoryService()
  16391.     {
  16392.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16393.         if (isset($this->services['import_export_file.repository'])) {
  16394.             return $this->services['import_export_file.repository'];
  16395.         }
  16396.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16397.         if (isset($this->services['import_export_file.repository'])) {
  16398.             return $this->services['import_export_file.repository'];
  16399.         }
  16400.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16401.         if (isset($this->services['import_export_file.repository'])) {
  16402.             return $this->services['import_export_file.repository'];
  16403.         }
  16404.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16405.         if (isset($this->services['import_export_file.repository'])) {
  16406.             return $this->services['import_export_file.repository'];
  16407.         }
  16408.         return $this->services['import_export_file.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] ?? $this->getImportExportFileDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16409.     }
  16410.     /**
  16411.      * Gets the public 'import_export_log.repository' shared service.
  16412.      *
  16413.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16414.      */
  16415.     protected function getImportExportLog_RepositoryService()
  16416.     {
  16417.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16418.         if (isset($this->services['import_export_log.repository'])) {
  16419.             return $this->services['import_export_log.repository'];
  16420.         }
  16421.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16422.         if (isset($this->services['import_export_log.repository'])) {
  16423.             return $this->services['import_export_log.repository'];
  16424.         }
  16425.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16426.         if (isset($this->services['import_export_log.repository'])) {
  16427.             return $this->services['import_export_log.repository'];
  16428.         }
  16429.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16430.         if (isset($this->services['import_export_log.repository'])) {
  16431.             return $this->services['import_export_log.repository'];
  16432.         }
  16433.         return $this->services['import_export_log.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] ?? $this->getImportExportLogDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16434.     }
  16435.     /**
  16436.      * Gets the public 'import_export_profile.repository' shared service.
  16437.      *
  16438.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16439.      */
  16440.     protected function getImportExportProfile_RepositoryService()
  16441.     {
  16442.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16443.         if (isset($this->services['import_export_profile.repository'])) {
  16444.             return $this->services['import_export_profile.repository'];
  16445.         }
  16446.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16447.         if (isset($this->services['import_export_profile.repository'])) {
  16448.             return $this->services['import_export_profile.repository'];
  16449.         }
  16450.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16451.         if (isset($this->services['import_export_profile.repository'])) {
  16452.             return $this->services['import_export_profile.repository'];
  16453.         }
  16454.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16455.         if (isset($this->services['import_export_profile.repository'])) {
  16456.             return $this->services['import_export_profile.repository'];
  16457.         }
  16458.         return $this->services['import_export_profile.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] ?? $this->getImportExportProfileDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16459.     }
  16460.     /**
  16461.      * Gets the public 'import_export_profile_translation.repository' shared service.
  16462.      *
  16463.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16464.      */
  16465.     protected function getImportExportProfileTranslation_RepositoryService()
  16466.     {
  16467.         return $this->services['import_export_profile_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] ?? $this->getImportExportProfileTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16468.     }
  16469.     /**
  16470.      * Gets the public 'integration.repository' shared service.
  16471.      *
  16472.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16473.      */
  16474.     protected function getIntegration_RepositoryService()
  16475.     {
  16476.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16477.         if (isset($this->services['integration.repository'])) {
  16478.             return $this->services['integration.repository'];
  16479.         }
  16480.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16481.         if (isset($this->services['integration.repository'])) {
  16482.             return $this->services['integration.repository'];
  16483.         }
  16484.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16485.         if (isset($this->services['integration.repository'])) {
  16486.             return $this->services['integration.repository'];
  16487.         }
  16488.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16489.         if (isset($this->services['integration.repository'])) {
  16490.             return $this->services['integration.repository'];
  16491.         }
  16492.         return $this->services['integration.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Integration\\IntegrationDefinition'] ?? $this->getIntegrationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16493.     }
  16494.     /**
  16495.      * Gets the public 'integration_role.repository' shared service.
  16496.      *
  16497.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16498.      */
  16499.     protected function getIntegrationRole_RepositoryService()
  16500.     {
  16501.         return $this->services['integration_role.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] ?? $this->getIntegrationRoleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16502.     }
  16503.     /**
  16504.      * Gets the public 'landing_page.repository' shared service.
  16505.      *
  16506.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16507.      */
  16508.     protected function getLandingPage_RepositoryService()
  16509.     {
  16510.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16511.         if (isset($this->services['landing_page.repository'])) {
  16512.             return $this->services['landing_page.repository'];
  16513.         }
  16514.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16515.         if (isset($this->services['landing_page.repository'])) {
  16516.             return $this->services['landing_page.repository'];
  16517.         }
  16518.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16519.         if (isset($this->services['landing_page.repository'])) {
  16520.             return $this->services['landing_page.repository'];
  16521.         }
  16522.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16523.         if (isset($this->services['landing_page.repository'])) {
  16524.             return $this->services['landing_page.repository'];
  16525.         }
  16526.         return $this->services['landing_page.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] ?? $this->getLandingPageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16527.     }
  16528.     /**
  16529.      * Gets the public 'landing_page_sales_channel.repository' shared service.
  16530.      *
  16531.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16532.      */
  16533.     protected function getLandingPageSalesChannel_RepositoryService()
  16534.     {
  16535.         return $this->services['landing_page_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] ?? $this->getLandingPageSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16536.     }
  16537.     /**
  16538.      * Gets the public 'landing_page_tag.repository' shared service.
  16539.      *
  16540.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16541.      */
  16542.     protected function getLandingPageTag_RepositoryService()
  16543.     {
  16544.         return $this->services['landing_page_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] ?? $this->getLandingPageTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16545.     }
  16546.     /**
  16547.      * Gets the public 'landing_page_translation.repository' shared service.
  16548.      *
  16549.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16550.      */
  16551.     protected function getLandingPageTranslation_RepositoryService()
  16552.     {
  16553.         return $this->services['landing_page_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] ?? $this->getLandingPageTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16554.     }
  16555.     /**
  16556.      * Gets the public 'language.repository' shared service.
  16557.      *
  16558.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  16559.      */
  16560.     protected function getLanguage_RepositoryService()
  16561.     {
  16562.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16563.         if (isset($this->services['language.repository'])) {
  16564.             return $this->services['language.repository'];
  16565.         }
  16566.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16567.         if (isset($this->services['language.repository'])) {
  16568.             return $this->services['language.repository'];
  16569.         }
  16570.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16571.         if (isset($this->services['language.repository'])) {
  16572.             return $this->services['language.repository'];
  16573.         }
  16574.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16575.         if (isset($this->services['language.repository'])) {
  16576.             return $this->services['language.repository'];
  16577.         }
  16578.         return $this->services['language.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Language\\LanguageDefinition'] ?? $this->getLanguageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16579.     }
  16580.     /**
  16581.      * Gets the public 'locale.repository' shared service.
  16582.      *
  16583.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16584.      */
  16585.     protected function getLocale_RepositoryService()
  16586.     {
  16587.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16588.         if (isset($this->services['locale.repository'])) {
  16589.             return $this->services['locale.repository'];
  16590.         }
  16591.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16592.         if (isset($this->services['locale.repository'])) {
  16593.             return $this->services['locale.repository'];
  16594.         }
  16595.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16596.         if (isset($this->services['locale.repository'])) {
  16597.             return $this->services['locale.repository'];
  16598.         }
  16599.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16600.         if (isset($this->services['locale.repository'])) {
  16601.             return $this->services['locale.repository'];
  16602.         }
  16603.         return $this->services['locale.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Locale\\LocaleDefinition'] ?? $this->getLocaleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16604.     }
  16605.     /**
  16606.      * Gets the public 'locale_translation.repository' shared service.
  16607.      *
  16608.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16609.      */
  16610.     protected function getLocaleTranslation_RepositoryService()
  16611.     {
  16612.         return $this->services['locale_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] ?? $this->getLocaleTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16613.     }
  16614.     /**
  16615.      * Gets the public 'log_entry.repository' shared service.
  16616.      *
  16617.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16618.      */
  16619.     protected function getLogEntry_RepositoryService()
  16620.     {
  16621.         return $this->services['log_entry.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] ?? $this->getLogEntryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16622.     }
  16623.     /**
  16624.      * Gets the public 'logger' shared service.
  16625.      *
  16626.      * @return \Symfony\Bridge\Monolog\Logger
  16627.      */
  16628.     protected function getLoggerService()
  16629.     {
  16630.         $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  16631.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16632.         $instance->useMicrosecondTimestamps(true);
  16633.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16634.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  16635.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  16636.         return $instance;
  16637.     }
  16638.     /**
  16639.      * Gets the public 'mail_header_footer.repository' shared service.
  16640.      *
  16641.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16642.      */
  16643.     protected function getMailHeaderFooter_RepositoryService()
  16644.     {
  16645.         return $this->services['mail_header_footer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] ?? $this->getMailHeaderFooterDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16646.     }
  16647.     /**
  16648.      * Gets the public 'mail_header_footer_translation.repository' shared service.
  16649.      *
  16650.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16651.      */
  16652.     protected function getMailHeaderFooterTranslation_RepositoryService()
  16653.     {
  16654.         return $this->services['mail_header_footer_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] ?? $this->getMailHeaderFooterTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16655.     }
  16656.     /**
  16657.      * Gets the public 'mail_template.repository' shared service.
  16658.      *
  16659.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16660.      */
  16661.     protected function getMailTemplate_RepositoryService()
  16662.     {
  16663.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16664.         if (isset($this->services['mail_template.repository'])) {
  16665.             return $this->services['mail_template.repository'];
  16666.         }
  16667.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16668.         if (isset($this->services['mail_template.repository'])) {
  16669.             return $this->services['mail_template.repository'];
  16670.         }
  16671.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16672.         if (isset($this->services['mail_template.repository'])) {
  16673.             return $this->services['mail_template.repository'];
  16674.         }
  16675.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16676.         if (isset($this->services['mail_template.repository'])) {
  16677.             return $this->services['mail_template.repository'];
  16678.         }
  16679.         return $this->services['mail_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] ?? $this->getMailTemplateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16680.     }
  16681.     /**
  16682.      * Gets the public 'mail_template_media.repository' shared service.
  16683.      *
  16684.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16685.      */
  16686.     protected function getMailTemplateMedia_RepositoryService()
  16687.     {
  16688.         return $this->services['mail_template_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] ?? $this->getMailTemplateMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16689.     }
  16690.     /**
  16691.      * Gets the public 'mail_template_translation.repository' shared service.
  16692.      *
  16693.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16694.      */
  16695.     protected function getMailTemplateTranslation_RepositoryService()
  16696.     {
  16697.         return $this->services['mail_template_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] ?? $this->getMailTemplateTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16698.     }
  16699.     /**
  16700.      * Gets the public 'mail_template_type.repository' shared service.
  16701.      *
  16702.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16703.      */
  16704.     protected function getMailTemplateType_RepositoryService()
  16705.     {
  16706.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16707.         if (isset($this->services['mail_template_type.repository'])) {
  16708.             return $this->services['mail_template_type.repository'];
  16709.         }
  16710.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16711.         if (isset($this->services['mail_template_type.repository'])) {
  16712.             return $this->services['mail_template_type.repository'];
  16713.         }
  16714.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16715.         if (isset($this->services['mail_template_type.repository'])) {
  16716.             return $this->services['mail_template_type.repository'];
  16717.         }
  16718.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16719.         if (isset($this->services['mail_template_type.repository'])) {
  16720.             return $this->services['mail_template_type.repository'];
  16721.         }
  16722.         return $this->services['mail_template_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] ?? $this->getMailTemplateTypeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16723.     }
  16724.     /**
  16725.      * Gets the public 'mail_template_type_translation.repository' shared service.
  16726.      *
  16727.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16728.      */
  16729.     protected function getMailTemplateTypeTranslation_RepositoryService()
  16730.     {
  16731.         return $this->services['mail_template_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] ?? $this->getMailTemplateTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16732.     }
  16733.     /**
  16734.      * Gets the public 'main_category.repository' shared service.
  16735.      *
  16736.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16737.      */
  16738.     protected function getMainCategory_RepositoryService()
  16739.     {
  16740.         return $this->services['main_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition'] ?? $this->getMainCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16741.     }
  16742.     /**
  16743.      * Gets the public 'maintenance.filesystem.private' shared service.
  16744.      *
  16745.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16746.      */
  16747.     protected function getMaintenance_Filesystem_PrivateService()
  16748.     {
  16749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16750.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16751.         return $this->services['maintenance.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/maintenance');
  16752.     }
  16753.     /**
  16754.      * Gets the public 'maintenance.filesystem.public' shared service.
  16755.      *
  16756.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16757.      */
  16758.     protected function getMaintenance_Filesystem_PublicService()
  16759.     {
  16760.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16762.         return $this->services['maintenance.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/maintenance');
  16763.     }
  16764.     /**
  16765.      * Gets the public 'media.repository' shared service.
  16766.      *
  16767.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  16768.      */
  16769.     protected function getMedia_RepositoryService()
  16770.     {
  16771.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'] ?? $this->getMediaRepositoryDecoratorService());
  16772.         if (isset($this->services['media.repository'])) {
  16773.             return $this->services['media.repository'];
  16774.         }
  16775.         return $this->services['media.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator($a);
  16776.     }
  16777.     /**
  16778.      * Gets the public 'media_default_folder.repository' shared service.
  16779.      *
  16780.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16781.      */
  16782.     protected function getMediaDefaultFolder_RepositoryService()
  16783.     {
  16784.         return $this->services['media_default_folder.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] ?? $this->getMediaDefaultFolderDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16785.     }
  16786.     /**
  16787.      * Gets the public 'media_folder.repository' shared service.
  16788.      *
  16789.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  16790.      */
  16791.     protected function getMediaFolder_RepositoryService()
  16792.     {
  16793.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16794.         if (isset($this->services['media_folder.repository'])) {
  16795.             return $this->services['media_folder.repository'];
  16796.         }
  16797.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16798.         if (isset($this->services['media_folder.repository'])) {
  16799.             return $this->services['media_folder.repository'];
  16800.         }
  16801.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16802.         if (isset($this->services['media_folder.repository'])) {
  16803.             return $this->services['media_folder.repository'];
  16804.         }
  16805.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16806.         if (isset($this->services['media_folder.repository'])) {
  16807.             return $this->services['media_folder.repository'];
  16808.         }
  16809.         return $this->services['media_folder.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] ?? $this->getMediaFolderDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()))));
  16810.     }
  16811.     /**
  16812.      * Gets the public 'media_folder_configuration.repository' shared service.
  16813.      *
  16814.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16815.      */
  16816.     protected function getMediaFolderConfiguration_RepositoryService()
  16817.     {
  16818.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16819.         if (isset($this->services['media_folder_configuration.repository'])) {
  16820.             return $this->services['media_folder_configuration.repository'];
  16821.         }
  16822.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16823.         if (isset($this->services['media_folder_configuration.repository'])) {
  16824.             return $this->services['media_folder_configuration.repository'];
  16825.         }
  16826.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16827.         if (isset($this->services['media_folder_configuration.repository'])) {
  16828.             return $this->services['media_folder_configuration.repository'];
  16829.         }
  16830.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16831.         if (isset($this->services['media_folder_configuration.repository'])) {
  16832.             return $this->services['media_folder_configuration.repository'];
  16833.         }
  16834.         return $this->services['media_folder_configuration.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] ?? $this->getMediaFolderConfigurationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16835.     }
  16836.     /**
  16837.      * Gets the public 'media_folder_configuration_media_thumbnail_size.repository' shared service.
  16838.      *
  16839.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16840.      */
  16841.     protected function getMediaFolderConfigurationMediaThumbnailSize_RepositoryService()
  16842.     {
  16843.         return $this->services['media_folder_configuration_media_thumbnail_size.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] ?? $this->getMediaFolderConfigurationMediaThumbnailSizeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16844.     }
  16845.     /**
  16846.      * Gets the public 'media_tag.repository' shared service.
  16847.      *
  16848.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16849.      */
  16850.     protected function getMediaTag_RepositoryService()
  16851.     {
  16852.         return $this->services['media_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] ?? $this->getMediaTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16853.     }
  16854.     /**
  16855.      * Gets the public 'media_thumbnail.repository' shared service.
  16856.      *
  16857.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator
  16858.      */
  16859.     protected function getMediaThumbnail_RepositoryService()
  16860.     {
  16861.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16862.         if (isset($this->services['media_thumbnail.repository'])) {
  16863.             return $this->services['media_thumbnail.repository'];
  16864.         }
  16865.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16866.         if (isset($this->services['media_thumbnail.repository'])) {
  16867.             return $this->services['media_thumbnail.repository'];
  16868.         }
  16869.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16870.         if (isset($this->services['media_thumbnail.repository'])) {
  16871.             return $this->services['media_thumbnail.repository'];
  16872.         }
  16873.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16874.         if (isset($this->services['media_thumbnail.repository'])) {
  16875.             return $this->services['media_thumbnail.repository'];
  16876.         }
  16877.         return $this->services['media_thumbnail.repository'] = new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] ?? $this->getMediaThumbnailDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16878.     }
  16879.     /**
  16880.      * Gets the public 'media_thumbnail_size.repository' shared service.
  16881.      *
  16882.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16883.      */
  16884.     protected function getMediaThumbnailSize_RepositoryService()
  16885.     {
  16886.         return $this->services['media_thumbnail_size.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] ?? $this->getMediaThumbnailSizeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16887.     }
  16888.     /**
  16889.      * Gets the public 'media_translation.repository' shared service.
  16890.      *
  16891.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16892.      */
  16893.     protected function getMediaTranslation_RepositoryService()
  16894.     {
  16895.         return $this->services['media_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] ?? $this->getMediaTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16896.     }
  16897.     /**
  16898.      * Gets the public 'message_queue_stats.repository' shared service.
  16899.      *
  16900.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16901.      */
  16902.     protected function getMessageQueueStats_RepositoryService()
  16903.     {
  16904.         return $this->services['message_queue_stats.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] ?? $this->getMessageQueueStatsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16905.     }
  16906.     /**
  16907.      * Gets the public 'messenger.default_bus' shared service.
  16908.      *
  16909.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  16910.      */
  16911.     protected function getMessenger_DefaultBusService()
  16912.     {
  16913.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Shopware\Core\Framework\MessageQueue\Monitoring\MonitoringBusDecorator(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  16914.             yield => ($this->privates['messenger.bus.shopware.middleware.traceable'] ?? $this->getMessenger_Bus_Shopware_Middleware_TraceableService());
  16915.             yield => ($this->privates['messenger.bus.shopware.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.shopware.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.shopware')));
  16916.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  16917.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  16918.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  16919.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] ?? $this->getRetryMiddlewareService());
  16920.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  16921.             yield => ($this->privates['messenger.bus.shopware.middleware.handle_message'] ?? $this->getMessenger_Bus_Shopware_Middleware_HandleMessageService());
  16922.             yield => ($this->privates['Frosh\\Tools\\Components\\Messenger\\TaskLoggingMiddleware'] ?? $this->getTaskLoggingMiddlewareService());
  16923.         }, 9)), 'default', ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService())));
  16924.     }
  16925.     /**
  16926.      * Gets the public 'monolog.logger.business_events' shared service.
  16927.      *
  16928.      * @return \Symfony\Bridge\Monolog\Logger
  16929.      */
  16930.     protected function getMonolog_Logger_BusinessEventsService()
  16931.     {
  16932.         $this->services['monolog.logger.business_events'] = $instance = new \Symfony\Bridge\Monolog\Logger('business_events');
  16933.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16934.         $instance->pushHandler(($this->privates['monolog.handler.business_event_handler_buffer'] ?? $this->getMonolog_Handler_BusinessEventHandlerBufferService()));
  16935.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16936.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  16937.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  16938.         return $instance;
  16939.     }
  16940.     /**
  16941.      * Gets the public 'moorl_client.repository' shared service.
  16942.      *
  16943.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16944.      */
  16945.     protected function getMoorlClient_RepositoryService()
  16946.     {
  16947.         return $this->services['moorl_client.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlFoundation\\Core\\Content\\Client\\ClientDefinition'] ?? $this->getClientDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16948.     }
  16949.     /**
  16950.      * Gets the public 'moorl_cms_element_config.repository' shared service.
  16951.      *
  16952.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16953.      */
  16954.     protected function getMoorlCmsElementConfig_RepositoryService()
  16955.     {
  16956.         return $this->services['moorl_cms_element_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlFoundation\\Core\\Content\\CmsElementConfig\\CmsElementConfigDefinition'] ?? $this->getCmsElementConfigDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16957.     }
  16958.     /**
  16959.      * Gets the public 'moorl_fb_element.repository' shared service.
  16960.      *
  16961.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16962.      */
  16963.     protected function getMoorlFbElement_RepositoryService()
  16964.     {
  16965.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16966.         if (isset($this->services['moorl_fb_element.repository'])) {
  16967.             return $this->services['moorl_fb_element.repository'];
  16968.         }
  16969.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16970.         if (isset($this->services['moorl_fb_element.repository'])) {
  16971.             return $this->services['moorl_fb_element.repository'];
  16972.         }
  16973.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16974.         if (isset($this->services['moorl_fb_element.repository'])) {
  16975.             return $this->services['moorl_fb_element.repository'];
  16976.         }
  16977.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16978.         if (isset($this->services['moorl_fb_element.repository'])) {
  16979.             return $this->services['moorl_fb_element.repository'];
  16980.         }
  16981.         return $this->services['moorl_fb_element.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlForms\\Core\\Content\\Element\\ElementDefinition'] ?? $this->getElementDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16982.     }
  16983.     /**
  16984.      * Gets the public 'moorl_fb_element_translation.repository' shared service.
  16985.      *
  16986.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16987.      */
  16988.     protected function getMoorlFbElementTranslation_RepositoryService()
  16989.     {
  16990.         return $this->services['moorl_fb_element_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlForms\\Core\\Content\\Element\\ElementTranslationDefinition'] ?? $this->getElementTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16991.     }
  16992.     /**
  16993.      * Gets the public 'moorl_fb_form.repository' shared service.
  16994.      *
  16995.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16996.      */
  16997.     protected function getMoorlFbForm_RepositoryService()
  16998.     {
  16999.         return $this->services['moorl_fb_form.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlForms\\Core\\Content\\Form\\FormDefinition'] ?? $this->getFormDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17000.     }
  17001.     /**
  17002.      * Gets the public 'moorl_fb_form_translation.repository' shared service.
  17003.      *
  17004.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17005.      */
  17006.     protected function getMoorlFbFormTranslation_RepositoryService()
  17007.     {
  17008.         return $this->services['moorl_fb_form_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlForms\\Core\\Content\\Form\\FormTranslationDefinition'] ?? $this->getFormTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17009.     }
  17010.     /**
  17011.      * Gets the public 'moorl_forms.filesystem.private' shared service.
  17012.      *
  17013.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17014.      */
  17015.     protected function getMoorlForms_Filesystem_PrivateService()
  17016.     {
  17017.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17019.         return $this->services['moorl_forms.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/moorl_forms');
  17020.     }
  17021.     /**
  17022.      * Gets the public 'moorl_forms.filesystem.public' shared service.
  17023.      *
  17024.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17025.      */
  17026.     protected function getMoorlForms_Filesystem_PublicService()
  17027.     {
  17028.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17030.         return $this->services['moorl_forms.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/moorl_forms');
  17031.     }
  17032.     /**
  17033.      * Gets the public 'moorl_foundation.filesystem.private' shared service.
  17034.      *
  17035.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17036.      */
  17037.     protected function getMoorlFoundation_Filesystem_PrivateService()
  17038.     {
  17039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17040.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17041.         return $this->services['moorl_foundation.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/moorl_foundation');
  17042.     }
  17043.     /**
  17044.      * Gets the public 'moorl_foundation.filesystem.public' shared service.
  17045.      *
  17046.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17047.      */
  17048.     protected function getMoorlFoundation_Filesystem_PublicService()
  17049.     {
  17050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17052.         return $this->services['moorl_foundation.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/moorl_foundation');
  17053.     }
  17054.     /**
  17055.      * Gets the public 'moorl_location.repository' shared service.
  17056.      *
  17057.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17058.      */
  17059.     protected function getMoorlLocation_RepositoryService()
  17060.     {
  17061.         return $this->services['moorl_location.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlFoundation\\Core\\Content\\Location\\LocationDefinition'] ?? $this->getLocationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17062.     }
  17063.     /**
  17064.      * Gets the public 'moorl_location_cache.repository' shared service.
  17065.      *
  17066.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17067.      */
  17068.     protected function getMoorlLocationCache_RepositoryService()
  17069.     {
  17070.         return $this->services['moorl_location_cache.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlFoundation\\Core\\Content\\Location\\LocationCacheDefinition'] ?? $this->getLocationCacheDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17071.     }
  17072.     /**
  17073.      * Gets the public 'moorl_marker.repository' shared service.
  17074.      *
  17075.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17076.      */
  17077.     protected function getMoorlMarker_RepositoryService()
  17078.     {
  17079.         return $this->services['moorl_marker.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlFoundation\\Core\\Content\\Marker\\MarkerDefinition'] ?? $this->getMarkerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17080.     }
  17081.     /**
  17082.      * Gets the public 'moorl_sorting.repository' shared service.
  17083.      *
  17084.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17085.      */
  17086.     protected function getMoorlSorting_RepositoryService()
  17087.     {
  17088.         return $this->services['moorl_sorting.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlFoundation\\Core\\Content\\Sorting\\SortingDefinition'] ?? $this->getSortingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17089.     }
  17090.     /**
  17091.      * Gets the public 'moorl_sorting_translation.repository' shared service.
  17092.      *
  17093.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17094.      */
  17095.     protected function getMoorlSortingTranslation_RepositoryService()
  17096.     {
  17097.         return $this->services['moorl_sorting_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlFoundation\\Core\\Content\\Sorting\\SortingTranslationDefinition'] ?? $this->getSortingTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17098.     }
  17099.     /**
  17100.      * Gets the public 'newsletter_recipient.repository' shared service.
  17101.      *
  17102.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17103.      */
  17104.     protected function getNewsletterRecipient_RepositoryService()
  17105.     {
  17106.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17107.         if (isset($this->services['newsletter_recipient.repository'])) {
  17108.             return $this->services['newsletter_recipient.repository'];
  17109.         }
  17110.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17111.         if (isset($this->services['newsletter_recipient.repository'])) {
  17112.             return $this->services['newsletter_recipient.repository'];
  17113.         }
  17114.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17115.         if (isset($this->services['newsletter_recipient.repository'])) {
  17116.             return $this->services['newsletter_recipient.repository'];
  17117.         }
  17118.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17119.         if (isset($this->services['newsletter_recipient.repository'])) {
  17120.             return $this->services['newsletter_recipient.repository'];
  17121.         }
  17122.         return $this->services['newsletter_recipient.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition'] ?? $this->getNewsletterRecipientDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17123.     }
  17124.     /**
  17125.      * Gets the public 'newsletter_recipient_tag.repository' shared service.
  17126.      *
  17127.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17128.      */
  17129.     protected function getNewsletterRecipientTag_RepositoryService()
  17130.     {
  17131.         return $this->services['newsletter_recipient_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] ?? $this->getNewsletterRecipientTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17132.     }
  17133.     /**
  17134.      * Gets the public 'notification.repository' shared service.
  17135.      *
  17136.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17137.      */
  17138.     protected function getNotification_RepositoryService()
  17139.     {
  17140.         return $this->services['notification.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Administration\\Notification\\NotificationDefinition'] ?? $this->getNotificationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17141.     }
  17142.     /**
  17143.      * Gets the public 'number_range.repository' shared service.
  17144.      *
  17145.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17146.      */
  17147.     protected function getNumberRange_RepositoryService()
  17148.     {
  17149.         return $this->services['number_range.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] ?? $this->getNumberRangeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17150.     }
  17151.     /**
  17152.      * Gets the public 'number_range_sales_channel.repository' shared service.
  17153.      *
  17154.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17155.      */
  17156.     protected function getNumberRangeSalesChannel_RepositoryService()
  17157.     {
  17158.         return $this->services['number_range_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] ?? $this->getNumberRangeSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17159.     }
  17160.     /**
  17161.      * Gets the public 'number_range_state.repository' shared service.
  17162.      *
  17163.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17164.      */
  17165.     protected function getNumberRangeState_RepositoryService()
  17166.     {
  17167.         return $this->services['number_range_state.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] ?? $this->getNumberRangeStateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17168.     }
  17169.     /**
  17170.      * Gets the public 'number_range_translation.repository' shared service.
  17171.      *
  17172.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17173.      */
  17174.     protected function getNumberRangeTranslation_RepositoryService()
  17175.     {
  17176.         return $this->services['number_range_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] ?? $this->getNumberRangeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17177.     }
  17178.     /**
  17179.      * Gets the public 'number_range_type.repository' shared service.
  17180.      *
  17181.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17182.      */
  17183.     protected function getNumberRangeType_RepositoryService()
  17184.     {
  17185.         return $this->services['number_range_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] ?? $this->getNumberRangeTypeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17186.     }
  17187.     /**
  17188.      * Gets the public 'number_range_type_translation.repository' shared service.
  17189.      *
  17190.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17191.      */
  17192.     protected function getNumberRangeTypeTranslation_RepositoryService()
  17193.     {
  17194.         return $this->services['number_range_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] ?? $this->getNumberRangeTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17195.     }
  17196.     /**
  17197.      * Gets the public 'nwdxx_it_recht_connector6.filesystem.private' shared service.
  17198.      *
  17199.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17200.      */
  17201.     protected function getNwdxxItRechtConnector6_Filesystem_PrivateService()
  17202.     {
  17203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17205.         return $this->services['nwdxx_it_recht_connector6.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/nwdxx_it_recht_connector6');
  17206.     }
  17207.     /**
  17208.      * Gets the public 'nwdxx_it_recht_connector6.filesystem.public' shared service.
  17209.      *
  17210.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17211.      */
  17212.     protected function getNwdxxItRechtConnector6_Filesystem_PublicService()
  17213.     {
  17214.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17215.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17216.         return $this->services['nwdxx_it_recht_connector6.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/nwdxx_it_recht_connector6');
  17217.     }
  17218.     /**
  17219.      * Gets the public 'order.repository' shared service.
  17220.      *
  17221.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  17222.      */
  17223.     protected function getOrder_RepositoryService()
  17224.     {
  17225.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17226.         if (isset($this->services['order.repository'])) {
  17227.             return $this->services['order.repository'];
  17228.         }
  17229.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17230.         if (isset($this->services['order.repository'])) {
  17231.             return $this->services['order.repository'];
  17232.         }
  17233.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17234.         if (isset($this->services['order.repository'])) {
  17235.             return $this->services['order.repository'];
  17236.         }
  17237.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17238.         if (isset($this->services['order.repository'])) {
  17239.             return $this->services['order.repository'];
  17240.         }
  17241.         return $this->services['order.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17242.     }
  17243.     /**
  17244.      * Gets the public 'order_address.repository' shared service.
  17245.      *
  17246.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  17247.      */
  17248.     protected function getOrderAddress_RepositoryService()
  17249.     {
  17250.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17251.         if (isset($this->services['order_address.repository'])) {
  17252.             return $this->services['order_address.repository'];
  17253.         }
  17254.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17255.         if (isset($this->services['order_address.repository'])) {
  17256.             return $this->services['order_address.repository'];
  17257.         }
  17258.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17259.         if (isset($this->services['order_address.repository'])) {
  17260.             return $this->services['order_address.repository'];
  17261.         }
  17262.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17263.         if (isset($this->services['order_address.repository'])) {
  17264.             return $this->services['order_address.repository'];
  17265.         }
  17266.         return $this->services['order_address.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] ?? $this->getOrderAddressDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17267.     }
  17268.     /**
  17269.      * Gets the public 'order_customer.repository' shared service.
  17270.      *
  17271.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17272.      */
  17273.     protected function getOrderCustomer_RepositoryService()
  17274.     {
  17275.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17276.         if (isset($this->services['order_customer.repository'])) {
  17277.             return $this->services['order_customer.repository'];
  17278.         }
  17279.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17280.         if (isset($this->services['order_customer.repository'])) {
  17281.             return $this->services['order_customer.repository'];
  17282.         }
  17283.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17284.         if (isset($this->services['order_customer.repository'])) {
  17285.             return $this->services['order_customer.repository'];
  17286.         }
  17287.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17288.         if (isset($this->services['order_customer.repository'])) {
  17289.             return $this->services['order_customer.repository'];
  17290.         }
  17291.         return $this->services['order_customer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] ?? $this->getOrderCustomerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17292.     }
  17293.     /**
  17294.      * Gets the public 'order_delivery.repository' shared service.
  17295.      *
  17296.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17297.      */
  17298.     protected function getOrderDelivery_RepositoryService()
  17299.     {
  17300.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17301.         if (isset($this->services['order_delivery.repository'])) {
  17302.             return $this->services['order_delivery.repository'];
  17303.         }
  17304.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17305.         if (isset($this->services['order_delivery.repository'])) {
  17306.             return $this->services['order_delivery.repository'];
  17307.         }
  17308.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17309.         if (isset($this->services['order_delivery.repository'])) {
  17310.             return $this->services['order_delivery.repository'];
  17311.         }
  17312.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17313.         if (isset($this->services['order_delivery.repository'])) {
  17314.             return $this->services['order_delivery.repository'];
  17315.         }
  17316.         return $this->services['order_delivery.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] ?? $this->getOrderDeliveryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17317.     }
  17318.     /**
  17319.      * Gets the public 'order_delivery_position.repository' shared service.
  17320.      *
  17321.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17322.      */
  17323.     protected function getOrderDeliveryPosition_RepositoryService()
  17324.     {
  17325.         return $this->services['order_delivery_position.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] ?? $this->getOrderDeliveryPositionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17326.     }
  17327.     /**
  17328.      * Gets the public 'order_line_item.repository' shared service.
  17329.      *
  17330.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  17331.      */
  17332.     protected function getOrderLineItem_RepositoryService()
  17333.     {
  17334.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17335.         if (isset($this->services['order_line_item.repository'])) {
  17336.             return $this->services['order_line_item.repository'];
  17337.         }
  17338.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17339.         if (isset($this->services['order_line_item.repository'])) {
  17340.             return $this->services['order_line_item.repository'];
  17341.         }
  17342.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17343.         if (isset($this->services['order_line_item.repository'])) {
  17344.             return $this->services['order_line_item.repository'];
  17345.         }
  17346.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17347.         if (isset($this->services['order_line_item.repository'])) {
  17348.             return $this->services['order_line_item.repository'];
  17349.         }
  17350.         return $this->services['order_line_item.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] ?? $this->getOrderLineItemDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17351.     }
  17352.     /**
  17353.      * Gets the public 'order_tag.repository' shared service.
  17354.      *
  17355.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17356.      */
  17357.     protected function getOrderTag_RepositoryService()
  17358.     {
  17359.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17360.         if (isset($this->services['order_tag.repository'])) {
  17361.             return $this->services['order_tag.repository'];
  17362.         }
  17363.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17364.         if (isset($this->services['order_tag.repository'])) {
  17365.             return $this->services['order_tag.repository'];
  17366.         }
  17367.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17368.         if (isset($this->services['order_tag.repository'])) {
  17369.             return $this->services['order_tag.repository'];
  17370.         }
  17371.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17372.         if (isset($this->services['order_tag.repository'])) {
  17373.             return $this->services['order_tag.repository'];
  17374.         }
  17375.         return $this->services['order_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] ?? $this->getOrderTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17376.     }
  17377.     /**
  17378.      * Gets the public 'order_transaction.repository' shared service.
  17379.      *
  17380.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  17381.      */
  17382.     protected function getOrderTransaction_RepositoryService()
  17383.     {
  17384.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17385.         if (isset($this->services['order_transaction.repository'])) {
  17386.             return $this->services['order_transaction.repository'];
  17387.         }
  17388.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17389.         if (isset($this->services['order_transaction.repository'])) {
  17390.             return $this->services['order_transaction.repository'];
  17391.         }
  17392.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17393.         if (isset($this->services['order_transaction.repository'])) {
  17394.             return $this->services['order_transaction.repository'];
  17395.         }
  17396.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17397.         if (isset($this->services['order_transaction.repository'])) {
  17398.             return $this->services['order_transaction.repository'];
  17399.         }
  17400.         return $this->services['order_transaction.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] ?? $this->getOrderTransactionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17401.     }
  17402.     /**
  17403.      * Gets the public 'order_transaction_capture.repository' shared service.
  17404.      *
  17405.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17406.      */
  17407.     protected function getOrderTransactionCapture_RepositoryService()
  17408.     {
  17409.         return $this->services['order_transaction_capture.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] ?? $this->getOrderTransactionCaptureDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17410.     }
  17411.     /**
  17412.      * Gets the public 'order_transaction_capture_refund.repository' shared service.
  17413.      *
  17414.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17415.      */
  17416.     protected function getOrderTransactionCaptureRefund_RepositoryService()
  17417.     {
  17418.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17419.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  17420.             return $this->services['order_transaction_capture_refund.repository'];
  17421.         }
  17422.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17423.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  17424.             return $this->services['order_transaction_capture_refund.repository'];
  17425.         }
  17426.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17427.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  17428.             return $this->services['order_transaction_capture_refund.repository'];
  17429.         }
  17430.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17431.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  17432.             return $this->services['order_transaction_capture_refund.repository'];
  17433.         }
  17434.         return $this->services['order_transaction_capture_refund.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] ?? $this->getOrderTransactionCaptureRefundDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17435.     }
  17436.     /**
  17437.      * Gets the public 'order_transaction_capture_refund_position.repository' shared service.
  17438.      *
  17439.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17440.      */
  17441.     protected function getOrderTransactionCaptureRefundPosition_RepositoryService()
  17442.     {
  17443.         return $this->services['order_transaction_capture_refund_position.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] ?? $this->getOrderTransactionCaptureRefundPositionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17444.     }
  17445.     /**
  17446.      * Gets the public 'payment_method.repository' shared service.
  17447.      *
  17448.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  17449.      */
  17450.     protected function getPaymentMethod_RepositoryService()
  17451.     {
  17452.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17453.         if (isset($this->services['payment_method.repository'])) {
  17454.             return $this->services['payment_method.repository'];
  17455.         }
  17456.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17457.         if (isset($this->services['payment_method.repository'])) {
  17458.             return $this->services['payment_method.repository'];
  17459.         }
  17460.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17461.         if (isset($this->services['payment_method.repository'])) {
  17462.             return $this->services['payment_method.repository'];
  17463.         }
  17464.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17465.         if (isset($this->services['payment_method.repository'])) {
  17466.             return $this->services['payment_method.repository'];
  17467.         }
  17468.         return $this->services['payment_method.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition'] ?? $this->getPaymentMethodDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()))));
  17469.     }
  17470.     /**
  17471.      * Gets the public 'payment_method_translation.repository' shared service.
  17472.      *
  17473.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17474.      */
  17475.     protected function getPaymentMethodTranslation_RepositoryService()
  17476.     {
  17477.         return $this->services['payment_method_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] ?? $this->getPaymentMethodTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17478.     }
  17479.     /**
  17480.      * Gets the public 'plugin.repository' shared service.
  17481.      *
  17482.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17483.      */
  17484.     protected function getPlugin_RepositoryService()
  17485.     {
  17486.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17487.         if (isset($this->services['plugin.repository'])) {
  17488.             return $this->services['plugin.repository'];
  17489.         }
  17490.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17491.         if (isset($this->services['plugin.repository'])) {
  17492.             return $this->services['plugin.repository'];
  17493.         }
  17494.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17495.         if (isset($this->services['plugin.repository'])) {
  17496.             return $this->services['plugin.repository'];
  17497.         }
  17498.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17499.         if (isset($this->services['plugin.repository'])) {
  17500.             return $this->services['plugin.repository'];
  17501.         }
  17502.         return $this->services['plugin.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] ?? $this->getPluginDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17503.     }
  17504.     /**
  17505.      * Gets the public 'plugin_translation.repository' shared service.
  17506.      *
  17507.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17508.      */
  17509.     protected function getPluginTranslation_RepositoryService()
  17510.     {
  17511.         return $this->services['plugin_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] ?? $this->getPluginTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17512.     }
  17513.     /**
  17514.      * Gets the public 'product.repository' shared service.
  17515.      *
  17516.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  17517.      */
  17518.     protected function getProduct_RepositoryService()
  17519.     {
  17520.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17521.         if (isset($this->services['product.repository'])) {
  17522.             return $this->services['product.repository'];
  17523.         }
  17524.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17525.         if (isset($this->services['product.repository'])) {
  17526.             return $this->services['product.repository'];
  17527.         }
  17528.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17529.         if (isset($this->services['product.repository'])) {
  17530.             return $this->services['product.repository'];
  17531.         }
  17532.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17533.         if (isset($this->services['product.repository'])) {
  17534.             return $this->services['product.repository'];
  17535.         }
  17536.         $e = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService());
  17537.         $f = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d$e);
  17538.         $f->setEntityLoadedEventFactory($e);
  17539.         return $this->services['product.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator($f);
  17540.     }
  17541.     /**
  17542.      * Gets the public 'product_category.repository' shared service.
  17543.      *
  17544.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17545.      */
  17546.     protected function getProductCategory_RepositoryService()
  17547.     {
  17548.         return $this->services['product_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] ?? $this->getProductCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17549.     }
  17550.     /**
  17551.      * Gets the public 'product_category_tree.repository' shared service.
  17552.      *
  17553.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17554.      */
  17555.     protected function getProductCategoryTree_RepositoryService()
  17556.     {
  17557.         return $this->services['product_category_tree.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] ?? $this->getProductCategoryTreeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17558.     }
  17559.     /**
  17560.      * Gets the public 'product_configurator_setting.repository' shared service.
  17561.      *
  17562.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17563.      */
  17564.     protected function getProductConfiguratorSetting_RepositoryService()
  17565.     {
  17566.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17567.         if (isset($this->services['product_configurator_setting.repository'])) {
  17568.             return $this->services['product_configurator_setting.repository'];
  17569.         }
  17570.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17571.         if (isset($this->services['product_configurator_setting.repository'])) {
  17572.             return $this->services['product_configurator_setting.repository'];
  17573.         }
  17574.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17575.         if (isset($this->services['product_configurator_setting.repository'])) {
  17576.             return $this->services['product_configurator_setting.repository'];
  17577.         }
  17578.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17579.         if (isset($this->services['product_configurator_setting.repository'])) {
  17580.             return $this->services['product_configurator_setting.repository'];
  17581.         }
  17582.         return $this->services['product_configurator_setting.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] ?? $this->getProductConfiguratorSettingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17583.     }
  17584.     /**
  17585.      * Gets the public 'product_cross_selling.repository' shared service.
  17586.      *
  17587.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17588.      */
  17589.     protected function getProductCrossSelling_RepositoryService()
  17590.     {
  17591.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17592.         if (isset($this->services['product_cross_selling.repository'])) {
  17593.             return $this->services['product_cross_selling.repository'];
  17594.         }
  17595.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17596.         if (isset($this->services['product_cross_selling.repository'])) {
  17597.             return $this->services['product_cross_selling.repository'];
  17598.         }
  17599.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17600.         if (isset($this->services['product_cross_selling.repository'])) {
  17601.             return $this->services['product_cross_selling.repository'];
  17602.         }
  17603.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17604.         if (isset($this->services['product_cross_selling.repository'])) {
  17605.             return $this->services['product_cross_selling.repository'];
  17606.         }
  17607.         return $this->services['product_cross_selling.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] ?? $this->getProductCrossSellingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17608.     }
  17609.     /**
  17610.      * Gets the public 'product_cross_selling_assigned_products.repository' shared service.
  17611.      *
  17612.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17613.      */
  17614.     protected function getProductCrossSellingAssignedProducts_RepositoryService()
  17615.     {
  17616.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17617.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  17618.             return $this->services['product_cross_selling_assigned_products.repository'];
  17619.         }
  17620.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17621.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  17622.             return $this->services['product_cross_selling_assigned_products.repository'];
  17623.         }
  17624.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17625.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  17626.             return $this->services['product_cross_selling_assigned_products.repository'];
  17627.         }
  17628.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17629.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  17630.             return $this->services['product_cross_selling_assigned_products.repository'];
  17631.         }
  17632.         return $this->services['product_cross_selling_assigned_products.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] ?? $this->getProductCrossSellingAssignedProductsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17633.     }
  17634.     /**
  17635.      * Gets the public 'product_cross_selling_translation.repository' shared service.
  17636.      *
  17637.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17638.      */
  17639.     protected function getProductCrossSellingTranslation_RepositoryService()
  17640.     {
  17641.         return $this->services['product_cross_selling_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] ?? $this->getProductCrossSellingTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17642.     }
  17643.     /**
  17644.      * Gets the public 'product_custom_field_set.repository' shared service.
  17645.      *
  17646.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17647.      */
  17648.     protected function getProductCustomFieldSet_RepositoryService()
  17649.     {
  17650.         return $this->services['product_custom_field_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] ?? $this->getProductCustomFieldSetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17651.     }
  17652.     /**
  17653.      * Gets the public 'product_export.repository' shared service.
  17654.      *
  17655.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17656.      */
  17657.     protected function getProductExport_RepositoryService()
  17658.     {
  17659.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17660.         if (isset($this->services['product_export.repository'])) {
  17661.             return $this->services['product_export.repository'];
  17662.         }
  17663.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17664.         if (isset($this->services['product_export.repository'])) {
  17665.             return $this->services['product_export.repository'];
  17666.         }
  17667.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17668.         if (isset($this->services['product_export.repository'])) {
  17669.             return $this->services['product_export.repository'];
  17670.         }
  17671.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17672.         if (isset($this->services['product_export.repository'])) {
  17673.             return $this->services['product_export.repository'];
  17674.         }
  17675.         return $this->services['product_export.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] ?? $this->getProductExportDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17676.     }
  17677.     /**
  17678.      * Gets the public 'product_feature_set.repository' shared service.
  17679.      *
  17680.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17681.      */
  17682.     protected function getProductFeatureSet_RepositoryService()
  17683.     {
  17684.         return $this->services['product_feature_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] ?? $this->getProductFeatureSetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17685.     }
  17686.     /**
  17687.      * Gets the public 'product_feature_set_translation.repository' shared service.
  17688.      *
  17689.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17690.      */
  17691.     protected function getProductFeatureSetTranslation_RepositoryService()
  17692.     {
  17693.         return $this->services['product_feature_set_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] ?? $this->getProductFeatureSetTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17694.     }
  17695.     /**
  17696.      * Gets the public 'product_keyword_dictionary.repository' shared service.
  17697.      *
  17698.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17699.      */
  17700.     protected function getProductKeywordDictionary_RepositoryService()
  17701.     {
  17702.         return $this->services['product_keyword_dictionary.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] ?? $this->getProductKeywordDictionaryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17703.     }
  17704.     /**
  17705.      * Gets the public 'product_manufacturer.repository' shared service.
  17706.      *
  17707.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17708.      */
  17709.     protected function getProductManufacturer_RepositoryService()
  17710.     {
  17711.         return $this->services['product_manufacturer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17712.     }
  17713.     /**
  17714.      * Gets the public 'product_manufacturer_translation.repository' shared service.
  17715.      *
  17716.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17717.      */
  17718.     protected function getProductManufacturerTranslation_RepositoryService()
  17719.     {
  17720.         return $this->services['product_manufacturer_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] ?? $this->getProductManufacturerTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17721.     }
  17722.     /**
  17723.      * Gets the public 'product_media.repository' shared service.
  17724.      *
  17725.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17726.      */
  17727.     protected function getProductMedia_RepositoryService()
  17728.     {
  17729.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17730.         if (isset($this->services['product_media.repository'])) {
  17731.             return $this->services['product_media.repository'];
  17732.         }
  17733.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17734.         if (isset($this->services['product_media.repository'])) {
  17735.             return $this->services['product_media.repository'];
  17736.         }
  17737.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17738.         if (isset($this->services['product_media.repository'])) {
  17739.             return $this->services['product_media.repository'];
  17740.         }
  17741.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17742.         if (isset($this->services['product_media.repository'])) {
  17743.             return $this->services['product_media.repository'];
  17744.         }
  17745.         return $this->services['product_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] ?? $this->getProductMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17746.     }
  17747.     /**
  17748.      * Gets the public 'product_option.repository' shared service.
  17749.      *
  17750.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17751.      */
  17752.     protected function getProductOption_RepositoryService()
  17753.     {
  17754.         return $this->services['product_option.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] ?? $this->getProductOptionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17755.     }
  17756.     /**
  17757.      * Gets the public 'product_price.repository' shared service.
  17758.      *
  17759.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17760.      */
  17761.     protected function getProductPrice_RepositoryService()
  17762.     {
  17763.         return $this->services['product_price.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] ?? $this->getProductPriceDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17764.     }
  17765.     /**
  17766.      * Gets the public 'product_property.repository' shared service.
  17767.      *
  17768.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17769.      */
  17770.     protected function getProductProperty_RepositoryService()
  17771.     {
  17772.         return $this->services['product_property.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] ?? $this->getProductPropertyDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17773.     }
  17774.     /**
  17775.      * Gets the public 'product_review.repository' shared service.
  17776.      *
  17777.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17778.      */
  17779.     protected function getProductReview_RepositoryService()
  17780.     {
  17781.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17782.         if (isset($this->services['product_review.repository'])) {
  17783.             return $this->services['product_review.repository'];
  17784.         }
  17785.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17786.         if (isset($this->services['product_review.repository'])) {
  17787.             return $this->services['product_review.repository'];
  17788.         }
  17789.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17790.         if (isset($this->services['product_review.repository'])) {
  17791.             return $this->services['product_review.repository'];
  17792.         }
  17793.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17794.         if (isset($this->services['product_review.repository'])) {
  17795.             return $this->services['product_review.repository'];
  17796.         }
  17797.         return $this->services['product_review.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] ?? $this->getProductReviewDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17798.     }
  17799.     /**
  17800.      * Gets the public 'product_search_config.repository' shared service.
  17801.      *
  17802.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17803.      */
  17804.     protected function getProductSearchConfig_RepositoryService()
  17805.     {
  17806.         return $this->services['product_search_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] ?? $this->getProductSearchConfigDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17807.     }
  17808.     /**
  17809.      * Gets the public 'product_search_config_field.repository' shared service.
  17810.      *
  17811.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17812.      */
  17813.     protected function getProductSearchConfigField_RepositoryService()
  17814.     {
  17815.         return $this->services['product_search_config_field.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] ?? $this->getProductSearchConfigFieldDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17816.     }
  17817.     /**
  17818.      * Gets the public 'product_search_keyword.repository' shared service.
  17819.      *
  17820.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17821.      */
  17822.     protected function getProductSearchKeyword_RepositoryService()
  17823.     {
  17824.         return $this->services['product_search_keyword.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] ?? $this->getProductSearchKeywordDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17825.     }
  17826.     /**
  17827.      * Gets the public 'product_sorting.repository' shared service.
  17828.      *
  17829.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17830.      */
  17831.     protected function getProductSorting_RepositoryService()
  17832.     {
  17833.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17834.         if (isset($this->services['product_sorting.repository'])) {
  17835.             return $this->services['product_sorting.repository'];
  17836.         }
  17837.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17838.         if (isset($this->services['product_sorting.repository'])) {
  17839.             return $this->services['product_sorting.repository'];
  17840.         }
  17841.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17842.         if (isset($this->services['product_sorting.repository'])) {
  17843.             return $this->services['product_sorting.repository'];
  17844.         }
  17845.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17846.         if (isset($this->services['product_sorting.repository'])) {
  17847.             return $this->services['product_sorting.repository'];
  17848.         }
  17849.         return $this->services['product_sorting.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] ?? $this->getProductSortingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17850.     }
  17851.     /**
  17852.      * Gets the public 'product_sorting_translation.repository' shared service.
  17853.      *
  17854.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17855.      */
  17856.     protected function getProductSortingTranslation_RepositoryService()
  17857.     {
  17858.         return $this->services['product_sorting_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] ?? $this->getProductSortingTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17859.     }
  17860.     /**
  17861.      * Gets the public 'product_stream.repository' shared service.
  17862.      *
  17863.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17864.      */
  17865.     protected function getProductStream_RepositoryService()
  17866.     {
  17867.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17868.         if (isset($this->services['product_stream.repository'])) {
  17869.             return $this->services['product_stream.repository'];
  17870.         }
  17871.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17872.         if (isset($this->services['product_stream.repository'])) {
  17873.             return $this->services['product_stream.repository'];
  17874.         }
  17875.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17876.         if (isset($this->services['product_stream.repository'])) {
  17877.             return $this->services['product_stream.repository'];
  17878.         }
  17879.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17880.         if (isset($this->services['product_stream.repository'])) {
  17881.             return $this->services['product_stream.repository'];
  17882.         }
  17883.         return $this->services['product_stream.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] ?? $this->getProductStreamDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17884.     }
  17885.     /**
  17886.      * Gets the public 'product_stream_filter.repository' shared service.
  17887.      *
  17888.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17889.      */
  17890.     protected function getProductStreamFilter_RepositoryService()
  17891.     {
  17892.         return $this->services['product_stream_filter.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] ?? $this->getProductStreamFilterDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17893.     }
  17894.     /**
  17895.      * Gets the public 'product_stream_mapping.repository' shared service.
  17896.      *
  17897.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17898.      */
  17899.     protected function getProductStreamMapping_RepositoryService()
  17900.     {
  17901.         return $this->services['product_stream_mapping.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] ?? $this->getProductStreamMappingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17902.     }
  17903.     /**
  17904.      * Gets the public 'product_stream_translation.repository' shared service.
  17905.      *
  17906.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17907.      */
  17908.     protected function getProductStreamTranslation_RepositoryService()
  17909.     {
  17910.         return $this->services['product_stream_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] ?? $this->getProductStreamTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17911.     }
  17912.     /**
  17913.      * Gets the public 'product_tag.repository' shared service.
  17914.      *
  17915.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17916.      */
  17917.     protected function getProductTag_RepositoryService()
  17918.     {
  17919.         return $this->services['product_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] ?? $this->getProductTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17920.     }
  17921.     /**
  17922.      * Gets the public 'product_translation.repository' shared service.
  17923.      *
  17924.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17925.      */
  17926.     protected function getProductTranslation_RepositoryService()
  17927.     {
  17928.         return $this->services['product_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] ?? $this->getProductTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17929.     }
  17930.     /**
  17931.      * Gets the public 'product_visibility.repository' shared service.
  17932.      *
  17933.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  17934.      */
  17935.     protected function getProductVisibility_RepositoryService()
  17936.     {
  17937.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17938.         if (isset($this->services['product_visibility.repository'])) {
  17939.             return $this->services['product_visibility.repository'];
  17940.         }
  17941.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17942.         if (isset($this->services['product_visibility.repository'])) {
  17943.             return $this->services['product_visibility.repository'];
  17944.         }
  17945.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17946.         if (isset($this->services['product_visibility.repository'])) {
  17947.             return $this->services['product_visibility.repository'];
  17948.         }
  17949.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17950.         if (isset($this->services['product_visibility.repository'])) {
  17951.             return $this->services['product_visibility.repository'];
  17952.         }
  17953.         return $this->services['product_visibility.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] ?? $this->getProductVisibilityDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17954.     }
  17955.     /**
  17956.      * Gets the public 'profiling.filesystem.private' shared service.
  17957.      *
  17958.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17959.      */
  17960.     protected function getProfiling_Filesystem_PrivateService()
  17961.     {
  17962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17964.         return $this->services['profiling.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/profiling');
  17965.     }
  17966.     /**
  17967.      * Gets the public 'profiling.filesystem.public' shared service.
  17968.      *
  17969.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17970.      */
  17971.     protected function getProfiling_Filesystem_PublicService()
  17972.     {
  17973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17975.         return $this->services['profiling.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/profiling');
  17976.     }
  17977.     /**
  17978.      * Gets the public 'promotion.repository' shared service.
  17979.      *
  17980.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17981.      */
  17982.     protected function getPromotion_RepositoryService()
  17983.     {
  17984.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17985.         if (isset($this->services['promotion.repository'])) {
  17986.             return $this->services['promotion.repository'];
  17987.         }
  17988.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17989.         if (isset($this->services['promotion.repository'])) {
  17990.             return $this->services['promotion.repository'];
  17991.         }
  17992.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17993.         if (isset($this->services['promotion.repository'])) {
  17994.             return $this->services['promotion.repository'];
  17995.         }
  17996.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17997.         if (isset($this->services['promotion.repository'])) {
  17998.             return $this->services['promotion.repository'];
  17999.         }
  18000.         return $this->services['promotion.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] ?? $this->getPromotionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18001.     }
  18002.     /**
  18003.      * Gets the public 'promotion_cart_rule.repository' shared service.
  18004.      *
  18005.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18006.      */
  18007.     protected function getPromotionCartRule_RepositoryService()
  18008.     {
  18009.         return $this->services['promotion_cart_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] ?? $this->getPromotionCartRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18010.     }
  18011.     /**
  18012.      * Gets the public 'promotion_discount.repository' shared service.
  18013.      *
  18014.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18015.      */
  18016.     protected function getPromotionDiscount_RepositoryService()
  18017.     {
  18018.         return $this->services['promotion_discount.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] ?? $this->getPromotionDiscountDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18019.     }
  18020.     /**
  18021.      * Gets the public 'promotion_discount_prices.repository' shared service.
  18022.      *
  18023.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18024.      */
  18025.     protected function getPromotionDiscountPrices_RepositoryService()
  18026.     {
  18027.         return $this->services['promotion_discount_prices.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] ?? $this->getPromotionDiscountPriceDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18028.     }
  18029.     /**
  18030.      * Gets the public 'promotion_discount_rule.repository' shared service.
  18031.      *
  18032.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18033.      */
  18034.     protected function getPromotionDiscountRule_RepositoryService()
  18035.     {
  18036.         return $this->services['promotion_discount_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] ?? $this->getPromotionDiscountRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18037.     }
  18038.     /**
  18039.      * Gets the public 'promotion_individual_code.repository' shared service.
  18040.      *
  18041.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18042.      */
  18043.     protected function getPromotionIndividualCode_RepositoryService()
  18044.     {
  18045.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18046.         if (isset($this->services['promotion_individual_code.repository'])) {
  18047.             return $this->services['promotion_individual_code.repository'];
  18048.         }
  18049.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18050.         if (isset($this->services['promotion_individual_code.repository'])) {
  18051.             return $this->services['promotion_individual_code.repository'];
  18052.         }
  18053.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18054.         if (isset($this->services['promotion_individual_code.repository'])) {
  18055.             return $this->services['promotion_individual_code.repository'];
  18056.         }
  18057.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18058.         if (isset($this->services['promotion_individual_code.repository'])) {
  18059.             return $this->services['promotion_individual_code.repository'];
  18060.         }
  18061.         return $this->services['promotion_individual_code.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] ?? $this->getPromotionIndividualCodeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18062.     }
  18063.     /**
  18064.      * Gets the public 'promotion_order_rule.repository' shared service.
  18065.      *
  18066.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18067.      */
  18068.     protected function getPromotionOrderRule_RepositoryService()
  18069.     {
  18070.         return $this->services['promotion_order_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] ?? $this->getPromotionOrderRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18071.     }
  18072.     /**
  18073.      * Gets the public 'promotion_persona_customer.repository' shared service.
  18074.      *
  18075.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18076.      */
  18077.     protected function getPromotionPersonaCustomer_RepositoryService()
  18078.     {
  18079.         return $this->services['promotion_persona_customer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] ?? $this->getPromotionPersonaCustomerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18080.     }
  18081.     /**
  18082.      * Gets the public 'promotion_persona_rule.repository' shared service.
  18083.      *
  18084.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18085.      */
  18086.     protected function getPromotionPersonaRule_RepositoryService()
  18087.     {
  18088.         return $this->services['promotion_persona_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] ?? $this->getPromotionPersonaRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18089.     }
  18090.     /**
  18091.      * Gets the public 'promotion_sales_channel.repository' shared service.
  18092.      *
  18093.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18094.      */
  18095.     protected function getPromotionSalesChannel_RepositoryService()
  18096.     {
  18097.         return $this->services['promotion_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] ?? $this->getPromotionSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18098.     }
  18099.     /**
  18100.      * Gets the public 'promotion_setgroup.repository' shared service.
  18101.      *
  18102.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18103.      */
  18104.     protected function getPromotionSetgroup_RepositoryService()
  18105.     {
  18106.         return $this->services['promotion_setgroup.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] ?? $this->getPromotionSetGroupDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18107.     }
  18108.     /**
  18109.      * Gets the public 'promotion_setgroup_rule.repository' shared service.
  18110.      *
  18111.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18112.      */
  18113.     protected function getPromotionSetgroupRule_RepositoryService()
  18114.     {
  18115.         return $this->services['promotion_setgroup_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] ?? $this->getPromotionSetGroupRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18116.     }
  18117.     /**
  18118.      * Gets the public 'promotion_translation.repository' shared service.
  18119.      *
  18120.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18121.      */
  18122.     protected function getPromotionTranslation_RepositoryService()
  18123.     {
  18124.         return $this->services['promotion_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] ?? $this->getPromotionTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18125.     }
  18126.     /**
  18127.      * Gets the public 'property_group.repository' shared service.
  18128.      *
  18129.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18130.      */
  18131.     protected function getPropertyGroup_RepositoryService()
  18132.     {
  18133.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18134.         if (isset($this->services['property_group.repository'])) {
  18135.             return $this->services['property_group.repository'];
  18136.         }
  18137.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18138.         if (isset($this->services['property_group.repository'])) {
  18139.             return $this->services['property_group.repository'];
  18140.         }
  18141.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18142.         if (isset($this->services['property_group.repository'])) {
  18143.             return $this->services['property_group.repository'];
  18144.         }
  18145.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18146.         if (isset($this->services['property_group.repository'])) {
  18147.             return $this->services['property_group.repository'];
  18148.         }
  18149.         return $this->services['property_group.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] ?? $this->getPropertyGroupDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18150.     }
  18151.     /**
  18152.      * Gets the public 'property_group_option.repository' shared service.
  18153.      *
  18154.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18155.      */
  18156.     protected function getPropertyGroupOption_RepositoryService()
  18157.     {
  18158.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18159.         if (isset($this->services['property_group_option.repository'])) {
  18160.             return $this->services['property_group_option.repository'];
  18161.         }
  18162.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18163.         if (isset($this->services['property_group_option.repository'])) {
  18164.             return $this->services['property_group_option.repository'];
  18165.         }
  18166.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18167.         if (isset($this->services['property_group_option.repository'])) {
  18168.             return $this->services['property_group_option.repository'];
  18169.         }
  18170.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18171.         if (isset($this->services['property_group_option.repository'])) {
  18172.             return $this->services['property_group_option.repository'];
  18173.         }
  18174.         return $this->services['property_group_option.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] ?? $this->getPropertyGroupOptionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18175.     }
  18176.     /**
  18177.      * Gets the public 'property_group_option_translation.repository' shared service.
  18178.      *
  18179.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18180.      */
  18181.     protected function getPropertyGroupOptionTranslation_RepositoryService()
  18182.     {
  18183.         return $this->services['property_group_option_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] ?? $this->getPropertyGroupOptionTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18184.     }
  18185.     /**
  18186.      * Gets the public 'property_group_translation.repository' shared service.
  18187.      *
  18188.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18189.      */
  18190.     protected function getPropertyGroupTranslation_RepositoryService()
  18191.     {
  18192.         return $this->services['property_group_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] ?? $this->getPropertyGroupTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18193.     }
  18194.     /**
  18195.      * Gets the public 'request_stack' shared service.
  18196.      *
  18197.      * @return \Symfony\Component\HttpFoundation\RequestStack
  18198.      */
  18199.     protected function getRequestStackService()
  18200.     {
  18201.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  18202.     }
  18203.     /**
  18204.      * Gets the public 'router' shared autowired service.
  18205.      *
  18206.      * @return \Shopware\Storefront\Framework\Routing\Router
  18207.      */
  18208.     protected function getRouterService()
  18209.     {
  18210.         return $this->services['router'] = new \Shopware\Storefront\Framework\Routing\Router(($this->privates['router.default'] ?? $this->getRouter_DefaultService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  18211.     }
  18212.     /**
  18213.      * Gets the public 'routing.loader' shared service.
  18214.      *
  18215.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  18216.      */
  18217.     protected function getRouting_LoaderService()
  18218.     {
  18219.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  18220.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  18221.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  18222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  18223.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  18224.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  18225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Route/ApiRouteLoader.php';
  18226.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  18227.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  18228.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  18229.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  18230.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  18231.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  18232.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  18233.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  18234.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  18235.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  18236.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  18237.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  18238.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  18239.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  18240.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  18241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  18242.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  18243.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  18244.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  18245.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  18246.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  18247.         $a->addLoader(new \Shopware\Core\Framework\Api\Route\ApiRouteLoader(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())));
  18248.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  18249.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  18250.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  18251.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  18252.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  18253.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18254.             'kernel' => ['services''kernel''getKernelService'false],
  18255.         ], [
  18256.             'kernel' => 'Shopware\\Core\\Kernel',
  18257.         ]), 'dev'));
  18258.         $a->addLoader($c);
  18259.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  18260.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  18261.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  18262.     }
  18263.     /**
  18264.      * Gets the public 'rule.repository' shared service.
  18265.      *
  18266.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  18267.      */
  18268.     protected function getRule_RepositoryService()
  18269.     {
  18270.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18271.         if (isset($this->services['rule.repository'])) {
  18272.             return $this->services['rule.repository'];
  18273.         }
  18274.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18275.         if (isset($this->services['rule.repository'])) {
  18276.             return $this->services['rule.repository'];
  18277.         }
  18278.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18279.         if (isset($this->services['rule.repository'])) {
  18280.             return $this->services['rule.repository'];
  18281.         }
  18282.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18283.         if (isset($this->services['rule.repository'])) {
  18284.             return $this->services['rule.repository'];
  18285.         }
  18286.         return $this->services['rule.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] ?? $this->getRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18287.     }
  18288.     /**
  18289.      * Gets the public 'rule_condition.repository' shared service.
  18290.      *
  18291.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18292.      */
  18293.     protected function getRuleCondition_RepositoryService()
  18294.     {
  18295.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18296.         if (isset($this->services['rule_condition.repository'])) {
  18297.             return $this->services['rule_condition.repository'];
  18298.         }
  18299.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18300.         if (isset($this->services['rule_condition.repository'])) {
  18301.             return $this->services['rule_condition.repository'];
  18302.         }
  18303.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18304.         if (isset($this->services['rule_condition.repository'])) {
  18305.             return $this->services['rule_condition.repository'];
  18306.         }
  18307.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18308.         if (isset($this->services['rule_condition.repository'])) {
  18309.             return $this->services['rule_condition.repository'];
  18310.         }
  18311.         return $this->services['rule_condition.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] ?? $this->getRuleConditionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18312.     }
  18313.     /**
  18314.      * Gets the public 'rule_tag.repository' shared service.
  18315.      *
  18316.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18317.      */
  18318.     protected function getRuleTag_RepositoryService()
  18319.     {
  18320.         return $this->services['rule_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] ?? $this->getRuleTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18321.     }
  18322.     /**
  18323.      * Gets the public 'sales_channel.category.repository' shared service.
  18324.      *
  18325.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  18326.      */
  18327.     protected function getSalesChannel_Category_RepositoryService()
  18328.     {
  18329.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18330.         if (isset($this->services['sales_channel.category.repository'])) {
  18331.             return $this->services['sales_channel.category.repository'];
  18332.         }
  18333.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18334.         if (isset($this->services['sales_channel.category.repository'])) {
  18335.             return $this->services['sales_channel.category.repository'];
  18336.         }
  18337.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18338.         if (isset($this->services['sales_channel.category.repository'])) {
  18339.             return $this->services['sales_channel.category.repository'];
  18340.         }
  18341.         return $this->services['sales_channel.category.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] ?? $this->getSalesChannelCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18342.     }
  18343.     /**
  18344.      * Gets the public 'sales_channel.country.repository' shared service.
  18345.      *
  18346.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  18347.      */
  18348.     protected function getSalesChannel_Country_RepositoryService()
  18349.     {
  18350.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18351.         if (isset($this->services['sales_channel.country.repository'])) {
  18352.             return $this->services['sales_channel.country.repository'];
  18353.         }
  18354.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18355.         if (isset($this->services['sales_channel.country.repository'])) {
  18356.             return $this->services['sales_channel.country.repository'];
  18357.         }
  18358.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18359.         if (isset($this->services['sales_channel.country.repository'])) {
  18360.             return $this->services['sales_channel.country.repository'];
  18361.         }
  18362.         return $this->services['sales_channel.country.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition'] ?? $this->getSalesChannelCountryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18363.     }
  18364.     /**
  18365.      * Gets the public 'sales_channel.country_state.repository' shared service.
  18366.      *
  18367.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  18368.      */
  18369.     protected function getSalesChannel_CountryState_RepositoryService()
  18370.     {
  18371.         return $this->services['sales_channel.country_state.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition'] ?? $this->getSalesChannelCountryStateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18372.     }
  18373.     /**
  18374.      * Gets the public 'sales_channel.currency.repository' shared service.
  18375.      *
  18376.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  18377.      */
  18378.     protected function getSalesChannel_Currency_RepositoryService()
  18379.     {
  18380.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18381.         if (isset($this->services['sales_channel.currency.repository'])) {
  18382.             return $this->services['sales_channel.currency.repository'];
  18383.         }
  18384.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18385.         if (isset($this->services['sales_channel.currency.repository'])) {
  18386.             return $this->services['sales_channel.currency.repository'];
  18387.         }
  18388.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18389.         if (isset($this->services['sales_channel.currency.repository'])) {
  18390.             return $this->services['sales_channel.currency.repository'];
  18391.         }
  18392.         return $this->services['sales_channel.currency.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition'] ?? $this->getSalesChannelCurrencyDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18393.     }
  18394.     /**
  18395.      * Gets the public 'sales_channel.landing_page.repository' shared service.
  18396.      *
  18397.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  18398.      */
  18399.     protected function getSalesChannel_LandingPage_RepositoryService()
  18400.     {
  18401.         return $this->services['sales_channel.landing_page.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition'] ?? $this->getSalesChannelLandingPageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18402.     }
  18403.     /**
  18404.      * Gets the public 'sales_channel.language.repository' shared service.
  18405.      *
  18406.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  18407.      */
  18408.     protected function getSalesChannel_Language_RepositoryService()
  18409.     {
  18410.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18411.         if (isset($this->services['sales_channel.language.repository'])) {
  18412.             return $this->services['sales_channel.language.repository'];
  18413.         }
  18414.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18415.         if (isset($this->services['sales_channel.language.repository'])) {
  18416.             return $this->services['sales_channel.language.repository'];
  18417.         }
  18418.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18419.         if (isset($this->services['sales_channel.language.repository'])) {
  18420.             return $this->services['sales_channel.language.repository'];
  18421.         }
  18422.         return $this->services['sales_channel.language.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition'] ?? $this->getSalesChannelLanguageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18423.     }
  18424.     /**
  18425.      * Gets the public 'sales_channel.main_category.repository' shared service.
  18426.      *
  18427.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  18428.      */
  18429.     protected function getSalesChannel_MainCategory_RepositoryService()
  18430.     {
  18431.         return $this->services['sales_channel.main_category.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition'] ?? $this->getSalesChannelMainCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18432.     }
  18433.     /**
  18434.      * Gets the public 'sales_channel.newsletter_recipient.repository' shared service.
  18435.      *
  18436.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  18437.      */
  18438.     protected function getSalesChannel_NewsletterRecipient_RepositoryService()
  18439.     {
  18440.         return $this->services['sales_channel.newsletter_recipient.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition'] ?? $this->getSalesChannelNewsletterRecipientDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18441.     }
  18442.     /**
  18443.      * Gets the public 'sales_channel.payment_method.repository' shared service.
  18444.      *
  18445.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  18446.      */
  18447.     protected function getSalesChannel_PaymentMethod_RepositoryService()
  18448.     {
  18449.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18450.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  18451.             return $this->services['sales_channel.payment_method.repository'];
  18452.         }
  18453.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18454.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  18455.             return $this->services['sales_channel.payment_method.repository'];
  18456.         }
  18457.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18458.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  18459.             return $this->services['sales_channel.payment_method.repository'];
  18460.         }
  18461.         return $this->services['sales_channel.payment_method.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition'] ?? $this->getSalesChannelPaymentMethodDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18462.     }
  18463.     /**
  18464.      * Gets the public 'sales_channel.product.repository' shared service.
  18465.      *
  18466.      * @return \Swag\PayPal\Util\Compatibility\SalesChannelRepositoryDecorator
  18467.      */
  18468.     protected function getSalesChannel_Product_RepositoryService()
  18469.     {
  18470.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18471.         if (isset($this->services['sales_channel.product.repository'])) {
  18472.             return $this->services['sales_channel.product.repository'];
  18473.         }
  18474.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18475.         if (isset($this->services['sales_channel.product.repository'])) {
  18476.             return $this->services['sales_channel.product.repository'];
  18477.         }
  18478.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18479.         if (isset($this->services['sales_channel.product.repository'])) {
  18480.             return $this->services['sales_channel.product.repository'];
  18481.         }
  18482.         return $this->services['sales_channel.product.repository'] = new \Swag\PayPal\Util\Compatibility\SalesChannelRepositoryDecorator(new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] ?? $this->getSalesChannelProductDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18483.     }
  18484.     /**
  18485.      * Gets the public 'sales_channel.repository' shared service.
  18486.      *
  18487.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  18488.      */
  18489.     protected function getSalesChannel_RepositoryService()
  18490.     {
  18491.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18492.         if (isset($this->services['sales_channel.repository'])) {
  18493.             return $this->services['sales_channel.repository'];
  18494.         }
  18495.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18496.         if (isset($this->services['sales_channel.repository'])) {
  18497.             return $this->services['sales_channel.repository'];
  18498.         }
  18499.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18500.         if (isset($this->services['sales_channel.repository'])) {
  18501.             return $this->services['sales_channel.repository'];
  18502.         }
  18503.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18504.         if (isset($this->services['sales_channel.repository'])) {
  18505.             return $this->services['sales_channel.repository'];
  18506.         }
  18507.         return $this->services['sales_channel.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] ?? $this->getSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18508.     }
  18509.     /**
  18510.      * Gets the public 'sales_channel.salutation.repository' shared service.
  18511.      *
  18512.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  18513.      */
  18514.     protected function getSalesChannel_Salutation_RepositoryService()
  18515.     {
  18516.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18517.         if (isset($this->services['sales_channel.salutation.repository'])) {
  18518.             return $this->services['sales_channel.salutation.repository'];
  18519.         }
  18520.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18521.         if (isset($this->services['sales_channel.salutation.repository'])) {
  18522.             return $this->services['sales_channel.salutation.repository'];
  18523.         }
  18524.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18525.         if (isset($this->services['sales_channel.salutation.repository'])) {
  18526.             return $this->services['sales_channel.salutation.repository'];
  18527.         }
  18528.         return $this->services['sales_channel.salutation.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition'] ?? $this->getSalesChannelSalutationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18529.     }
  18530.     /**
  18531.      * Gets the public 'sales_channel.seo_url.repository' shared service.
  18532.      *
  18533.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  18534.      */
  18535.     protected function getSalesChannel_SeoUrl_RepositoryService()
  18536.     {
  18537.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18538.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  18539.             return $this->services['sales_channel.seo_url.repository'];
  18540.         }
  18541.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18542.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  18543.             return $this->services['sales_channel.seo_url.repository'];
  18544.         }
  18545.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18546.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  18547.             return $this->services['sales_channel.seo_url.repository'];
  18548.         }
  18549.         return $this->services['sales_channel.seo_url.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition'] ?? $this->getSalesChannelSeoUrlDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18550.     }
  18551.     /**
  18552.      * Gets the public 'sales_channel.shipping_method.repository' shared service.
  18553.      *
  18554.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  18555.      */
  18556.     protected function getSalesChannel_ShippingMethod_RepositoryService()
  18557.     {
  18558.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18559.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  18560.             return $this->services['sales_channel.shipping_method.repository'];
  18561.         }
  18562.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18563.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  18564.             return $this->services['sales_channel.shipping_method.repository'];
  18565.         }
  18566.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18567.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  18568.             return $this->services['sales_channel.shipping_method.repository'];
  18569.         }
  18570.         return $this->services['sales_channel.shipping_method.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition'] ?? $this->getSalesChannelShippingMethodDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18571.     }
  18572.     /**
  18573.      * Gets the public 'sales_channel_analytics.repository' shared service.
  18574.      *
  18575.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18576.      */
  18577.     protected function getSalesChannelAnalytics_RepositoryService()
  18578.     {
  18579.         return $this->services['sales_channel_analytics.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] ?? $this->getSalesChannelAnalyticsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18580.     }
  18581.     /**
  18582.      * Gets the public 'sales_channel_country.repository' shared service.
  18583.      *
  18584.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18585.      */
  18586.     protected function getSalesChannelCountry_RepositoryService()
  18587.     {
  18588.         return $this->services['sales_channel_country.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] ?? $this->getSalesChannelCountryDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18589.     }
  18590.     /**
  18591.      * Gets the public 'sales_channel_currency.repository' shared service.
  18592.      *
  18593.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  18594.      */
  18595.     protected function getSalesChannelCurrency_RepositoryService()
  18596.     {
  18597.         return $this->services['sales_channel_currency.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] ?? $this->getSalesChannelCurrencyDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  18598.     }
  18599.     /**
  18600.      * Gets the public 'sales_channel_definition.Acris\Promotion\Custom\PromotionDisplayDefinition' shared service.
  18601.      *
  18602.      * @return \Acris\Promotion\Custom\PromotionDisplayDefinition
  18603.      */
  18604.     protected function getPromotionDisplayDefinition2Service()
  18605.     {
  18606.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src/Custom/PromotionDisplayDefinition.php';
  18607.         $this->services['sales_channel_definition.Acris\\Promotion\\Custom\\PromotionDisplayDefinition'] = $instance = new \Acris\Promotion\Custom\PromotionDisplayDefinition();
  18608.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18609.         return $instance;
  18610.     }
  18611.     /**
  18612.      * Gets the public 'sales_channel_definition.Acris\Tax\Custom\TaxCountryRuleDefinition' shared service.
  18613.      *
  18614.      * @return \Acris\Tax\Custom\TaxCountryRuleDefinition
  18615.      */
  18616.     protected function getTaxCountryRuleDefinition2Service()
  18617.     {
  18618.         $this->services['sales_channel_definition.Acris\\Tax\\Custom\\TaxCountryRuleDefinition'] = $instance = new \Acris\Tax\Custom\TaxCountryRuleDefinition();
  18619.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18620.         return $instance;
  18621.     }
  18622.     /**
  18623.      * Gets the public 'sales_channel_definition.Acris\Tax\Custom\TaxCustomerGroupRuleDefinition' shared service.
  18624.      *
  18625.      * @return \Acris\Tax\Custom\TaxCustomerGroupRuleDefinition
  18626.      */
  18627.     protected function getTaxCustomerGroupRuleDefinition2Service()
  18628.     {
  18629.         $this->services['sales_channel_definition.Acris\\Tax\\Custom\\TaxCustomerGroupRuleDefinition'] = $instance = new \Acris\Tax\Custom\TaxCustomerGroupRuleDefinition();
  18630.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18631.         return $instance;
  18632.     }
  18633.     /**
  18634.      * Gets the public 'sales_channel_definition.Acris\Tax\Custom\VatIdValidationLogDefinition' shared service.
  18635.      *
  18636.      * @return \Acris\Tax\Custom\VatIdValidationLogDefinition
  18637.      */
  18638.     protected function getVatIdValidationLogDefinition2Service()
  18639.     {
  18640.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Custom/VatIdValidationLogDefinition.php';
  18641.         $this->services['sales_channel_definition.Acris\\Tax\\Custom\\VatIdValidationLogDefinition'] = $instance = new \Acris\Tax\Custom\VatIdValidationLogDefinition();
  18642.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18643.         return $instance;
  18644.     }
  18645.     /**
  18646.      * Gets the public 'sales_channel_definition.AkuCmsFactory\Element\CmsFactoryElementDefinition' shared autowired service.
  18647.      *
  18648.      * @return \AkuCmsFactory\Element\CmsFactoryElementDefinition
  18649.      */
  18650.     protected function getCmsFactoryElementDefinition2Service()
  18651.     {
  18652.         $this->services['sales_channel_definition.AkuCmsFactory\\Element\\CmsFactoryElementDefinition'] = $instance = new \AkuCmsFactory\Element\CmsFactoryElementDefinition();
  18653.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18654.         return $instance;
  18655.     }
  18656.     /**
  18657.      * Gets the public 'sales_channel_definition.CoeAccountOrtPlzSw6\Core\System\Country\CountryZipValidationDefintion' shared service.
  18658.      *
  18659.      * @return \CoeAccountOrtPlzSw6\Core\System\Country\CountryZipValidationDefintion
  18660.      */
  18661.     protected function getCountryZipValidationDefintion2Service()
  18662.     {
  18663.         include_once \dirname(__DIR__4).'/custom/plugins/CoeAccountOrtPlzSw6/src/Core/System/Country/CountryZipValidationDefintion.php';
  18664.         $this->services['sales_channel_definition.CoeAccountOrtPlzSw6\\Core\\System\\Country\\CountryZipValidationDefintion'] = $instance = new \CoeAccountOrtPlzSw6\Core\System\Country\CountryZipValidationDefintion();
  18665.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18666.         return $instance;
  18667.     }
  18668.     /**
  18669.      * Gets the public 'sales_channel_definition.Fourtwosix\Attachments\Core\Content\Product\Aggregate\AttachmentLanguage\AttachmentLanguageDefinition' shared service.
  18670.      *
  18671.      * @return \Fourtwosix\Attachments\Core\Content\Product\Aggregate\AttachmentLanguage\AttachmentLanguageDefinition
  18672.      */
  18673.     protected function getAttachmentLanguageDefinition2Service()
  18674.     {
  18675.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src/Core/Content/Product/Aggregate/AttachmentLanguage/AttachmentLanguageDefinition.php';
  18676.         $this->services['sales_channel_definition.Fourtwosix\\Attachments\\Core\\Content\\Product\\Aggregate\\AttachmentLanguage\\AttachmentLanguageDefinition'] = $instance = new \Fourtwosix\Attachments\Core\Content\Product\Aggregate\AttachmentLanguage\AttachmentLanguageDefinition();
  18677.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18678.         return $instance;
  18679.     }
  18680.     /**
  18681.      * Gets the public 'sales_channel_definition.Fourtwosix\Attachments\Core\Content\Product\Aggregate\AttachmentTranslation\AttachmentTranslationDefinition' shared service.
  18682.      *
  18683.      * @return \Fourtwosix\Attachments\Core\Content\Product\Aggregate\AttachmentTranslation\AttachmentTranslationDefinition
  18684.      */
  18685.     protected function getAttachmentTranslationDefinition2Service()
  18686.     {
  18687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  18688.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src/Core/Content/Product/Aggregate/AttachmentTranslation/AttachmentTranslationDefinition.php';
  18689.         $this->services['sales_channel_definition.Fourtwosix\\Attachments\\Core\\Content\\Product\\Aggregate\\AttachmentTranslation\\AttachmentTranslationDefinition'] = $instance = new \Fourtwosix\Attachments\Core\Content\Product\Aggregate\AttachmentTranslation\AttachmentTranslationDefinition();
  18690.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18691.         return $instance;
  18692.     }
  18693.     /**
  18694.      * Gets the public 'sales_channel_definition.Fourtwosix\Attachments\Core\Content\Product\AttachmentDefinition' shared service.
  18695.      *
  18696.      * @return \Fourtwosix\Attachments\Core\Content\Product\AttachmentDefinition
  18697.      */
  18698.     protected function getAttachmentDefinition2Service()
  18699.     {
  18700.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src/Core/Content/Product/AttachmentDefinition.php';
  18701.         $this->services['sales_channel_definition.Fourtwosix\\Attachments\\Core\\Content\\Product\\AttachmentDefinition'] = $instance = new \Fourtwosix\Attachments\Core\Content\Product\AttachmentDefinition();
  18702.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18703.         return $instance;
  18704.     }
  18705.     /**
  18706.      * Gets the public 'sales_channel_definition.Fourtwosix\PaymentSurcharge\Core\Content\PaymentCost\Aggregate\PaymentCostTranslation\PaymentCostTranslationDefinition' shared service.
  18707.      *
  18708.      * @return \Fourtwosix\PaymentSurcharge\Core\Content\PaymentCost\Aggregate\PaymentCostTranslation\PaymentCostTranslationDefinition
  18709.      */
  18710.     protected function getPaymentCostTranslationDefinition2Service()
  18711.     {
  18712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  18713.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Core/Content/PaymentCost/Aggregate/PaymentCostTranslation/PaymentCostTranslationDefinition.php';
  18714.         $this->services['sales_channel_definition.Fourtwosix\\PaymentSurcharge\\Core\\Content\\PaymentCost\\Aggregate\\PaymentCostTranslation\\PaymentCostTranslationDefinition'] = $instance = new \Fourtwosix\PaymentSurcharge\Core\Content\PaymentCost\Aggregate\PaymentCostTranslation\PaymentCostTranslationDefinition();
  18715.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18716.         return $instance;
  18717.     }
  18718.     /**
  18719.      * Gets the public 'sales_channel_definition.Fourtwosix\PaymentSurcharge\Core\Content\PaymentCost\PaymentCostDefinition' shared service.
  18720.      *
  18721.      * @return \Fourtwosix\PaymentSurcharge\Core\Content\PaymentCost\PaymentCostDefinition
  18722.      */
  18723.     protected function getPaymentCostDefinition2Service()
  18724.     {
  18725.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Core/Content/PaymentCost/PaymentCostDefinition.php';
  18726.         $this->services['sales_channel_definition.Fourtwosix\\PaymentSurcharge\\Core\\Content\\PaymentCost\\PaymentCostDefinition'] = $instance = new \Fourtwosix\PaymentSurcharge\Core\Content\PaymentCost\PaymentCostDefinition();
  18727.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18728.         return $instance;
  18729.     }
  18730.     /**
  18731.      * Gets the public 'sales_channel_definition.Frosh\MailArchive\Content\MailArchive\MailArchiveDefinition' shared autowired service.
  18732.      *
  18733.      * @return \Frosh\MailArchive\Content\MailArchive\MailArchiveDefinition
  18734.      */
  18735.     protected function getMailArchiveDefinition2Service()
  18736.     {
  18737.         include_once \dirname(__DIR__4).'/custom/plugins/FroshPlatformMailArchive/src/Content/MailArchive/MailArchiveDefinition.php';
  18738.         $this->services['sales_channel_definition.Frosh\\MailArchive\\Content\\MailArchive\\MailArchiveDefinition'] = $instance = new \Frosh\MailArchive\Content\MailArchive\MailArchiveDefinition();
  18739.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18740.         return $instance;
  18741.     }
  18742.     /**
  18743.      * Gets the public 'sales_channel_definition.MoorlForms\Core\Content\Element\ElementDefinition' shared service.
  18744.      *
  18745.      * @return \MoorlForms\Core\Content\Element\ElementDefinition
  18746.      */
  18747.     protected function getElementDefinition2Service()
  18748.     {
  18749.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/ElementDefinition.php';
  18750.         $this->services['sales_channel_definition.MoorlForms\\Core\\Content\\Element\\ElementDefinition'] = $instance = new \MoorlForms\Core\Content\Element\ElementDefinition();
  18751.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18752.         return $instance;
  18753.     }
  18754.     /**
  18755.      * Gets the public 'sales_channel_definition.MoorlForms\Core\Content\Element\ElementTranslationDefinition' shared service.
  18756.      *
  18757.      * @return \MoorlForms\Core\Content\Element\ElementTranslationDefinition
  18758.      */
  18759.     protected function getElementTranslationDefinition2Service()
  18760.     {
  18761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  18762.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/ElementTranslationDefinition.php';
  18763.         $this->services['sales_channel_definition.MoorlForms\\Core\\Content\\Element\\ElementTranslationDefinition'] = $instance = new \MoorlForms\Core\Content\Element\ElementTranslationDefinition();
  18764.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18765.         return $instance;
  18766.     }
  18767.     /**
  18768.      * Gets the public 'sales_channel_definition.MoorlForms\Core\Content\Form\FormDefinition' shared service.
  18769.      *
  18770.      * @return \MoorlForms\Core\Content\Form\FormDefinition
  18771.      */
  18772.     protected function getFormDefinition2Service()
  18773.     {
  18774.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Form/FormDefinition.php';
  18775.         $this->services['sales_channel_definition.MoorlForms\\Core\\Content\\Form\\FormDefinition'] = $instance = new \MoorlForms\Core\Content\Form\FormDefinition();
  18776.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18777.         return $instance;
  18778.     }
  18779.     /**
  18780.      * Gets the public 'sales_channel_definition.MoorlForms\Core\Content\Form\FormTranslationDefinition' shared service.
  18781.      *
  18782.      * @return \MoorlForms\Core\Content\Form\FormTranslationDefinition
  18783.      */
  18784.     protected function getFormTranslationDefinition2Service()
  18785.     {
  18786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  18787.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Form/FormTranslationDefinition.php';
  18788.         $this->services['sales_channel_definition.MoorlForms\\Core\\Content\\Form\\FormTranslationDefinition'] = $instance = new \MoorlForms\Core\Content\Form\FormTranslationDefinition();
  18789.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18790.         return $instance;
  18791.     }
  18792.     /**
  18793.      * Gets the public 'sales_channel_definition.MoorlFoundation\Core\Content\Client\ClientDefinition' shared service.
  18794.      *
  18795.      * @return \MoorlFoundation\Core\Content\Client\ClientDefinition
  18796.      */
  18797.     protected function getClientDefinition2Service()
  18798.     {
  18799.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Client/ClientDefinition.php';
  18800.         $this->services['sales_channel_definition.MoorlFoundation\\Core\\Content\\Client\\ClientDefinition'] = $instance = new \MoorlFoundation\Core\Content\Client\ClientDefinition();
  18801.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18802.         return $instance;
  18803.     }
  18804.     /**
  18805.      * Gets the public 'sales_channel_definition.MoorlFoundation\Core\Content\CmsElementConfig\CmsElementConfigDefinition' shared service.
  18806.      *
  18807.      * @return \MoorlFoundation\Core\Content\CmsElementConfig\CmsElementConfigDefinition
  18808.      */
  18809.     protected function getCmsElementConfigDefinition2Service()
  18810.     {
  18811.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/CmsElementConfig/CmsElementConfigDefinition.php';
  18812.         $this->services['sales_channel_definition.MoorlFoundation\\Core\\Content\\CmsElementConfig\\CmsElementConfigDefinition'] = $instance = new \MoorlFoundation\Core\Content\CmsElementConfig\CmsElementConfigDefinition();
  18813.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18814.         return $instance;
  18815.     }
  18816.     /**
  18817.      * Gets the public 'sales_channel_definition.MoorlFoundation\Core\Content\Location\LocationCacheDefinition' shared service.
  18818.      *
  18819.      * @return \MoorlFoundation\Core\Content\Location\LocationCacheDefinition
  18820.      */
  18821.     protected function getLocationCacheDefinition2Service()
  18822.     {
  18823.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Location/LocationCacheDefinition.php';
  18824.         $this->services['sales_channel_definition.MoorlFoundation\\Core\\Content\\Location\\LocationCacheDefinition'] = $instance = new \MoorlFoundation\Core\Content\Location\LocationCacheDefinition();
  18825.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18826.         return $instance;
  18827.     }
  18828.     /**
  18829.      * Gets the public 'sales_channel_definition.MoorlFoundation\Core\Content\Location\LocationDefinition' shared service.
  18830.      *
  18831.      * @return \MoorlFoundation\Core\Content\Location\LocationDefinition
  18832.      */
  18833.     protected function getLocationDefinition2Service()
  18834.     {
  18835.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Location/LocationDefinition.php';
  18836.         $this->services['sales_channel_definition.MoorlFoundation\\Core\\Content\\Location\\LocationDefinition'] = $instance = new \MoorlFoundation\Core\Content\Location\LocationDefinition();
  18837.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18838.         return $instance;
  18839.     }
  18840.     /**
  18841.      * Gets the public 'sales_channel_definition.MoorlFoundation\Core\Content\Marker\MarkerDefinition' shared service.
  18842.      *
  18843.      * @return \MoorlFoundation\Core\Content\Marker\MarkerDefinition
  18844.      */
  18845.     protected function getMarkerDefinition2Service()
  18846.     {
  18847.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Marker/MarkerDefinition.php';
  18848.         $this->services['sales_channel_definition.MoorlFoundation\\Core\\Content\\Marker\\MarkerDefinition'] = $instance = new \MoorlFoundation\Core\Content\Marker\MarkerDefinition();
  18849.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18850.         return $instance;
  18851.     }
  18852.     /**
  18853.      * Gets the public 'sales_channel_definition.MoorlFoundation\Core\Content\Sorting\SortingDefinition' shared service.
  18854.      *
  18855.      * @return \MoorlFoundation\Core\Content\Sorting\SortingDefinition
  18856.      */
  18857.     protected function getSortingDefinition2Service()
  18858.     {
  18859.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Sorting/SortingDefinition.php';
  18860.         $this->services['sales_channel_definition.MoorlFoundation\\Core\\Content\\Sorting\\SortingDefinition'] = $instance = new \MoorlFoundation\Core\Content\Sorting\SortingDefinition();
  18861.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18862.         return $instance;
  18863.     }
  18864.     /**
  18865.      * Gets the public 'sales_channel_definition.MoorlFoundation\Core\Content\Sorting\SortingTranslationDefinition' shared service.
  18866.      *
  18867.      * @return \MoorlFoundation\Core\Content\Sorting\SortingTranslationDefinition
  18868.      */
  18869.     protected function getSortingTranslationDefinition2Service()
  18870.     {
  18871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  18872.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Sorting/SortingTranslationDefinition.php';
  18873.         $this->services['sales_channel_definition.MoorlFoundation\\Core\\Content\\Sorting\\SortingTranslationDefinition'] = $instance = new \MoorlFoundation\Core\Content\Sorting\SortingTranslationDefinition();
  18874.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18875.         return $instance;
  18876.     }
  18877.     /**
  18878.      * Gets the public 'sales_channel_definition.Shopware\Administration\Notification\NotificationDefinition' shared service.
  18879.      *
  18880.      * @return \Shopware\Administration\Notification\NotificationDefinition
  18881.      */
  18882.     protected function getNotificationDefinition2Service()
  18883.     {
  18884.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  18885.         $this->services['sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  18886.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18887.         return $instance;
  18888.     }
  18889.     /**
  18890.      * Gets the public 'sales_channel_definition.Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  18891.      *
  18892.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  18893.      */
  18894.     protected function getAppAdministrationSnippetDefinition2Service()
  18895.     {
  18896.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  18897.         $this->services['sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  18898.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18899.         return $instance;
  18900.     }
  18901.     /**
  18902.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  18903.      *
  18904.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  18905.      */
  18906.     protected function getCustomerAddressDefinition2Service()
  18907.     {
  18908.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  18909.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18910.         return $instance;
  18911.     }
  18912.     /**
  18913.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  18914.      *
  18915.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  18916.      */
  18917.     protected function getCustomerGroupRegistrationSalesChannelDefinition2Service()
  18918.     {
  18919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  18920.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  18921.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18922.         return $instance;
  18923.     }
  18924.     /**
  18925.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  18926.      *
  18927.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  18928.      */
  18929.     protected function getCustomerGroupTranslationDefinition2Service()
  18930.     {
  18931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  18932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  18933.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  18934.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18935.         return $instance;
  18936.     }
  18937.     /**
  18938.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  18939.      *
  18940.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  18941.      */
  18942.     protected function getCustomerGroupDefinition2Service()
  18943.     {
  18944.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  18945.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18946.         return $instance;
  18947.     }
  18948.     /**
  18949.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  18950.      *
  18951.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  18952.      */
  18953.     protected function getCustomerRecoveryDefinition2Service()
  18954.     {
  18955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  18956.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  18957.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18958.         return $instance;
  18959.     }
  18960.     /**
  18961.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  18962.      *
  18963.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  18964.      */
  18965.     protected function getCustomerTagDefinition2Service()
  18966.     {
  18967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  18968.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  18969.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18970.         return $instance;
  18971.     }
  18972.     /**
  18973.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  18974.      *
  18975.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  18976.      */
  18977.     protected function getCustomerWishlistProductDefinition2Service()
  18978.     {
  18979.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  18980.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  18981.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18982.         return $instance;
  18983.     }
  18984.     /**
  18985.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  18986.      *
  18987.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  18988.      */
  18989.     protected function getCustomerWishlistDefinition2Service()
  18990.     {
  18991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  18992.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  18993.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18994.         return $instance;
  18995.     }
  18996.     /**
  18997.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  18998.      *
  18999.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  19000.      */
  19001.     protected function getCustomerDefinition2Service()
  19002.     {
  19003.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  19004.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19005.         return $instance;
  19006.     }
  19007.     /**
  19008.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  19009.      *
  19010.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  19011.      */
  19012.     protected function getDocumentBaseConfigSalesChannelDefinition2Service()
  19013.     {
  19014.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  19015.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  19016.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19017.         return $instance;
  19018.     }
  19019.     /**
  19020.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  19021.      *
  19022.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  19023.      */
  19024.     protected function getDocumentBaseConfigDefinition2Service()
  19025.     {
  19026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  19027.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  19028.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19029.         return $instance;
  19030.     }
  19031.     /**
  19032.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  19033.      *
  19034.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  19035.      */
  19036.     protected function getDocumentTypeTranslationDefinition2Service()
  19037.     {
  19038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  19040.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  19041.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19042.         return $instance;
  19043.     }
  19044.     /**
  19045.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  19046.      *
  19047.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  19048.      */
  19049.     protected function getDocumentTypeDefinition2Service()
  19050.     {
  19051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  19052.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  19053.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19054.         return $instance;
  19055.     }
  19056.     /**
  19057.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  19058.      *
  19059.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  19060.      */
  19061.     protected function getDocumentDefinition2Service()
  19062.     {
  19063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  19064.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  19065.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19066.         return $instance;
  19067.     }
  19068.     /**
  19069.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  19070.      *
  19071.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  19072.      */
  19073.     protected function getOrderAddressDefinition2Service()
  19074.     {
  19075.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  19076.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19077.         return $instance;
  19078.     }
  19079.     /**
  19080.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  19081.      *
  19082.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  19083.      */
  19084.     protected function getOrderCustomerDefinition2Service()
  19085.     {
  19086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  19087.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  19088.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19089.         return $instance;
  19090.     }
  19091.     /**
  19092.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  19093.      *
  19094.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  19095.      */
  19096.     protected function getOrderDeliveryPositionDefinition2Service()
  19097.     {
  19098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  19099.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  19100.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19101.         return $instance;
  19102.     }
  19103.     /**
  19104.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  19105.      *
  19106.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  19107.      */
  19108.     protected function getOrderDeliveryDefinition2Service()
  19109.     {
  19110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  19111.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  19112.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19113.         return $instance;
  19114.     }
  19115.     /**
  19116.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  19117.      *
  19118.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  19119.      */
  19120.     protected function getOrderLineItemDefinition2Service()
  19121.     {
  19122.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  19123.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  19124.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19125.         return $instance;
  19126.     }
  19127.     /**
  19128.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  19129.      *
  19130.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  19131.      */
  19132.     protected function getOrderTagDefinition2Service()
  19133.     {
  19134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  19135.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  19136.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19137.         return $instance;
  19138.     }
  19139.     /**
  19140.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  19141.      *
  19142.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  19143.      */
  19144.     protected function getOrderTransactionCaptureRefundPositionDefinition2Service()
  19145.     {
  19146.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  19147.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  19148.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19149.         return $instance;
  19150.     }
  19151.     /**
  19152.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  19153.      *
  19154.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  19155.      */
  19156.     protected function getOrderTransactionCaptureRefundDefinition2Service()
  19157.     {
  19158.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  19159.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  19160.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19161.         return $instance;
  19162.     }
  19163.     /**
  19164.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  19165.      *
  19166.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  19167.      */
  19168.     protected function getOrderTransactionCaptureDefinition2Service()
  19169.     {
  19170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  19171.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  19172.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19173.         return $instance;
  19174.     }
  19175.     /**
  19176.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  19177.      *
  19178.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  19179.      */
  19180.     protected function getOrderTransactionDefinition2Service()
  19181.     {
  19182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  19183.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  19184.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19185.         return $instance;
  19186.     }
  19187.     /**
  19188.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  19189.      *
  19190.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  19191.      */
  19192.     protected function getOrderDefinition2Service()
  19193.     {
  19194.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  19195.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19196.         return $instance;
  19197.     }
  19198.     /**
  19199.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  19200.      *
  19201.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  19202.      */
  19203.     protected function getPaymentMethodTranslationDefinition2Service()
  19204.     {
  19205.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  19207.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  19208.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19209.         return $instance;
  19210.     }
  19211.     /**
  19212.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  19213.      *
  19214.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  19215.      */
  19216.     protected function getPromotionCartRuleDefinition2Service()
  19217.     {
  19218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  19219.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  19220.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19221.         return $instance;
  19222.     }
  19223.     /**
  19224.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  19225.      *
  19226.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  19227.      */
  19228.     protected function getPromotionDiscountPriceDefinition2Service()
  19229.     {
  19230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  19231.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  19232.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19233.         return $instance;
  19234.     }
  19235.     /**
  19236.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  19237.      *
  19238.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  19239.      */
  19240.     protected function getPromotionDiscountRuleDefinition2Service()
  19241.     {
  19242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  19243.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  19244.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19245.         return $instance;
  19246.     }
  19247.     /**
  19248.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  19249.      *
  19250.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  19251.      */
  19252.     protected function getPromotionDiscountDefinition2Service()
  19253.     {
  19254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  19255.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  19256.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19257.         return $instance;
  19258.     }
  19259.     /**
  19260.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  19261.      *
  19262.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  19263.      */
  19264.     protected function getPromotionIndividualCodeDefinition2Service()
  19265.     {
  19266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  19267.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  19268.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19269.         return $instance;
  19270.     }
  19271.     /**
  19272.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  19273.      *
  19274.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  19275.      */
  19276.     protected function getPromotionOrderRuleDefinition2Service()
  19277.     {
  19278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  19279.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  19280.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19281.         return $instance;
  19282.     }
  19283.     /**
  19284.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  19285.      *
  19286.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  19287.      */
  19288.     protected function getPromotionPersonaCustomerDefinition2Service()
  19289.     {
  19290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  19291.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  19292.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19293.         return $instance;
  19294.     }
  19295.     /**
  19296.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  19297.      *
  19298.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  19299.      */
  19300.     protected function getPromotionPersonaRuleDefinition2Service()
  19301.     {
  19302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  19303.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  19304.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19305.         return $instance;
  19306.     }
  19307.     /**
  19308.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  19309.      *
  19310.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  19311.      */
  19312.     protected function getPromotionSalesChannelDefinition2Service()
  19313.     {
  19314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  19315.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  19316.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19317.         return $instance;
  19318.     }
  19319.     /**
  19320.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  19321.      *
  19322.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  19323.      */
  19324.     protected function getPromotionSetGroupRuleDefinition2Service()
  19325.     {
  19326.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  19327.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  19328.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19329.         return $instance;
  19330.     }
  19331.     /**
  19332.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  19333.      *
  19334.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  19335.      */
  19336.     protected function getPromotionSetGroupDefinition2Service()
  19337.     {
  19338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  19339.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  19340.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19341.         return $instance;
  19342.     }
  19343.     /**
  19344.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  19345.      *
  19346.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  19347.      */
  19348.     protected function getPromotionTranslationDefinition2Service()
  19349.     {
  19350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  19352.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  19353.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19354.         return $instance;
  19355.     }
  19356.     /**
  19357.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  19358.      *
  19359.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  19360.      */
  19361.     protected function getPromotionDefinition2Service()
  19362.     {
  19363.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  19364.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  19365.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19366.         return $instance;
  19367.     }
  19368.     /**
  19369.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  19370.      *
  19371.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  19372.      */
  19373.     protected function getShippingMethodPriceDefinition2Service()
  19374.     {
  19375.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  19376.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  19377.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19378.         return $instance;
  19379.     }
  19380.     /**
  19381.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  19382.      *
  19383.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  19384.      */
  19385.     protected function getShippingMethodTagDefinition2Service()
  19386.     {
  19387.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  19388.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  19389.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19390.         return $instance;
  19391.     }
  19392.     /**
  19393.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  19394.      *
  19395.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  19396.      */
  19397.     protected function getShippingMethodTranslationDefinition2Service()
  19398.     {
  19399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  19401.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  19402.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19403.         return $instance;
  19404.     }
  19405.     /**
  19406.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  19407.      *
  19408.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  19409.      */
  19410.     protected function getCategoryTagDefinition2Service()
  19411.     {
  19412.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  19413.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  19414.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19415.         return $instance;
  19416.     }
  19417.     /**
  19418.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  19419.      *
  19420.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  19421.      */
  19422.     protected function getCategoryTranslationDefinition2Service()
  19423.     {
  19424.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  19426.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  19427.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19428.         return $instance;
  19429.     }
  19430.     /**
  19431.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  19432.      *
  19433.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  19434.      */
  19435.     protected function getCmsBlockDefinition2Service()
  19436.     {
  19437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  19438.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  19439.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19440.         return $instance;
  19441.     }
  19442.     /**
  19443.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  19444.      *
  19445.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  19446.      */
  19447.     protected function getCmsPageTranslationDefinition2Service()
  19448.     {
  19449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  19451.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  19452.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19453.         return $instance;
  19454.     }
  19455.     /**
  19456.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  19457.      *
  19458.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  19459.      */
  19460.     protected function getCmsSectionDefinition2Service()
  19461.     {
  19462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  19463.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  19464.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19465.         return $instance;
  19466.     }
  19467.     /**
  19468.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  19469.      *
  19470.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  19471.      */
  19472.     protected function getCmsSlotTranslationDefinition2Service()
  19473.     {
  19474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  19476.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  19477.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19478.         return $instance;
  19479.     }
  19480.     /**
  19481.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  19482.      *
  19483.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  19484.      */
  19485.     protected function getCmsSlotDefinition2Service()
  19486.     {
  19487.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  19488.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  19489.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19490.         return $instance;
  19491.     }
  19492.     /**
  19493.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  19494.      *
  19495.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  19496.      */
  19497.     protected function getCmsPageDefinition2Service()
  19498.     {
  19499.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  19500.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19501.         return $instance;
  19502.     }
  19503.     /**
  19504.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  19505.      *
  19506.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  19507.      */
  19508.     protected function getFlowSequenceDefinition2Service()
  19509.     {
  19510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  19511.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  19512.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19513.         return $instance;
  19514.     }
  19515.     /**
  19516.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\FlowDefinition' shared service.
  19517.      *
  19518.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  19519.      */
  19520.     protected function getFlowDefinition2Service()
  19521.     {
  19522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  19523.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  19524.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19525.         return $instance;
  19526.     }
  19527.     /**
  19528.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  19529.      *
  19530.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  19531.      */
  19532.     protected function getImportExportFileDefinition2Service()
  19533.     {
  19534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  19535.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  19536.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19537.         return $instance;
  19538.     }
  19539.     /**
  19540.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  19541.      *
  19542.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  19543.      */
  19544.     protected function getImportExportLogDefinition2Service()
  19545.     {
  19546.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  19547.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  19548.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19549.         return $instance;
  19550.     }
  19551.     /**
  19552.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  19553.      *
  19554.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  19555.      */
  19556.     protected function getImportExportProfileDefinition2Service()
  19557.     {
  19558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  19559.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  19560.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19561.         return $instance;
  19562.     }
  19563.     /**
  19564.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  19565.      *
  19566.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  19567.      */
  19568.     protected function getImportExportProfileTranslationDefinition2Service()
  19569.     {
  19570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  19572.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  19573.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19574.         return $instance;
  19575.     }
  19576.     /**
  19577.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  19578.      *
  19579.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  19580.      */
  19581.     protected function getLandingPageSalesChannelDefinition2Service()
  19582.     {
  19583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  19584.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  19585.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19586.         return $instance;
  19587.     }
  19588.     /**
  19589.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  19590.      *
  19591.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  19592.      */
  19593.     protected function getLandingPageTagDefinition2Service()
  19594.     {
  19595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  19596.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  19597.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19598.         return $instance;
  19599.     }
  19600.     /**
  19601.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  19602.      *
  19603.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  19604.      */
  19605.     protected function getLandingPageTranslationDefinition2Service()
  19606.     {
  19607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19608.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  19609.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  19610.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19611.         return $instance;
  19612.     }
  19613.     /**
  19614.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  19615.      *
  19616.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  19617.      */
  19618.     protected function getMailHeaderFooterTranslationDefinition2Service()
  19619.     {
  19620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  19622.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  19623.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19624.         return $instance;
  19625.     }
  19626.     /**
  19627.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  19628.      *
  19629.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  19630.      */
  19631.     protected function getMailHeaderFooterDefinition2Service()
  19632.     {
  19633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  19634.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  19635.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19636.         return $instance;
  19637.     }
  19638.     /**
  19639.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  19640.      *
  19641.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  19642.      */
  19643.     protected function getMailTemplateMediaDefinition2Service()
  19644.     {
  19645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  19646.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  19647.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19648.         return $instance;
  19649.     }
  19650.     /**
  19651.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  19652.      *
  19653.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  19654.      */
  19655.     protected function getMailTemplateTranslationDefinition2Service()
  19656.     {
  19657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  19659.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  19660.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19661.         return $instance;
  19662.     }
  19663.     /**
  19664.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  19665.      *
  19666.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  19667.      */
  19668.     protected function getMailTemplateTypeTranslationDefinition2Service()
  19669.     {
  19670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  19672.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  19673.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19674.         return $instance;
  19675.     }
  19676.     /**
  19677.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  19678.      *
  19679.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  19680.      */
  19681.     protected function getMailTemplateTypeDefinition2Service()
  19682.     {
  19683.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  19684.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  19685.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19686.         return $instance;
  19687.     }
  19688.     /**
  19689.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  19690.      *
  19691.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  19692.      */
  19693.     protected function getMailTemplateDefinition2Service()
  19694.     {
  19695.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  19696.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  19697.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19698.         return $instance;
  19699.     }
  19700.     /**
  19701.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  19702.      *
  19703.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  19704.      */
  19705.     protected function getMediaDefaultFolderDefinition2Service()
  19706.     {
  19707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  19708.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  19709.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19710.         return $instance;
  19711.     }
  19712.     /**
  19713.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  19714.      *
  19715.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  19716.      */
  19717.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service()
  19718.     {
  19719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  19720.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  19721.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19722.         return $instance;
  19723.     }
  19724.     /**
  19725.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  19726.      *
  19727.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  19728.      */
  19729.     protected function getMediaFolderConfigurationDefinition2Service()
  19730.     {
  19731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  19732.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  19733.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19734.         return $instance;
  19735.     }
  19736.     /**
  19737.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  19738.      *
  19739.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  19740.      */
  19741.     protected function getMediaFolderDefinition2Service()
  19742.     {
  19743.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  19744.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19745.         return $instance;
  19746.     }
  19747.     /**
  19748.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  19749.      *
  19750.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  19751.      */
  19752.     protected function getMediaTagDefinition2Service()
  19753.     {
  19754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  19755.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  19756.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19757.         return $instance;
  19758.     }
  19759.     /**
  19760.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  19761.      *
  19762.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  19763.      */
  19764.     protected function getMediaThumbnailSizeDefinition2Service()
  19765.     {
  19766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  19767.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  19768.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19769.         return $instance;
  19770.     }
  19771.     /**
  19772.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  19773.      *
  19774.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  19775.      */
  19776.     protected function getMediaThumbnailDefinition2Service()
  19777.     {
  19778.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  19779.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19780.         return $instance;
  19781.     }
  19782.     /**
  19783.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  19784.      *
  19785.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  19786.      */
  19787.     protected function getMediaTranslationDefinition2Service()
  19788.     {
  19789.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  19791.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  19792.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19793.         return $instance;
  19794.     }
  19795.     /**
  19796.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\MediaDefinition' shared service.
  19797.      *
  19798.      * @return \Shopware\Core\Content\Media\MediaDefinition
  19799.      */
  19800.     protected function getMediaDefinition2Service()
  19801.     {
  19802.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  19803.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19804.         return $instance;
  19805.     }
  19806.     /**
  19807.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  19808.      *
  19809.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  19810.      */
  19811.     protected function getNewsletterRecipientTagDefinition2Service()
  19812.     {
  19813.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  19814.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  19815.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19816.         return $instance;
  19817.     }
  19818.     /**
  19819.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  19820.      *
  19821.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  19822.      */
  19823.     protected function getProductExportDefinition2Service()
  19824.     {
  19825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  19826.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  19827.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19828.         return $instance;
  19829.     }
  19830.     /**
  19831.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  19832.      *
  19833.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  19834.      */
  19835.     protected function getProductStreamFilterDefinition2Service()
  19836.     {
  19837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  19838.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  19839.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19840.         return $instance;
  19841.     }
  19842.     /**
  19843.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  19844.      *
  19845.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  19846.      */
  19847.     protected function getProductStreamTranslationDefinition2Service()
  19848.     {
  19849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  19851.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  19852.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19853.         return $instance;
  19854.     }
  19855.     /**
  19856.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  19857.      *
  19858.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  19859.      */
  19860.     protected function getProductStreamDefinition2Service()
  19861.     {
  19862.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  19863.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19864.         return $instance;
  19865.     }
  19866.     /**
  19867.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  19868.      *
  19869.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  19870.      */
  19871.     protected function getProductCategoryTreeDefinition2Service()
  19872.     {
  19873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  19874.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  19875.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19876.         return $instance;
  19877.     }
  19878.     /**
  19879.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  19880.      *
  19881.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  19882.      */
  19883.     protected function getProductCategoryDefinition2Service()
  19884.     {
  19885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  19886.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  19887.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19888.         return $instance;
  19889.     }
  19890.     /**
  19891.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  19892.      *
  19893.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  19894.      */
  19895.     protected function getProductConfiguratorSettingDefinition2Service()
  19896.     {
  19897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  19898.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  19899.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19900.         return $instance;
  19901.     }
  19902.     /**
  19903.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  19904.      *
  19905.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  19906.      */
  19907.     protected function getProductCrossSellingAssignedProductsDefinition2Service()
  19908.     {
  19909.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  19910.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  19911.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19912.         return $instance;
  19913.     }
  19914.     /**
  19915.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  19916.      *
  19917.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  19918.      */
  19919.     protected function getProductCrossSellingTranslationDefinition2Service()
  19920.     {
  19921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  19923.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  19924.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19925.         return $instance;
  19926.     }
  19927.     /**
  19928.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  19929.      *
  19930.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  19931.      */
  19932.     protected function getProductCrossSellingDefinition2Service()
  19933.     {
  19934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  19935.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  19936.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19937.         return $instance;
  19938.     }
  19939.     /**
  19940.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  19941.      *
  19942.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  19943.      */
  19944.     protected function getProductCustomFieldSetDefinition2Service()
  19945.     {
  19946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  19947.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  19948.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19949.         return $instance;
  19950.     }
  19951.     /**
  19952.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  19953.      *
  19954.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  19955.      */
  19956.     protected function getProductFeatureSetTranslationDefinition2Service()
  19957.     {
  19958.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19959.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  19960.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  19961.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19962.         return $instance;
  19963.     }
  19964.     /**
  19965.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  19966.      *
  19967.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  19968.      */
  19969.     protected function getProductFeatureSetDefinition2Service()
  19970.     {
  19971.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  19972.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  19973.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19974.         return $instance;
  19975.     }
  19976.     /**
  19977.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  19978.      *
  19979.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  19980.      */
  19981.     protected function getProductKeywordDictionaryDefinition2Service()
  19982.     {
  19983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  19984.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  19985.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19986.         return $instance;
  19987.     }
  19988.     /**
  19989.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  19990.      *
  19991.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  19992.      */
  19993.     protected function getProductManufacturerTranslationDefinition2Service()
  19994.     {
  19995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  19997.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  19998.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19999.         return $instance;
  20000.     }
  20001.     /**
  20002.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  20003.      *
  20004.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  20005.      */
  20006.     protected function getProductManufacturerDefinition2Service()
  20007.     {
  20008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  20009.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  20010.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20011.         return $instance;
  20012.     }
  20013.     /**
  20014.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  20015.      *
  20016.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  20017.      */
  20018.     protected function getProductMediaDefinition2Service()
  20019.     {
  20020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  20021.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  20022.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20023.         return $instance;
  20024.     }
  20025.     /**
  20026.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  20027.      *
  20028.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  20029.      */
  20030.     protected function getProductOptionDefinition2Service()
  20031.     {
  20032.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  20033.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  20034.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20035.         return $instance;
  20036.     }
  20037.     /**
  20038.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  20039.      *
  20040.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  20041.      */
  20042.     protected function getProductPriceDefinition2Service()
  20043.     {
  20044.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  20045.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  20046.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20047.         return $instance;
  20048.     }
  20049.     /**
  20050.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  20051.      *
  20052.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  20053.      */
  20054.     protected function getProductPropertyDefinition2Service()
  20055.     {
  20056.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  20057.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  20058.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20059.         return $instance;
  20060.     }
  20061.     /**
  20062.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  20063.      *
  20064.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  20065.      */
  20066.     protected function getProductReviewDefinition2Service()
  20067.     {
  20068.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  20069.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  20070.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20071.         return $instance;
  20072.     }
  20073.     /**
  20074.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  20075.      *
  20076.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  20077.      */
  20078.     protected function getProductSearchConfigFieldDefinition2Service()
  20079.     {
  20080.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  20081.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  20082.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20083.         return $instance;
  20084.     }
  20085.     /**
  20086.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  20087.      *
  20088.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  20089.      */
  20090.     protected function getProductSearchConfigDefinition2Service()
  20091.     {
  20092.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  20093.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  20094.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20095.         return $instance;
  20096.     }
  20097.     /**
  20098.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  20099.      *
  20100.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  20101.      */
  20102.     protected function getProductSearchKeywordDefinition2Service()
  20103.     {
  20104.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  20105.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  20106.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20107.         return $instance;
  20108.     }
  20109.     /**
  20110.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  20111.      *
  20112.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  20113.      */
  20114.     protected function getProductStreamMappingDefinition2Service()
  20115.     {
  20116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  20117.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  20118.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20119.         return $instance;
  20120.     }
  20121.     /**
  20122.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  20123.      *
  20124.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  20125.      */
  20126.     protected function getProductTagDefinition2Service()
  20127.     {
  20128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  20129.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  20130.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20131.         return $instance;
  20132.     }
  20133.     /**
  20134.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  20135.      *
  20136.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  20137.      */
  20138.     protected function getProductTranslationDefinition2Service()
  20139.     {
  20140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  20142.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  20143.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20144.         return $instance;
  20145.     }
  20146.     /**
  20147.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  20148.      *
  20149.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  20150.      */
  20151.     protected function getProductVisibilityDefinition2Service()
  20152.     {
  20153.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  20154.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  20155.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20156.         return $instance;
  20157.     }
  20158.     /**
  20159.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  20160.      *
  20161.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  20162.      */
  20163.     protected function getProductSortingDefinition2Service()
  20164.     {
  20165.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  20166.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  20167.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20168.         return $instance;
  20169.     }
  20170.     /**
  20171.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  20172.      *
  20173.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  20174.      */
  20175.     protected function getProductSortingTranslationDefinition2Service()
  20176.     {
  20177.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20178.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  20179.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  20180.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20181.         return $instance;
  20182.     }
  20183.     /**
  20184.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  20185.      *
  20186.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  20187.      */
  20188.     protected function getPropertyGroupOptionTranslationDefinition2Service()
  20189.     {
  20190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  20192.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  20193.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20194.         return $instance;
  20195.     }
  20196.     /**
  20197.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  20198.      *
  20199.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  20200.      */
  20201.     protected function getPropertyGroupOptionDefinition2Service()
  20202.     {
  20203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  20204.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  20205.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20206.         return $instance;
  20207.     }
  20208.     /**
  20209.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  20210.      *
  20211.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  20212.      */
  20213.     protected function getPropertyGroupTranslationDefinition2Service()
  20214.     {
  20215.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20216.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  20217.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  20218.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20219.         return $instance;
  20220.     }
  20221.     /**
  20222.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  20223.      *
  20224.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  20225.      */
  20226.     protected function getPropertyGroupDefinition2Service()
  20227.     {
  20228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  20229.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  20230.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20231.         return $instance;
  20232.     }
  20233.     /**
  20234.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  20235.      *
  20236.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  20237.      */
  20238.     protected function getRuleConditionDefinition2Service()
  20239.     {
  20240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  20241.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  20242.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20243.         return $instance;
  20244.     }
  20245.     /**
  20246.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  20247.      *
  20248.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  20249.      */
  20250.     protected function getRuleTagDefinition2Service()
  20251.     {
  20252.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  20253.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  20254.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20255.         return $instance;
  20256.     }
  20257.     /**
  20258.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\RuleDefinition' shared service.
  20259.      *
  20260.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  20261.      */
  20262.     protected function getRuleDefinition2Service()
  20263.     {
  20264.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  20265.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20266.         return $instance;
  20267.     }
  20268.     /**
  20269.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  20270.      *
  20271.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  20272.      */
  20273.     protected function getSeoUrlTemplateDefinition2Service()
  20274.     {
  20275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  20276.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  20277.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20278.         return $instance;
  20279.     }
  20280.     /**
  20281.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  20282.      *
  20283.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  20284.      */
  20285.     protected function getAclRoleDefinition2Service()
  20286.     {
  20287.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  20288.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  20289.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20290.         return $instance;
  20291.     }
  20292.     /**
  20293.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  20294.      *
  20295.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  20296.      */
  20297.     protected function getAclUserRoleDefinition2Service()
  20298.     {
  20299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  20300.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  20301.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20302.         return $instance;
  20303.     }
  20304.     /**
  20305.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  20306.      *
  20307.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  20308.      */
  20309.     protected function getActionButtonTranslationDefinition2Service()
  20310.     {
  20311.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  20313.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  20314.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20315.         return $instance;
  20316.     }
  20317.     /**
  20318.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  20319.      *
  20320.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  20321.      */
  20322.     protected function getActionButtonDefinition2Service()
  20323.     {
  20324.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  20325.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  20326.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20327.         return $instance;
  20328.     }
  20329.     /**
  20330.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  20331.      *
  20332.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  20333.      */
  20334.     protected function getAppPaymentMethodDefinition2Service()
  20335.     {
  20336.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  20337.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20338.         return $instance;
  20339.     }
  20340.     /**
  20341.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  20342.      *
  20343.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  20344.      */
  20345.     protected function getAppScriptConditionTranslationDefinition2Service()
  20346.     {
  20347.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  20349.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  20350.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20351.         return $instance;
  20352.     }
  20353.     /**
  20354.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  20355.      *
  20356.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  20357.      */
  20358.     protected function getAppScriptConditionDefinition2Service()
  20359.     {
  20360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  20361.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  20362.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20363.         return $instance;
  20364.     }
  20365.     /**
  20366.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  20367.      *
  20368.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  20369.      */
  20370.     protected function getAppTranslationDefinition2Service()
  20371.     {
  20372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20373.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  20374.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  20375.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20376.         return $instance;
  20377.     }
  20378.     /**
  20379.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  20380.      *
  20381.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  20382.      */
  20383.     protected function getAppCmsBlockTranslationDefinition2Service()
  20384.     {
  20385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  20387.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  20388.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20389.         return $instance;
  20390.     }
  20391.     /**
  20392.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  20393.      *
  20394.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  20395.      */
  20396.     protected function getAppCmsBlockDefinition2Service()
  20397.     {
  20398.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  20399.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  20400.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20401.         return $instance;
  20402.     }
  20403.     /**
  20404.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  20405.      *
  20406.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  20407.      */
  20408.     protected function getAppFlowActionTranslationDefinition2Service()
  20409.     {
  20410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  20412.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  20413.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20414.         return $instance;
  20415.     }
  20416.     /**
  20417.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  20418.      *
  20419.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  20420.      */
  20421.     protected function getAppFlowActionDefinition2Service()
  20422.     {
  20423.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  20424.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  20425.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20426.         return $instance;
  20427.     }
  20428.     /**
  20429.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\AppDefinition' shared service.
  20430.      *
  20431.      * @return \Shopware\Core\Framework\App\AppDefinition
  20432.      */
  20433.     protected function getAppDefinition2Service()
  20434.     {
  20435.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  20436.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20437.         return $instance;
  20438.     }
  20439.     /**
  20440.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  20441.      *
  20442.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  20443.      */
  20444.     protected function getTemplateDefinition2Service()
  20445.     {
  20446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  20447.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  20448.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20449.         return $instance;
  20450.     }
  20451.     /**
  20452.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  20453.      *
  20454.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  20455.      */
  20456.     protected function getVersionCommitDataDefinition2Service()
  20457.     {
  20458.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  20459.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20460.         return $instance;
  20461.     }
  20462.     /**
  20463.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  20464.      *
  20465.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  20466.      */
  20467.     protected function getVersionCommitDefinition2Service()
  20468.     {
  20469.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  20470.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20471.         return $instance;
  20472.     }
  20473.     /**
  20474.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  20475.      *
  20476.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  20477.      */
  20478.     protected function getVersionDefinition2Service()
  20479.     {
  20480.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  20481.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20482.         return $instance;
  20483.     }
  20484.     /**
  20485.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  20486.      *
  20487.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  20488.      */
  20489.     protected function getEventActionRuleDefinition2Service()
  20490.     {
  20491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  20492.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  20493.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20494.         return $instance;
  20495.     }
  20496.     /**
  20497.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  20498.      *
  20499.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  20500.      */
  20501.     protected function getEventActionSalesChannelDefinition2Service()
  20502.     {
  20503.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  20504.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  20505.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20506.         return $instance;
  20507.     }
  20508.     /**
  20509.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  20510.      *
  20511.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  20512.      */
  20513.     protected function getEventActionDefinition2Service()
  20514.     {
  20515.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  20516.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20517.         return $instance;
  20518.     }
  20519.     /**
  20520.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  20521.      *
  20522.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  20523.      */
  20524.     protected function getLogEntryDefinition2Service()
  20525.     {
  20526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  20527.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  20528.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20529.         return $instance;
  20530.     }
  20531.     /**
  20532.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  20533.      *
  20534.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  20535.      */
  20536.     protected function getDeadMessageDefinition2Service()
  20537.     {
  20538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  20539.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  20540.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20541.         return $instance;
  20542.     }
  20543.     /**
  20544.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  20545.      *
  20546.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  20547.      */
  20548.     protected function getMessageQueueStatsDefinition2Service()
  20549.     {
  20550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  20551.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  20552.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20553.         return $instance;
  20554.     }
  20555.     /**
  20556.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  20557.      *
  20558.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  20559.      */
  20560.     protected function getScheduledTaskDefinition2Service()
  20561.     {
  20562.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  20563.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20564.         return $instance;
  20565.     }
  20566.     /**
  20567.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  20568.      *
  20569.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  20570.      */
  20571.     protected function getPluginTranslationDefinition2Service()
  20572.     {
  20573.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20574.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  20575.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  20576.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20577.         return $instance;
  20578.     }
  20579.     /**
  20580.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  20581.      *
  20582.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  20583.      */
  20584.     protected function getPluginDefinition2Service()
  20585.     {
  20586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  20587.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  20588.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20589.         return $instance;
  20590.     }
  20591.     /**
  20592.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  20593.      *
  20594.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  20595.      */
  20596.     protected function getScriptDefinition2Service()
  20597.     {
  20598.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  20599.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20600.         return $instance;
  20601.     }
  20602.     /**
  20603.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  20604.      *
  20605.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  20606.      */
  20607.     protected function getWebhookEventLogDefinition2Service()
  20608.     {
  20609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  20610.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  20611.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20612.         return $instance;
  20613.     }
  20614.     /**
  20615.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  20616.      *
  20617.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  20618.      */
  20619.     protected function getWebhookDefinition2Service()
  20620.     {
  20621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  20622.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  20623.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20624.         return $instance;
  20625.     }
  20626.     /**
  20627.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  20628.      *
  20629.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  20630.      */
  20631.     protected function getCountryStateTranslationDefinition2Service()
  20632.     {
  20633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  20635.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  20636.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20637.         return $instance;
  20638.     }
  20639.     /**
  20640.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  20641.      *
  20642.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  20643.      */
  20644.     protected function getCountryTranslationDefinition2Service()
  20645.     {
  20646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  20648.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  20649.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20650.         return $instance;
  20651.     }
  20652.     /**
  20653.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  20654.      *
  20655.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  20656.      */
  20657.     protected function getCurrencyCountryRoundingDefinition2Service()
  20658.     {
  20659.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  20660.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20661.         return $instance;
  20662.     }
  20663.     /**
  20664.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  20665.      *
  20666.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  20667.      */
  20668.     protected function getCurrencyTranslationDefinition2Service()
  20669.     {
  20670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  20672.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  20673.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20674.         return $instance;
  20675.     }
  20676.     /**
  20677.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  20678.      *
  20679.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  20680.      */
  20681.     protected function getCustomEntityDefinition2Service()
  20682.     {
  20683.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  20684.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  20685.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20686.         return $instance;
  20687.     }
  20688.     /**
  20689.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  20690.      *
  20691.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  20692.      */
  20693.     protected function getCustomFieldSetRelationDefinition2Service()
  20694.     {
  20695.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  20696.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  20697.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20698.         return $instance;
  20699.     }
  20700.     /**
  20701.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  20702.      *
  20703.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  20704.      */
  20705.     protected function getCustomFieldSetDefinition2Service()
  20706.     {
  20707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  20708.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  20709.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20710.         return $instance;
  20711.     }
  20712.     /**
  20713.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  20714.      *
  20715.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  20716.      */
  20717.     protected function getCustomFieldDefinition2Service()
  20718.     {
  20719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  20720.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  20721.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20722.         return $instance;
  20723.     }
  20724.     /**
  20725.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  20726.      *
  20727.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  20728.      */
  20729.     protected function getDeliveryTimeTranslationDefinition2Service()
  20730.     {
  20731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  20733.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  20734.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20735.         return $instance;
  20736.     }
  20737.     /**
  20738.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  20739.      *
  20740.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  20741.      */
  20742.     protected function getDeliveryTimeDefinition2Service()
  20743.     {
  20744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  20745.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  20746.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20747.         return $instance;
  20748.     }
  20749.     /**
  20750.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  20751.      *
  20752.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  20753.      */
  20754.     protected function getIntegrationRoleDefinition2Service()
  20755.     {
  20756.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  20757.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  20758.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20759.         return $instance;
  20760.     }
  20761.     /**
  20762.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  20763.      *
  20764.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  20765.      */
  20766.     protected function getIntegrationDefinition2Service()
  20767.     {
  20768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  20769.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  20770.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20771.         return $instance;
  20772.     }
  20773.     /**
  20774.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  20775.      *
  20776.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  20777.      */
  20778.     protected function getLocaleTranslationDefinition2Service()
  20779.     {
  20780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  20782.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  20783.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20784.         return $instance;
  20785.     }
  20786.     /**
  20787.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\LocaleDefinition' shared service.
  20788.      *
  20789.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  20790.      */
  20791.     protected function getLocaleDefinition2Service()
  20792.     {
  20793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  20794.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  20795.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20796.         return $instance;
  20797.     }
  20798.     /**
  20799.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  20800.      *
  20801.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  20802.      */
  20803.     protected function getNumberRangeSalesChannelDefinition2Service()
  20804.     {
  20805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  20806.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  20807.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20808.         return $instance;
  20809.     }
  20810.     /**
  20811.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  20812.      *
  20813.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  20814.      */
  20815.     protected function getNumberRangeStateDefinition2Service()
  20816.     {
  20817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  20818.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  20819.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20820.         return $instance;
  20821.     }
  20822.     /**
  20823.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  20824.      *
  20825.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  20826.      */
  20827.     protected function getNumberRangeTranslationDefinition2Service()
  20828.     {
  20829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  20831.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  20832.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20833.         return $instance;
  20834.     }
  20835.     /**
  20836.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  20837.      *
  20838.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  20839.      */
  20840.     protected function getNumberRangeTypeTranslationDefinition2Service()
  20841.     {
  20842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  20844.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  20845.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20846.         return $instance;
  20847.     }
  20848.     /**
  20849.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  20850.      *
  20851.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  20852.      */
  20853.     protected function getNumberRangeTypeDefinition2Service()
  20854.     {
  20855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  20856.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  20857.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20858.         return $instance;
  20859.     }
  20860.     /**
  20861.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  20862.      *
  20863.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  20864.      */
  20865.     protected function getNumberRangeDefinition2Service()
  20866.     {
  20867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  20868.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  20869.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20870.         return $instance;
  20871.     }
  20872.     /**
  20873.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  20874.      *
  20875.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  20876.      */
  20877.     protected function getSalesChannelAnalyticsDefinition2Service()
  20878.     {
  20879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  20880.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  20881.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20882.         return $instance;
  20883.     }
  20884.     /**
  20885.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  20886.      *
  20887.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  20888.      */
  20889.     protected function getSalesChannelCountryDefinition3Service()
  20890.     {
  20891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  20892.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  20893.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20894.         return $instance;
  20895.     }
  20896.     /**
  20897.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  20898.      *
  20899.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  20900.      */
  20901.     protected function getSalesChannelCurrencyDefinition3Service()
  20902.     {
  20903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  20904.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  20905.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20906.         return $instance;
  20907.     }
  20908.     /**
  20909.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  20910.      *
  20911.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  20912.      */
  20913.     protected function getSalesChannelDomainDefinition2Service()
  20914.     {
  20915.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  20916.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20917.         return $instance;
  20918.     }
  20919.     /**
  20920.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  20921.      *
  20922.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  20923.      */
  20924.     protected function getSalesChannelLanguageDefinition3Service()
  20925.     {
  20926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  20927.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  20928.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20929.         return $instance;
  20930.     }
  20931.     /**
  20932.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  20933.      *
  20934.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  20935.      */
  20936.     protected function getSalesChannelPaymentMethodDefinition3Service()
  20937.     {
  20938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  20939.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  20940.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20941.         return $instance;
  20942.     }
  20943.     /**
  20944.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  20945.      *
  20946.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  20947.      */
  20948.     protected function getSalesChannelShippingMethodDefinition3Service()
  20949.     {
  20950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  20951.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  20952.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20953.         return $instance;
  20954.     }
  20955.     /**
  20956.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  20957.      *
  20958.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  20959.      */
  20960.     protected function getSalesChannelTranslationDefinition2Service()
  20961.     {
  20962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  20964.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  20965.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20966.         return $instance;
  20967.     }
  20968.     /**
  20969.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  20970.      *
  20971.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  20972.      */
  20973.     protected function getSalesChannelTypeTranslationDefinition2Service()
  20974.     {
  20975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  20977.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  20978.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20979.         return $instance;
  20980.     }
  20981.     /**
  20982.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  20983.      *
  20984.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  20985.      */
  20986.     protected function getSalesChannelTypeDefinition2Service()
  20987.     {
  20988.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  20989.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  20990.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20991.         return $instance;
  20992.     }
  20993.     /**
  20994.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  20995.      *
  20996.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  20997.      */
  20998.     protected function getSalesChannelDefinition2Service()
  20999.     {
  21000.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  21001.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21002.         return $instance;
  21003.     }
  21004.     /**
  21005.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  21006.      *
  21007.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  21008.      */
  21009.     protected function getSalutationTranslationDefinition2Service()
  21010.     {
  21011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21012.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  21013.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  21014.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21015.         return $instance;
  21016.     }
  21017.     /**
  21018.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  21019.      *
  21020.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  21021.      */
  21022.     protected function getSnippetSetDefinition2Service()
  21023.     {
  21024.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  21025.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21026.         return $instance;
  21027.     }
  21028.     /**
  21029.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  21030.      *
  21031.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  21032.      */
  21033.     protected function getSnippetDefinition2Service()
  21034.     {
  21035.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  21036.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21037.         return $instance;
  21038.     }
  21039.     /**
  21040.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  21041.      *
  21042.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  21043.      */
  21044.     protected function getStateMachineHistoryDefinition2Service()
  21045.     {
  21046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  21047.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  21048.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21049.         return $instance;
  21050.     }
  21051.     /**
  21052.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  21053.      *
  21054.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  21055.      */
  21056.     protected function getStateMachineStateDefinition2Service()
  21057.     {
  21058.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  21059.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  21060.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21061.         return $instance;
  21062.     }
  21063.     /**
  21064.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  21065.      *
  21066.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  21067.      */
  21068.     protected function getStateMachineStateTranslationDefinition2Service()
  21069.     {
  21070.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  21072.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  21073.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21074.         return $instance;
  21075.     }
  21076.     /**
  21077.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  21078.      *
  21079.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  21080.      */
  21081.     protected function getStateMachineTransitionDefinition2Service()
  21082.     {
  21083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  21084.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  21085.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21086.         return $instance;
  21087.     }
  21088.     /**
  21089.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  21090.      *
  21091.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  21092.      */
  21093.     protected function getStateMachineDefinition2Service()
  21094.     {
  21095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  21096.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  21097.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21098.         return $instance;
  21099.     }
  21100.     /**
  21101.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  21102.      *
  21103.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  21104.      */
  21105.     protected function getStateMachineTranslationDefinition2Service()
  21106.     {
  21107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  21109.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  21110.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21111.         return $instance;
  21112.     }
  21113.     /**
  21114.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  21115.      *
  21116.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  21117.      */
  21118.     protected function getSystemConfigDefinition2Service()
  21119.     {
  21120.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  21121.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21122.         return $instance;
  21123.     }
  21124.     /**
  21125.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tag\TagDefinition' shared service.
  21126.      *
  21127.      * @return \Shopware\Core\System\Tag\TagDefinition
  21128.      */
  21129.     protected function getTagDefinition2Service()
  21130.     {
  21131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  21132.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  21133.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21134.         return $instance;
  21135.     }
  21136.     /**
  21137.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  21138.      *
  21139.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  21140.      */
  21141.     protected function getTaxRuleTypeTranslationDefinition2Service()
  21142.     {
  21143.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21144.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  21145.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  21146.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21147.         return $instance;
  21148.     }
  21149.     /**
  21150.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  21151.      *
  21152.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  21153.      */
  21154.     protected function getTaxRuleTypeDefinition2Service()
  21155.     {
  21156.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  21157.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  21158.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21159.         return $instance;
  21160.     }
  21161.     /**
  21162.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  21163.      *
  21164.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  21165.      */
  21166.     protected function getTaxRuleDefinition2Service()
  21167.     {
  21168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  21169.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  21170.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21171.         return $instance;
  21172.     }
  21173.     /**
  21174.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\TaxDefinition' shared service.
  21175.      *
  21176.      * @return \Shopware\Core\System\Tax\TaxDefinition
  21177.      */
  21178.     protected function getTaxDefinition2Service()
  21179.     {
  21180.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  21181.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21182.         return $instance;
  21183.     }
  21184.     /**
  21185.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  21186.      *
  21187.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  21188.      */
  21189.     protected function getUnitTranslationDefinition2Service()
  21190.     {
  21191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21192.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  21193.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  21194.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21195.         return $instance;
  21196.     }
  21197.     /**
  21198.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\UnitDefinition' shared service.
  21199.      *
  21200.      * @return \Shopware\Core\System\Unit\UnitDefinition
  21201.      */
  21202.     protected function getUnitDefinition2Service()
  21203.     {
  21204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  21205.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  21206.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21207.         return $instance;
  21208.     }
  21209.     /**
  21210.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  21211.      *
  21212.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  21213.      */
  21214.     protected function getUserAccessKeyDefinition2Service()
  21215.     {
  21216.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  21217.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  21218.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21219.         return $instance;
  21220.     }
  21221.     /**
  21222.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  21223.      *
  21224.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  21225.      */
  21226.     protected function getUserConfigDefinition2Service()
  21227.     {
  21228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  21229.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  21230.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21231.         return $instance;
  21232.     }
  21233.     /**
  21234.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  21235.      *
  21236.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  21237.      */
  21238.     protected function getUserRecoveryDefinition2Service()
  21239.     {
  21240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  21241.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  21242.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21243.         return $instance;
  21244.     }
  21245.     /**
  21246.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\UserDefinition' shared service.
  21247.      *
  21248.      * @return \Shopware\Core\System\User\UserDefinition
  21249.      */
  21250.     protected function getUserDefinition2Service()
  21251.     {
  21252.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  21253.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21254.         return $instance;
  21255.     }
  21256.     /**
  21257.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  21258.      *
  21259.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  21260.      */
  21261.     protected function getThemeChildDefinition2Service()
  21262.     {
  21263.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  21264.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  21265.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21266.         return $instance;
  21267.     }
  21268.     /**
  21269.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  21270.      *
  21271.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  21272.      */
  21273.     protected function getThemeMediaDefinition2Service()
  21274.     {
  21275.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  21276.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  21277.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21278.         return $instance;
  21279.     }
  21280.     /**
  21281.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  21282.      *
  21283.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  21284.      */
  21285.     protected function getThemeSalesChannelDefinition2Service()
  21286.     {
  21287.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  21288.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21289.         return $instance;
  21290.     }
  21291.     /**
  21292.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  21293.      *
  21294.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  21295.      */
  21296.     protected function getThemeTranslationDefinition2Service()
  21297.     {
  21298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21299.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  21300.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  21301.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21302.         return $instance;
  21303.     }
  21304.     /**
  21305.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\ThemeDefinition' shared service.
  21306.      *
  21307.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  21308.      */
  21309.     protected function getThemeDefinition2Service()
  21310.     {
  21311.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  21312.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21313.         return $instance;
  21314.     }
  21315.     /**
  21316.      * Gets the public 'sales_channel_definition.Swag\LanguagePack\PackLanguage\PackLanguageDefinition' shared service.
  21317.      *
  21318.      * @return \Swag\LanguagePack\PackLanguage\PackLanguageDefinition
  21319.      */
  21320.     protected function getPackLanguageDefinition2Service()
  21321.     {
  21322.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/PackLanguage/PackLanguageDefinition.php';
  21323.         $this->services['sales_channel_definition.Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition'] = $instance = new \Swag\LanguagePack\PackLanguage\PackLanguageDefinition();
  21324.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21325.         return $instance;
  21326.     }
  21327.     /**
  21328.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition' shared service.
  21329.      *
  21330.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition
  21331.      */
  21332.     protected function getPosSalesChannelDefinition2Service()
  21333.     {
  21334.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelDefinition.php';
  21335.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition();
  21336.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21337.         return $instance;
  21338.     }
  21339.     /**
  21340.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition' shared service.
  21341.      *
  21342.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition
  21343.      */
  21344.     protected function getPosSalesChannelInventoryDefinition2Service()
  21345.     {
  21346.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelInventoryDefinition.php';
  21347.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition();
  21348.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21349.         return $instance;
  21350.     }
  21351.     /**
  21352.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition' shared service.
  21353.      *
  21354.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition
  21355.      */
  21356.     protected function getPosSalesChannelMediaDefinition2Service()
  21357.     {
  21358.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelMediaDefinition.php';
  21359.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition();
  21360.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21361.         return $instance;
  21362.     }
  21363.     /**
  21364.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition' shared service.
  21365.      *
  21366.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition
  21367.      */
  21368.     protected function getPosSalesChannelProductDefinition2Service()
  21369.     {
  21370.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelProductDefinition.php';
  21371.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition();
  21372.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21373.         return $instance;
  21374.     }
  21375.     /**
  21376.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition' shared service.
  21377.      *
  21378.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition
  21379.      */
  21380.     protected function getPosSalesChannelRunDefinition2Service()
  21381.     {
  21382.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelRunDefinition.php';
  21383.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition();
  21384.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21385.         return $instance;
  21386.     }
  21387.     /**
  21388.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition' shared service.
  21389.      *
  21390.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition
  21391.      */
  21392.     protected function getPosSalesChannelRunLogDefinition2Service()
  21393.     {
  21394.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelRunLogDefinition.php';
  21395.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition();
  21396.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21397.         return $instance;
  21398.     }
  21399.     /**
  21400.      * Gets the public 'sales_channel_domain.repository' shared service.
  21401.      *
  21402.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21403.      */
  21404.     protected function getSalesChannelDomain_RepositoryService()
  21405.     {
  21406.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21407.         if (isset($this->services['sales_channel_domain.repository'])) {
  21408.             return $this->services['sales_channel_domain.repository'];
  21409.         }
  21410.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21411.         if (isset($this->services['sales_channel_domain.repository'])) {
  21412.             return $this->services['sales_channel_domain.repository'];
  21413.         }
  21414.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21415.         if (isset($this->services['sales_channel_domain.repository'])) {
  21416.             return $this->services['sales_channel_domain.repository'];
  21417.         }
  21418.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21419.         if (isset($this->services['sales_channel_domain.repository'])) {
  21420.             return $this->services['sales_channel_domain.repository'];
  21421.         }
  21422.         return $this->services['sales_channel_domain.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] ?? $this->getSalesChannelDomainDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  21423.     }
  21424.     /**
  21425.      * Gets the public 'sales_channel_language.repository' shared service.
  21426.      *
  21427.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21428.      */
  21429.     protected function getSalesChannelLanguage_RepositoryService()
  21430.     {
  21431.         return $this->services['sales_channel_language.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] ?? $this->getSalesChannelLanguageDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  21432.     }
  21433.     /**
  21434.      * Gets the public 'sales_channel_payment_method.repository' shared service.
  21435.      *
  21436.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21437.      */
  21438.     protected function getSalesChannelPaymentMethod_RepositoryService()
  21439.     {
  21440.         return $this->services['sales_channel_payment_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] ?? $this->getSalesChannelPaymentMethodDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  21441.     }
  21442.     /**
  21443.      * Gets the public 'sales_channel_shipping_method.repository' shared service.
  21444.      *
  21445.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21446.      */
  21447.     protected function getSalesChannelShippingMethod_RepositoryService()
  21448.     {
  21449.         return $this->services['sales_channel_shipping_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] ?? $this->getSalesChannelShippingMethodDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  21450.     }
  21451.     /**
  21452.      * Gets the public 'sales_channel_translation.repository' shared service.
  21453.      *
  21454.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21455.      */
  21456.     protected function getSalesChannelTranslation_RepositoryService()
  21457.     {
  21458.         return $this->services['sales_channel_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] ?? $this->getSalesChannelTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  21459.     }
  21460.     /**
  21461.      * Gets the public 'sales_channel_type.repository' shared service.
  21462.      *
  21463.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  21464.      */
  21465.     protected function getSalesChannelType_RepositoryService()
  21466.     {
  21467.         return $this->services['sales_channel_type.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] ?? $this->getSalesChannelTypeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21468.     }
  21469.     /**
  21470.      * Gets the public 'sales_channel_type_translation.repository' shared service.
  21471.      *
  21472.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21473.      */
  21474.     protected function getSalesChannelTypeTranslation_RepositoryService()
  21475.     {
  21476.         return $this->services['sales_channel_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] ?? $this->getSalesChannelTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  21477.     }
  21478.     /**
  21479.      * Gets the public 'salutation.repository' shared service.
  21480.      *
  21481.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  21482.      */
  21483.     protected function getSalutation_RepositoryService()
  21484.     {
  21485.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21486.         if (isset($this->services['salutation.repository'])) {
  21487.             return $this->services['salutation.repository'];
  21488.         }
  21489.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21490.         if (isset($this->services['salutation.repository'])) {
  21491.             return $this->services['salutation.repository'];
  21492.         }
  21493.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21494.         if (isset($this->services['salutation.repository'])) {
  21495.             return $this->services['salutation.repository'];
  21496.         }
  21497.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21498.         if (isset($this->services['salutation.repository'])) {
  21499.             return $this->services['salutation.repository'];
  21500.         }
  21501.         return $this->services['salutation.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Salutation\\SalutationDefinition'] ?? $this->getSalutationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21502.     }
  21503.     /**
  21504.      * Gets the public 'salutation_translation.repository' shared service.
  21505.      *
  21506.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21507.      */
  21508.     protected function getSalutationTranslation_RepositoryService()
  21509.     {
  21510.         return $this->services['salutation_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] ?? $this->getSalutationTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  21511.     }
  21512.     /**
  21513.      * Gets the public 'scheduled_task.repository' shared service.
  21514.      *
  21515.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  21516.      */
  21517.     protected function getScheduledTask_RepositoryService()
  21518.     {
  21519.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21520.         if (isset($this->services['scheduled_task.repository'])) {
  21521.             return $this->services['scheduled_task.repository'];
  21522.         }
  21523.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21524.         if (isset($this->services['scheduled_task.repository'])) {
  21525.             return $this->services['scheduled_task.repository'];
  21526.         }
  21527.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21528.         if (isset($this->services['scheduled_task.repository'])) {
  21529.             return $this->services['scheduled_task.repository'];
  21530.         }
  21531.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21532.         if (isset($this->services['scheduled_task.repository'])) {
  21533.             return $this->services['scheduled_task.repository'];
  21534.         }
  21535.         return $this->services['scheduled_task.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] ?? $this->getScheduledTaskDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21536.     }
  21537.     /**
  21538.      * Gets the public 'script.repository' shared service.
  21539.      *
  21540.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21541.      */
  21542.     protected function getScript_RepositoryService()
  21543.     {
  21544.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21545.         if (isset($this->services['script.repository'])) {
  21546.             return $this->services['script.repository'];
  21547.         }
  21548.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21549.         if (isset($this->services['script.repository'])) {
  21550.             return $this->services['script.repository'];
  21551.         }
  21552.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21553.         if (isset($this->services['script.repository'])) {
  21554.             return $this->services['script.repository'];
  21555.         }
  21556.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21557.         if (isset($this->services['script.repository'])) {
  21558.             return $this->services['script.repository'];
  21559.         }
  21560.         return $this->services['script.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Script\\ScriptDefinition'] ?? $this->getScriptDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  21561.     }
  21562.     /**
  21563.      * Gets the public 'seo_url.repository' shared service.
  21564.      *
  21565.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21566.      */
  21567.     protected function getSeoUrl_RepositoryService()
  21568.     {
  21569.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21570.         if (isset($this->services['seo_url.repository'])) {
  21571.             return $this->services['seo_url.repository'];
  21572.         }
  21573.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21574.         if (isset($this->services['seo_url.repository'])) {
  21575.             return $this->services['seo_url.repository'];
  21576.         }
  21577.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21578.         if (isset($this->services['seo_url.repository'])) {
  21579.             return $this->services['seo_url.repository'];
  21580.         }
  21581.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21582.         if (isset($this->services['seo_url.repository'])) {
  21583.             return $this->services['seo_url.repository'];
  21584.         }
  21585.         return $this->services['seo_url.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition'] ?? $this->getSeoUrlDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  21586.     }
  21587.     /**
  21588.      * Gets the public 'seo_url_template.repository' shared service.
  21589.      *
  21590.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21591.      */
  21592.     protected function getSeoUrlTemplate_RepositoryService()
  21593.     {
  21594.         return $this->services['seo_url_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] ?? $this->getSeoUrlTemplateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  21595.     }
  21596.     /**
  21597.      * Gets the public 'services_resetter' shared service.
  21598.      *
  21599.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  21600.      */
  21601.     protected function getServicesResetterService()
  21602.     {
  21603.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  21604.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  21605.             if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  21606.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? null);
  21607.             }
  21608.             if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'])) {
  21609.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader' => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? null);
  21610.             }
  21611.             if (isset($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'])) {
  21612.                 yield 'Shopware\\Core\\Framework\\App\\ActiveAppsLoader' => ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? null);
  21613.             }
  21614.             if (isset($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'])) {
  21615.                 yield 'Shopware\\Core\\System\\CustomField\\CustomFieldService' => ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? null);
  21616.             }
  21617.             if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'])) {
  21618.                 yield 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? null);
  21619.             }
  21620.             if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  21621.                 yield 'Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer' => ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? null);
  21622.             }
  21623.             if (false) {
  21624.                 yield 'shopware.increment.gateway.array' => null;
  21625.             }
  21626.             if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'])) {
  21627.                 yield 'Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper' => ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? null);
  21628.             }
  21629.             if (isset($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'])) {
  21630.                 yield 'Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider' => ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? null);
  21631.             }
  21632.             if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'])) {
  21633.                 yield 'Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader' => ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? null);
  21634.             }
  21635.             if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'])) {
  21636.                 yield 'Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore' => ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? null);
  21637.             }
  21638.             if (isset($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'])) {
  21639.                 yield 'Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface' => ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? null);
  21640.             }
  21641.             if (isset($this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  21642.                 yield 'Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator' => ($this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? null);
  21643.             }
  21644.             if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  21645.                 yield 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\SearchKeywordUpdater' => ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? null);
  21646.             }
  21647.             if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'])) {
  21648.                 yield 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter' => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? null);
  21649.             }
  21650.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  21651.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? null);
  21652.             }
  21653.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  21654.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? null);
  21655.             }
  21656.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  21657.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? null);
  21658.             }
  21659.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  21660.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? null);
  21661.             }
  21662.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  21663.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? null);
  21664.             }
  21665.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  21666.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? null);
  21667.             }
  21668.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  21669.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? null);
  21670.             }
  21671.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  21672.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? null);
  21673.             }
  21674.             if (isset($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'])) {
  21675.                 yield 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? null);
  21676.             }
  21677.             if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  21678.                 yield 'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? null);
  21679.             }
  21680.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  21681.                 yield 'Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? null);
  21682.             }
  21683.             if (isset($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  21684.                 yield 'Shopware\\Core\\Checkout\\Cart\\CartRuleLoader' => ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? null);
  21685.             }
  21686.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'])) {
  21687.                 yield 'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'] ?? null);
  21688.             }
  21689.             if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  21690.                 yield 'Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener' => ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? null);
  21691.             }
  21692.             if (isset($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'])) {
  21693.                 yield 'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? null);
  21694.             }
  21695.             if (isset($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'])) {
  21696.                 yield 'Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder' => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? null);
  21697.             }
  21698.             if (isset($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'])) {
  21699.                 yield 'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => ($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] ?? null);
  21700.             }
  21701.             if (isset($this->services['cache.app'])) {
  21702.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  21703.             }
  21704.             if (isset($this->services['cache.system'])) {
  21705.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  21706.             }
  21707.             if (isset($this->privates['cache.validator'])) {
  21708.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  21709.             }
  21710.             if (isset($this->privates['cache.serializer'])) {
  21711.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  21712.             }
  21713.             if (isset($this->privates['cache.annotations'])) {
  21714.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  21715.             }
  21716.             if (isset($this->privates['cache.property_info'])) {
  21717.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  21718.             }
  21719.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  21720.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  21721.             }
  21722.             if (isset($this->privates['mailer.message_logger_listener'])) {
  21723.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  21724.             }
  21725.             if (isset($this->privates['debug.stopwatch'])) {
  21726.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  21727.             }
  21728.             if (isset($this->services['event_dispatcher'])) {
  21729.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  21730.             }
  21731.             if (isset($this->privates['cache.rate_limiter'])) {
  21732.                 yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? null);
  21733.             }
  21734.             if (isset($this->privates['.cache.object.inner'])) {
  21735.                 yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? null);
  21736.             }
  21737.             if (isset($this->privates['.cache.http.inner'])) {
  21738.                 yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? null);
  21739.             }
  21740.             if (isset($this->privates['cache.tags'])) {
  21741.                 yield 'cache.tags' => ($this->privates['cache.tags'] ?? null);
  21742.             }
  21743.             if (isset($this->privates['session_listener'])) {
  21744.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  21745.             }
  21746.             if (isset($this->services['cache.validator_expression_language'])) {
  21747.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  21748.             }
  21749.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  21750.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  21751.             }
  21752.             if (isset($this->services['.container.private.profiler'])) {
  21753.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  21754.             }
  21755.             if (isset($this->privates['debug.validator'])) {
  21756.                 yield 'debug.validator' => ($this->privates['debug.validator'] ?? null);
  21757.             }
  21758.             if (isset($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'])) {
  21759.                 yield 'monolog.handler.main' => ($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? null);
  21760.             }
  21761.             if (isset($this->privates['monolog.handler.console'])) {
  21762.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  21763.             }
  21764.             if (isset($this->privates['monolog.handler.business_event_handler_buffer'])) {
  21765.                 yield 'monolog.handler.business_event_handler_buffer' => ($this->privates['monolog.handler.business_event_handler_buffer'] ?? null);
  21766.             }
  21767.         }, function () {
  21768.             return + (int) (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'])) + (int) (isset($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) + (int) (false) + (int) (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'])) + (int) (isset($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'])) + (int) (isset($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'])) + (int) (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'])) + (int) (isset($this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) + (int) (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) + (int) (isset($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'])) + (int) (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) + (int) (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) + (int) (isset($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'])) + (int) (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'])) + (int) (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) + (int) (isset($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'])) + (int) (isset($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'])) + (int) (isset($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'])) + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['cache.rate_limiter'])) + (int) (isset($this->privates['.cache.object.inner'])) + (int) (isset($this->privates['.cache.http.inner'])) + (int) (isset($this->privates['cache.tags'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->privates['debug.validator'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.business_event_handler_buffer']));
  21769.         }), ['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => [=> 'reset'], 'Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader' => [=> 'reset'], 'Shopware\\Core\\Framework\\App\\ActiveAppsLoader' => [=> 'reset'], 'Shopware\\Core\\System\\CustomField\\CustomFieldService' => [=> 'reset'], 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => [=> 'reset'], 'Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer' => [=> 'reset'], 'shopware.increment.gateway.array' => [=> 'resetAll'], 'Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper' => [=> 'reset'], 'Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider' => [=> 'reset'], 'Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader' => [=> 'reset'], 'Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore' => [=> 'reset'], 'Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface' => [=> 'reset'], 'Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator' => [=> 'reset'], 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\SearchKeywordUpdater' => [=> 'reset'], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber' => [=> 'reset'], 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\CartRuleLoader' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper' => [=> 'reset'], 'Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener' => [=> 'reset'], 'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => [=> 'reset'], 'Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder' => [=> 'reset'], 'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => [=> 'reset'], 'cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'cache.rate_limiter' => [=> 'reset'], '.cache.object.inner' => [=> 'reset'], '.cache.http.inner' => [=> 'reset'], 'cache.tags' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'monolog.handler.business_event_handler_buffer' => [=> 'reset']]);
  21770.     }
  21771.     /**
  21772.      * Gets the public 'shipping_method.repository' shared service.
  21773.      *
  21774.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  21775.      */
  21776.     protected function getShippingMethod_RepositoryService()
  21777.     {
  21778.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21779.         if (isset($this->services['shipping_method.repository'])) {
  21780.             return $this->services['shipping_method.repository'];
  21781.         }
  21782.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21783.         if (isset($this->services['shipping_method.repository'])) {
  21784.             return $this->services['shipping_method.repository'];
  21785.         }
  21786.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21787.         if (isset($this->services['shipping_method.repository'])) {
  21788.             return $this->services['shipping_method.repository'];
  21789.         }
  21790.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21791.         if (isset($this->services['shipping_method.repository'])) {
  21792.             return $this->services['shipping_method.repository'];
  21793.         }
  21794.         return $this->services['shipping_method.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition'] ?? $this->getShippingMethodDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21795.     }
  21796.     /**
  21797.      * Gets the public 'shipping_method_price.repository' shared service.
  21798.      *
  21799.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21800.      */
  21801.     protected function getShippingMethodPrice_RepositoryService()
  21802.     {
  21803.         return $this->services['shipping_method_price.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] ?? $this->getShippingMethodPriceDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  21804.     }
  21805.     /**
  21806.      * Gets the public 'shipping_method_tag.repository' shared service.
  21807.      *
  21808.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21809.      */
  21810.     protected function getShippingMethodTag_RepositoryService()
  21811.     {
  21812.         return $this->services['shipping_method_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] ?? $this->getShippingMethodTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  21813.     }
  21814.     /**
  21815.      * Gets the public 'shipping_method_translation.repository' shared service.
  21816.      *
  21817.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21818.      */
  21819.     protected function getShippingMethodTranslation_RepositoryService()
  21820.     {
  21821.         return $this->services['shipping_method_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] ?? $this->getShippingMethodTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  21822.     }
  21823.     /**
  21824.      * Gets the public 'shopware.filesystem.asset' shared service.
  21825.      *
  21826.      * @return \League\Flysystem\FilesystemInterface
  21827.      */
  21828.     protected function getShopware_Filesystem_AssetService()
  21829.     {
  21830.         return $this->services['shopware.filesystem.asset'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.asset']);
  21831.     }
  21832.     /**
  21833.      * Gets the public 'shopware.filesystem.private' shared service.
  21834.      *
  21835.      * @return \League\Flysystem\FilesystemInterface
  21836.      */
  21837.     protected function getShopware_Filesystem_PrivateService()
  21838.     {
  21839.         return $this->services['shopware.filesystem.private'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.private']);
  21840.     }
  21841.     /**
  21842.      * Gets the public 'shopware.filesystem.public' shared service.
  21843.      *
  21844.      * @return \League\Flysystem\FilesystemInterface
  21845.      */
  21846.     protected function getShopware_Filesystem_PublicService()
  21847.     {
  21848.         return $this->services['shopware.filesystem.public'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.public']);
  21849.     }
  21850.     /**
  21851.      * Gets the public 'shopware.filesystem.sitemap' shared service.
  21852.      *
  21853.      * @return \League\Flysystem\FilesystemInterface
  21854.      */
  21855.     protected function getShopware_Filesystem_SitemapService()
  21856.     {
  21857.         return $this->services['shopware.filesystem.sitemap'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.sitemap']);
  21858.     }
  21859.     /**
  21860.      * Gets the public 'shopware.filesystem.temp' shared service.
  21861.      *
  21862.      * @return \League\Flysystem\FilesystemInterface
  21863.      */
  21864.     protected function getShopware_Filesystem_TempService()
  21865.     {
  21866.         return $this->services['shopware.filesystem.temp'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.temp']);
  21867.     }
  21868.     /**
  21869.      * Gets the public 'shopware.filesystem.theme' shared service.
  21870.      *
  21871.      * @return \League\Flysystem\FilesystemInterface
  21872.      */
  21873.     protected function getShopware_Filesystem_ThemeService()
  21874.     {
  21875.         return $this->services['shopware.filesystem.theme'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.theme']);
  21876.     }
  21877.     /**
  21878.      * Gets the public 'shopware.increment.gateway.registry' shared service.
  21879.      *
  21880.      * @return \Shopware\Core\Framework\Increment\IncrementGatewayRegistry
  21881.      */
  21882.     protected function getShopware_Increment_Gateway_RegistryService()
  21883.     {
  21884.         return $this->services['shopware.increment.gateway.registry'] = new \Shopware\Core\Framework\Increment\IncrementGatewayRegistry(new RewindableGenerator(function () {
  21885.             yield => ($this->privates['shopware.increment.user_activity.gateway.mysql'] ?? $this->getShopware_Increment_UserActivity_Gateway_MysqlService());
  21886.             yield => ($this->privates['shopware.increment.message_queue.gateway.mysql'] ?? $this->getShopware_Increment_MessageQueue_Gateway_MysqlService());
  21887.         }, 2));
  21888.     }
  21889.     /**
  21890.      * Gets the public 'shopware.store_client' shared service.
  21891.      *
  21892.      * @return \GuzzleHttp\Client
  21893.      */
  21894.     protected function getShopware_StoreClientService($lazyLoad true)
  21895.     {
  21896.         if ($lazyLoad) {
  21897.             return $this->services['shopware.store_client'] = $this->createProxy('Client_b190fb5', function () {
  21898.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  21899.                     $wrappedInstance $this->getShopware_StoreClientService(false);
  21900.                     $proxy->setProxyInitializer(null);
  21901.                     return true;
  21902.                 });
  21903.             });
  21904.         }
  21905.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClientFactory.php';
  21906.         return (new \Shopware\Core\Framework\Store\Services\StoreClientFactory(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new RewindableGenerator(function () {
  21907.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware'] ?? $this->getVerifyResponseSignatureMiddlewareService());
  21908.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware'] ?? $this->getStoreSessionExpiredMiddlewareService());
  21909.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] ?? $this->getShopSecretInvalidMiddlewareService());
  21910.         }, 3)))->create();
  21911.     }
  21912.     /**
  21913.      * Gets the public 'snippet.repository' shared service.
  21914.      *
  21915.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21916.      */
  21917.     protected function getSnippet_RepositoryService()
  21918.     {
  21919.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21920.         if (isset($this->services['snippet.repository'])) {
  21921.             return $this->services['snippet.repository'];
  21922.         }
  21923.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21924.         if (isset($this->services['snippet.repository'])) {
  21925.             return $this->services['snippet.repository'];
  21926.         }
  21927.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21928.         if (isset($this->services['snippet.repository'])) {
  21929.             return $this->services['snippet.repository'];
  21930.         }
  21931.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21932.         if (isset($this->services['snippet.repository'])) {
  21933.             return $this->services['snippet.repository'];
  21934.         }
  21935.         return $this->services['snippet.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Snippet\\SnippetDefinition'] ?? $this->getSnippetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  21936.     }
  21937.     /**
  21938.      * Gets the public 'snippet_set.repository' shared service.
  21939.      *
  21940.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21941.      */
  21942.     protected function getSnippetSet_RepositoryService()
  21943.     {
  21944.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21945.         if (isset($this->services['snippet_set.repository'])) {
  21946.             return $this->services['snippet_set.repository'];
  21947.         }
  21948.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21949.         if (isset($this->services['snippet_set.repository'])) {
  21950.             return $this->services['snippet_set.repository'];
  21951.         }
  21952.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21953.         if (isset($this->services['snippet_set.repository'])) {
  21954.             return $this->services['snippet_set.repository'];
  21955.         }
  21956.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21957.         if (isset($this->services['snippet_set.repository'])) {
  21958.             return $this->services['snippet_set.repository'];
  21959.         }
  21960.         return $this->services['snippet_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] ?? $this->getSnippetSetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  21961.     }
  21962.     /**
  21963.      * Gets the public 'solid_advanced_slider_elements.filesystem.private' shared service.
  21964.      *
  21965.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21966.      */
  21967.     protected function getSolidAdvancedSliderElements_Filesystem_PrivateService()
  21968.     {
  21969.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21970.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21971.         return $this->services['solid_advanced_slider_elements.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/solid_advanced_slider_elements');
  21972.     }
  21973.     /**
  21974.      * Gets the public 'solid_advanced_slider_elements.filesystem.public' shared service.
  21975.      *
  21976.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21977.      */
  21978.     protected function getSolidAdvancedSliderElements_Filesystem_PublicService()
  21979.     {
  21980.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21982.         return $this->services['solid_advanced_slider_elements.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/solid_advanced_slider_elements');
  21983.     }
  21984.     /**
  21985.      * Gets the public 'state_machine.repository' shared service.
  21986.      *
  21987.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  21988.      */
  21989.     protected function getStateMachine_RepositoryService()
  21990.     {
  21991.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21992.         if (isset($this->services['state_machine.repository'])) {
  21993.             return $this->services['state_machine.repository'];
  21994.         }
  21995.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21996.         if (isset($this->services['state_machine.repository'])) {
  21997.             return $this->services['state_machine.repository'];
  21998.         }
  21999.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22000.         if (isset($this->services['state_machine.repository'])) {
  22001.             return $this->services['state_machine.repository'];
  22002.         }
  22003.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22004.         if (isset($this->services['state_machine.repository'])) {
  22005.             return $this->services['state_machine.repository'];
  22006.         }
  22007.         return $this->services['state_machine.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] ?? $this->getStateMachineDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22008.     }
  22009.     /**
  22010.      * Gets the public 'state_machine_history.repository' shared service.
  22011.      *
  22012.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22013.      */
  22014.     protected function getStateMachineHistory_RepositoryService()
  22015.     {
  22016.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22017.         if (isset($this->services['state_machine_history.repository'])) {
  22018.             return $this->services['state_machine_history.repository'];
  22019.         }
  22020.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22021.         if (isset($this->services['state_machine_history.repository'])) {
  22022.             return $this->services['state_machine_history.repository'];
  22023.         }
  22024.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22025.         if (isset($this->services['state_machine_history.repository'])) {
  22026.             return $this->services['state_machine_history.repository'];
  22027.         }
  22028.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22029.         if (isset($this->services['state_machine_history.repository'])) {
  22030.             return $this->services['state_machine_history.repository'];
  22031.         }
  22032.         return $this->services['state_machine_history.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] ?? $this->getStateMachineHistoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22033.     }
  22034.     /**
  22035.      * Gets the public 'state_machine_state.repository' shared service.
  22036.      *
  22037.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  22038.      */
  22039.     protected function getStateMachineState_RepositoryService()
  22040.     {
  22041.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22042.         if (isset($this->services['state_machine_state.repository'])) {
  22043.             return $this->services['state_machine_state.repository'];
  22044.         }
  22045.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22046.         if (isset($this->services['state_machine_state.repository'])) {
  22047.             return $this->services['state_machine_state.repository'];
  22048.         }
  22049.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22050.         if (isset($this->services['state_machine_state.repository'])) {
  22051.             return $this->services['state_machine_state.repository'];
  22052.         }
  22053.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22054.         if (isset($this->services['state_machine_state.repository'])) {
  22055.             return $this->services['state_machine_state.repository'];
  22056.         }
  22057.         return $this->services['state_machine_state.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] ?? $this->getStateMachineStateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22058.     }
  22059.     /**
  22060.      * Gets the public 'state_machine_state_translation.repository' shared service.
  22061.      *
  22062.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22063.      */
  22064.     protected function getStateMachineStateTranslation_RepositoryService()
  22065.     {
  22066.         return $this->services['state_machine_state_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] ?? $this->getStateMachineStateTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22067.     }
  22068.     /**
  22069.      * Gets the public 'state_machine_transition.repository' shared service.
  22070.      *
  22071.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22072.      */
  22073.     protected function getStateMachineTransition_RepositoryService()
  22074.     {
  22075.         return $this->services['state_machine_transition.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] ?? $this->getStateMachineTransitionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22076.     }
  22077.     /**
  22078.      * Gets the public 'state_machine_translation.repository' shared service.
  22079.      *
  22080.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22081.      */
  22082.     protected function getStateMachineTranslation_RepositoryService()
  22083.     {
  22084.         return $this->services['state_machine_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] ?? $this->getStateMachineTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22085.     }
  22086.     /**
  22087.      * Gets the public 'storefront.filesystem.private' shared service.
  22088.      *
  22089.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22090.      */
  22091.     protected function getStorefront_Filesystem_PrivateService()
  22092.     {
  22093.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22094.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22095.         return $this->services['storefront.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/storefront');
  22096.     }
  22097.     /**
  22098.      * Gets the public 'storefront.filesystem.public' shared service.
  22099.      *
  22100.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22101.      */
  22102.     protected function getStorefront_Filesystem_PublicService()
  22103.     {
  22104.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22105.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22106.         return $this->services['storefront.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/storefront');
  22107.     }
  22108.     /**
  22109.      * Gets the public 'swag_extension_store.filesystem.private' shared service.
  22110.      *
  22111.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22112.      */
  22113.     protected function getSwagExtensionStore_Filesystem_PrivateService()
  22114.     {
  22115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22117.         return $this->services['swag_extension_store.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_extension_store');
  22118.     }
  22119.     /**
  22120.      * Gets the public 'swag_extension_store.filesystem.public' shared service.
  22121.      *
  22122.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22123.      */
  22124.     protected function getSwagExtensionStore_Filesystem_PublicService()
  22125.     {
  22126.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22127.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22128.         return $this->services['swag_extension_store.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_extension_store');
  22129.     }
  22130.     /**
  22131.      * Gets the public 'swag_language_pack.filesystem.private' shared service.
  22132.      *
  22133.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22134.      */
  22135.     protected function getSwagLanguagePack_Filesystem_PrivateService()
  22136.     {
  22137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22139.         return $this->services['swag_language_pack.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_language_pack');
  22140.     }
  22141.     /**
  22142.      * Gets the public 'swag_language_pack.filesystem.public' shared service.
  22143.      *
  22144.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22145.      */
  22146.     protected function getSwagLanguagePack_Filesystem_PublicService()
  22147.     {
  22148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22150.         return $this->services['swag_language_pack.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_language_pack');
  22151.     }
  22152.     /**
  22153.      * Gets the public 'swag_language_pack_language.repository' shared service.
  22154.      *
  22155.      * @return \Swag\LanguagePack\Core\Content\PackLanguageRepositoryDecorator
  22156.      */
  22157.     protected function getSwagLanguagePackLanguage_RepositoryService()
  22158.     {
  22159.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Content/PackLanguageRepositoryDecorator.php';
  22160.         return $this->services['swag_language_pack_language.repository'] = new \Swag\LanguagePack\Core\Content\PackLanguageRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition'] ?? $this->getPackLanguageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22161.     }
  22162.     /**
  22163.      * Gets the public 'swag_pay_pal.filesystem.private' shared service.
  22164.      *
  22165.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22166.      */
  22167.     protected function getSwagPayPal_Filesystem_PrivateService()
  22168.     {
  22169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22171.         return $this->services['swag_pay_pal.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_pay_pal');
  22172.     }
  22173.     /**
  22174.      * Gets the public 'swag_pay_pal.filesystem.public' shared service.
  22175.      *
  22176.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22177.      */
  22178.     protected function getSwagPayPal_Filesystem_PublicService()
  22179.     {
  22180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22182.         return $this->services['swag_pay_pal.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_pay_pal');
  22183.     }
  22184.     /**
  22185.      * Gets the public 'swag_paypal_pos_sales_channel.repository' shared service.
  22186.      *
  22187.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  22188.      */
  22189.     protected function getSwagPaypalPosSalesChannel_RepositoryService()
  22190.     {
  22191.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22192.         if (isset($this->services['swag_paypal_pos_sales_channel.repository'])) {
  22193.             return $this->services['swag_paypal_pos_sales_channel.repository'];
  22194.         }
  22195.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22196.         if (isset($this->services['swag_paypal_pos_sales_channel.repository'])) {
  22197.             return $this->services['swag_paypal_pos_sales_channel.repository'];
  22198.         }
  22199.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22200.         if (isset($this->services['swag_paypal_pos_sales_channel.repository'])) {
  22201.             return $this->services['swag_paypal_pos_sales_channel.repository'];
  22202.         }
  22203.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22204.         if (isset($this->services['swag_paypal_pos_sales_channel.repository'])) {
  22205.             return $this->services['swag_paypal_pos_sales_channel.repository'];
  22206.         }
  22207.         return $this->services['swag_paypal_pos_sales_channel.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition'] ?? $this->getPosSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22208.     }
  22209.     /**
  22210.      * Gets the public 'swag_paypal_pos_sales_channel_inventory.repository' shared service.
  22211.      *
  22212.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  22213.      */
  22214.     protected function getSwagPaypalPosSalesChannelInventory_RepositoryService()
  22215.     {
  22216.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22217.         if (isset($this->services['swag_paypal_pos_sales_channel_inventory.repository'])) {
  22218.             return $this->services['swag_paypal_pos_sales_channel_inventory.repository'];
  22219.         }
  22220.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22221.         if (isset($this->services['swag_paypal_pos_sales_channel_inventory.repository'])) {
  22222.             return $this->services['swag_paypal_pos_sales_channel_inventory.repository'];
  22223.         }
  22224.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22225.         if (isset($this->services['swag_paypal_pos_sales_channel_inventory.repository'])) {
  22226.             return $this->services['swag_paypal_pos_sales_channel_inventory.repository'];
  22227.         }
  22228.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22229.         if (isset($this->services['swag_paypal_pos_sales_channel_inventory.repository'])) {
  22230.             return $this->services['swag_paypal_pos_sales_channel_inventory.repository'];
  22231.         }
  22232.         return $this->services['swag_paypal_pos_sales_channel_inventory.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition'] ?? $this->getPosSalesChannelInventoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22233.     }
  22234.     /**
  22235.      * Gets the public 'swag_paypal_pos_sales_channel_media.repository' shared service.
  22236.      *
  22237.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  22238.      */
  22239.     protected function getSwagPaypalPosSalesChannelMedia_RepositoryService()
  22240.     {
  22241.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22242.         if (isset($this->services['swag_paypal_pos_sales_channel_media.repository'])) {
  22243.             return $this->services['swag_paypal_pos_sales_channel_media.repository'];
  22244.         }
  22245.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22246.         if (isset($this->services['swag_paypal_pos_sales_channel_media.repository'])) {
  22247.             return $this->services['swag_paypal_pos_sales_channel_media.repository'];
  22248.         }
  22249.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22250.         if (isset($this->services['swag_paypal_pos_sales_channel_media.repository'])) {
  22251.             return $this->services['swag_paypal_pos_sales_channel_media.repository'];
  22252.         }
  22253.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22254.         if (isset($this->services['swag_paypal_pos_sales_channel_media.repository'])) {
  22255.             return $this->services['swag_paypal_pos_sales_channel_media.repository'];
  22256.         }
  22257.         return $this->services['swag_paypal_pos_sales_channel_media.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition'] ?? $this->getPosSalesChannelMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22258.     }
  22259.     /**
  22260.      * Gets the public 'swag_paypal_pos_sales_channel_product.repository' shared service.
  22261.      *
  22262.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  22263.      */
  22264.     protected function getSwagPaypalPosSalesChannelProduct_RepositoryService()
  22265.     {
  22266.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22267.         if (isset($this->services['swag_paypal_pos_sales_channel_product.repository'])) {
  22268.             return $this->services['swag_paypal_pos_sales_channel_product.repository'];
  22269.         }
  22270.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22271.         if (isset($this->services['swag_paypal_pos_sales_channel_product.repository'])) {
  22272.             return $this->services['swag_paypal_pos_sales_channel_product.repository'];
  22273.         }
  22274.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22275.         if (isset($this->services['swag_paypal_pos_sales_channel_product.repository'])) {
  22276.             return $this->services['swag_paypal_pos_sales_channel_product.repository'];
  22277.         }
  22278.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22279.         if (isset($this->services['swag_paypal_pos_sales_channel_product.repository'])) {
  22280.             return $this->services['swag_paypal_pos_sales_channel_product.repository'];
  22281.         }
  22282.         return $this->services['swag_paypal_pos_sales_channel_product.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition'] ?? $this->getPosSalesChannelProductDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22283.     }
  22284.     /**
  22285.      * Gets the public 'swag_paypal_pos_sales_channel_run.repository' shared service.
  22286.      *
  22287.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  22288.      */
  22289.     protected function getSwagPaypalPosSalesChannelRun_RepositoryService()
  22290.     {
  22291.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22292.         if (isset($this->services['swag_paypal_pos_sales_channel_run.repository'])) {
  22293.             return $this->services['swag_paypal_pos_sales_channel_run.repository'];
  22294.         }
  22295.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22296.         if (isset($this->services['swag_paypal_pos_sales_channel_run.repository'])) {
  22297.             return $this->services['swag_paypal_pos_sales_channel_run.repository'];
  22298.         }
  22299.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22300.         if (isset($this->services['swag_paypal_pos_sales_channel_run.repository'])) {
  22301.             return $this->services['swag_paypal_pos_sales_channel_run.repository'];
  22302.         }
  22303.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22304.         if (isset($this->services['swag_paypal_pos_sales_channel_run.repository'])) {
  22305.             return $this->services['swag_paypal_pos_sales_channel_run.repository'];
  22306.         }
  22307.         return $this->services['swag_paypal_pos_sales_channel_run.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition'] ?? $this->getPosSalesChannelRunDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22308.     }
  22309.     /**
  22310.      * Gets the public 'swag_paypal_pos_sales_channel_run_log.repository' shared service.
  22311.      *
  22312.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  22313.      */
  22314.     protected function getSwagPaypalPosSalesChannelRunLog_RepositoryService()
  22315.     {
  22316.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22317.         if (isset($this->services['swag_paypal_pos_sales_channel_run_log.repository'])) {
  22318.             return $this->services['swag_paypal_pos_sales_channel_run_log.repository'];
  22319.         }
  22320.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22321.         if (isset($this->services['swag_paypal_pos_sales_channel_run_log.repository'])) {
  22322.             return $this->services['swag_paypal_pos_sales_channel_run_log.repository'];
  22323.         }
  22324.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22325.         if (isset($this->services['swag_paypal_pos_sales_channel_run_log.repository'])) {
  22326.             return $this->services['swag_paypal_pos_sales_channel_run_log.repository'];
  22327.         }
  22328.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22329.         if (isset($this->services['swag_paypal_pos_sales_channel_run_log.repository'])) {
  22330.             return $this->services['swag_paypal_pos_sales_channel_run_log.repository'];
  22331.         }
  22332.         return $this->services['swag_paypal_pos_sales_channel_run_log.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition'] ?? $this->getPosSalesChannelRunLogDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22333.     }
  22334.     /**
  22335.      * Gets the public 'system.filesystem.private' shared service.
  22336.      *
  22337.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22338.      */
  22339.     protected function getSystem_Filesystem_PrivateService()
  22340.     {
  22341.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22342.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22343.         return $this->services['system.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/system');
  22344.     }
  22345.     /**
  22346.      * Gets the public 'system.filesystem.public' shared service.
  22347.      *
  22348.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22349.      */
  22350.     protected function getSystem_Filesystem_PublicService()
  22351.     {
  22352.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22354.         return $this->services['system.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/system');
  22355.     }
  22356.     /**
  22357.      * Gets the public 'system_config.repository' shared service.
  22358.      *
  22359.      * @return \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator
  22360.      */
  22361.     protected function getSystemConfig_RepositoryService()
  22362.     {
  22363.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22364.         if (isset($this->services['system_config.repository'])) {
  22365.             return $this->services['system_config.repository'];
  22366.         }
  22367.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22368.         if (isset($this->services['system_config.repository'])) {
  22369.             return $this->services['system_config.repository'];
  22370.         }
  22371.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22372.         if (isset($this->services['system_config.repository'])) {
  22373.             return $this->services['system_config.repository'];
  22374.         }
  22375.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22376.         if (isset($this->services['system_config.repository'])) {
  22377.             return $this->services['system_config.repository'];
  22378.         }
  22379.         return $this->services['system_config.repository'] = new \Swag\PayPal\Util\Compatibility\EntityRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] ?? $this->getSystemConfigDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22380.     }
  22381.     /**
  22382.      * Gets the public 'tag.repository' shared service.
  22383.      *
  22384.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22385.      */
  22386.     protected function getTag_RepositoryService()
  22387.     {
  22388.         return $this->services['tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22389.     }
  22390.     /**
  22391.      * Gets the public 'tax.repository' shared service.
  22392.      *
  22393.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22394.      */
  22395.     protected function getTax_RepositoryService()
  22396.     {
  22397.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22398.         if (isset($this->services['tax.repository'])) {
  22399.             return $this->services['tax.repository'];
  22400.         }
  22401.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22402.         if (isset($this->services['tax.repository'])) {
  22403.             return $this->services['tax.repository'];
  22404.         }
  22405.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22406.         if (isset($this->services['tax.repository'])) {
  22407.             return $this->services['tax.repository'];
  22408.         }
  22409.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22410.         if (isset($this->services['tax.repository'])) {
  22411.             return $this->services['tax.repository'];
  22412.         }
  22413.         return $this->services['tax.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Tax\\TaxDefinition'] ?? $this->getTaxDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22414.     }
  22415.     /**
  22416.      * Gets the public 'tax_rule.repository' shared service.
  22417.      *
  22418.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22419.      */
  22420.     protected function getTaxRule_RepositoryService()
  22421.     {
  22422.         return $this->services['tax_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] ?? $this->getTaxRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22423.     }
  22424.     /**
  22425.      * Gets the public 'tax_rule_type.repository' shared service.
  22426.      *
  22427.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22428.      */
  22429.     protected function getTaxRuleType_RepositoryService()
  22430.     {
  22431.         return $this->services['tax_rule_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] ?? $this->getTaxRuleTypeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22432.     }
  22433.     /**
  22434.      * Gets the public 'tax_rule_type_translation.repository' shared service.
  22435.      *
  22436.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22437.      */
  22438.     protected function getTaxRuleTypeTranslation_RepositoryService()
  22439.     {
  22440.         return $this->services['tax_rule_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] ?? $this->getTaxRuleTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22441.     }
  22442.     /**
  22443.      * Gets the public 'theme.repository' shared service.
  22444.      *
  22445.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22446.      */
  22447.     protected function getTheme_RepositoryService()
  22448.     {
  22449.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22450.         if (isset($this->services['theme.repository'])) {
  22451.             return $this->services['theme.repository'];
  22452.         }
  22453.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22454.         if (isset($this->services['theme.repository'])) {
  22455.             return $this->services['theme.repository'];
  22456.         }
  22457.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22458.         if (isset($this->services['theme.repository'])) {
  22459.             return $this->services['theme.repository'];
  22460.         }
  22461.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22462.         if (isset($this->services['theme.repository'])) {
  22463.             return $this->services['theme.repository'];
  22464.         }
  22465.         return $this->services['theme.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Storefront\\Theme\\ThemeDefinition'] ?? $this->getThemeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22466.     }
  22467.     /**
  22468.      * Gets the public 'theme_child.repository' shared service.
  22469.      *
  22470.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22471.      */
  22472.     protected function getThemeChild_RepositoryService()
  22473.     {
  22474.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22475.         if (isset($this->services['theme_child.repository'])) {
  22476.             return $this->services['theme_child.repository'];
  22477.         }
  22478.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22479.         if (isset($this->services['theme_child.repository'])) {
  22480.             return $this->services['theme_child.repository'];
  22481.         }
  22482.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22483.         if (isset($this->services['theme_child.repository'])) {
  22484.             return $this->services['theme_child.repository'];
  22485.         }
  22486.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22487.         if (isset($this->services['theme_child.repository'])) {
  22488.             return $this->services['theme_child.repository'];
  22489.         }
  22490.         return $this->services['theme_child.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] ?? $this->getThemeChildDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22491.     }
  22492.     /**
  22493.      * Gets the public 'theme_media.repository' shared service.
  22494.      *
  22495.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22496.      */
  22497.     protected function getThemeMedia_RepositoryService()
  22498.     {
  22499.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22500.         if (isset($this->services['theme_media.repository'])) {
  22501.             return $this->services['theme_media.repository'];
  22502.         }
  22503.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22504.         if (isset($this->services['theme_media.repository'])) {
  22505.             return $this->services['theme_media.repository'];
  22506.         }
  22507.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22508.         if (isset($this->services['theme_media.repository'])) {
  22509.             return $this->services['theme_media.repository'];
  22510.         }
  22511.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22512.         if (isset($this->services['theme_media.repository'])) {
  22513.             return $this->services['theme_media.repository'];
  22514.         }
  22515.         return $this->services['theme_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] ?? $this->getThemeMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22516.     }
  22517.     /**
  22518.      * Gets the public 'theme_sales_channel.repository' shared service.
  22519.      *
  22520.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22521.      */
  22522.     protected function getThemeSalesChannel_RepositoryService()
  22523.     {
  22524.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22525.         if (isset($this->services['theme_sales_channel.repository'])) {
  22526.             return $this->services['theme_sales_channel.repository'];
  22527.         }
  22528.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22529.         if (isset($this->services['theme_sales_channel.repository'])) {
  22530.             return $this->services['theme_sales_channel.repository'];
  22531.         }
  22532.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22533.         if (isset($this->services['theme_sales_channel.repository'])) {
  22534.             return $this->services['theme_sales_channel.repository'];
  22535.         }
  22536.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22537.         if (isset($this->services['theme_sales_channel.repository'])) {
  22538.             return $this->services['theme_sales_channel.repository'];
  22539.         }
  22540.         return $this->services['theme_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] ?? $this->getThemeSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22541.     }
  22542.     /**
  22543.      * Gets the public 'theme_translation.repository' shared service.
  22544.      *
  22545.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22546.      */
  22547.     protected function getThemeTranslation_RepositoryService()
  22548.     {
  22549.         return $this->services['theme_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] ?? $this->getThemeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22550.     }
  22551.     /**
  22552.      * Gets the public 'translator' shared service.
  22553.      *
  22554.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  22555.      */
  22556.     protected function getTranslatorService()
  22557.     {
  22558.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  22559.         if (isset($this->services['translator'])) {
  22560.             return $this->services['translator'];
  22561.         }
  22562.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator($a);
  22563.     }
  22564.     /**
  22565.      * Gets the public 'unit.repository' shared service.
  22566.      *
  22567.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22568.      */
  22569.     protected function getUnit_RepositoryService()
  22570.     {
  22571.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22572.         if (isset($this->services['unit.repository'])) {
  22573.             return $this->services['unit.repository'];
  22574.         }
  22575.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22576.         if (isset($this->services['unit.repository'])) {
  22577.             return $this->services['unit.repository'];
  22578.         }
  22579.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22580.         if (isset($this->services['unit.repository'])) {
  22581.             return $this->services['unit.repository'];
  22582.         }
  22583.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22584.         if (isset($this->services['unit.repository'])) {
  22585.             return $this->services['unit.repository'];
  22586.         }
  22587.         return $this->services['unit.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Unit\\UnitDefinition'] ?? $this->getUnitDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22588.     }
  22589.     /**
  22590.      * Gets the public 'unit_translation.repository' shared service.
  22591.      *
  22592.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22593.      */
  22594.     protected function getUnitTranslation_RepositoryService()
  22595.     {
  22596.         return $this->services['unit_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] ?? $this->getUnitTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22597.     }
  22598.     /**
  22599.      * Gets the public 'user.repository' shared service.
  22600.      *
  22601.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22602.      */
  22603.     protected function getUser_RepositoryService()
  22604.     {
  22605.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22606.         if (isset($this->services['user.repository'])) {
  22607.             return $this->services['user.repository'];
  22608.         }
  22609.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22610.         if (isset($this->services['user.repository'])) {
  22611.             return $this->services['user.repository'];
  22612.         }
  22613.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22614.         if (isset($this->services['user.repository'])) {
  22615.             return $this->services['user.repository'];
  22616.         }
  22617.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22618.         if (isset($this->services['user.repository'])) {
  22619.             return $this->services['user.repository'];
  22620.         }
  22621.         return $this->services['user.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\User\\UserDefinition'] ?? $this->getUserDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22622.     }
  22623.     /**
  22624.      * Gets the public 'user_access_key.repository' shared service.
  22625.      *
  22626.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22627.      */
  22628.     protected function getUserAccessKey_RepositoryService()
  22629.     {
  22630.         return $this->services['user_access_key.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] ?? $this->getUserAccessKeyDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22631.     }
  22632.     /**
  22633.      * Gets the public 'user_config.repository' shared service.
  22634.      *
  22635.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22636.      */
  22637.     protected function getUserConfig_RepositoryService()
  22638.     {
  22639.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22640.         if (isset($this->services['user_config.repository'])) {
  22641.             return $this->services['user_config.repository'];
  22642.         }
  22643.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22644.         if (isset($this->services['user_config.repository'])) {
  22645.             return $this->services['user_config.repository'];
  22646.         }
  22647.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22648.         if (isset($this->services['user_config.repository'])) {
  22649.             return $this->services['user_config.repository'];
  22650.         }
  22651.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22652.         if (isset($this->services['user_config.repository'])) {
  22653.             return $this->services['user_config.repository'];
  22654.         }
  22655.         return $this->services['user_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] ?? $this->getUserConfigDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22656.     }
  22657.     /**
  22658.      * Gets the public 'user_recovery.repository' shared service.
  22659.      *
  22660.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22661.      */
  22662.     protected function getUserRecovery_RepositoryService()
  22663.     {
  22664.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22665.         if (isset($this->services['user_recovery.repository'])) {
  22666.             return $this->services['user_recovery.repository'];
  22667.         }
  22668.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22669.         if (isset($this->services['user_recovery.repository'])) {
  22670.             return $this->services['user_recovery.repository'];
  22671.         }
  22672.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22673.         if (isset($this->services['user_recovery.repository'])) {
  22674.             return $this->services['user_recovery.repository'];
  22675.         }
  22676.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22677.         if (isset($this->services['user_recovery.repository'])) {
  22678.             return $this->services['user_recovery.repository'];
  22679.         }
  22680.         return $this->services['user_recovery.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] ?? $this->getUserRecoveryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22681.     }
  22682.     /**
  22683.      * Gets the public 'var_dumper.cloner' shared service.
  22684.      *
  22685.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  22686.      */
  22687.     protected function getVarDumper_ClonerService()
  22688.     {
  22689.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  22690.         $instance->setMaxItems(2500);
  22691.         $instance->setMinDepth(1);
  22692.         $instance->setMaxString(-1);
  22693.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  22694.         return $instance;
  22695.     }
  22696.     /**
  22697.      * Gets the public 'version.repository' shared service.
  22698.      *
  22699.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22700.      */
  22701.     protected function getVersion_RepositoryService()
  22702.     {
  22703.         return $this->services['version.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] ?? $this->getVersionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22704.     }
  22705.     /**
  22706.      * Gets the public 'version_commit.repository' shared service.
  22707.      *
  22708.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22709.      */
  22710.     protected function getVersionCommit_RepositoryService()
  22711.     {
  22712.         return $this->services['version_commit.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] ?? $this->getVersionCommitDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22713.     }
  22714.     /**
  22715.      * Gets the public 'version_commit_data.repository' shared service.
  22716.      *
  22717.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22718.      */
  22719.     protected function getVersionCommitData_RepositoryService()
  22720.     {
  22721.         return $this->services['version_commit_data.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] ?? $this->getVersionCommitDataDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22722.     }
  22723.     /**
  22724.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  22725.      *
  22726.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  22727.      */
  22728.     protected function getWebProfiler_Controller_ExceptionPanelService()
  22729.     {
  22730.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  22731.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  22732.     }
  22733.     /**
  22734.      * Gets the public 'web_profiler.controller.profiler' shared service.
  22735.      *
  22736.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  22737.      */
  22738.     protected function getWebProfiler_Controller_ProfilerService()
  22739.     {
  22740.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  22741.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  22742.     }
  22743.     /**
  22744.      * Gets the public 'web_profiler.controller.router' shared service.
  22745.      *
  22746.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  22747.      */
  22748.     protected function getWebProfiler_Controller_RouterService()
  22749.     {
  22750.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  22751.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  22752.             return new \EmptyIterator();
  22753.         }, 0));
  22754.     }
  22755.     /**
  22756.      * Gets the public 'webhook.repository' shared service.
  22757.      *
  22758.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22759.      */
  22760.     protected function getWebhook_RepositoryService()
  22761.     {
  22762.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22763.         if (isset($this->services['webhook.repository'])) {
  22764.             return $this->services['webhook.repository'];
  22765.         }
  22766.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22767.         if (isset($this->services['webhook.repository'])) {
  22768.             return $this->services['webhook.repository'];
  22769.         }
  22770.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22771.         if (isset($this->services['webhook.repository'])) {
  22772.             return $this->services['webhook.repository'];
  22773.         }
  22774.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22775.         if (isset($this->services['webhook.repository'])) {
  22776.             return $this->services['webhook.repository'];
  22777.         }
  22778.         return $this->services['webhook.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] ?? $this->getWebhookDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22779.     }
  22780.     /**
  22781.      * Gets the public 'webhook_event_log.repository' shared service.
  22782.      *
  22783.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  22784.      */
  22785.     protected function getWebhookEventLog_RepositoryService()
  22786.     {
  22787.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22788.         if (isset($this->services['webhook_event_log.repository'])) {
  22789.             return $this->services['webhook_event_log.repository'];
  22790.         }
  22791.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22792.         if (isset($this->services['webhook_event_log.repository'])) {
  22793.             return $this->services['webhook_event_log.repository'];
  22794.         }
  22795.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22796.         if (isset($this->services['webhook_event_log.repository'])) {
  22797.             return $this->services['webhook_event_log.repository'];
  22798.         }
  22799.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22800.         if (isset($this->services['webhook_event_log.repository'])) {
  22801.             return $this->services['webhook_event_log.repository'];
  22802.         }
  22803.         return $this->services['webhook_event_log.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] ?? $this->getWebhookEventLogDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  22804.     }
  22805.     /**
  22806.      * Gets the public 'zenit\PlatformStratusSet4\zenitPlatformStratusSet4' shared autowired service.
  22807.      *
  22808.      * @return \zenit\PlatformStratusSet4\zenitPlatformStratusSet4
  22809.      */
  22810.     protected function getZenitPlatformStratusSet4Service()
  22811.     {
  22812.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  22813.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  22814.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  22815.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  22816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  22817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  22818.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/ThemeInterface.php';
  22819.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformStratusSet4/src/zenitPlatformStratusSet4.php';
  22820.         return $this->services['zenit\\PlatformStratusSet4\\zenitPlatformStratusSet4'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('zenit\\PlatformStratusSet4\\zenitPlatformStratusSet4');
  22821.     }
  22822.     /**
  22823.      * Gets the public 'zenit\PlatformStratus\Storefront\Controller\QuickViewController' shared service.
  22824.      *
  22825.      * @return \zenit\PlatformStratus\Storefront\Controller\QuickViewController
  22826.      */
  22827.     protected function getQuickViewControllerService()
  22828.     {
  22829.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/Storefront/Controller/QuickViewController.php';
  22830.         $this->services['zenit\\PlatformStratus\\Storefront\\Controller\\QuickViewController'] = $instance = new \zenit\PlatformStratus\Storefront\Controller\QuickViewController(($this->privates['Shopware\\Storefront\\Page\\Product\\QuickView\\MinimalQuickViewPageLoader'] ?? $this->getMinimalQuickViewPageLoaderService()), ($this->services['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder'] ?? $this->getProductCombinationFinderService()));
  22831.         $instance->setContainer($this);
  22832.         return $instance;
  22833.     }
  22834.     /**
  22835.      * Gets the public 'zenit\PlatformStratus\zenitPlatformStratus' shared autowired service.
  22836.      *
  22837.      * @return \zenit\PlatformStratus\zenitPlatformStratus
  22838.      */
  22839.     protected function getZenitPlatformStratusService()
  22840.     {
  22841.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  22842.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  22843.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  22844.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  22845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  22846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  22847.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/ThemeInterface.php';
  22848.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/zenitPlatformStratus.php';
  22849.         return $this->services['zenit\\PlatformStratus\\zenitPlatformStratus'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('zenit\\PlatformStratus\\zenitPlatformStratus');
  22850.     }
  22851.     /**
  22852.      * Gets the public 'zenit_platform_stratus.filesystem.private' shared service.
  22853.      *
  22854.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22855.      */
  22856.     protected function getZenitPlatformStratus_Filesystem_PrivateService()
  22857.     {
  22858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22859.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22860.         return $this->services['zenit_platform_stratus.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/zenit_platform_stratus');
  22861.     }
  22862.     /**
  22863.      * Gets the public 'zenit_platform_stratus.filesystem.public' shared service.
  22864.      *
  22865.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22866.      */
  22867.     protected function getZenitPlatformStratus_Filesystem_PublicService()
  22868.     {
  22869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22871.         return $this->services['zenit_platform_stratus.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/zenit_platform_stratus');
  22872.     }
  22873.     /**
  22874.      * Gets the public 'zenit_platform_stratus_set4.filesystem.private' shared service.
  22875.      *
  22876.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22877.      */
  22878.     protected function getZenitPlatformStratusSet4_Filesystem_PrivateService()
  22879.     {
  22880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22882.         return $this->services['zenit_platform_stratus_set4.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/zenit_platform_stratus_set4');
  22883.     }
  22884.     /**
  22885.      * Gets the public 'zenit_platform_stratus_set4.filesystem.public' shared service.
  22886.      *
  22887.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22888.      */
  22889.     protected function getZenitPlatformStratusSet4_Filesystem_PublicService()
  22890.     {
  22891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22893.         return $this->services['zenit_platform_stratus_set4.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/zenit_platform_stratus_set4');
  22894.     }
  22895.     /**
  22896.      * Gets the private '.Frosh\Tools\Command\ChangeUserPasswordCommand.lazy' shared service.
  22897.      *
  22898.      * @return \Symfony\Component\Console\Command\LazyCommand
  22899.      */
  22900.     protected function getChangeUserPasswordCommand_LazyService()
  22901.     {
  22902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  22904.         return $this->privates['.Frosh\\Tools\\Command\\ChangeUserPasswordCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('frosh:user:change:password', [], 'Change user password'false, function (): \Frosh\Tools\Command\ChangeUserPasswordCommand {
  22905.             return ($this->privates['Frosh\\Tools\\Command\\ChangeUserPasswordCommand'] ?? $this->getChangeUserPasswordCommandService());
  22906.         });
  22907.     }
  22908.     /**
  22909.      * Gets the private '.Frosh\Tools\Command\EnvDelCommand.lazy' shared service.
  22910.      *
  22911.      * @return \Symfony\Component\Console\Command\LazyCommand
  22912.      */
  22913.     protected function getEnvDelCommand_LazyService()
  22914.     {
  22915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  22917.         return $this->privates['.Frosh\\Tools\\Command\\EnvDelCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('frosh:env:Del', [], 'Delete environment variable'false, function (): \Frosh\Tools\Command\EnvDelCommand {
  22918.             return ($this->privates['Frosh\\Tools\\Command\\EnvDelCommand'] ?? $this->getEnvDelCommandService());
  22919.         });
  22920.     }
  22921.     /**
  22922.      * Gets the private '.Frosh\Tools\Command\EnvGetCommand.lazy' shared service.
  22923.      *
  22924.      * @return \Symfony\Component\Console\Command\LazyCommand
  22925.      */
  22926.     protected function getEnvGetCommand_LazyService()
  22927.     {
  22928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  22930.         return $this->privates['.Frosh\\Tools\\Command\\EnvGetCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('frosh:env:get', [], 'Get an environment variable'false, function (): \Frosh\Tools\Command\EnvGetCommand {
  22931.             return ($this->privates['Frosh\\Tools\\Command\\EnvGetCommand'] ?? $this->getEnvGetCommandService());
  22932.         });
  22933.     }
  22934.     /**
  22935.      * Gets the private '.Frosh\Tools\Command\EnvSetCommand.lazy' shared service.
  22936.      *
  22937.      * @return \Symfony\Component\Console\Command\LazyCommand
  22938.      */
  22939.     protected function getEnvSetCommand_LazyService()
  22940.     {
  22941.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  22943.         return $this->privates['.Frosh\\Tools\\Command\\EnvSetCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('frosh:env:set', [], 'Set an environment variable'false, function (): \Frosh\Tools\Command\EnvSetCommand {
  22944.             return ($this->privates['Frosh\\Tools\\Command\\EnvSetCommand'] ?? $this->getEnvSetCommandService());
  22945.         });
  22946.     }
  22947.     /**
  22948.      * Gets the private '.Frosh\Tools\Command\MonitorCommand.lazy' shared service.
  22949.      *
  22950.      * @return \Symfony\Component\Console\Command\LazyCommand
  22951.      */
  22952.     protected function getMonitorCommand_LazyService()
  22953.     {
  22954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  22956.         return $this->privates['.Frosh\\Tools\\Command\\MonitorCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('frosh:monitor', [], 'Monitor your scheduled task and queue with this command and get notified via email.'false, function (): \Frosh\Tools\Command\MonitorCommand {
  22957.             return ($this->privates['Frosh\\Tools\\Command\\MonitorCommand'] ?? $this->getMonitorCommandService());
  22958.         });
  22959.     }
  22960.     /**
  22961.      * Gets the private '.Frosh\Tools\Command\UpdateComposerPluginsCommand.lazy' shared service.
  22962.      *
  22963.      * @return \Symfony\Component\Console\Command\LazyCommand
  22964.      */
  22965.     protected function getUpdateComposerPluginsCommand_LazyService()
  22966.     {
  22967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  22969.         return $this->privates['.Frosh\\Tools\\Command\\UpdateComposerPluginsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('frosh:composer-plugin:update', [], 'Check for available plugin updates and install them'false, function (): \Frosh\Tools\Command\UpdateComposerPluginsCommand {
  22970.             return ($this->privates['Frosh\\Tools\\Command\\UpdateComposerPluginsCommand'] ?? $this->getUpdateComposerPluginsCommandService());
  22971.         });
  22972.     }
  22973.     /**
  22974.      * Gets the private '.Frosh\Tools\Command\UpdatePluginsCommand.lazy' shared service.
  22975.      *
  22976.      * @return \Symfony\Component\Console\Command\LazyCommand
  22977.      */
  22978.     protected function getUpdatePluginsCommand_LazyService()
  22979.     {
  22980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  22982.         return $this->privates['.Frosh\\Tools\\Command\\UpdatePluginsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('frosh:plugin:update', [], 'Check for available plugin updates and install them'false, function (): \Frosh\Tools\Command\UpdatePluginsCommand {
  22983.             return ($this->privates['Frosh\\Tools\\Command\\UpdatePluginsCommand'] ?? $this->getUpdatePluginsCommandService());
  22984.         });
  22985.     }
  22986.     /**
  22987.      * Gets the private '.Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand.lazy' shared service.
  22988.      *
  22989.      * @return \Symfony\Component\Console\Command\LazyCommand
  22990.      */
  22991.     protected function getSalesChannelUpdateDomainCommand_LazyService()
  22992.     {
  22993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  22995.         return $this->privates['.Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sales-channel:update:domain', [], 'Changes the domain of all sales channels'false, function (): \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand {
  22996.             return ($this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand'] ?? $this->getSalesChannelUpdateDomainCommandService());
  22997.         });
  22998.     }
  22999.     /**
  23000.      * Gets the private '.Swag\PayPal\Pos\Command\PosImageSyncCommand.lazy' shared service.
  23001.      *
  23002.      * @return \Symfony\Component\Console\Command\LazyCommand
  23003.      */
  23004.     protected function getPosImageSyncCommand_LazyService()
  23005.     {
  23006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23008.         return $this->privates['.Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('swag:paypal:pos:sync:images', [], 'Sync only images to Zettle'false, function (): \Swag\PayPal\Pos\Command\PosImageSyncCommand {
  23009.             return ($this->privates['Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand'] ?? $this->getPosImageSyncCommandService());
  23010.         });
  23011.     }
  23012.     /**
  23013.      * Gets the private '.Swag\PayPal\Pos\Command\PosInventorySyncCommand.lazy' shared service.
  23014.      *
  23015.      * @return \Symfony\Component\Console\Command\LazyCommand
  23016.      */
  23017.     protected function getPosInventorySyncCommand_LazyService()
  23018.     {
  23019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23021.         return $this->privates['.Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('swag:paypal:pos:sync:inventory', [], 'Sync only inventory to Zettle'false, function (): \Swag\PayPal\Pos\Command\PosInventorySyncCommand {
  23022.             return ($this->privates['Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand'] ?? $this->getPosInventorySyncCommandService());
  23023.         });
  23024.     }
  23025.     /**
  23026.      * Gets the private '.Swag\PayPal\Pos\Command\PosLogCleanupCommand.lazy' shared service.
  23027.      *
  23028.      * @return \Symfony\Component\Console\Command\LazyCommand
  23029.      */
  23030.     protected function getPosLogCleanupCommand_LazyService()
  23031.     {
  23032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23034.         return $this->privates['.Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('swag:paypal:pos:log:cleanup', [], 'Cleanup Zettle sync log'false, function (): \Swag\PayPal\Pos\Command\PosLogCleanupCommand {
  23035.             return ($this->privates['Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand'] ?? $this->getPosLogCleanupCommandService());
  23036.         });
  23037.     }
  23038.     /**
  23039.      * Gets the private '.Swag\PayPal\Pos\Command\PosProductSyncCommand.lazy' shared service.
  23040.      *
  23041.      * @return \Symfony\Component\Console\Command\LazyCommand
  23042.      */
  23043.     protected function getPosProductSyncCommand_LazyService()
  23044.     {
  23045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23047.         return $this->privates['.Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('swag:paypal:pos:sync:product', [], 'Sync only products to Zettle'false, function (): \Swag\PayPal\Pos\Command\PosProductSyncCommand {
  23048.             return ($this->privates['Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand'] ?? $this->getPosProductSyncCommandService());
  23049.         });
  23050.     }
  23051.     /**
  23052.      * Gets the private '.Swag\PayPal\Pos\Command\PosSyncCommand.lazy' shared service.
  23053.      *
  23054.      * @return \Symfony\Component\Console\Command\LazyCommand
  23055.      */
  23056.     protected function getPosSyncCommand_LazyService()
  23057.     {
  23058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23060.         return $this->privates['.Swag\\PayPal\\Pos\\Command\\PosSyncCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('swag:paypal:pos:sync', [], 'Sync to Zettle'false, function (): \Swag\PayPal\Pos\Command\PosSyncCommand {
  23061.             return ($this->privates['Swag\\PayPal\\Pos\\Command\\PosSyncCommand'] ?? $this->getPosSyncCommandService());
  23062.         });
  23063.     }
  23064.     /**
  23065.      * Gets the private '.Swag\PayPal\Webhook\Command\CrawlWebhookEventNamesCommand.lazy' shared service.
  23066.      *
  23067.      * @return \Symfony\Component\Console\Command\LazyCommand
  23068.      */
  23069.     protected function getCrawlWebhookEventNamesCommand_LazyService()
  23070.     {
  23071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23073.         return $this->privates['.Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('swag:paypal:crawl:webhooks', [], 'Crawls the PayPal developer website for webhook event names and updates "Swag\\PayPal\\Webhook\\WebhookEventTypes"'false, function (): \Swag\PayPal\Webhook\Command\CrawlWebhookEventNamesCommand {
  23074.             return ($this->privates['Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand'] ?? $this->getCrawlWebhookEventNamesCommandService());
  23075.         });
  23076.     }
  23077.     /**
  23078.      * Gets the private '.Symfony\Component\Dotenv\Command\DotenvDumpCommand.lazy' shared service.
  23079.      *
  23080.      * @return \Symfony\Component\Console\Command\LazyCommand
  23081.      */
  23082.     protected function getDotenvDumpCommand_LazyService()
  23083.     {
  23084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23086.         return $this->privates['.Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('dotenv:dump', [], 'Compiles .env files to .env.local.php'false, function (): \Symfony\Component\Dotenv\Command\DotenvDumpCommand {
  23087.             return ($this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] ?? $this->getDotenvDumpCommandService());
  23088.         });
  23089.     }
  23090.     /**
  23091.      * Gets the private '.cache.http.inner' shared service.
  23092.      *
  23093.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  23094.      */
  23095.     protected function get_Cache_Http_InnerService()
  23096.     {
  23097.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  23098.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  23099.         return $this->privates['.cache.http.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  23100.     }
  23101.     /**
  23102.      * Gets the private '.cache.object.inner' shared service.
  23103.      *
  23104.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  23105.      */
  23106.     protected function get_Cache_Object_InnerService()
  23107.     {
  23108.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  23109.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  23110.         return $this->privates['.cache.object.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  23111.     }
  23112.     /**
  23113.      * Gets the private '.console.command.about.lazy' shared service.
  23114.      *
  23115.      * @return \Symfony\Component\Console\Command\LazyCommand
  23116.      */
  23117.     protected function get_Console_Command_About_LazyService()
  23118.     {
  23119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23121.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  23122.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  23123.         });
  23124.     }
  23125.     /**
  23126.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  23127.      *
  23128.      * @return \Symfony\Component\Console\Command\LazyCommand
  23129.      */
  23130.     protected function get_Console_Command_CacheClear_LazyService()
  23131.     {
  23132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23134.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  23135.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  23136.         });
  23137.     }
  23138.     /**
  23139.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  23140.      *
  23141.      * @return \Symfony\Component\Console\Command\LazyCommand
  23142.      */
  23143.     protected function get_Console_Command_CachePoolClear_LazyService()
  23144.     {
  23145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23147.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  23148.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  23149.         });
  23150.     }
  23151.     /**
  23152.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  23153.      *
  23154.      * @return \Symfony\Component\Console\Command\LazyCommand
  23155.      */
  23156.     protected function get_Console_Command_CachePoolDelete_LazyService()
  23157.     {
  23158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23160.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  23161.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  23162.         });
  23163.     }
  23164.     /**
  23165.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  23166.      *
  23167.      * @return \Symfony\Component\Console\Command\LazyCommand
  23168.      */
  23169.     protected function get_Console_Command_CachePoolList_LazyService()
  23170.     {
  23171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23173.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  23174.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  23175.         });
  23176.     }
  23177.     /**
  23178.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  23179.      *
  23180.      * @return \Symfony\Component\Console\Command\LazyCommand
  23181.      */
  23182.     protected function get_Console_Command_CachePoolPrune_LazyService()
  23183.     {
  23184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23186.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  23187.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  23188.         });
  23189.     }
  23190.     /**
  23191.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  23192.      *
  23193.      * @return \Symfony\Component\Console\Command\LazyCommand
  23194.      */
  23195.     protected function get_Console_Command_CacheWarmup_LazyService()
  23196.     {
  23197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23199.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  23200.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  23201.         });
  23202.     }
  23203.     /**
  23204.      * Gets the private '.console.command.config_debug.lazy' shared service.
  23205.      *
  23206.      * @return \Symfony\Component\Console\Command\LazyCommand
  23207.      */
  23208.     protected function get_Console_Command_ConfigDebug_LazyService()
  23209.     {
  23210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23212.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  23213.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  23214.         });
  23215.     }
  23216.     /**
  23217.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  23218.      *
  23219.      * @return \Symfony\Component\Console\Command\LazyCommand
  23220.      */
  23221.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  23222.     {
  23223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23225.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  23226.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  23227.         });
  23228.     }
  23229.     /**
  23230.      * Gets the private '.console.command.container_debug.lazy' shared service.
  23231.      *
  23232.      * @return \Symfony\Component\Console\Command\LazyCommand
  23233.      */
  23234.     protected function get_Console_Command_ContainerDebug_LazyService()
  23235.     {
  23236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23238.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  23239.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  23240.         });
  23241.     }
  23242.     /**
  23243.      * Gets the private '.console.command.container_lint.lazy' shared service.
  23244.      *
  23245.      * @return \Symfony\Component\Console\Command\LazyCommand
  23246.      */
  23247.     protected function get_Console_Command_ContainerLint_LazyService()
  23248.     {
  23249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23251.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  23252.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  23253.         });
  23254.     }
  23255.     /**
  23256.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  23257.      *
  23258.      * @return \Symfony\Component\Console\Command\LazyCommand
  23259.      */
  23260.     protected function get_Console_Command_DebugAutowiring_LazyService()
  23261.     {
  23262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23264.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  23265.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  23266.         });
  23267.     }
  23268.     /**
  23269.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  23270.      *
  23271.      * @return \Symfony\Component\Console\Command\LazyCommand
  23272.      */
  23273.     protected function get_Console_Command_DotenvDebug_LazyService()
  23274.     {
  23275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23277.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  23278.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  23279.         });
  23280.     }
  23281.     /**
  23282.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  23283.      *
  23284.      * @return \Symfony\Component\Console\Command\LazyCommand
  23285.      */
  23286.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  23287.     {
  23288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23290.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  23291.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  23292.         });
  23293.     }
  23294.     /**
  23295.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  23296.      *
  23297.      * @return \Symfony\Component\Console\Command\LazyCommand
  23298.      */
  23299.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  23300.     {
  23301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23303.         return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages'false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  23304.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  23305.         });
  23306.     }
  23307.     /**
  23308.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  23309.      *
  23310.      * @return \Symfony\Component\Console\Command\LazyCommand
  23311.      */
  23312.     protected function get_Console_Command_MessengerDebug_LazyService()
  23313.     {
  23314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23316.         return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses'false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  23317.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  23318.         });
  23319.     }
  23320.     /**
  23321.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  23322.      *
  23323.      * @return \Symfony\Component\Console\Command\LazyCommand
  23324.      */
  23325.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  23326.     {
  23327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23329.         return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport'false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  23330.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  23331.         });
  23332.     }
  23333.     /**
  23334.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  23335.      *
  23336.      * @return \Symfony\Component\Console\Command\LazyCommand
  23337.      */
  23338.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  23339.     {
  23340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23342.         return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message'false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  23343.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  23344.         });
  23345.     }
  23346.     /**
  23347.      * Gets the private '.console.command.router_debug.lazy' shared service.
  23348.      *
  23349.      * @return \Symfony\Component\Console\Command\LazyCommand
  23350.      */
  23351.     protected function get_Console_Command_RouterDebug_LazyService()
  23352.     {
  23353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23355.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  23356.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  23357.         });
  23358.     }
  23359.     /**
  23360.      * Gets the private '.console.command.router_match.lazy' shared service.
  23361.      *
  23362.      * @return \Symfony\Component\Console\Command\LazyCommand
  23363.      */
  23364.     protected function get_Console_Command_RouterMatch_LazyService()
  23365.     {
  23366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23368.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  23369.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  23370.         });
  23371.     }
  23372.     /**
  23373.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  23374.      *
  23375.      * @return \Symfony\Component\Console\Command\LazyCommand
  23376.      */
  23377.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  23378.     {
  23379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23381.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  23382.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  23383.         });
  23384.     }
  23385.     /**
  23386.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  23387.      *
  23388.      * @return \Symfony\Component\Console\Command\LazyCommand
  23389.      */
  23390.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  23391.     {
  23392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23394.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  23395.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  23396.         });
  23397.     }
  23398.     /**
  23399.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  23400.      *
  23401.      * @return \Symfony\Component\Console\Command\LazyCommand
  23402.      */
  23403.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  23404.     {
  23405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23407.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  23408.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  23409.         });
  23410.     }
  23411.     /**
  23412.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  23413.      *
  23414.      * @return \Symfony\Component\Console\Command\LazyCommand
  23415.      */
  23416.     protected function get_Console_Command_SecretsList_LazyService()
  23417.     {
  23418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23420.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  23421.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  23422.         });
  23423.     }
  23424.     /**
  23425.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  23426.      *
  23427.      * @return \Symfony\Component\Console\Command\LazyCommand
  23428.      */
  23429.     protected function get_Console_Command_SecretsRemove_LazyService()
  23430.     {
  23431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23433.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  23434.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  23435.         });
  23436.     }
  23437.     /**
  23438.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  23439.      *
  23440.      * @return \Symfony\Component\Console\Command\LazyCommand
  23441.      */
  23442.     protected function get_Console_Command_SecretsSet_LazyService()
  23443.     {
  23444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23446.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  23447.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  23448.         });
  23449.     }
  23450.     /**
  23451.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  23452.      *
  23453.      * @return \Symfony\Component\Console\Command\LazyCommand
  23454.      */
  23455.     protected function get_Console_Command_TranslationDebug_LazyService()
  23456.     {
  23457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23459.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  23460.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  23461.         });
  23462.     }
  23463.     /**
  23464.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  23465.      *
  23466.      * @return \Symfony\Component\Console\Command\LazyCommand
  23467.      */
  23468.     protected function get_Console_Command_TranslationExtract_LazyService()
  23469.     {
  23470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23472.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  23473.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  23474.         });
  23475.     }
  23476.     /**
  23477.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  23478.      *
  23479.      * @return \Symfony\Component\Console\Command\LazyCommand
  23480.      */
  23481.     protected function get_Console_Command_TranslationPull_LazyService()
  23482.     {
  23483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23485.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  23486.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  23487.         });
  23488.     }
  23489.     /**
  23490.      * Gets the private '.console.command.translation_push.lazy' shared service.
  23491.      *
  23492.      * @return \Symfony\Component\Console\Command\LazyCommand
  23493.      */
  23494.     protected function get_Console_Command_TranslationPush_LazyService()
  23495.     {
  23496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23498.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  23499.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  23500.         });
  23501.     }
  23502.     /**
  23503.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  23504.      *
  23505.      * @return \Symfony\Component\Console\Command\LazyCommand
  23506.      */
  23507.     protected function get_Console_Command_ValidatorDebug_LazyService()
  23508.     {
  23509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23511.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  23512.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  23513.         });
  23514.     }
  23515.     /**
  23516.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  23517.      *
  23518.      * @return \Symfony\Component\Console\Command\LazyCommand
  23519.      */
  23520.     protected function get_Console_Command_XliffLint_LazyService()
  23521.     {
  23522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23524.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  23525.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  23526.         });
  23527.     }
  23528.     /**
  23529.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  23530.      *
  23531.      * @return \Symfony\Component\Console\Command\LazyCommand
  23532.      */
  23533.     protected function get_Console_Command_YamlLint_LazyService()
  23534.     {
  23535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  23537.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  23538.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  23539.         });
  23540.     }
  23541.     /**
  23542.      * Gets the private '.errored..service_locator..g_DOwp.Shopware\Core\System\SalesChannel\SalesChannelContext' shared service.
  23543.      *
  23544.      * @return \Shopware\Core\System\SalesChannel\SalesChannelContext
  23545.      */
  23546.     protected function getSalesChannelContextService()
  23547.     {
  23548.         $this->throw('Cannot autowire service ".service_locator..g_DOwp": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.');
  23549.     }
  23550.     /**
  23551.      * Gets the private '.errored..service_locator.MgXytEm.Shopware\Core\Framework\Validation\DataBag\RequestDataBag' shared service.
  23552.      *
  23553.      * @return \Shopware\Core\Framework\Validation\DataBag\RequestDataBag
  23554.      */
  23555.     protected function getRequestDataBagService()
  23556.     {
  23557.         $this->throw('Cannot autowire service ".service_locator.MgXytEm": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.');
  23558.     }
  23559.     /**
  23560.      * Gets the private '.errored..service_locator.cwQd0hh.Shopware\Core\Framework\Context' shared service.
  23561.      *
  23562.      * @return \Shopware\Core\Framework\Context
  23563.      */
  23564.     protected function getContextService()
  23565.     {
  23566.         $this->throw('Cannot autowire service ".service_locator.cwQd0hh": it references class "Shopware\\Core\\Framework\\Context" but no such service exists.');
  23567.     }
  23568.     /**
  23569.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  23570.      *
  23571.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  23572.      */
  23573.     protected function getLoaderInterfaceService()
  23574.     {
  23575.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "Shopware\\Core\\Framework\\Api\\Route\\ApiRouteLoader", "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  23576.     }
  23577.     /**
  23578.      * Gets the private '.messenger.handler_descriptor.0Tu9xxE' shared service.
  23579.      *
  23580.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23581.      */
  23582.     protected function get_Messenger_HandlerDescriptor_0Tu9xxEService()
  23583.     {
  23584.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23585.         return $this->privates['.messenger.handler_descriptor.0Tu9xxE'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'] ?? $this->getCancelTransactionsTaskHandlerService()), []);
  23586.     }
  23587.     /**
  23588.      * Gets the private '.messenger.handler_descriptor.2yo6BZJ' shared service.
  23589.      *
  23590.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23591.      */
  23592.     protected function get_Messenger_HandlerDescriptor_2yo6BZJService()
  23593.     {
  23594.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23595.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  23596.         if (isset($this->privates['.messenger.handler_descriptor.2yo6BZJ'])) {
  23597.             return $this->privates['.messenger.handler_descriptor.2yo6BZJ'];
  23598.         }
  23599.         return $this->privates['.messenger.handler_descriptor.2yo6BZJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23600.     }
  23601.     /**
  23602.      * Gets the private '.messenger.handler_descriptor.3.rzR14' shared service.
  23603.      *
  23604.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23605.      */
  23606.     protected function get_Messenger_HandlerDescriptor_3_RzR14Service()
  23607.     {
  23608.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23609.         return $this->privates['.messenger.handler_descriptor.3.rzR14'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService()), []);
  23610.     }
  23611.     /**
  23612.      * Gets the private '.messenger.handler_descriptor.4htA3jl' shared service.
  23613.      *
  23614.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23615.      */
  23616.     protected function get_Messenger_HandlerDescriptor_4htA3jlService()
  23617.     {
  23618.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23619.         $a = ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  23620.         if (isset($this->privates['.messenger.handler_descriptor.4htA3jl'])) {
  23621.             return $this->privates['.messenger.handler_descriptor.4htA3jl'];
  23622.         }
  23623.         return $this->privates['.messenger.handler_descriptor.4htA3jl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23624.     }
  23625.     /**
  23626.      * Gets the private '.messenger.handler_descriptor.6KXPS1P' shared service.
  23627.      *
  23628.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23629.      */
  23630.     protected function get_Messenger_HandlerDescriptor_6KXPS1PService()
  23631.     {
  23632.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23633.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'] ?? $this->getProductSingleSyncHandlerService());
  23634.         if (isset($this->privates['.messenger.handler_descriptor.6KXPS1P'])) {
  23635.             return $this->privates['.messenger.handler_descriptor.6KXPS1P'];
  23636.         }
  23637.         return $this->privates['.messenger.handler_descriptor.6KXPS1P'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23638.     }
  23639.     /**
  23640.      * Gets the private '.messenger.handler_descriptor.6XWr01B' shared service.
  23641.      *
  23642.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23643.      */
  23644.     protected function get_Messenger_HandlerDescriptor_6XWr01BService()
  23645.     {
  23646.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23647.         return $this->privates['.messenger.handler_descriptor.6XWr01B'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService()), []);
  23648.     }
  23649.     /**
  23650.      * Gets the private '.messenger.handler_descriptor.6a6vTR.' shared service.
  23651.      *
  23652.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23653.      */
  23654.     protected function get_Messenger_HandlerDescriptor_6a6vTR_Service()
  23655.     {
  23656.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23657.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  23658.         if (isset($this->privates['.messenger.handler_descriptor.6a6vTR.'])) {
  23659.             return $this->privates['.messenger.handler_descriptor.6a6vTR.'];
  23660.         }
  23661.         return $this->privates['.messenger.handler_descriptor.6a6vTR.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23662.     }
  23663.     /**
  23664.      * Gets the private '.messenger.handler_descriptor.6kBcctU' shared service.
  23665.      *
  23666.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23667.      */
  23668.     protected function get_Messenger_HandlerDescriptor_6kBcctUService()
  23669.     {
  23670.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23671.         return $this->privates['.messenger.handler_descriptor.6kBcctU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService()), []);
  23672.     }
  23673.     /**
  23674.      * Gets the private '.messenger.handler_descriptor.6yw2O.t' shared service.
  23675.      *
  23676.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23677.      */
  23678.     protected function get_Messenger_HandlerDescriptor_6yw2O_TService()
  23679.     {
  23680.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23681.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'] ?? $this->getProductCleanupSyncHandlerService());
  23682.         if (isset($this->privates['.messenger.handler_descriptor.6yw2O.t'])) {
  23683.             return $this->privates['.messenger.handler_descriptor.6yw2O.t'];
  23684.         }
  23685.         return $this->privates['.messenger.handler_descriptor.6yw2O.t'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23686.     }
  23687.     /**
  23688.      * Gets the private '.messenger.handler_descriptor.88lOdtC' shared service.
  23689.      *
  23690.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23691.      */
  23692.     protected function get_Messenger_HandlerDescriptor_88lOdtCService()
  23693.     {
  23694.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23695.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  23696.         if (isset($this->privates['.messenger.handler_descriptor.88lOdtC'])) {
  23697.             return $this->privates['.messenger.handler_descriptor.88lOdtC'];
  23698.         }
  23699.         return $this->privates['.messenger.handler_descriptor.88lOdtC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23700.     }
  23701.     /**
  23702.      * Gets the private '.messenger.handler_descriptor.9FtfQXI' shared service.
  23703.      *
  23704.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23705.      */
  23706.     protected function get_Messenger_HandlerDescriptor_9FtfQXIService()
  23707.     {
  23708.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23709.         return $this->privates['.messenger.handler_descriptor.9FtfQXI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService()), []);
  23710.     }
  23711.     /**
  23712.      * Gets the private '.messenger.handler_descriptor.9zA2HRZ' shared service.
  23713.      *
  23714.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23715.      */
  23716.     protected function get_Messenger_HandlerDescriptor_9zA2HRZService()
  23717.     {
  23718.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23719.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  23720.         if (isset($this->privates['.messenger.handler_descriptor.9zA2HRZ'])) {
  23721.             return $this->privates['.messenger.handler_descriptor.9zA2HRZ'];
  23722.         }
  23723.         return $this->privates['.messenger.handler_descriptor.9zA2HRZ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23724.     }
  23725.     /**
  23726.      * Gets the private '.messenger.handler_descriptor.BzkW.st' shared service.
  23727.      *
  23728.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23729.      */
  23730.     protected function get_Messenger_HandlerDescriptor_BzkW_StService()
  23731.     {
  23732.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23733.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  23734.         if (isset($this->privates['.messenger.handler_descriptor.BzkW.st'])) {
  23735.             return $this->privates['.messenger.handler_descriptor.BzkW.st'];
  23736.         }
  23737.         return $this->privates['.messenger.handler_descriptor.BzkW.st'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23738.     }
  23739.     /**
  23740.      * Gets the private '.messenger.handler_descriptor.D8Msq11' shared service.
  23741.      *
  23742.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23743.      */
  23744.     protected function get_Messenger_HandlerDescriptor_D8Msq11Service()
  23745.     {
  23746.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23747.         return $this->privates['.messenger.handler_descriptor.D8Msq11'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService()), []);
  23748.     }
  23749.     /**
  23750.      * Gets the private '.messenger.handler_descriptor.F5OS4CB' shared service.
  23751.      *
  23752.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23753.      */
  23754.     protected function get_Messenger_HandlerDescriptor_F5OS4CBService()
  23755.     {
  23756.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23757.         return $this->privates['.messenger.handler_descriptor.F5OS4CB'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Frosh\\MailArchive\\Task\\CleanupTaskHandler'] ?? $this->getCleanupTaskHandlerService()), []);
  23758.     }
  23759.     /**
  23760.      * Gets the private '.messenger.handler_descriptor.FImPDsK' shared service.
  23761.      *
  23762.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23763.      */
  23764.     protected function get_Messenger_HandlerDescriptor_FImPDsKService()
  23765.     {
  23766.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23767.         return $this->privates['.messenger.handler_descriptor.FImPDsK'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'] ?? $this->getInventoryUpdateHandlerService()), []);
  23768.     }
  23769.     /**
  23770.      * Gets the private '.messenger.handler_descriptor.I0UD7br' shared service.
  23771.      *
  23772.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23773.      */
  23774.     protected function get_Messenger_HandlerDescriptor_I0UD7brService()
  23775.     {
  23776.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23777.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'] ?? $this->getCloneVisibilityHandlerService());
  23778.         if (isset($this->privates['.messenger.handler_descriptor.I0UD7br'])) {
  23779.             return $this->privates['.messenger.handler_descriptor.I0UD7br'];
  23780.         }
  23781.         return $this->privates['.messenger.handler_descriptor.I0UD7br'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23782.     }
  23783.     /**
  23784.      * Gets the private '.messenger.handler_descriptor.RWDR7vF' shared service.
  23785.      *
  23786.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23787.      */
  23788.     protected function get_Messenger_HandlerDescriptor_RWDR7vFService()
  23789.     {
  23790.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23791.         $a = ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  23792.         if (isset($this->privates['.messenger.handler_descriptor.RWDR7vF'])) {
  23793.             return $this->privates['.messenger.handler_descriptor.RWDR7vF'];
  23794.         }
  23795.         return $this->privates['.messenger.handler_descriptor.RWDR7vF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23796.     }
  23797.     /**
  23798.      * Gets the private '.messenger.handler_descriptor.RaXVyBY' shared service.
  23799.      *
  23800.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23801.      */
  23802.     protected function get_Messenger_HandlerDescriptor_RaXVyBYService()
  23803.     {
  23804.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23805.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  23806.         if (isset($this->privates['.messenger.handler_descriptor.RaXVyBY'])) {
  23807.             return $this->privates['.messenger.handler_descriptor.RaXVyBY'];
  23808.         }
  23809.         return $this->privates['.messenger.handler_descriptor.RaXVyBY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23810.     }
  23811.     /**
  23812.      * Gets the private '.messenger.handler_descriptor.Sx4TzkJ' shared service.
  23813.      *
  23814.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23815.      */
  23816.     protected function get_Messenger_HandlerDescriptor_Sx4TzkJService()
  23817.     {
  23818.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23819.         $a = ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  23820.         if (isset($this->privates['.messenger.handler_descriptor.Sx4TzkJ'])) {
  23821.             return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'];
  23822.         }
  23823.         return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23824.     }
  23825.     /**
  23826.      * Gets the private '.messenger.handler_descriptor.TaMu3bd' shared service.
  23827.      *
  23828.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23829.      */
  23830.     protected function get_Messenger_HandlerDescriptor_TaMu3bdService()
  23831.     {
  23832.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23833.         return $this->privates['.messenger.handler_descriptor.TaMu3bd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service()), []);
  23834.     }
  23835.     /**
  23836.      * Gets the private '.messenger.handler_descriptor.W5d8anj' shared service.
  23837.      *
  23838.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23839.      */
  23840.     protected function get_Messenger_HandlerDescriptor_W5d8anjService()
  23841.     {
  23842.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23843.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  23844.         if (isset($this->privates['.messenger.handler_descriptor.W5d8anj'])) {
  23845.             return $this->privates['.messenger.handler_descriptor.W5d8anj'];
  23846.         }
  23847.         return $this->privates['.messenger.handler_descriptor.W5d8anj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23848.     }
  23849.     /**
  23850.      * Gets the private '.messenger.handler_descriptor.Z5qzcmD' shared service.
  23851.      *
  23852.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23853.      */
  23854.     protected function get_Messenger_HandlerDescriptor_Z5qzcmDService()
  23855.     {
  23856.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23857.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  23858.         if (isset($this->privates['.messenger.handler_descriptor.Z5qzcmD'])) {
  23859.             return $this->privates['.messenger.handler_descriptor.Z5qzcmD'];
  23860.         }
  23861.         return $this->privates['.messenger.handler_descriptor.Z5qzcmD'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23862.     }
  23863.     /**
  23864.      * Gets the private '.messenger.handler_descriptor.ZFmY.qW' shared service.
  23865.      *
  23866.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23867.      */
  23868.     protected function get_Messenger_HandlerDescriptor_ZFmY_QWService()
  23869.     {
  23870.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23871.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  23872.         if (isset($this->privates['.messenger.handler_descriptor.ZFmY.qW'])) {
  23873.             return $this->privates['.messenger.handler_descriptor.ZFmY.qW'];
  23874.         }
  23875.         return $this->privates['.messenger.handler_descriptor.ZFmY.qW'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23876.     }
  23877.     /**
  23878.      * Gets the private '.messenger.handler_descriptor._mx1WXF' shared service.
  23879.      *
  23880.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23881.      */
  23882.     protected function get_Messenger_HandlerDescriptor_Mx1WXFService()
  23883.     {
  23884.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23885.         return $this->privates['.messenger.handler_descriptor._mx1WXF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService()), []);
  23886.     }
  23887.     /**
  23888.      * Gets the private '.messenger.handler_descriptor.aM76mVQ' shared service.
  23889.      *
  23890.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23891.      */
  23892.     protected function get_Messenger_HandlerDescriptor_AM76mVQService()
  23893.     {
  23894.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23895.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  23896.         if (isset($this->privates['.messenger.handler_descriptor.aM76mVQ'])) {
  23897.             return $this->privates['.messenger.handler_descriptor.aM76mVQ'];
  23898.         }
  23899.         return $this->privates['.messenger.handler_descriptor.aM76mVQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23900.     }
  23901.     /**
  23902.      * Gets the private '.messenger.handler_descriptor.bD1J5H6' shared service.
  23903.      *
  23904.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23905.      */
  23906.     protected function get_Messenger_HandlerDescriptor_BD1J5H6Service()
  23907.     {
  23908.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23909.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  23910.         if (isset($this->privates['.messenger.handler_descriptor.bD1J5H6'])) {
  23911.             return $this->privates['.messenger.handler_descriptor.bD1J5H6'];
  23912.         }
  23913.         return $this->privates['.messenger.handler_descriptor.bD1J5H6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23914.     }
  23915.     /**
  23916.      * Gets the private '.messenger.handler_descriptor.dVP21hY' shared service.
  23917.      *
  23918.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23919.      */
  23920.     protected function get_Messenger_HandlerDescriptor_DVP21hYService()
  23921.     {
  23922.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23923.         return $this->privates['.messenger.handler_descriptor.dVP21hY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService()), []);
  23924.     }
  23925.     /**
  23926.      * Gets the private '.messenger.handler_descriptor.ex5cbt9' shared service.
  23927.      *
  23928.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23929.      */
  23930.     protected function get_Messenger_HandlerDescriptor_Ex5cbt9Service()
  23931.     {
  23932.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23933.         return $this->privates['.messenger.handler_descriptor.ex5cbt9'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'] ?? $this->getImageSyncHandlerService()), []);
  23934.     }
  23935.     /**
  23936.      * Gets the private '.messenger.handler_descriptor.fTnptq7' shared service.
  23937.      *
  23938.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23939.      */
  23940.     protected function get_Messenger_HandlerDescriptor_FTnptq7Service()
  23941.     {
  23942.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23943.         return $this->privates['.messenger.handler_descriptor.fTnptq7'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'] ?? $this->getProductVariantSyncHandlerService()), []);
  23944.     }
  23945.     /**
  23946.      * Gets the private '.messenger.handler_descriptor.fxhV4DI' shared service.
  23947.      *
  23948.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23949.      */
  23950.     protected function get_Messenger_HandlerDescriptor_FxhV4DIService()
  23951.     {
  23952.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23953.         return $this->privates['.messenger.handler_descriptor.fxhV4DI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Acris\\Tax\\ScheduledTask\\CollectorTaskHandler'] ?? $this->getCollectorTaskHandlerService()), []);
  23954.     }
  23955.     /**
  23956.      * Gets the private '.messenger.handler_descriptor.g5T3Vdz' shared service.
  23957.      *
  23958.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23959.      */
  23960.     protected function get_Messenger_HandlerDescriptor_G5T3VdzService()
  23961.     {
  23962.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23963.         $a = ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  23964.         if (isset($this->privates['.messenger.handler_descriptor.g5T3Vdz'])) {
  23965.             return $this->privates['.messenger.handler_descriptor.g5T3Vdz'];
  23966.         }
  23967.         return $this->privates['.messenger.handler_descriptor.g5T3Vdz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23968.     }
  23969.     /**
  23970.      * Gets the private '.messenger.handler_descriptor.goUFZIo' shared service.
  23971.      *
  23972.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23973.      */
  23974.     protected function get_Messenger_HandlerDescriptor_GoUFZIoService()
  23975.     {
  23976.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23977.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  23978.         if (isset($this->privates['.messenger.handler_descriptor.goUFZIo'])) {
  23979.             return $this->privates['.messenger.handler_descriptor.goUFZIo'];
  23980.         }
  23981.         return $this->privates['.messenger.handler_descriptor.goUFZIo'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23982.     }
  23983.     /**
  23984.      * Gets the private '.messenger.handler_descriptor.h1gRAD1' shared service.
  23985.      *
  23986.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  23987.      */
  23988.     protected function get_Messenger_HandlerDescriptor_H1gRAD1Service()
  23989.     {
  23990.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  23991.         $a = ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  23992.         if (isset($this->privates['.messenger.handler_descriptor.h1gRAD1'])) {
  23993.             return $this->privates['.messenger.handler_descriptor.h1gRAD1'];
  23994.         }
  23995.         return $this->privates['.messenger.handler_descriptor.h1gRAD1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  23996.     }
  23997.     /**
  23998.      * Gets the private '.messenger.handler_descriptor.hq66vfV' shared service.
  23999.      *
  24000.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  24001.      */
  24002.     protected function get_Messenger_HandlerDescriptor_Hq66vfVService()
  24003.     {
  24004.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  24005.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  24006.         if (isset($this->privates['.messenger.handler_descriptor.hq66vfV'])) {
  24007.             return $this->privates['.messenger.handler_descriptor.hq66vfV'];
  24008.         }
  24009.         return $this->privates['.messenger.handler_descriptor.hq66vfV'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  24010.     }
  24011.     /**
  24012.      * Gets the private '.messenger.handler_descriptor.jTJEFNe' shared service.
  24013.      *
  24014.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  24015.      */
  24016.     protected function get_Messenger_HandlerDescriptor_JTJEFNeService()
  24017.     {
  24018.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  24019.         return $this->privates['.messenger.handler_descriptor.jTJEFNe'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'] ?? $this->getCleanUpLogTaskHandlerService()), []);
  24020.     }
  24021.     /**
  24022.      * Gets the private '.messenger.handler_descriptor.ka59xCt' shared service.
  24023.      *
  24024.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  24025.      */
  24026.     protected function get_Messenger_HandlerDescriptor_Ka59xCtService()
  24027.     {
  24028.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  24029.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'] ?? $this->getSyncManagerHandlerService());
  24030.         if (isset($this->privates['.messenger.handler_descriptor.ka59xCt'])) {
  24031.             return $this->privates['.messenger.handler_descriptor.ka59xCt'];
  24032.         }
  24033.         return $this->privates['.messenger.handler_descriptor.ka59xCt'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  24034.     }
  24035.     /**
  24036.      * Gets the private '.messenger.handler_descriptor.n5_pcyU' shared service.
  24037.      *
  24038.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  24039.      */
  24040.     protected function get_Messenger_HandlerDescriptor_N5PcyUService()
  24041.     {
  24042.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  24043.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  24044.         if (isset($this->privates['.messenger.handler_descriptor.n5_pcyU'])) {
  24045.             return $this->privates['.messenger.handler_descriptor.n5_pcyU'];
  24046.         }
  24047.         return $this->privates['.messenger.handler_descriptor.n5_pcyU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  24048.     }
  24049.     /**
  24050.      * Gets the private '.messenger.handler_descriptor.rvKU_JQ' shared service.
  24051.      *
  24052.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  24053.      */
  24054.     protected function get_Messenger_HandlerDescriptor_RvKUJQService()
  24055.     {
  24056.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  24057.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  24058.         if (isset($this->privates['.messenger.handler_descriptor.rvKU_JQ'])) {
  24059.             return $this->privates['.messenger.handler_descriptor.rvKU_JQ'];
  24060.         }
  24061.         return $this->privates['.messenger.handler_descriptor.rvKU_JQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  24062.     }
  24063.     /**
  24064.      * Gets the private '.messenger.handler_descriptor.u3lfLwH' shared service.
  24065.      *
  24066.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  24067.      */
  24068.     protected function get_Messenger_HandlerDescriptor_U3lfLwHService()
  24069.     {
  24070.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  24071.         return $this->privates['.messenger.handler_descriptor.u3lfLwH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'] ?? $this->getCompleteSyncTaskHandlerService()), []);
  24072.     }
  24073.     /**
  24074.      * Gets the private '.messenger.handler_descriptor.vN2QjSm' shared service.
  24075.      *
  24076.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  24077.      */
  24078.     protected function get_Messenger_HandlerDescriptor_VN2QjSmService()
  24079.     {
  24080.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  24081.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  24082.         if (isset($this->privates['.messenger.handler_descriptor.vN2QjSm'])) {
  24083.             return $this->privates['.messenger.handler_descriptor.vN2QjSm'];
  24084.         }
  24085.         return $this->privates['.messenger.handler_descriptor.vN2QjSm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  24086.     }
  24087.     /**
  24088.      * Gets the private '.messenger.handler_descriptor.vhvNn_P' shared service.
  24089.      *
  24090.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  24091.      */
  24092.     protected function get_Messenger_HandlerDescriptor_VhvNnPService()
  24093.     {
  24094.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  24095.         return $this->privates['.messenger.handler_descriptor.vhvNn_P'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService()), []);
  24096.     }
  24097.     /**
  24098.      * Gets the private '.messenger.handler_descriptor.vohgW1I' shared service.
  24099.      *
  24100.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  24101.      */
  24102.     protected function get_Messenger_HandlerDescriptor_VohgW1IService()
  24103.     {
  24104.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  24105.         return $this->privates['.messenger.handler_descriptor.vohgW1I'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'] ?? $this->getInventorySyncHandlerService()), []);
  24106.     }
  24107.     /**
  24108.      * Gets the private '.messenger.handler_descriptor.wYSIMNj' shared service.
  24109.      *
  24110.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  24111.      */
  24112.     protected function get_Messenger_HandlerDescriptor_WYSIMNjService()
  24113.     {
  24114.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  24115.         $a = ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  24116.         if (isset($this->privates['.messenger.handler_descriptor.wYSIMNj'])) {
  24117.             return $this->privates['.messenger.handler_descriptor.wYSIMNj'];
  24118.         }
  24119.         return $this->privates['.messenger.handler_descriptor.wYSIMNj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  24120.     }
  24121.     /**
  24122.      * Gets the private '.messenger.handler_descriptor.xfSTNS5' shared service.
  24123.      *
  24124.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  24125.      */
  24126.     protected function get_Messenger_HandlerDescriptor_XfSTNS5Service()
  24127.     {
  24128.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  24129.         return $this->privates['.messenger.handler_descriptor.xfSTNS5'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'] ?? $this->getInventorySyncTaskHandlerService()), []);
  24130.     }
  24131.     /**
  24132.      * Gets the private '.messenger.handler_descriptor.xvyXjii' shared service.
  24133.      *
  24134.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  24135.      */
  24136.     protected function get_Messenger_HandlerDescriptor_XvyXjiiService()
  24137.     {
  24138.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  24139.         return $this->privates['.messenger.handler_descriptor.xvyXjii'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['FourtwosixMonitorPlugin\\Service\\ScheduledTask\\SendMonitorDataTaskHandler'] ?? $this->getSendMonitorDataTaskHandlerService()), []);
  24140.     }
  24141.     /**
  24142.      * Gets the private '.messenger.handler_descriptor.yKXilMm' shared service.
  24143.      *
  24144.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  24145.      */
  24146.     protected function get_Messenger_HandlerDescriptor_YKXilMmService()
  24147.     {
  24148.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  24149.         return $this->privates['.messenger.handler_descriptor.yKXilMm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService()), []);
  24150.     }
  24151.     /**
  24152.      * Gets the private '.messenger.handler_descriptor.z290ooz' shared service.
  24153.      *
  24154.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  24155.      */
  24156.     protected function get_Messenger_HandlerDescriptor_Z290oozService()
  24157.     {
  24158.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  24159.         $a = ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  24160.         if (isset($this->privates['.messenger.handler_descriptor.z290ooz'])) {
  24161.             return $this->privates['.messenger.handler_descriptor.z290ooz'];
  24162.         }
  24163.         return $this->privates['.messenger.handler_descriptor.z290ooz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  24164.     }
  24165.     /**
  24166.      * Gets the private '.messenger.handler_descriptor.zfOhFjq' shared service.
  24167.      *
  24168.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  24169.      */
  24170.     protected function get_Messenger_HandlerDescriptor_ZfOhFjqService()
  24171.     {
  24172.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  24173.         return $this->privates['.messenger.handler_descriptor.zfOhFjq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService()), []);
  24174.     }
  24175.     /**
  24176.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  24177.      *
  24178.      * @return \Symfony\Component\Console\Command\LazyCommand
  24179.      */
  24180.     protected function get_Monolog_Command_ServerLog_LazyService()
  24181.     {
  24182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  24184.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  24185.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  24186.         });
  24187.     }
  24188.     /**
  24189.      * Gets the private '.service_locator..g_DOwp' shared service.
  24190.      *
  24191.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  24192.      */
  24193.     protected function get_ServiceLocator__GDOwpService()
  24194.     {
  24195.         return $this->privates['.service_locator..g_DOwp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24196.             'context' => ['privates''.errored..service_locator..g_DOwp.Shopware\\Core\\System\\SalesChannel\\SalesChannelContext'NULL'Cannot autowire service ".service_locator..g_DOwp": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.'],
  24197.         ], [
  24198.             'context' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelContext',
  24199.         ]);
  24200.     }
  24201.     /**
  24202.      * Gets the private '.service_locator.9WuMGJR' shared service.
  24203.      *
  24204.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  24205.      */
  24206.     protected function get_ServiceLocator_9WuMGJRService()
  24207.     {
  24208.         return $this->privates['.service_locator.9WuMGJR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24209.             'AkuCmsFactory\\Controller\\RenderController::renderTemplate' => ['privates''.service_locator.cwQd0hh''get_ServiceLocator_CwQd0hhService'false],
  24210.             'AkuCmsFactory\\Controller\\RenderController::renderTemplateLegacy' => ['privates''.service_locator.cwQd0hh''get_ServiceLocator_CwQd0hhService'false],
  24211.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => ['privates''.service_locator.MgXytEm''get_ServiceLocator_MgXytEmService'false],
  24212.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  24213.             'kernel::reboot' => ['privates''.service_locator.dnaFhpz''get_ServiceLocator_DnaFhpzService'false],
  24214.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  24215.             'zenit\\PlatformStratus\\Storefront\\Controller\\QuickViewController::quickviewVariant' => ['privates''.service_locator..g_DOwp''get_ServiceLocator__GDOwpService'false],
  24216.             'zenit\\PlatformStratus\\Storefront\\Controller\\QuickViewController::setTwig' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  24217.             'AkuCmsFactory\\Controller\\RenderController:renderTemplate' => ['privates''.service_locator.cwQd0hh''get_ServiceLocator_CwQd0hhService'false],
  24218.             'AkuCmsFactory\\Controller\\RenderController:renderTemplateLegacy' => ['privates''.service_locator.cwQd0hh''get_ServiceLocator_CwQd0hhService'false],
  24219.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => ['privates''.service_locator.MgXytEm''get_ServiceLocator_MgXytEmService'false],
  24220.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  24221.             'kernel:reboot' => ['privates''.service_locator.dnaFhpz''get_ServiceLocator_DnaFhpzService'false],
  24222.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  24223.             'zenit\\PlatformStratus\\Storefront\\Controller\\QuickViewController:quickviewVariant' => ['privates''.service_locator..g_DOwp''get_ServiceLocator__GDOwpService'false],
  24224.             'zenit\\PlatformStratus\\Storefront\\Controller\\QuickViewController:setTwig' => ['privates''.service_locator.eNXvEIX''get_ServiceLocator_ENXvEIXService'false],
  24225.         ], [
  24226.             'AkuCmsFactory\\Controller\\RenderController::renderTemplate' => '?',
  24227.             'AkuCmsFactory\\Controller\\RenderController::renderTemplateLegacy' => '?',
  24228.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => '?',
  24229.             'kernel::loadRoutes' => '?',
  24230.             'kernel::reboot' => '?',
  24231.             'kernel::registerContainerConfiguration' => '?',
  24232.             'zenit\\PlatformStratus\\Storefront\\Controller\\QuickViewController::quickviewVariant' => '?',
  24233.             'zenit\\PlatformStratus\\Storefront\\Controller\\QuickViewController::setTwig' => '?',
  24234.             'AkuCmsFactory\\Controller\\RenderController:renderTemplate' => '?',
  24235.             'AkuCmsFactory\\Controller\\RenderController:renderTemplateLegacy' => '?',
  24236.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => '?',
  24237.             'kernel:loadRoutes' => '?',
  24238.             'kernel:reboot' => '?',
  24239.             'kernel:registerContainerConfiguration' => '?',
  24240.             'zenit\\PlatformStratus\\Storefront\\Controller\\QuickViewController:quickviewVariant' => '?',
  24241.             'zenit\\PlatformStratus\\Storefront\\Controller\\QuickViewController:setTwig' => '?',
  24242.         ]);
  24243.     }
  24244.     /**
  24245.      * Gets the private '.service_locator.MgXytEm' shared service.
  24246.      *
  24247.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  24248.      */
  24249.     protected function get_ServiceLocator_MgXytEmService()
  24250.     {
  24251.         return $this->privates['.service_locator.MgXytEm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24252.             'dataBag' => ['privates''.errored..service_locator.MgXytEm.Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag'NULL'Cannot autowire service ".service_locator.MgXytEm": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.'],
  24253.         ], [
  24254.             'dataBag' => 'Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag',
  24255.         ]);
  24256.     }
  24257.     /**
  24258.      * Gets the private '.service_locator.cwQd0hh' shared service.
  24259.      *
  24260.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  24261.      */
  24262.     protected function get_ServiceLocator_CwQd0hhService()
  24263.     {
  24264.         return $this->privates['.service_locator.cwQd0hh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24265.             'CmsElementService' => ['privates''AkuCmsFactory\\Services\\CmsElementService''getCmsElementServiceService'false],
  24266.             'context' => ['privates''.errored..service_locator.cwQd0hh.Shopware\\Core\\Framework\\Context'NULL'Cannot autowire service ".service_locator.cwQd0hh": it references class "Shopware\\Core\\Framework\\Context" but no such service exists.'],
  24267.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  24268.         ], [
  24269.             'CmsElementService' => 'AkuCmsFactory\\Services\\CmsElementService',
  24270.             'context' => 'Shopware\\Core\\Framework\\Context',
  24271.             'twig' => '?',
  24272.         ]);
  24273.     }
  24274.     /**
  24275.      * Gets the private '.service_locator.dnaFhpz' shared service.
  24276.      *
  24277.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  24278.      */
  24279.     protected function get_ServiceLocator_DnaFhpzService()
  24280.     {
  24281.         return $this->privates['.service_locator.dnaFhpz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24282.             'pluginLoader' => ['services''Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader''getKernelPluginLoaderService'false],
  24283.         ], [
  24284.             'pluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader',
  24285.         ]);
  24286.     }
  24287.     /**
  24288.      * Gets the private '.service_locator.eNXvEIX' shared service.
  24289.      *
  24290.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  24291.      */
  24292.     protected function get_ServiceLocator_ENXvEIXService()
  24293.     {
  24294.         return $this->privates['.service_locator.eNXvEIX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24295.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  24296.         ], [
  24297.             'twig' => '?',
  24298.         ]);
  24299.     }
  24300.     /**
  24301.      * Gets the private '.service_locator.ltYzMMM' shared service.
  24302.      *
  24303.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  24304.      */
  24305.     protected function get_ServiceLocator_LtYzMMMService()
  24306.     {
  24307.         return $this->privates['.service_locator.ltYzMMM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24308.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  24309.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  24310.         ], [
  24311.             'default' => '?',
  24312.             'messenger.transport.default' => '?',
  24313.         ]);
  24314.     }
  24315.     /**
  24316.      * Gets the private '.service_locator.mx0UMmY' shared service.
  24317.      *
  24318.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  24319.      */
  24320.     protected function get_ServiceLocator_Mx0UMmYService()
  24321.     {
  24322.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24323.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  24324.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  24325.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  24326.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  24327.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  24328.             'router' => ['services''router''getRouterService'false],
  24329.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  24330.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  24331.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  24332.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  24333.         ], [
  24334.             'http_kernel' => '?',
  24335.             'message_bus' => '?',
  24336.             'messenger.default_bus' => '?',
  24337.             'parameter_bag' => '?',
  24338.             'request_stack' => '?',
  24339.             'router' => '?',
  24340.             'security.csrf.token_manager' => '?',
  24341.             'serializer' => '?',
  24342.             'session' => '.session.deprecated',
  24343.             'twig' => '?',
  24344.         ]);
  24345.     }
  24346.     /**
  24347.      * Gets the private '.service_locator.xUrKPVU' shared service.
  24348.      *
  24349.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  24350.      */
  24351.     protected function get_ServiceLocator_XUrKPVUService()
  24352.     {
  24353.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24354.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "Shopware\\Core\\Framework\\Api\\Route\\ApiRouteLoader", "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  24355.         ], [
  24356.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  24357.         ]);
  24358.     }
  24359.     /**
  24360.      * Gets the private '.session.deprecated' shared service.
  24361.      *
  24362.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  24363.      */
  24364.     protected function get_Session_DeprecatedService()
  24365.     {
  24366.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  24367.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  24368.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  24369.     }
  24370.     /**
  24371.      * Gets the private '.twig.command.debug.lazy' shared service.
  24372.      *
  24373.      * @return \Symfony\Component\Console\Command\LazyCommand
  24374.      */
  24375.     protected function get_Twig_Command_Debug_LazyService()
  24376.     {
  24377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  24379.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  24380.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  24381.         });
  24382.     }
  24383.     /**
  24384.      * Gets the private '.twig.command.lint.lazy' shared service.
  24385.      *
  24386.      * @return \Symfony\Component\Console\Command\LazyCommand
  24387.      */
  24388.     protected function get_Twig_Command_Lint_LazyService()
  24389.     {
  24390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  24392.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  24393.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  24394.         });
  24395.     }
  24396.     /**
  24397.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  24398.      *
  24399.      * @return \Symfony\Component\Console\Command\LazyCommand
  24400.      */
  24401.     protected function get_VarDumper_Command_ServerDump_LazyService()
  24402.     {
  24403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  24405.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand {
  24406.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  24407.         });
  24408.     }
  24409.     /**
  24410.      * Gets the private 'Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionItemBuilder' shared service.
  24411.      *
  24412.      * @return \Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionItemBuilder
  24413.      */
  24414.     protected function getPromotionItemBuilderService()
  24415.     {
  24416.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  24417.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src/Core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  24418.         return $this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] = new \Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionItemBuilder(new \Shopware\Core\Checkout\Promotion\Cart\PromotionItemBuilder());
  24419.     }
  24420.     /**
  24421.      * Gets the private 'Acris\Promotion\Subscriber\ProductLoadedSubscriber' shared service.
  24422.      *
  24423.      * @return \Acris\Promotion\Subscriber\ProductLoadedSubscriber
  24424.      */
  24425.     protected function getProductLoadedSubscriberService()
  24426.     {
  24427.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src/Subscriber/ProductLoadedSubscriber.php';
  24428.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src/Core/Checkout/Cart/PromotionCartProcessor.php';
  24429.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src/Core/Content/Product/Cart/PromotionProductCartProcessor.php';
  24430.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src/Component/PriceRoundingService.php';
  24431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemFactory.php';
  24432.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24433.         if (isset($this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'])) {
  24434.             return $this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'];
  24435.         }
  24436.         $b = ($this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  24437.         if (isset($this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'])) {
  24438.             return $this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'];
  24439.         }
  24440.         $c = ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  24441.         if (isset($this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'])) {
  24442.             return $this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'];
  24443.         }
  24444.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  24445.         if (isset($this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'])) {
  24446.             return $this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'];
  24447.         }
  24448.         return $this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'] = new \Acris\Promotion\Subscriber\ProductLoadedSubscriber(($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemFactory'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemFactory())), new \Acris\Promotion\Core\Checkout\Cart\PromotionCartProcessor(($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), new \Acris\Promotion\Core\Content\Product\Cart\PromotionProductCartProcessor($b), $c, ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] ?? $this->getPromotionProcessorService()), $a), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] = new \Shopware\Core\Checkout\Cart\Price\CashRounding())), new \Acris\Promotion\Component\PriceRoundingService(), $dNULL);
  24449.     }
  24450.     /**
  24451.      * Gets the private 'Acris\Tax\Components\Service\TaxService' shared service.
  24452.      *
  24453.      * @return \Acris\Tax\Components\Service\TaxService
  24454.      */
  24455.     protected function getTaxServiceService()
  24456.     {
  24457.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  24458.         if (isset($this->privates['Acris\\Tax\\Components\\Service\\TaxService'])) {
  24459.             return $this->privates['Acris\\Tax\\Components\\Service\\TaxService'];
  24460.         }
  24461.         $b = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  24462.         if (isset($this->privates['Acris\\Tax\\Components\\Service\\TaxService'])) {
  24463.             return $this->privates['Acris\\Tax\\Components\\Service\\TaxService'];
  24464.         }
  24465.         return $this->privates['Acris\\Tax\\Components\\Service\\TaxService'] = new \Acris\Tax\Components\Service\TaxService($a$b);
  24466.     }
  24467.     /**
  24468.      * Gets the private 'Acris\Tax\Components\Service\VatIdValidationService' shared service.
  24469.      *
  24470.      * @return \Acris\Tax\Components\Service\VatIdValidationService
  24471.      */
  24472.     protected function getVatIdValidationServiceService()
  24473.     {
  24474.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Components/Service/VatIdValidationService.php';
  24475.         $a = ($this->services['acris_tax_vat_id_validation_log.repository'] ?? $this->getAcrisTaxVatIdValidationLog_RepositoryService());
  24476.         if (isset($this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'])) {
  24477.             return $this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'];
  24478.         }
  24479.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  24480.         if (isset($this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'])) {
  24481.             return $this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'];
  24482.         }
  24483.         $c = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  24484.         if (isset($this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'])) {
  24485.             return $this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'];
  24486.         }
  24487.         $d = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  24488.         if (isset($this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'])) {
  24489.             return $this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'];
  24490.         }
  24491.         $e = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  24492.         if (isset($this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'])) {
  24493.             return $this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'];
  24494.         }
  24495.         $f = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  24496.         if (isset($this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'])) {
  24497.             return $this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'];
  24498.         }
  24499.         $g = ($this->services['order_customer.repository'] ?? $this->getOrderCustomer_RepositoryService());
  24500.         if (isset($this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'])) {
  24501.             return $this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'];
  24502.         }
  24503.         $h = ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService());
  24504.         if (isset($this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'])) {
  24505.             return $this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'];
  24506.         }
  24507.         $i = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  24508.         if (isset($this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'])) {
  24509.             return $this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'];
  24510.         }
  24511.         return $this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'] = new \Acris\Tax\Components\Service\VatIdValidationService($a$b$c$d$e$f$g$h, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $i);
  24512.     }
  24513.     /**
  24514.      * Gets the private 'Acris\Tax\Core\Checkout\Cart\CartRuleLoader' shared service.
  24515.      *
  24516.      * @return \Acris\Tax\Core\Checkout\Cart\CartRuleLoader
  24517.      */
  24518.     protected function getCartRuleLoaderService()
  24519.     {
  24520.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  24521.         if (isset($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  24522.             return $this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'];
  24523.         }
  24524.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24525.         if (isset($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  24526.             return $this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'];
  24527.         }
  24528.         $c = ($this->services['acris_tax_country_rule.repository'] ?? $this->getAcrisTaxCountryRule_RepositoryService());
  24529.         if (isset($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  24530.             return $this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'];
  24531.         }
  24532.         $d = ($this->services['Acris\\Tax\\Core\\Checkout\\Cart\\TaxRuleLoader'] ?? $this->getTaxRuleLoaderService());
  24533.         if (isset($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  24534.             return $this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'];
  24535.         }
  24536.         $e = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] ?? $this->getProcessorService());
  24537.         if (isset($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  24538.             return $this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'];
  24539.         }
  24540.         $f = ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Tax\\TaxDetector'] ?? $this->getTaxDetectorService());
  24541.         if (isset($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  24542.             return $this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'];
  24543.         }
  24544.         return $this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'] = new \Acris\Tax\Core\Checkout\Cart\CartRuleLoader($c$d, new \Shopware\Core\Checkout\Cart\CartRuleLoader($a$e, ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'] ?? $this->getCachedRuleLoaderService()), $f, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b), ($this->privates['Acris\\Tax\\Components\\Service\\TaxService'] ?? $this->getTaxServiceService()));
  24545.     }
  24546.     /**
  24547.      * Gets the private 'Acris\Tax\Core\Checkout\Cart\Price\AmountCalculator' shared service.
  24548.      *
  24549.      * @return \Acris\Tax\Core\Checkout\Cart\Price\AmountCalculator
  24550.      */
  24551.     protected function getAmountCalculatorService()
  24552.     {
  24553.         return $this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] = new \Acris\Tax\Core\Checkout\Cart\Price\AmountCalculator(new \Shopware\Core\Checkout\Cart\Price\AmountCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] = new \Shopware\Core\Checkout\Cart\Price\CashRounding())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] = new \Shopware\Core\Checkout\Cart\Tax\PercentageTaxRuleBuilder())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] = new \Shopware\Core\Checkout\Cart\Tax\TaxCalculator()))));
  24554.     }
  24555.     /**
  24556.      * Gets the private 'Acris\Tax\Core\Checkout\Cart\Price\QuantityPriceCalculator' shared service.
  24557.      *
  24558.      * @return \Acris\Tax\Core\Checkout\Cart\Price\QuantityPriceCalculator
  24559.      */
  24560.     protected function getQuantityPriceCalculatorService()
  24561.     {
  24562.         return $this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] = new \Acris\Tax\Core\Checkout\Cart\Price\QuantityPriceCalculator(new \Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\GrossPriceCalculator'] ?? $this->getGrossPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\NetPriceCalculator'] ?? $this->getNetPriceCalculatorService())));
  24563.     }
  24564.     /**
  24565.      * Gets the private 'Acris\Tax\Core\Checkout\Cart\Tax\TaxDetector' shared service.
  24566.      *
  24567.      * @return \Acris\Tax\Core\Checkout\Cart\Tax\TaxDetector
  24568.      */
  24569.     protected function getTaxDetectorService()
  24570.     {
  24571.         $a = ($this->services['acris_tax_customer_group_rule.repository'] ?? $this->getAcrisTaxCustomerGroupRule_RepositoryService());
  24572.         if (isset($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Tax\\TaxDetector'])) {
  24573.             return $this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Tax\\TaxDetector'];
  24574.         }
  24575.         $b = ($this->services['acris_tax_country_rule.repository'] ?? $this->getAcrisTaxCountryRule_RepositoryService());
  24576.         if (isset($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Tax\\TaxDetector'])) {
  24577.             return $this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Tax\\TaxDetector'];
  24578.         }
  24579.         return $this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Tax\\TaxDetector'] = new \Acris\Tax\Core\Checkout\Cart\Tax\TaxDetector(new \Shopware\Core\Checkout\Cart\Tax\TaxDetector(), $a$b, ($this->services['Acris\\Tax\\Core\\Checkout\\Cart\\TaxRuleLoader'] ?? $this->getTaxRuleLoaderService()), ($this->privates['Acris\\Tax\\Components\\Service\\TaxService'] ?? $this->getTaxServiceService()));
  24580.     }
  24581.     /**
  24582.      * Gets the private 'Acris\Tax\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdValidator' shared service.
  24583.      *
  24584.      * @return \Acris\Tax\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdValidator
  24585.      */
  24586.     protected function getCustomerVatIdValidatorService()
  24587.     {
  24588.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  24589.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  24590.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Core/Checkout/Customer/Validation/Constraint/CustomerVatIdValidator.php';
  24591.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  24592.         if (isset($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdValidator'])) {
  24593.             return $this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdValidator'];
  24594.         }
  24595.         $b = ($this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'] ?? $this->getVatIdValidationServiceService());
  24596.         if (isset($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdValidator'])) {
  24597.             return $this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdValidator'];
  24598.         }
  24599.         return $this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdValidator'] = new \Acris\Tax\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdValidator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['logger'] ?? $this->getLoggerService()), $b);
  24600.     }
  24601.     /**
  24602.      * Gets the private 'Acris\Tax\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator' shared service.
  24603.      *
  24604.      * @return \Acris\Tax\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator
  24605.      */
  24606.     protected function getInvoiceGeneratorService()
  24607.     {
  24608.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  24609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/InvoiceGenerator.php';
  24610.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Core/Checkout/Document/DocumentGenerator/InvoiceGenerator.php';
  24611.         $a = ($this->services['acris_tax_country_rule.repository'] ?? $this->getAcrisTaxCountryRule_RepositoryService());
  24612.         if (isset($this->privates['Acris\\Tax\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'])) {
  24613.             return $this->privates['Acris\\Tax\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'];
  24614.         }
  24615.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  24616.         if (isset($this->privates['Acris\\Tax\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'])) {
  24617.             return $this->privates['Acris\\Tax\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'];
  24618.         }
  24619.         return $this->privates['Acris\\Tax\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] = new \Acris\Tax\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator($a, new \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator($b\dirname(__DIR__4)), ($this->privates['Acris\\Tax\\Components\\Service\\TaxService'] ?? $this->getTaxServiceService()));
  24620.     }
  24621.     /**
  24622.      * Gets the private 'Acris\Tax\Core\Content\Product\Cart\ProductCartProcessor' shared service.
  24623.      *
  24624.      * @return \Acris\Tax\Core\Content\Product\Cart\ProductCartProcessor
  24625.      */
  24626.     protected function getProductCartProcessorService()
  24627.     {
  24628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  24629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  24630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductCartProcessor.php';
  24631.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Core/Content/Product/Cart/ProductCartProcessor.php';
  24632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGatewayInterface.php';
  24633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGateway.php';
  24634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductFeatureBuilder.php';
  24635.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  24636.         if (isset($this->privates['Acris\\Tax\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  24637.             return $this->privates['Acris\\Tax\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  24638.         }
  24639.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24640.         if (isset($this->privates['Acris\\Tax\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  24641.             return $this->privates['Acris\\Tax\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  24642.         }
  24643.         $c = ($this->services['custom_field.repository'] ?? $this->getCustomField_RepositoryService());
  24644.         if (isset($this->privates['Acris\\Tax\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  24645.             return $this->privates['Acris\\Tax\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  24646.         }
  24647.         $d = ($this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  24648.         if (isset($this->privates['Acris\\Tax\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  24649.             return $this->privates['Acris\\Tax\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  24650.         }
  24651.         $e = ($this->privates['Acris\\Tax\\Components\\Service\\TaxService'] ?? $this->getTaxServiceService());
  24652.         if (isset($this->privates['Acris\\Tax\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  24653.             return $this->privates['Acris\\Tax\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  24654.         }
  24655.         return $this->privates['Acris\\Tax\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] = new \Acris\Tax\Core\Content\Product\Cart\ProductCartProcessor(new \Shopware\Core\Content\Product\Cart\ProductCartProcessor(new \Shopware\Core\Content\Product\Cart\ProductGateway($a$b), ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), new \Shopware\Core\Content\Product\Cart\ProductFeatureBuilder($c, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService())), $d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), $e);
  24656.     }
  24657.     /**
  24658.      * Gets the private 'Acris\Tax\ScheduledTask\CollectorTaskHandler' shared service.
  24659.      *
  24660.      * @return \Acris\Tax\ScheduledTask\CollectorTaskHandler
  24661.      */
  24662.     protected function getCollectorTaskHandlerService()
  24663.     {
  24664.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/ScheduledTask/CollectorTaskHandler.php';
  24665.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  24666.         if (isset($this->privates['Acris\\Tax\\ScheduledTask\\CollectorTaskHandler'])) {
  24667.             return $this->privates['Acris\\Tax\\ScheduledTask\\CollectorTaskHandler'];
  24668.         }
  24669.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  24670.         if (isset($this->privates['Acris\\Tax\\ScheduledTask\\CollectorTaskHandler'])) {
  24671.             return $this->privates['Acris\\Tax\\ScheduledTask\\CollectorTaskHandler'];
  24672.         }
  24673.         return $this->privates['Acris\\Tax\\ScheduledTask\\CollectorTaskHandler'] = new \Acris\Tax\ScheduledTask\CollectorTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b);
  24674.     }
  24675.     /**
  24676.      * Gets the private 'Acris\Tax\Storefront\Subscriber\AddressVatIdSubscriber' shared service.
  24677.      *
  24678.      * @return \Acris\Tax\Storefront\Subscriber\AddressVatIdSubscriber
  24679.      */
  24680.     protected function getAddressVatIdSubscriberService()
  24681.     {
  24682.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Storefront/Subscriber/AddressVatIdSubscriber.php';
  24683.         $a = ($this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'] ?? $this->getVatIdValidationServiceService());
  24684.         if (isset($this->privates['Acris\\Tax\\Storefront\\Subscriber\\AddressVatIdSubscriber'])) {
  24685.             return $this->privates['Acris\\Tax\\Storefront\\Subscriber\\AddressVatIdSubscriber'];
  24686.         }
  24687.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  24688.         if (isset($this->privates['Acris\\Tax\\Storefront\\Subscriber\\AddressVatIdSubscriber'])) {
  24689.             return $this->privates['Acris\\Tax\\Storefront\\Subscriber\\AddressVatIdSubscriber'];
  24690.         }
  24691.         return $this->privates['Acris\\Tax\\Storefront\\Subscriber\\AddressVatIdSubscriber'] = new \Acris\Tax\Storefront\Subscriber\AddressVatIdSubscriber($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  24692.     }
  24693.     /**
  24694.      * Gets the private 'Acris\Tax\Storefront\Subscriber\VatIdValidationSubscriber' shared service.
  24695.      *
  24696.      * @return \Acris\Tax\Storefront\Subscriber\VatIdValidationSubscriber
  24697.      */
  24698.     protected function getVatIdValidationSubscriberService()
  24699.     {
  24700.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Storefront/Subscriber/VatIdValidationSubscriber.php';
  24701.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  24702.         if (isset($this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'])) {
  24703.             return $this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'];
  24704.         }
  24705.         $b = ($this->privates['Acris\\Tax\\Components\\Service\\VatIdValidationService'] ?? $this->getVatIdValidationServiceService());
  24706.         if (isset($this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'])) {
  24707.             return $this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'];
  24708.         }
  24709.         $c = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  24710.         if (isset($this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'])) {
  24711.             return $this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'];
  24712.         }
  24713.         return $this->privates['Acris\\Tax\\Storefront\\Subscriber\\VatIdValidationSubscriber'] = new \Acris\Tax\Storefront\Subscriber\VatIdValidationSubscriber($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b$c, ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()));
  24714.     }
  24715.     /**
  24716.      * Gets the private 'AkuCmsFactory\Services\CmsElementService' shared autowired service.
  24717.      *
  24718.      * @return \AkuCmsFactory\Services\CmsElementService
  24719.      */
  24720.     protected function getCmsElementServiceService()
  24721.     {
  24722.         $a = ($this->services['cms_factory_element.repository'] ?? $this->getCmsFactoryElement_RepositoryService());
  24723.         if (isset($this->privates['AkuCmsFactory\\Services\\CmsElementService'])) {
  24724.             return $this->privates['AkuCmsFactory\\Services\\CmsElementService'];
  24725.         }
  24726.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  24727.         if (isset($this->privates['AkuCmsFactory\\Services\\CmsElementService'])) {
  24728.             return $this->privates['AkuCmsFactory\\Services\\CmsElementService'];
  24729.         }
  24730.         $c = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  24731.         if (isset($this->privates['AkuCmsFactory\\Services\\CmsElementService'])) {
  24732.             return $this->privates['AkuCmsFactory\\Services\\CmsElementService'];
  24733.         }
  24734.         $d = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  24735.         if (isset($this->privates['AkuCmsFactory\\Services\\CmsElementService'])) {
  24736.             return $this->privates['AkuCmsFactory\\Services\\CmsElementService'];
  24737.         }
  24738.         $e = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  24739.         if (isset($this->privates['AkuCmsFactory\\Services\\CmsElementService'])) {
  24740.             return $this->privates['AkuCmsFactory\\Services\\CmsElementService'];
  24741.         }
  24742.         $f = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  24743.         if (isset($this->privates['AkuCmsFactory\\Services\\CmsElementService'])) {
  24744.             return $this->privates['AkuCmsFactory\\Services\\CmsElementService'];
  24745.         }
  24746.         $g = ($this->services['sales_channel.category.repository'] ?? $this->getSalesChannel_Category_RepositoryService());
  24747.         if (isset($this->privates['AkuCmsFactory\\Services\\CmsElementService'])) {
  24748.             return $this->privates['AkuCmsFactory\\Services\\CmsElementService'];
  24749.         }
  24750.         $h = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  24751.         if (isset($this->privates['AkuCmsFactory\\Services\\CmsElementService'])) {
  24752.             return $this->privates['AkuCmsFactory\\Services\\CmsElementService'];
  24753.         }
  24754.         return $this->privates['AkuCmsFactory\\Services\\CmsElementService'] = new \AkuCmsFactory\Services\CmsElementService($a$b$c$d$e$f$g, ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $h);
  24755.     }
  24756.     /**
  24757.      * Gets the private 'AkuCmsFactory\Subscriber\CmsElementSubscriber' shared autowired service.
  24758.      *
  24759.      * @return \AkuCmsFactory\Subscriber\CmsElementSubscriber
  24760.      */
  24761.     protected function getCmsElementSubscriberService()
  24762.     {
  24763.         $a = ($this->services['cms_factory_element.repository'] ?? $this->getCmsFactoryElement_RepositoryService());
  24764.         if (isset($this->privates['AkuCmsFactory\\Subscriber\\CmsElementSubscriber'])) {
  24765.             return $this->privates['AkuCmsFactory\\Subscriber\\CmsElementSubscriber'];
  24766.         }
  24767.         $b = ($this->privates['AkuCmsFactory\\Services\\CmsElementService'] ?? $this->getCmsElementServiceService());
  24768.         if (isset($this->privates['AkuCmsFactory\\Subscriber\\CmsElementSubscriber'])) {
  24769.             return $this->privates['AkuCmsFactory\\Subscriber\\CmsElementSubscriber'];
  24770.         }
  24771.         return $this->privates['AkuCmsFactory\\Subscriber\\CmsElementSubscriber'] = new \AkuCmsFactory\Subscriber\CmsElementSubscriber($a$b);
  24772.     }
  24773.     /**
  24774.      * Gets the private 'CoeAccountOrtPlzSw6\Subscriber\ValidationSubscriber' shared service.
  24775.      *
  24776.      * @return \CoeAccountOrtPlzSw6\Subscriber\ValidationSubscriber
  24777.      */
  24778.     protected function getValidationSubscriberService()
  24779.     {
  24780.         include_once \dirname(__DIR__4).'/custom/plugins/CoeAccountOrtPlzSw6/src/Subscriber/ValidationSubscriber.php';
  24781.         $a = ($this->services['coe_country_zip_validation.repository'] ?? $this->getCoeCountryZipValidation_RepositoryService());
  24782.         if (isset($this->privates['CoeAccountOrtPlzSw6\\Subscriber\\ValidationSubscriber'])) {
  24783.             return $this->privates['CoeAccountOrtPlzSw6\\Subscriber\\ValidationSubscriber'];
  24784.         }
  24785.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  24786.         if (isset($this->privates['CoeAccountOrtPlzSw6\\Subscriber\\ValidationSubscriber'])) {
  24787.             return $this->privates['CoeAccountOrtPlzSw6\\Subscriber\\ValidationSubscriber'];
  24788.         }
  24789.         return $this->privates['CoeAccountOrtPlzSw6\\Subscriber\\ValidationSubscriber'] = new \CoeAccountOrtPlzSw6\Subscriber\ValidationSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a$b);
  24790.     }
  24791.     /**
  24792.      * Gets the private 'DISco\GA4\Subscriber\FrontendSubscriber' shared service.
  24793.      *
  24794.      * @return \DISco\GA4\Subscriber\FrontendSubscriber
  24795.      */
  24796.     protected function getFrontendSubscriberService()
  24797.     {
  24798.         include_once \dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/Subscriber/FrontendSubscriber.php';
  24799.         return $this->privates['DISco\\GA4\\Subscriber\\FrontendSubscriber'] = new \DISco\GA4\Subscriber\FrontendSubscriber(new \Monolog\Logger('dis_ga4'));
  24800.     }
  24801.     /**
  24802.      * Gets the private 'FourtwosixCategoryDescriptionOnPDP\Subscriber\AddCategoryDescription2PDPSubscriber' shared service.
  24803.      *
  24804.      * @return \FourtwosixCategoryDescriptionOnPDP\Subscriber\AddCategoryDescription2PDPSubscriber
  24805.      */
  24806.     protected function getAddCategoryDescription2PDPSubscriberService()
  24807.     {
  24808.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixCategoryDescriptionOnPDP/src/Subscriber/AddCategoryDescription2PDPSubscriber.php';
  24809.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  24810.         if (isset($this->privates['FourtwosixCategoryDescriptionOnPDP\\Subscriber\\AddCategoryDescription2PDPSubscriber'])) {
  24811.             return $this->privates['FourtwosixCategoryDescriptionOnPDP\\Subscriber\\AddCategoryDescription2PDPSubscriber'];
  24812.         }
  24813.         return $this->privates['FourtwosixCategoryDescriptionOnPDP\\Subscriber\\AddCategoryDescription2PDPSubscriber'] = new \FourtwosixCategoryDescriptionOnPDP\Subscriber\AddCategoryDescription2PDPSubscriber($a);
  24814.     }
  24815.     /**
  24816.      * Gets the private 'FourtwosixHideEmptyCategories\Command\DeactivateCategoryCommand' shared service.
  24817.      *
  24818.      * @return \FourtwosixHideEmptyCategories\Command\DeactivateCategoryCommand
  24819.      */
  24820.     protected function getDeactivateCategoryCommandService()
  24821.     {
  24822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24823.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixhideemptycategories/src/Command/DeactivateCategoryCommand.php';
  24824.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixhideemptycategories/src/Service/DeactivateCategoryService.php';
  24825.         $this->privates['FourtwosixHideEmptyCategories\\Command\\DeactivateCategoryCommand'] = $instance = new \FourtwosixHideEmptyCategories\Command\DeactivateCategoryCommand(new \FourtwosixHideEmptyCategories\Service\DeactivateCategoryService(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())));
  24826.         $instance->setName('fourtwosix:deactivate-category');
  24827.         return $instance;
  24828.     }
  24829.     /**
  24830.      * Gets the private 'FourtwosixMaintainNetPrice\Decorator\Core\Checkout\Cart\Price\PercentagePriceCalculator' shared service.
  24831.      *
  24832.      * @return \FourtwosixMaintainNetPrice\Decorator\Core\Checkout\Cart\Price\PercentagePriceCalculator
  24833.      */
  24834.     protected function getPercentagePriceCalculatorService()
  24835.     {
  24836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/PercentagePriceCalculator.php';
  24837.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixMaintainNetPrice/src/Decorator/Core/Checkout/Cart/Price/PercentagePriceCalculator.php';
  24838.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  24839.         if (isset($this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'])) {
  24840.             return $this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'];
  24841.         }
  24842.         return $this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] = new \FourtwosixMaintainNetPrice\Decorator\Core\Checkout\Cart\Price\PercentagePriceCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] = new \Shopware\Core\Checkout\Cart\Price\CashRounding())), ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] = new \Shopware\Core\Checkout\Cart\Tax\PercentageTaxRuleBuilder())), $a);
  24843.     }
  24844.     /**
  24845.      * Gets the private 'FourtwosixMaintainNetPrice\Decorator\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator' shared service.
  24846.      *
  24847.      * @return \FourtwosixMaintainNetPrice\Decorator\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator
  24848.      */
  24849.     protected function getProductPriceCalculatorService()
  24850.     {
  24851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/AbstractProductPriceCalculator.php';
  24852.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixMaintainNetPrice/src/Decorator/Core/Content/Product/SalesChannel/Price/ProductPriceCalculator.php';
  24853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/ProductPriceCalculator.php';
  24854.         $a = ($this->services['unit.repository'] ?? $this->getUnit_RepositoryService());
  24855.         if (isset($this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  24856.             return $this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'];
  24857.         }
  24858.         $b = ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService());
  24859.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  24860.         if (isset($this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  24861.             return $this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'];
  24862.         }
  24863.         return $this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] = new \FourtwosixMaintainNetPrice\Decorator\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator(new \Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator($a$b), $c$a$b);
  24864.     }
  24865.     /**
  24866.      * Gets the private 'FourtwosixMonitorPlugin\Command\CheckVersionCommand' shared service.
  24867.      *
  24868.      * @return \FourtwosixMonitorPlugin\Command\CheckVersionCommand
  24869.      */
  24870.     protected function getCheckVersionCommandService()
  24871.     {
  24872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24873.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixMonitorPlugin/src/Command/CheckVersionCommand.php';
  24874.         $this->privates['FourtwosixMonitorPlugin\\Command\\CheckVersionCommand'] = $instance = new \FourtwosixMonitorPlugin\Command\CheckVersionCommand(($this->privates['FourtwosixMonitorPlugin\\Service\\VersionCheckerService'] ?? $this->getVersionCheckerServiceService()));
  24875.         $instance->setName('fourtwosix:check-version');
  24876.         return $instance;
  24877.     }
  24878.     /**
  24879.      * Gets the private 'FourtwosixMonitorPlugin\Service\ScheduledTask\SendMonitorDataTaskHandler' shared service.
  24880.      *
  24881.      * @return \FourtwosixMonitorPlugin\Service\ScheduledTask\SendMonitorDataTaskHandler
  24882.      */
  24883.     protected function getSendMonitorDataTaskHandlerService()
  24884.     {
  24885.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixMonitorPlugin/src/Service/ScheduledTask/SendMonitorDataTaskHandler.php';
  24886.         $a = ($this->privates['FourtwosixMonitorPlugin\\Service\\VersionCheckerService'] ?? $this->getVersionCheckerServiceService());
  24887.         if (isset($this->privates['FourtwosixMonitorPlugin\\Service\\ScheduledTask\\SendMonitorDataTaskHandler'])) {
  24888.             return $this->privates['FourtwosixMonitorPlugin\\Service\\ScheduledTask\\SendMonitorDataTaskHandler'];
  24889.         }
  24890.         $b = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  24891.         if (isset($this->privates['FourtwosixMonitorPlugin\\Service\\ScheduledTask\\SendMonitorDataTaskHandler'])) {
  24892.             return $this->privates['FourtwosixMonitorPlugin\\Service\\ScheduledTask\\SendMonitorDataTaskHandler'];
  24893.         }
  24894.         return $this->privates['FourtwosixMonitorPlugin\\Service\\ScheduledTask\\SendMonitorDataTaskHandler'] = new \FourtwosixMonitorPlugin\Service\ScheduledTask\SendMonitorDataTaskHandler($a$b);
  24895.     }
  24896.     /**
  24897.      * Gets the private 'FourtwosixMonitorPlugin\Service\VersionCheckerService' shared service.
  24898.      *
  24899.      * @return \FourtwosixMonitorPlugin\Service\VersionCheckerService
  24900.      */
  24901.     protected function getVersionCheckerServiceService()
  24902.     {
  24903.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixMonitorPlugin/src/Service/VersionCheckerService.php';
  24904.         $a = ($this->privates['Shopware\\Core\\Framework\\Update\\Services\\PluginCompatibility'] ?? $this->getPluginCompatibilityService());
  24905.         if (isset($this->privates['FourtwosixMonitorPlugin\\Service\\VersionCheckerService'])) {
  24906.             return $this->privates['FourtwosixMonitorPlugin\\Service\\VersionCheckerService'];
  24907.         }
  24908.         $b = ($this->privates['Shopware\\Core\\Framework\\Update\\Services\\ApiClient'] ?? $this->getApiClientService());
  24909.         if (isset($this->privates['FourtwosixMonitorPlugin\\Service\\VersionCheckerService'])) {
  24910.             return $this->privates['FourtwosixMonitorPlugin\\Service\\VersionCheckerService'];
  24911.         }
  24912.         $c = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService());
  24913.         if (isset($this->privates['FourtwosixMonitorPlugin\\Service\\VersionCheckerService'])) {
  24914.             return $this->privates['FourtwosixMonitorPlugin\\Service\\VersionCheckerService'];
  24915.         }
  24916.         return $this->privates['FourtwosixMonitorPlugin\\Service\\VersionCheckerService'] = new \FourtwosixMonitorPlugin\Service\VersionCheckerService('6.4.18.1'$a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24917.     }
  24918.     /**
  24919.      * Gets the private 'FourtwosixPhoneValidation\Helper\PhoneHelper' shared service.
  24920.      *
  24921.      * @return \FourtwosixPhoneValidation\Helper\PhoneHelper
  24922.      */
  24923.     protected function getPhoneHelperService()
  24924.     {
  24925.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src/Helper/PhoneHelper.php';
  24926.         return $this->privates['FourtwosixPhoneValidation\\Helper\\PhoneHelper'] = new \FourtwosixPhoneValidation\Helper\PhoneHelper(($this->privates['FourtwosixPhoneValidation\\Service\\Routes\\CustomerAddressRoute'] ?? $this->getCustomerAddressRouteService()));
  24927.     }
  24928.     /**
  24929.      * Gets the private 'FourtwosixPhoneValidation\Service\Routes\CustomerAddressRoute' shared service.
  24930.      *
  24931.      * @return \FourtwosixPhoneValidation\Service\Routes\CustomerAddressRoute
  24932.      */
  24933.     protected function getCustomerAddressRouteService()
  24934.     {
  24935.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src/Service/Routes/CustomerAddressRoute.php';
  24936.         $a = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  24937.         if (isset($this->privates['FourtwosixPhoneValidation\\Service\\Routes\\CustomerAddressRoute'])) {
  24938.             return $this->privates['FourtwosixPhoneValidation\\Service\\Routes\\CustomerAddressRoute'];
  24939.         }
  24940.         return $this->privates['FourtwosixPhoneValidation\\Service\\Routes\\CustomerAddressRoute'] = new \FourtwosixPhoneValidation\Service\Routes\CustomerAddressRoute($a);
  24941.     }
  24942.     /**
  24943.      * Gets the private 'FourtwosixPhoneValidation\Subscriber\AddCountryPhonePrefixSubscriber' shared service.
  24944.      *
  24945.      * @return \FourtwosixPhoneValidation\Subscriber\AddCountryPhonePrefixSubscriber
  24946.      */
  24947.     protected function getAddCountryPhonePrefixSubscriberService()
  24948.     {
  24949.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src/Subscriber/AddCountryPhonePrefixSubscriber.php';
  24950.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  24951.         if (isset($this->privates['FourtwosixPhoneValidation\\Subscriber\\AddCountryPhonePrefixSubscriber'])) {
  24952.             return $this->privates['FourtwosixPhoneValidation\\Subscriber\\AddCountryPhonePrefixSubscriber'];
  24953.         }
  24954.         $b = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  24955.         if (isset($this->privates['FourtwosixPhoneValidation\\Subscriber\\AddCountryPhonePrefixSubscriber'])) {
  24956.             return $this->privates['FourtwosixPhoneValidation\\Subscriber\\AddCountryPhonePrefixSubscriber'];
  24957.         }
  24958.         $c = ($this->privates['FourtwosixPhoneValidation\\Service\\Routes\\CustomerAddressRoute'] ?? $this->getCustomerAddressRouteService());
  24959.         if (isset($this->privates['FourtwosixPhoneValidation\\Subscriber\\AddCountryPhonePrefixSubscriber'])) {
  24960.             return $this->privates['FourtwosixPhoneValidation\\Subscriber\\AddCountryPhonePrefixSubscriber'];
  24961.         }
  24962.         return $this->privates['FourtwosixPhoneValidation\\Subscriber\\AddCountryPhonePrefixSubscriber'] = new \FourtwosixPhoneValidation\Subscriber\AddCountryPhonePrefixSubscriber($a$b$c);
  24963.     }
  24964.     /**
  24965.      * Gets the private 'FourtwosixRegistrationFields\Subscriber\ItalyCountryIdSubscriber' shared service.
  24966.      *
  24967.      * @return \FourtwosixRegistrationFields\Subscriber\ItalyCountryIdSubscriber
  24968.      */
  24969.     protected function getItalyCountryIdSubscriberService()
  24970.     {
  24971.         include_once \dirname(__DIR__4).'/custom/plugins/426-fourtwosixregistrationfields/src/Subscriber/ItalyCountryIdSubscriber.php';
  24972.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  24973.         if (isset($this->privates['FourtwosixRegistrationFields\\Subscriber\\ItalyCountryIdSubscriber'])) {
  24974.             return $this->privates['FourtwosixRegistrationFields\\Subscriber\\ItalyCountryIdSubscriber'];
  24975.         }
  24976.         return $this->privates['FourtwosixRegistrationFields\\Subscriber\\ItalyCountryIdSubscriber'] = new \FourtwosixRegistrationFields\Subscriber\ItalyCountryIdSubscriber($a);
  24977.     }
  24978.     /**
  24979.      * Gets the private 'FourtwosixShippingCostsCalculator\Subscriber\CountriesLoadSubscriber' shared service.
  24980.      *
  24981.      * @return \FourtwosixShippingCostsCalculator\Subscriber\CountriesLoadSubscriber
  24982.      */
  24983.     protected function getCountriesLoadSubscriberService()
  24984.     {
  24985.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixShippingCostsCalculator/src/Subscriber/CountriesLoadSubscriber.php';
  24986.         $a = ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService());
  24987.         if (isset($this->privates['FourtwosixShippingCostsCalculator\\Subscriber\\CountriesLoadSubscriber'])) {
  24988.             return $this->privates['FourtwosixShippingCostsCalculator\\Subscriber\\CountriesLoadSubscriber'];
  24989.         }
  24990.         return $this->privates['FourtwosixShippingCostsCalculator\\Subscriber\\CountriesLoadSubscriber'] = new \FourtwosixShippingCostsCalculator\Subscriber\CountriesLoadSubscriber($a);
  24991.     }
  24992.     /**
  24993.      * Gets the private 'FourtwosixThemeExtension\Core\Content\Flow\Dispatching\Action\SendOrderDataAction' shared service.
  24994.      *
  24995.      * @return \FourtwosixThemeExtension\Core\Content\Flow\Dispatching\Action\SendOrderDataAction
  24996.      */
  24997.     protected function getSendOrderDataActionService()
  24998.     {
  24999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  25000.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/Core/Content/Flow/Dispatching/Action/SendOrderDataAction.php';
  25001.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  25002.         if (isset($this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'])) {
  25003.             return $this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'];
  25004.         }
  25005.         $b = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  25006.         if (isset($this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'])) {
  25007.             return $this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'];
  25008.         }
  25009.         $c = ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService());
  25010.         if (isset($this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'])) {
  25011.             return $this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'];
  25012.         }
  25013.         $d = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  25014.         if (isset($this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'])) {
  25015.             return $this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'];
  25016.         }
  25017.         $e = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  25018.         if (isset($this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'])) {
  25019.             return $this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'];
  25020.         }
  25021.         $f = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  25022.         if (isset($this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'])) {
  25023.             return $this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'];
  25024.         }
  25025.         return $this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'] = new \FourtwosixThemeExtension\Core\Content\Flow\Dispatching\Action\SendOrderDataAction($a$b$c$d$e$f, ($this->services['logger'] ?? $this->getLoggerService()));
  25026.     }
  25027.     /**
  25028.      * Gets the private 'FourtwosixThemeExtension\Decorator\Core\Content\Flow\Dispatching\Action\SendMailActionDecorator' shared service.
  25029.      *
  25030.      * @return \FourtwosixThemeExtension\Decorator\Core\Content\Flow\Dispatching\Action\SendMailActionDecorator
  25031.      */
  25032.     protected function getSendMailActionDecoratorService()
  25033.     {
  25034.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  25035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  25036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SendMailAction.php';
  25037.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/Decorator/Core/Content/Flow/Dispatching/Action/SendMailActionDecorator.php';
  25038.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25039.         if (isset($this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'])) {
  25040.             return $this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'];
  25041.         }
  25042.         $b = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  25043.         if (isset($this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'])) {
  25044.             return $this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'];
  25045.         }
  25046.         $c = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  25047.         if (isset($this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'])) {
  25048.             return $this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'];
  25049.         }
  25050.         $d = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  25051.         if (isset($this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'])) {
  25052.             return $this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'];
  25053.         }
  25054.         $e = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  25055.         if (isset($this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'])) {
  25056.             return $this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'];
  25057.         }
  25058.         $f = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  25059.         if (isset($this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'])) {
  25060.             return $this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'];
  25061.         }
  25062.         $g = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  25063.         if (isset($this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'])) {
  25064.             return $this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'];
  25065.         }
  25066.         $h = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  25067.         if (isset($this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'])) {
  25068.             return $this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'];
  25069.         }
  25070.         $i = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  25071.         if (isset($this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'])) {
  25072.             return $this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'];
  25073.         }
  25074.         $j = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  25075.         if (isset($this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'])) {
  25076.             return $this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'];
  25077.         }
  25078.         return $this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'] = new \FourtwosixThemeExtension\Decorator\Core\Content\Flow\Dispatching\Action\SendMailActionDecorator($b$c$d$e$f$g$h, ($this->services['logger'] ?? $this->getLoggerService()), $a$i$j, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()), true);
  25079.     }
  25080.     /**
  25081.      * Gets the private 'Fourtwosix\PaymentSurcharge\Checkout\Collector\PaymentCostCollector' shared service.
  25082.      *
  25083.      * @return \Fourtwosix\PaymentSurcharge\Checkout\Collector\PaymentCostCollector
  25084.      */
  25085.     protected function getPaymentCostCollectorService()
  25086.     {
  25087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  25088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  25089.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Checkout/Collector/PaymentCostCollector.php';
  25090.         $a = ($this->services['fts.payment_cost.service.config_service'] ?? $this->getFts_PaymentCost_Service_ConfigServiceService());
  25091.         if (isset($this->privates['Fourtwosix\\PaymentSurcharge\\Checkout\\Collector\\PaymentCostCollector'])) {
  25092.             return $this->privates['Fourtwosix\\PaymentSurcharge\\Checkout\\Collector\\PaymentCostCollector'];
  25093.         }
  25094.         $b = ($this->services['fts.payment_cost.service.payment_method_paymentcost_service'] ?? $this->getFts_PaymentCost_Service_PaymentMethodPaymentcostServiceService());
  25095.         if (isset($this->privates['Fourtwosix\\PaymentSurcharge\\Checkout\\Collector\\PaymentCostCollector'])) {
  25096.             return $this->privates['Fourtwosix\\PaymentSurcharge\\Checkout\\Collector\\PaymentCostCollector'];
  25097.         }
  25098.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'] ?? $this->getCustomLineItemFactoryService());
  25099.         if (isset($this->privates['Fourtwosix\\PaymentSurcharge\\Checkout\\Collector\\PaymentCostCollector'])) {
  25100.             return $this->privates['Fourtwosix\\PaymentSurcharge\\Checkout\\Collector\\PaymentCostCollector'];
  25101.         }
  25102.         $d = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  25103.         if (isset($this->privates['Fourtwosix\\PaymentSurcharge\\Checkout\\Collector\\PaymentCostCollector'])) {
  25104.             return $this->privates['Fourtwosix\\PaymentSurcharge\\Checkout\\Collector\\PaymentCostCollector'];
  25105.         }
  25106.         $e = ($this->services['tax.repository'] ?? $this->getTax_RepositoryService());
  25107.         if (isset($this->privates['Fourtwosix\\PaymentSurcharge\\Checkout\\Collector\\PaymentCostCollector'])) {
  25108.             return $this->privates['Fourtwosix\\PaymentSurcharge\\Checkout\\Collector\\PaymentCostCollector'];
  25109.         }
  25110.         return $this->privates['Fourtwosix\\PaymentSurcharge\\Checkout\\Collector\\PaymentCostCollector'] = new \Fourtwosix\PaymentSurcharge\Checkout\Collector\PaymentCostCollector($a$b$c, ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()), ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), $d$e'6.4.18.1');
  25111.     }
  25112.     /**
  25113.      * Gets the private 'Frosh\MailArchive\Task\CleanupTaskHandler' shared autowired service.
  25114.      *
  25115.      * @return \Frosh\MailArchive\Task\CleanupTaskHandler
  25116.      */
  25117.     protected function getCleanupTaskHandlerService()
  25118.     {
  25119.         include_once \dirname(__DIR__4).'/custom/plugins/FroshPlatformMailArchive/src/Task/CleanupTaskHandler.php';
  25120.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  25121.         if (isset($this->privates['Frosh\\MailArchive\\Task\\CleanupTaskHandler'])) {
  25122.             return $this->privates['Frosh\\MailArchive\\Task\\CleanupTaskHandler'];
  25123.         }
  25124.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  25125.         if (isset($this->privates['Frosh\\MailArchive\\Task\\CleanupTaskHandler'])) {
  25126.             return $this->privates['Frosh\\MailArchive\\Task\\CleanupTaskHandler'];
  25127.         }
  25128.         return $this->privates['Frosh\\MailArchive\\Task\\CleanupTaskHandler'] = new \Frosh\MailArchive\Task\CleanupTaskHandler($a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  25129.     }
  25130.     /**
  25131.      * Gets the private 'Frosh\Tools\Command\ChangeUserPasswordCommand' shared service.
  25132.      *
  25133.      * @return \Frosh\Tools\Command\ChangeUserPasswordCommand
  25134.      */
  25135.     protected function getChangeUserPasswordCommandService()
  25136.     {
  25137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25138.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/ChangeUserPasswordCommand.php';
  25139.         $this->privates['Frosh\\Tools\\Command\\ChangeUserPasswordCommand'] = $instance = new \Frosh\Tools\Command\ChangeUserPasswordCommand(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  25140.         $instance->setName('frosh:user:change:password');
  25141.         $instance->setDescription('Change user password');
  25142.         return $instance;
  25143.     }
  25144.     /**
  25145.      * Gets the private 'Frosh\Tools\Command\EnvDelCommand' shared service.
  25146.      *
  25147.      * @return \Frosh\Tools\Command\EnvDelCommand
  25148.      */
  25149.     protected function getEnvDelCommandService()
  25150.     {
  25151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25152.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/EnvDelCommand.php';
  25153.         $this->privates['Frosh\\Tools\\Command\\EnvDelCommand'] = $instance = new \Frosh\Tools\Command\EnvDelCommand((\dirname(__DIR__4).'/.env'));
  25154.         $instance->setName('frosh:env:Del');
  25155.         $instance->setDescription('Delete environment variable');
  25156.         return $instance;
  25157.     }
  25158.     /**
  25159.      * Gets the private 'Frosh\Tools\Command\EnvGetCommand' shared service.
  25160.      *
  25161.      * @return \Frosh\Tools\Command\EnvGetCommand
  25162.      */
  25163.     protected function getEnvGetCommandService()
  25164.     {
  25165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25166.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/EnvGetCommand.php';
  25167.         $this->privates['Frosh\\Tools\\Command\\EnvGetCommand'] = $instance = new \Frosh\Tools\Command\EnvGetCommand((\dirname(__DIR__4).'/.env'));
  25168.         $instance->setName('frosh:env:get');
  25169.         $instance->setDescription('Get an environment variable');
  25170.         return $instance;
  25171.     }
  25172.     /**
  25173.      * Gets the private 'Frosh\Tools\Command\EnvSetCommand' shared service.
  25174.      *
  25175.      * @return \Frosh\Tools\Command\EnvSetCommand
  25176.      */
  25177.     protected function getEnvSetCommandService()
  25178.     {
  25179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25180.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/EnvSetCommand.php';
  25181.         $this->privates['Frosh\\Tools\\Command\\EnvSetCommand'] = $instance = new \Frosh\Tools\Command\EnvSetCommand((\dirname(__DIR__4).'/.env'));
  25182.         $instance->setName('frosh:env:set');
  25183.         $instance->setDescription('Set an environment variable');
  25184.         return $instance;
  25185.     }
  25186.     /**
  25187.      * Gets the private 'Frosh\Tools\Command\MonitorCommand' shared service.
  25188.      *
  25189.      * @return \Frosh\Tools\Command\MonitorCommand
  25190.      */
  25191.     protected function getMonitorCommandService()
  25192.     {
  25193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25194.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/MonitorCommand.php';
  25195.         $this->privates['Frosh\\Tools\\Command\\MonitorCommand'] = $instance = new \Frosh\Tools\Command\MonitorCommand(($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()));
  25196.         $instance->setName('frosh:monitor');
  25197.         $instance->setDescription('Monitor your scheduled task and queue with this command and get notified via email.');
  25198.         return $instance;
  25199.     }
  25200.     /**
  25201.      * Gets the private 'Frosh\Tools\Command\UpdateComposerPluginsCommand' shared service.
  25202.      *
  25203.      * @return \Frosh\Tools\Command\UpdateComposerPluginsCommand
  25204.      */
  25205.     protected function getUpdateComposerPluginsCommandService()
  25206.     {
  25207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25208.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/UpdateComposerPluginsCommand.php';
  25209.         $this->privates['Frosh\\Tools\\Command\\UpdateComposerPluginsCommand'] = $instance = new \Frosh\Tools\Command\UpdateComposerPluginsCommand(\dirname(__DIR__4), ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService()));
  25210.         $instance->setName('frosh:composer-plugin:update');
  25211.         $instance->setDescription('Check for available plugin updates and install them');
  25212.         return $instance;
  25213.     }
  25214.     /**
  25215.      * Gets the private 'Frosh\Tools\Command\UpdatePluginsCommand' shared service.
  25216.      *
  25217.      * @return \Frosh\Tools\Command\UpdatePluginsCommand
  25218.      */
  25219.     protected function getUpdatePluginsCommandService()
  25220.     {
  25221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25222.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/UpdatePluginsCommand.php';
  25223.         $this->privates['Frosh\\Tools\\Command\\UpdatePluginsCommand'] = $instance = new \Frosh\Tools\Command\UpdatePluginsCommand(($this->services['kernel'] ?? $this->get('kernel'1)));
  25224.         $instance->setName('frosh:plugin:update');
  25225.         $instance->setDescription('Check for available plugin updates and install them');
  25226.         return $instance;
  25227.     }
  25228.     /**
  25229.      * Gets the private 'Frosh\Tools\Components\CacheRegistry' shared service.
  25230.      *
  25231.      * @return \Frosh\Tools\Components\CacheRegistry
  25232.      */
  25233.     protected function getCacheRegistryService($lazyLoad true)
  25234.     {
  25235.         if ($lazyLoad) {
  25236.             return $this->privates['Frosh\\Tools\\Components\\CacheRegistry'] = $this->createProxy('CacheRegistry_5ec93d0', function () {
  25237.                 return \CacheRegistry_5ec93d0::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  25238.                     $wrappedInstance $this->getCacheRegistryService(false);
  25239.                     $proxy->setProxyInitializer(null);
  25240.                     return true;
  25241.                 });
  25242.             });
  25243.         }
  25244.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/CacheAdapter.php';
  25245.         $instance = new \Frosh\Tools\Components\CacheRegistry();
  25246.         $instance->addAdapter('cache.app', new \Frosh\Tools\Components\CacheAdapter(($this->services['cache.app'] ?? $this->getCache_AppService())));
  25247.         $instance->addAdapter('cache.system', new \Frosh\Tools\Components\CacheAdapter(($this->services['cache.system'] ?? $this->getCache_SystemService())));
  25248.         $instance->addAdapter('cache.validator', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.validator'] ?? $this->getCache_ValidatorService())));
  25249.         $instance->addAdapter('cache.serializer', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.serializer'] ?? $this->getCache_SerializerService())));
  25250.         $instance->addAdapter('cache.annotations', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  25251.         $instance->addAdapter('cache.property_info', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService())));
  25252.         $instance->addAdapter('cache.messenger.restart_workers_signal', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())));
  25253.         $instance->addAdapter('cache.rate_limiter', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService())));
  25254.         $instance->addAdapter('cache.object', new \Frosh\Tools\Components\CacheAdapter(($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService())));
  25255.         $instance->addAdapter('cache.http', new \Frosh\Tools\Components\CacheAdapter(($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService())));
  25256.         $instance->addAdapter('cache.tags', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.tags'] ?? $this->getCache_TagsService())));
  25257.         $instance->addAdapter('cache.validator_expression_language', new \Frosh\Tools\Components\CacheAdapter(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  25258.         return $instance;
  25259.     }
  25260.     /**
  25261.      * Gets the private 'Frosh\Tools\Components\Elasticsearch\ElasticsearchManager' shared service.
  25262.      *
  25263.      * @return \Frosh\Tools\Components\Elasticsearch\ElasticsearchManager
  25264.      */
  25265.     protected function getElasticsearchManagerService()
  25266.     {
  25267.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Elasticsearch/ElasticsearchManager.php';
  25268.         return $this->privates['Frosh\\Tools\\Components\\Elasticsearch\\ElasticsearchManager'] = new \Frosh\Tools\Components\Elasticsearch\ElasticsearchManager(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'), ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()), ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] ?? $this->getElasticsearchOutdatedIndexDetectorService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()));
  25269.     }
  25270.     /**
  25271.      * Gets the private 'Frosh\Tools\Components\Elasticsearch\EsProductDefinition' shared service.
  25272.      *
  25273.      * @return \Frosh\Tools\Components\Elasticsearch\EsProductDefinition
  25274.      */
  25275.     protected function getEsProductDefinitionService()
  25276.     {
  25277.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/AbstractElasticsearchDefinition.php';
  25278.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Elasticsearch/EsProductDefinition.php';
  25279.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ElasticsearchProductDefinition.php';
  25280.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/EntityMapper.php';
  25281.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/AbstractProductSearchQueryBuilder.php';
  25282.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchQueryBuilder.php';
  25283.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  25284.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25285.         if (isset($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\EsProductDefinition'])) {
  25286.             return $this->privates['Frosh\\Tools\\Components\\Elasticsearch\\EsProductDefinition'];
  25287.         }
  25288.         return $this->privates['Frosh\\Tools\\Components\\Elasticsearch\\EsProductDefinition'] = new \Frosh\Tools\Components\Elasticsearch\EsProductDefinition(new \Shopware\Elasticsearch\Product\ElasticsearchProductDefinition(($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), new \Shopware\Elasticsearch\Framework\Indexing\EntityMapper(), $a, [], $b, new \Shopware\Elasticsearch\Product\ProductSearchQueryBuilder($a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Tokenizer($this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH')))), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? $this->getTokenFilterService()))), $a, [], 1);
  25289.     }
  25290.     /**
  25291.      * Gets the private 'Frosh\Tools\Components\Health\Checker\HealthChecker\MysqlChecker' shared service.
  25292.      *
  25293.      * @return \Frosh\Tools\Components\Health\Checker\HealthChecker\MysqlChecker
  25294.      */
  25295.     protected function getMysqlCheckerService()
  25296.     {
  25297.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/CheckerInterface.php';
  25298.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/HealthChecker/MysqlChecker.php';
  25299.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\MysqlChecker'] = new \Frosh\Tools\Components\Health\Checker\HealthChecker\MysqlChecker(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  25300.     }
  25301.     /**
  25302.      * Gets the private 'Frosh\Tools\Components\Health\Checker\HealthChecker\QueueChecker' shared service.
  25303.      *
  25304.      * @return \Frosh\Tools\Components\Health\Checker\HealthChecker\QueueChecker
  25305.      */
  25306.     protected function getQueueCheckerService()
  25307.     {
  25308.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/CheckerInterface.php';
  25309.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/HealthChecker/QueueChecker.php';
  25310.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\QueueChecker'] = new \Frosh\Tools\Components\Health\Checker\HealthChecker\QueueChecker(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  25311.     }
  25312.     /**
  25313.      * Gets the private 'Frosh\Tools\Components\Health\Checker\HealthChecker\TaskChecker' shared service.
  25314.      *
  25315.      * @return \Frosh\Tools\Components\Health\Checker\HealthChecker\TaskChecker
  25316.      */
  25317.     protected function getTaskCheckerService()
  25318.     {
  25319.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/CheckerInterface.php';
  25320.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/HealthChecker/TaskChecker.php';
  25321.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\TaskChecker'] = new \Frosh\Tools\Components\Health\Checker\HealthChecker\TaskChecker(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  25322.     }
  25323.     /**
  25324.      * Gets the private 'Frosh\Tools\Components\Health\Checker\PerformanceChecker\DisabledMailUpdatesChecker' shared service.
  25325.      *
  25326.      * @return \Frosh\Tools\Components\Health\Checker\PerformanceChecker\DisabledMailUpdatesChecker
  25327.      */
  25328.     protected function getDisabledMailUpdatesCheckerService()
  25329.     {
  25330.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/CheckerInterface.php';
  25331.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/PerformanceChecker/DisabledMailUpdatesChecker.php';
  25332.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\DisabledMailUpdatesChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\DisabledMailUpdatesChecker(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  25333.     }
  25334.     /**
  25335.      * Gets the private 'Frosh\Tools\Components\Health\Checker\PerformanceChecker\EsChecker' shared service.
  25336.      *
  25337.      * @return \Frosh\Tools\Components\Health\Checker\PerformanceChecker\EsChecker
  25338.      */
  25339.     protected function getEsCheckerService()
  25340.     {
  25341.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/CheckerInterface.php';
  25342.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/PerformanceChecker/EsChecker.php';
  25343.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\EsChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\EsChecker(($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\ElasticsearchManager'] ?? $this->getElasticsearchManagerService()));
  25344.     }
  25345.     /**
  25346.      * Gets the private 'Frosh\Tools\Components\Health\Checker\PerformanceChecker\LoggerLevelChecker' shared service.
  25347.      *
  25348.      * @return \Frosh\Tools\Components\Health\Checker\PerformanceChecker\LoggerLevelChecker
  25349.      */
  25350.     protected function getLoggerLevelCheckerService()
  25351.     {
  25352.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/CheckerInterface.php';
  25353.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/PerformanceChecker/LoggerLevelChecker.php';
  25354.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\LoggerLevelChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\LoggerLevelChecker(($this->privates['monolog.handler.business_event_handler_buffer'] ?? $this->getMonolog_Handler_BusinessEventHandlerBufferService()));
  25355.     }
  25356.     /**
  25357.      * Gets the private 'Frosh\Tools\Components\Health\Checker\PerformanceChecker\MySQL8Checker' shared service.
  25358.      *
  25359.      * @return \Frosh\Tools\Components\Health\Checker\PerformanceChecker\MySQL8Checker
  25360.      */
  25361.     protected function getMySQL8CheckerService()
  25362.     {
  25363.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/CheckerInterface.php';
  25364.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/PerformanceChecker/MySQL8Checker.php';
  25365.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\MySQL8Checker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\MySQL8Checker(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  25366.     }
  25367.     /**
  25368.      * Gets the private 'Frosh\Tools\Components\Messenger\TaskLoggingMiddleware' shared service.
  25369.      *
  25370.      * @return \Frosh\Tools\Components\Messenger\TaskLoggingMiddleware
  25371.      */
  25372.     protected function getTaskLoggingMiddlewareService()
  25373.     {
  25374.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  25375.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Messenger/TaskLoggingMiddleware.php';
  25376.         return $this->privates['Frosh\\Tools\\Components\\Messenger\\TaskLoggingMiddleware'] = new \Frosh\Tools\Components\Messenger\TaskLoggingMiddleware(($this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] ?? $this->getLoggerFactoryService())->createRotating('task_logging'14));
  25377.     }
  25378.     /**
  25379.      * Gets the private 'MoorlForms\Core\Content\Element\ElementIndexer' shared service.
  25380.      *
  25381.      * @return \MoorlForms\Core\Content\Element\ElementIndexer
  25382.      */
  25383.     protected function getElementIndexerService()
  25384.     {
  25385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  25386.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Framework/DataAbstractionLayer/Indexer/EntityTree/EntityTreeIndexer.php';
  25387.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Element/ElementIndexer.php';
  25388.         $a = ($this->services['moorl_fb_element.repository'] ?? $this->getMoorlFbElement_RepositoryService());
  25389.         if (isset($this->privates['MoorlForms\\Core\\Content\\Element\\ElementIndexer'])) {
  25390.             return $this->privates['MoorlForms\\Core\\Content\\Element\\ElementIndexer'];
  25391.         }
  25392.         return $this->privates['MoorlForms\\Core\\Content\\Element\\ElementIndexer'] = new \MoorlForms\Core\Content\Element\ElementIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] ?? $this->getChildCountUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\TreeUpdater'] ?? $this->getTreeUpdaterService()));
  25393.     }
  25394.     /**
  25395.      * Gets the private 'MoorlForms\Core\Content\Form\Cms\FbFormCmsElementResolver' shared service.
  25396.      *
  25397.      * @return \MoorlForms\Core\Content\Form\Cms\FbFormCmsElementResolver
  25398.      */
  25399.     protected function getFbFormCmsElementResolverService()
  25400.     {
  25401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  25402.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  25403.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Content/Form/Cms/FbFormCmsElementResolver.php';
  25404.         $a = ($this->services['MoorlForms\\Core\\Service\\FbService'] ?? $this->getFbServiceService());
  25405.         if (isset($this->privates['MoorlForms\\Core\\Content\\Form\\Cms\\FbFormCmsElementResolver'])) {
  25406.             return $this->privates['MoorlForms\\Core\\Content\\Form\\Cms\\FbFormCmsElementResolver'];
  25407.         }
  25408.         return $this->privates['MoorlForms\\Core\\Content\\Form\\Cms\\FbFormCmsElementResolver'] = new \MoorlForms\Core\Content\Form\Cms\FbFormCmsElementResolver($a);
  25409.     }
  25410.     /**
  25411.      * Gets the private 'MoorlForms\Core\Subscriber\SendMailSubscriber' shared service.
  25412.      *
  25413.      * @return \MoorlForms\Core\Subscriber\SendMailSubscriber
  25414.      */
  25415.     protected function getSendMailSubscriberService()
  25416.     {
  25417.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Core/Subscriber/SendMailSubscriber.php';
  25418.         $a = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  25419.         if (isset($this->privates['MoorlForms\\Core\\Subscriber\\SendMailSubscriber'])) {
  25420.             return $this->privates['MoorlForms\\Core\\Subscriber\\SendMailSubscriber'];
  25421.         }
  25422.         $b = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  25423.         if (isset($this->privates['MoorlForms\\Core\\Subscriber\\SendMailSubscriber'])) {
  25424.             return $this->privates['MoorlForms\\Core\\Subscriber\\SendMailSubscriber'];
  25425.         }
  25426.         $c = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  25427.         if (isset($this->privates['MoorlForms\\Core\\Subscriber\\SendMailSubscriber'])) {
  25428.             return $this->privates['MoorlForms\\Core\\Subscriber\\SendMailSubscriber'];
  25429.         }
  25430.         $d = ($this->services['MoorlForms\\Core\\Service\\FbService'] ?? $this->getFbServiceService());
  25431.         if (isset($this->privates['MoorlForms\\Core\\Subscriber\\SendMailSubscriber'])) {
  25432.             return $this->privates['MoorlForms\\Core\\Subscriber\\SendMailSubscriber'];
  25433.         }
  25434.         $e = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  25435.         if (isset($this->privates['MoorlForms\\Core\\Subscriber\\SendMailSubscriber'])) {
  25436.             return $this->privates['MoorlForms\\Core\\Subscriber\\SendMailSubscriber'];
  25437.         }
  25438.         return $this->privates['MoorlForms\\Core\\Subscriber\\SendMailSubscriber'] = new \MoorlForms\Core\Subscriber\SendMailSubscriber($a$b$c$d$e);
  25439.     }
  25440.     /**
  25441.      * Gets the private 'MoorlForms\Data\Data' shared service.
  25442.      *
  25443.      * @return \MoorlForms\Data\Data
  25444.      */
  25445.     protected function getDataService()
  25446.     {
  25447.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/System/DataExtension.php';
  25448.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/System/DataInterface.php';
  25449.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Data/Data.php';
  25450.         return $this->privates['MoorlForms\\Data\\Data'] = new \MoorlForms\Data\Data(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  25451.     }
  25452.     /**
  25453.      * Gets the private 'MoorlFoundation\Core\Content\Cms\HtmlTagCmsElementResolver' shared service.
  25454.      *
  25455.      * @return \MoorlFoundation\Core\Content\Cms\HtmlTagCmsElementResolver
  25456.      */
  25457.     protected function getHtmlTagCmsElementResolverService()
  25458.     {
  25459.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  25460.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  25461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/TextCmsElementResolver.php';
  25462.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Cms/HtmlTagCmsElementResolver.php';
  25463.         return $this->privates['MoorlFoundation\\Core\\Content\\Cms\\HtmlTagCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\HtmlTagCmsElementResolver(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()));
  25464.     }
  25465.     /**
  25466.      * Gets the private 'MoorlFoundation\Core\Content\Cms\TocCmsElementResolver' shared service.
  25467.      *
  25468.      * @return \MoorlFoundation\Core\Content\Cms\TocCmsElementResolver
  25469.      */
  25470.     protected function getTocCmsElementResolverService()
  25471.     {
  25472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  25473.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  25474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/TextCmsElementResolver.php';
  25475.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Cms/TocCmsElementResolver.php';
  25476.         return $this->privates['MoorlFoundation\\Core\\Content\\Cms\\TocCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\TocCmsElementResolver(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()));
  25477.     }
  25478.     /**
  25479.      * Gets the private 'MoorlFoundation\Core\Content\Media\Cms\DownloadListCmsElementResolver' shared service.
  25480.      *
  25481.      * @return \MoorlFoundation\Core\Content\Media\Cms\DownloadListCmsElementResolver
  25482.      */
  25483.     protected function getDownloadListCmsElementResolverService()
  25484.     {
  25485.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  25486.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  25487.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  25488.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Media/Cms/DownloadListCmsElementResolver.php';
  25489.         return $this->privates['MoorlFoundation\\Core\\Content\\Media\\Cms\\DownloadListCmsElementResolver'] = new \MoorlFoundation\Core\Content\Media\Cms\DownloadListCmsElementResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  25490.     }
  25491.     /**
  25492.      * Gets the private 'MoorlFoundation\Core\Content\Product\Cms\ProductBuyListCmsElementResolver' shared service.
  25493.      *
  25494.      * @return \MoorlFoundation\Core\Content\Product\Cms\ProductBuyListCmsElementResolver
  25495.      */
  25496.     protected function getProductBuyListCmsElementResolverService()
  25497.     {
  25498.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  25499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  25500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductSliderCmsElementResolver.php';
  25501.         include_once \dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Core/Content/Product/Cms/ProductBuyListCmsElementResolver.php';
  25502.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  25503.         if (isset($this->privates['MoorlFoundation\\Core\\Content\\Product\\Cms\\ProductBuyListCmsElementResolver'])) {
  25504.             return $this->privates['MoorlFoundation\\Core\\Content\\Product\\Cms\\ProductBuyListCmsElementResolver'];
  25505.         }
  25506.         return $this->privates['MoorlFoundation\\Core\\Content\\Product\\Cms\\ProductBuyListCmsElementResolver'] = new \MoorlFoundation\Core\Content\Product\Cms\ProductBuyListCmsElementResolver(($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $a);
  25507.     }
  25508.     /**
  25509.      * Gets the private 'Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber' shared service.
  25510.      *
  25511.      * @return \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber
  25512.      */
  25513.     protected function getSalesChannelUserConfigSubscriberService()
  25514.     {
  25515.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/System/SalesChannel/Subscriber/SalesChannelUserConfigSubscriber.php';
  25516.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  25517.         if (isset($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'])) {
  25518.             return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'];
  25519.         }
  25520.         return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] = new \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber($a);
  25521.     }
  25522.     /**
  25523.      * Gets the private 'Shopware\Core\Checkout\Cart\Address\AddressValidator' shared service.
  25524.      *
  25525.      * @return \Shopware\Core\Checkout\Cart\Address\AddressValidator
  25526.      */
  25527.     protected function getAddressValidatorService()
  25528.     {
  25529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  25530.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Address/AddressValidator.php';
  25531.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  25532.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  25533.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'];
  25534.         }
  25535.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] = new \Shopware\Core\Checkout\Cart\Address\AddressValidator($a);
  25536.     }
  25537.     /**
  25538.      * Gets the private 'Shopware\Core\Checkout\Cart\CachedRuleLoader' shared service.
  25539.      *
  25540.      * @return \Shopware\Core\Checkout\Cart\CachedRuleLoader
  25541.      */
  25542.     protected function getCachedRuleLoaderService()
  25543.     {
  25544.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  25545.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'])) {
  25546.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'];
  25547.         }
  25548.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'] = new \Shopware\Core\Checkout\Cart\CachedRuleLoader(new \Shopware\Core\Checkout\Cart\RuleLoader($a), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  25549.     }
  25550.     /**
  25551.      * Gets the private 'Shopware\Core\Checkout\Cart\CartCalculator' shared service.
  25552.      *
  25553.      * @return \Shopware\Core\Checkout\Cart\CartCalculator
  25554.      */
  25555.     protected function getCartCalculatorService()
  25556.     {
  25557.         $a = ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  25558.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'])) {
  25559.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'];
  25560.         }
  25561.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] = new \Shopware\Core\Checkout\Cart\CartCalculator($a);
  25562.     }
  25563.     /**
  25564.      * Gets the private 'Shopware\Core\Checkout\Cart\CartPersister' shared service.
  25565.      *
  25566.      * @return \Shopware\Core\Checkout\Cart\CartPersister
  25567.      */
  25568.     protected function getCartPersisterService()
  25569.     {
  25570.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  25571.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25572.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'])) {
  25573.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'];
  25574.         }
  25575.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] = new \Shopware\Core\Checkout\Cart\CartPersister($a$b, new \Shopware\Core\Checkout\Cart\CartSerializationCleaner($a$b), false);
  25576.     }
  25577.     /**
  25578.      * Gets the private 'Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler' shared service.
  25579.      *
  25580.      * @return \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler
  25581.      */
  25582.     protected function getCleanupCartTaskHandlerService()
  25583.     {
  25584.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Cleanup/CleanupCartTaskHandler.php';
  25585.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  25586.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'])) {
  25587.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'];
  25588.         }
  25589.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] = new \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 120);
  25590.     }
  25591.     /**
  25592.      * Gets the private 'Shopware\Core\Checkout\Cart\Command\CartMigrateCommand' shared service.
  25593.      *
  25594.      * @return \Shopware\Core\Checkout\Cart\Command\CartMigrateCommand
  25595.      */
  25596.     protected function getCartMigrateCommandService()
  25597.     {
  25598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  25600.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Command/CartMigrateCommand.php';
  25601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/RedisConnectionFactory.php';
  25602.         $this->privates['Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand'] = $instance = new \Shopware\Core\Checkout\Cart\Command\CartMigrateCommand(NULL, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), false120, new \Shopware\Core\Framework\Adapter\Cache\RedisConnectionFactory($this->getEnv('REDIS_PREFIX')));
  25603.         $instance->setName('cart:migrate');
  25604.         return $instance;
  25605.     }
  25606.     /**
  25607.      * Gets the private 'Shopware\Core\Checkout\Cart\CreditCartProcessor' shared service.
  25608.      *
  25609.      * @return \Shopware\Core\Checkout\Cart\CreditCartProcessor
  25610.      */
  25611.     protected function getCreditCartProcessorService()
  25612.     {
  25613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  25614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CreditCartProcessor.php';
  25615.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] = new \Shopware\Core\Checkout\Cart\CreditCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()));
  25616.     }
  25617.     /**
  25618.      * Gets the private 'Shopware\Core\Checkout\Cart\CustomCartProcessor' shared service.
  25619.      *
  25620.      * @return \Shopware\Core\Checkout\Cart\CustomCartProcessor
  25621.      */
  25622.     protected function getCustomCartProcessorService()
  25623.     {
  25624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  25625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  25626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CustomCartProcessor.php';
  25627.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] = new \Shopware\Core\Checkout\Cart\CustomCartProcessor(($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  25628.     }
  25629.     /**
  25630.      * Gets the private 'Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor' shared service.
  25631.      *
  25632.      * @return \Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor
  25633.      */
  25634.     protected function getDeliveryProcessorService()
  25635.     {
  25636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  25637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  25638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryProcessor.php';
  25639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php';
  25640.         include_once \dirname(__DIR__4).'/custom/plugins/fourtwosixshippingcostspercentageorperweight/src/Decorator/Core/Checkout/Cart/Delivery/DeliveryCalculatorDecorator.php';
  25641.         include_once \dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/Decorator/FourtwosixShippingCostPercentageOrPerWeight/Decorator/Core/Checkout/Cart/Delivery/DeliveryCalculatorDecorator.php';
  25642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  25643.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  25644.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'])) {
  25645.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'];
  25646.         }
  25647.         $b = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  25648.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'])) {
  25649.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'];
  25650.         }
  25651.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryBuilder'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryBuilder())), new \FourtwosixThemeExtension\Decorator\FourtwosixShippingCostPercentageOrPerWeight\Decorator\Core\Checkout\Cart\Delivery\DeliveryCalculatorDecorator(($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] = new \Shopware\Core\Checkout\Cart\Tax\PercentageTaxRuleBuilder())), $a), $b);
  25652.     }
  25653.     /**
  25654.      * Gets the private 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper' shared service.
  25655.      *
  25656.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper
  25657.      */
  25658.     protected function getCartFacadeHelperService()
  25659.     {
  25660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHelper.php';
  25661.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'] = new \Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper(($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] ?? $this->getProcessorService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  25662.     }
  25663.     /**
  25664.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory' shared service.
  25665.      *
  25666.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory
  25667.      */
  25668.     protected function getCreditLineItemFactoryService()
  25669.     {
  25670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  25671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CreditLineItemFactory.php';
  25672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  25673.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  25674.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'])) {
  25675.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'];
  25676.         }
  25677.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory(($this->privates['Shopware\\Core\\Checkout\\Cart\\PriceDefinitionFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\PriceDefinitionFactory'] = new \Shopware\Core\Checkout\Cart\PriceDefinitionFactory())), $a);
  25678.     }
  25679.     /**
  25680.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory' shared service.
  25681.      *
  25682.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory
  25683.      */
  25684.     protected function getCustomLineItemFactoryService()
  25685.     {
  25686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  25687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CustomLineItemFactory.php';
  25688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  25689.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  25690.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'])) {
  25691.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'];
  25692.         }
  25693.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory(($this->privates['Shopware\\Core\\Checkout\\Cart\\PriceDefinitionFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\PriceDefinitionFactory'] = new \Shopware\Core\Checkout\Cart\PriceDefinitionFactory())), $a);
  25694.     }
  25695.     /**
  25696.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory' shared service.
  25697.      *
  25698.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory
  25699.      */
  25700.     protected function getProductLineItemFactoryService()
  25701.     {
  25702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  25703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/ProductLineItemFactory.php';
  25704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  25705.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\ProductLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory(($this->privates['Shopware\\Core\\Checkout\\Cart\\PriceDefinitionFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\PriceDefinitionFactory'] = new \Shopware\Core\Checkout\Cart\PriceDefinitionFactory())));
  25706.     }
  25707.     /**
  25708.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryRegistry' shared service.
  25709.      *
  25710.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry
  25711.      */
  25712.     protected function getLineItemFactoryRegistryService()
  25713.     {
  25714.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25715.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'])) {
  25716.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'];
  25717.         }
  25718.         $b = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  25719.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'])) {
  25720.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'];
  25721.         }
  25722.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry(new RewindableGenerator(function () {
  25723.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\ProductLineItemFactory'] ?? $this->getProductLineItemFactoryService());
  25724.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\PromotionLineItemFactory()));
  25725.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'] ?? $this->getCreditLineItemFactoryService());
  25726.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'] ?? $this->getCustomLineItemFactoryService());
  25727.         }, 4), $b$a);
  25728.     }
  25729.     /**
  25730.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder' shared service.
  25731.      *
  25732.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder
  25733.      */
  25734.     protected function getLineItemGroupBuilderService()
  25735.     {
  25736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupBuilder.php';
  25737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupRuleMatcherInterface.php';
  25738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleMatcher.php';
  25739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AbstractAnyRuleLineItemMatcher.php';
  25740.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleLineItemMatcher.php';
  25741.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/AbstractProductLineItemProvider.php';
  25742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/ProductLineItemProvider.php';
  25743.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder(($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupServiceRegistry'] ?? $this->getLineItemGroupServiceRegistryService()), new \Shopware\Core\Checkout\Cart\LineItem\Group\RulesMatcher\AnyRuleMatcher(new \Shopware\Core\Checkout\Cart\LineItem\Group\RulesMatcher\AnyRuleLineItemMatcher()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemQuantitySplitter'] ?? $this->getLineItemQuantitySplitterService()), new \Shopware\Core\Checkout\Cart\LineItem\Group\ProductLineItemProvider());
  25744.     }
  25745.     /**
  25746.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry' shared service.
  25747.      *
  25748.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry
  25749.      */
  25750.     protected function getLineItemGroupServiceRegistryService()
  25751.     {
  25752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupServiceRegistry.php';
  25753.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupServiceRegistry'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry(new RewindableGenerator(function () {
  25754.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Packager\\LineItemGroupCountPackager'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Packager\\LineItemGroupCountPackager'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\Packager\LineItemGroupCountPackager()));
  25755.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Packager\\LineItemGroupUnitPriceGrossPackager'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Packager\\LineItemGroupUnitPriceGrossPackager'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\Packager\LineItemGroupUnitPriceGrossPackager()));
  25756.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Packager\\LineItemGroupUnitPriceNetPackager'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Packager\\LineItemGroupUnitPriceNetPackager'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\Packager\LineItemGroupUnitPriceNetPackager()));
  25757.         }, 3), new RewindableGenerator(function () {
  25758.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Sorter\\LineItemGroupPriceAscSorter'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Sorter\\LineItemGroupPriceAscSorter'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\Sorter\LineItemGroupPriceAscSorter()));
  25759.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Sorter\\LineItemGroupPriceDescSorter'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Sorter\\LineItemGroupPriceDescSorter'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\Sorter\LineItemGroupPriceDescSorter()));
  25760.         }, 2));
  25761.     }
  25762.     /**
  25763.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter' shared service.
  25764.      *
  25765.      * @return \Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter
  25766.      */
  25767.     protected function getLineItemQuantitySplitterService()
  25768.     {
  25769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/LineItemQuantitySplitter.php';
  25770.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemQuantitySplitter'] = new \Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter(($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  25771.     }
  25772.     /**
  25773.      * Gets the private 'Shopware\Core\Checkout\Cart\Order\OrderConverter' shared service.
  25774.      *
  25775.      * @return \Shopware\Core\Checkout\Cart\Order\OrderConverter
  25776.      */
  25777.     protected function getOrderConverterService()
  25778.     {
  25779.         $a = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  25780.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  25781.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  25782.         }
  25783.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  25784.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  25785.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  25786.         }
  25787.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  25788.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  25789.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  25790.         }
  25791.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25792.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  25793.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  25794.         }
  25795.         $e = ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService());
  25796.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  25797.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  25798.         }
  25799.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] = new \Shopware\Core\Checkout\Cart\Order\OrderConverter($b$c$d$a, ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService()), $e, ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService()));
  25800.     }
  25801.     /**
  25802.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator' shared service.
  25803.      *
  25804.      * @return \Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator
  25805.      */
  25806.     protected function getAbsolutePriceCalculatorService()
  25807.     {
  25808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AbsolutePriceCalculator.php';
  25809.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] = new \Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator(($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] = new \Shopware\Core\Checkout\Cart\Tax\PercentageTaxRuleBuilder())));
  25810.     }
  25811.     /**
  25812.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator' shared service.
  25813.      *
  25814.      * @return \Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator
  25815.      */
  25816.     protected function getCurrencyPriceCalculatorService()
  25817.     {
  25818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CurrencyPriceCalculator.php';
  25819.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CurrencyPriceCalculator'] = new \Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator(($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] = new \Shopware\Core\Checkout\Cart\Tax\PercentageTaxRuleBuilder())));
  25820.     }
  25821.     /**
  25822.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator' shared service.
  25823.      *
  25824.      * @return \Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator
  25825.      */
  25826.     protected function getGrossPriceCalculatorService()
  25827.     {
  25828.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\GrossPriceCalculator'] = new \Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] = new \Shopware\Core\Checkout\Cart\Tax\TaxCalculator())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] = new \Shopware\Core\Checkout\Cart\Price\CashRounding())));
  25829.     }
  25830.     /**
  25831.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\NetPriceCalculator' shared service.
  25832.      *
  25833.      * @return \Shopware\Core\Checkout\Cart\Price\NetPriceCalculator
  25834.      */
  25835.     protected function getNetPriceCalculatorService()
  25836.     {
  25837.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\NetPriceCalculator'] = new \Shopware\Core\Checkout\Cart\Price\NetPriceCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] = new \Shopware\Core\Checkout\Cart\Tax\TaxCalculator())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] = new \Shopware\Core\Checkout\Cart\Price\CashRounding())));
  25838.     }
  25839.     /**
  25840.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor' shared service.
  25841.      *
  25842.      * @return \Shopware\Core\Checkout\Cart\Processor
  25843.      */
  25844.     protected function getProcessorService()
  25845.     {
  25846.         $a = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  25847.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'])) {
  25848.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'];
  25849.         }
  25850.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] = new \Shopware\Core\Checkout\Cart\Processor(new \Shopware\Core\Checkout\Cart\Validator(new RewindableGenerator(function () {
  25851.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryValidator()));
  25852.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] = new \Shopware\Core\Checkout\Cart\LineItem\LineItemValidator()));
  25853.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? $this->getAddressValidatorService());
  25854.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemValidator'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemValidator()));
  25855.             yield => ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentMethodValidator()));
  25856.             yield => ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'] ?? $this->getCartValidatorService());
  25857.         }, 6)), ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), new \Shopware\Core\Checkout\Cart\Transaction\TransactionProcessor(), new RewindableGenerator(function () {
  25858.             yield => ($this->privates['Acris\\Tax\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  25859.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] ?? $this->getPromotionProcessorService());
  25860.             yield => ($this->privates['Fourtwosix\\PaymentSurcharge\\Checkout\\Collector\\PaymentCostCollector'] ?? $this->getPaymentCostCollectorService());
  25861.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  25862.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\ContainerCartProcessor'] ?? $this->getContainerCartProcessorService());
  25863.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\DiscountCartProcessor'] ?? $this->getDiscountCartProcessorService());
  25864.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] ?? $this->getCreditCartProcessorService());
  25865.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  25866.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionDeliveryProcessor'] ?? $this->getPromotionDeliveryProcessorService());
  25867.             yield => ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionMessageProcessor'] ?? ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionMessageProcessor'] = new \Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionMessageProcessor()));
  25868.         }, 10), new RewindableGenerator(function () {
  25869.             yield => ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorStart'] ?? ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorStart'] = new \Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionCartCollectorStart()));
  25870.             yield => ($this->privates['Acris\\Tax\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  25871.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  25872.             yield => ($this->privates['Fourtwosix\\PaymentSurcharge\\Checkout\\Collector\\PaymentCostCollector'] ?? $this->getPaymentCostCollectorService());
  25873.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  25874.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  25875.             yield => ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorEnd'] ?? ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorEnd'] = new \Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionCartCollectorEnd()));
  25876.         }, 7), $a);
  25877.     }
  25878.     /**
  25879.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor' shared service.
  25880.      *
  25881.      * @return \Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor
  25882.      */
  25883.     protected function getContainerCartProcessorService()
  25884.     {
  25885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  25886.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/ContainerCartProcessor.php';
  25887.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\ContainerCartProcessor'] = new \Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor(($this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CurrencyPriceCalculator'] ?? $this->getCurrencyPriceCalculatorService()));
  25888.     }
  25889.     /**
  25890.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor' shared service.
  25891.      *
  25892.      * @return \Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor
  25893.      */
  25894.     protected function getDiscountCartProcessorService()
  25895.     {
  25896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  25897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/DiscountCartProcessor.php';
  25898.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\DiscountCartProcessor'] = new \Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor(($this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CurrencyPriceCalculator'] ?? $this->getCurrencyPriceCalculatorService()));
  25899.     }
  25900.     /**
  25901.      * Gets the private 'Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand' shared service.
  25902.      *
  25903.      * @return \Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand
  25904.      */
  25905.     protected function getDeleteUnusedGuestCustomersCommandService()
  25906.     {
  25907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25908.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Command/DeleteUnusedGuestCustomersCommand.php';
  25909.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DeleteUnusedGuestCustomerService.php';
  25910.         $this->privates['Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand'] = $instance = new \Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand(new \Shopware\Core\Checkout\Customer\DeleteUnusedGuestCustomerService(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService())));
  25911.         $instance->setName('customer:delete-unused-guests');
  25912.         return $instance;
  25913.     }
  25914.     /**
  25915.      * Gets the private 'Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer' shared service.
  25916.      *
  25917.      * @return \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer
  25918.      */
  25919.     protected function getCustomerIndexerService()
  25920.     {
  25921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  25922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DataAbstractionLayer/CustomerIndexer.php';
  25923.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25924.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'])) {
  25925.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'];
  25926.         }
  25927.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  25928.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'])) {
  25929.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'];
  25930.         }
  25931.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'] = new \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\Indexing\\CustomerNewsletterSalesChannelsUpdater'] ?? $this->getCustomerNewsletterSalesChannelsUpdaterService()), $a);
  25932.     }
  25933.     /**
  25934.      * Gets the private 'Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier' shared service.
  25935.      *
  25936.      * @return \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier
  25937.      */
  25938.     protected function getLegacyPasswordVerifierService()
  25939.     {
  25940.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Password/LegacyPasswordVerifier.php';
  25941.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] = new \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier(new RewindableGenerator(function () {
  25942.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyEncoder\\Md5'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyEncoder\\Md5'] = new \Shopware\Core\Checkout\Customer\Password\LegacyEncoder\Md5()));
  25943.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyEncoder\\Sha256'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyEncoder\\Sha256'] = new \Shopware\Core\Checkout\Customer\Password\LegacyEncoder\Sha256()));
  25944.         }, 2));
  25945.     }
  25946.     /**
  25947.      * Gets the private 'Shopware\Core\Checkout\Customer\SalesChannel\AccountService' shared service.
  25948.      *
  25949.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountService
  25950.      */
  25951.     protected function getAccountServiceService()
  25952.     {
  25953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountService.php';
  25954.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25955.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  25956.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  25957.         }
  25958.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  25959.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  25960.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  25961.         }
  25962.         $c = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] ?? $this->getSwitchDefaultAddressRouteService());
  25963.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  25964.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  25965.         }
  25966.         $d = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService());
  25967.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  25968.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  25969.         }
  25970.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] = new \Shopware\Core\Checkout\Customer\SalesChannel\AccountService($b$a, ($this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] ?? $this->getLegacyPasswordVerifierService()), $c$d);
  25971.     }
  25972.     /**
  25973.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber' shared service.
  25974.      *
  25975.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber
  25976.      */
  25977.     protected function getCustomerBeforeDeleteSubscriberService()
  25978.     {
  25979.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerBeforeDeleteSubscriber.php';
  25980.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25981.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  25982.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  25983.         }
  25984.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  25985.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  25986.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  25987.         }
  25988.         $c = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  25989.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  25990.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  25991.         }
  25992.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber($b$c$a);
  25993.     }
  25994.     /**
  25995.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber' shared service.
  25996.      *
  25997.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber
  25998.      */
  25999.     protected function getCustomerChangePasswordSubscriberService()
  26000.     {
  26001.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerChangePasswordSubscriber.php';
  26002.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26003.     }
  26004.     /**
  26005.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber' shared service.
  26006.      *
  26007.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber
  26008.      */
  26009.     protected function getCustomerDefaultSalutationSubscriberService()
  26010.     {
  26011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerDefaultSalutationSubscriber.php';
  26012.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  26013.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'])) {
  26014.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'];
  26015.         }
  26016.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber($a);
  26017.     }
  26018.     /**
  26019.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber' shared service.
  26020.      *
  26021.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber
  26022.      */
  26023.     protected function getCustomerFlowEventsSubscriberService()
  26024.     {
  26025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerFlowEventsSubscriber.php';
  26026.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26027.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'])) {
  26028.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'];
  26029.         }
  26030.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] ?? $this->getSalesChannelContextRestorerService());
  26031.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'])) {
  26032.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'];
  26033.         }
  26034.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber($a$b);
  26035.     }
  26036.     /**
  26037.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber' shared service.
  26038.      *
  26039.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber
  26040.      */
  26041.     protected function getCustomerGroupSubscriberService()
  26042.     {
  26043.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerGroupSubscriber.php';
  26044.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  26045.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  26046.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  26047.         }
  26048.         $b = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  26049.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  26050.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  26051.         }
  26052.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  26053.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  26054.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  26055.         }
  26056.         $d = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService());
  26057.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  26058.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  26059.         }
  26060.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber($a$b$c$d, ($this->privates['slugify'] ?? $this->getSlugifyService()));
  26061.     }
  26062.     /**
  26063.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber' shared service.
  26064.      *
  26065.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber
  26066.      */
  26067.     protected function getCustomerMetaFieldSubscriberService()
  26068.     {
  26069.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerMetaFieldSubscriber.php';
  26070.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26071.     }
  26072.     /**
  26073.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber' shared service.
  26074.      *
  26075.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber
  26076.      */
  26077.     protected function getCustomerRemoteAddressSubscriberService()
  26078.     {
  26079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerRemoteAddressSubscriber.php';
  26080.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  26081.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'])) {
  26082.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'];
  26083.         }
  26084.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  26085.     }
  26086.     /**
  26087.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber' shared service.
  26088.      *
  26089.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber
  26090.      */
  26091.     protected function getCustomerTokenSubscriberService()
  26092.     {
  26093.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerTokenSubscriber.php';
  26094.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  26095.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'])) {
  26096.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'];
  26097.         }
  26098.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  26099.     }
  26100.     /**
  26101.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory' shared service.
  26102.      *
  26103.      * @return \Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory
  26104.      */
  26105.     protected function getAddressValidationFactoryService()
  26106.     {
  26107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  26108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/AddressValidationFactory.php';
  26109.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\AddressValidationFactory'] = new \Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  26110.     }
  26111.     /**
  26112.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator' shared service.
  26113.      *
  26114.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator
  26115.      */
  26116.     protected function getCustomerEmailUniqueValidatorService()
  26117.     {
  26118.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  26119.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  26120.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerEmailUniqueValidator.php';
  26121.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26122.     }
  26123.     /**
  26124.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator' shared service.
  26125.      *
  26126.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator
  26127.      */
  26128.     protected function getCustomerPasswordMatchesValidatorService()
  26129.     {
  26130.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  26131.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  26132.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerPasswordMatchesValidator.php';
  26133.         $a = ($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService());
  26134.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'])) {
  26135.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'];
  26136.         }
  26137.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator($a);
  26138.     }
  26139.     /**
  26140.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator' shared service.
  26141.      *
  26142.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator
  26143.      */
  26144.     protected function getCustomerZipCodeValidatorService()
  26145.     {
  26146.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  26147.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  26148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerZipCodeValidator.php';
  26149.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  26150.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'])) {
  26151.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'];
  26152.         }
  26153.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator($a);
  26154.     }
  26155.     /**
  26156.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory' shared service.
  26157.      *
  26158.      * @return \Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory
  26159.      */
  26160.     protected function getCustomerProfileValidationFactoryService()
  26161.     {
  26162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  26163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerProfileValidationFactory.php';
  26164.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\CustomerProfileValidationFactory'] = new \Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory(($this->services['Shopware\\Core\\System\\Salutation\\SalutationDefinition'] ?? $this->getSalutationDefinitionService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  26165.     }
  26166.     /**
  26167.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator' shared service.
  26168.      *
  26169.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator
  26170.      */
  26171.     protected function getCreditNoteGeneratorService()
  26172.     {
  26173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  26174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/CreditNoteGenerator.php';
  26175.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  26176.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'])) {
  26177.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'];
  26178.         }
  26179.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator($a\dirname(__DIR__4));
  26180.     }
  26181.     /**
  26182.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator' shared service.
  26183.      *
  26184.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator
  26185.      */
  26186.     protected function getDeliveryNoteGeneratorService()
  26187.     {
  26188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  26189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DeliveryNoteGenerator.php';
  26190.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  26191.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'])) {
  26192.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'];
  26193.         }
  26194.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator($a\dirname(__DIR__4));
  26195.     }
  26196.     /**
  26197.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry' shared service.
  26198.      *
  26199.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry
  26200.      */
  26201.     protected function getDocumentGeneratorRegistryService()
  26202.     {
  26203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorRegistry.php';
  26204.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry(new RewindableGenerator(function () {
  26205.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] ?? $this->getDeliveryNoteGeneratorService());
  26206.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] ?? $this->getStornoGeneratorService());
  26207.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] ?? $this->getCreditNoteGeneratorService());
  26208.             yield => ($this->privates['Acris\\Tax\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] ?? $this->getInvoiceGeneratorService());
  26209.         }, 4));
  26210.     }
  26211.     /**
  26212.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator' shared service.
  26213.      *
  26214.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator
  26215.      */
  26216.     protected function getStornoGeneratorService()
  26217.     {
  26218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  26219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/StornoGenerator.php';
  26220.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  26221.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'])) {
  26222.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'];
  26223.         }
  26224.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator($a\dirname(__DIR__4));
  26225.     }
  26226.     /**
  26227.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentService' shared service.
  26228.      *
  26229.      * @return \Shopware\Core\Checkout\Document\DocumentService
  26230.      */
  26231.     protected function getDocumentServiceService()
  26232.     {
  26233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentService.php';
  26234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorRegistry.php';
  26235.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26236.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  26237.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  26238.         }
  26239.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] ?? $this->getDocumentGeneratorRegistryService());
  26240.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  26241.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  26242.         }
  26243.         $c = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  26244.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  26245.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  26246.         }
  26247.         $d = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  26248.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  26249.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  26250.         }
  26251.         $e = ($this->services['document_type.repository'] ?? $this->getDocumentType_RepositoryService());
  26252.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  26253.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  26254.         }
  26255.         $f = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  26256.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  26257.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  26258.         }
  26259.         $g = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  26260.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  26261.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  26262.         }
  26263.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] = new \Shopware\Core\Checkout\Document\DocumentService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b, new \Shopware\Core\Checkout\Document\FileGenerator\FileGeneratorRegistry(new RewindableGenerator(function () {
  26264.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] = new \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator()));
  26265.         }, 1)), $c$d$e$f$g$a);
  26266.     }
  26267.     /**
  26268.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer' shared service.
  26269.      *
  26270.      * @return \Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer
  26271.      */
  26272.     protected function getCreditNoteRendererService()
  26273.     {
  26274.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  26275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/CreditNoteRenderer.php';
  26276.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26277.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  26278.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  26279.         }
  26280.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  26281.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  26282.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  26283.         }
  26284.         $c = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  26285.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  26286.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  26287.         }
  26288.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  26289.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  26290.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  26291.         }
  26292.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer($b, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService()), $a$c$d, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] ?? $this->getReferenceInvoiceLoaderService()), \dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26293.     }
  26294.     /**
  26295.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer' shared service.
  26296.      *
  26297.      * @return \Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer
  26298.      */
  26299.     protected function getDeliveryNoteRendererService()
  26300.     {
  26301.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  26302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DeliveryNoteRenderer.php';
  26303.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26304.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  26305.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  26306.         }
  26307.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  26308.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  26309.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  26310.         }
  26311.         $c = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  26312.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  26313.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  26314.         }
  26315.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  26316.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  26317.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  26318.         }
  26319.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer($b, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService()), $a$c$d\dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26320.     }
  26321.     /**
  26322.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer' shared service.
  26323.      *
  26324.      * @return \Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer
  26325.      */
  26326.     protected function getInvoiceRendererService()
  26327.     {
  26328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  26329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/InvoiceRenderer.php';
  26330.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  26331.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  26332.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  26333.         }
  26334.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  26335.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  26336.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  26337.         }
  26338.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26339.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  26340.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  26341.         }
  26342.         $d = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  26343.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  26344.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  26345.         }
  26346.         $e = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  26347.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  26348.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  26349.         }
  26350.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer($a$b$c$d$e\dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26351.     }
  26352.     /**
  26353.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\StornoRenderer' shared service.
  26354.      *
  26355.      * @return \Shopware\Core\Checkout\Document\Renderer\StornoRenderer
  26356.      */
  26357.     protected function getStornoRendererService()
  26358.     {
  26359.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  26360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/StornoRenderer.php';
  26361.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26362.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  26363.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  26364.         }
  26365.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  26366.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  26367.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  26368.         }
  26369.         $c = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  26370.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  26371.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  26372.         }
  26373.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  26374.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  26375.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  26376.         }
  26377.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\StornoRenderer($b, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService()), $a$c$d, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] ?? $this->getReferenceInvoiceLoaderService()), \dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26378.     }
  26379.     /**
  26380.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentConfigLoader' shared service.
  26381.      *
  26382.      * @return \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader
  26383.      */
  26384.     protected function getDocumentConfigLoaderService()
  26385.     {
  26386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentConfigLoader.php';
  26387.         $a = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  26388.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'])) {
  26389.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'];
  26390.         }
  26391.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] = new \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader($a);
  26392.     }
  26393.     /**
  26394.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentGenerator' shared service.
  26395.      *
  26396.      * @return \Shopware\Core\Checkout\Document\Service\DocumentGenerator
  26397.      */
  26398.     protected function getDocumentGeneratorService()
  26399.     {
  26400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentGenerator.php';
  26401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DocumentRendererRegistry.php';
  26402.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/PdfRenderer.php';
  26403.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  26404.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'])) {
  26405.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'];
  26406.         }
  26407.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  26408.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'])) {
  26409.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'];
  26410.         }
  26411.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] = new \Shopware\Core\Checkout\Document\Service\DocumentGenerator(new \Shopware\Core\Checkout\Document\Renderer\DocumentRendererRegistry(new RewindableGenerator(function () {
  26412.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'] ?? $this->getInvoiceRendererService());
  26413.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'] ?? $this->getDeliveryNoteRendererService());
  26414.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'] ?? $this->getStornoRendererService());
  26415.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'] ?? $this->getCreditNoteRendererService());
  26416.         }, 4)), new \Shopware\Core\Checkout\Document\Service\PdfRenderer(), $a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26417.     }
  26418.     /**
  26419.      * Gets the private 'Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader' shared service.
  26420.      *
  26421.      * @return \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader
  26422.      */
  26423.     protected function getReferenceInvoiceLoaderService()
  26424.     {
  26425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/ReferenceInvoiceLoader.php';
  26426.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] = new \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26427.     }
  26428.     /**
  26429.      * Gets the private 'Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer' shared service.
  26430.      *
  26431.      * @return \Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer
  26432.      */
  26433.     protected function getDocumentTemplateRendererService()
  26434.     {
  26435.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Twig/DocumentTemplateRenderer.php';
  26436.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  26437.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  26438.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  26439.         }
  26440.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  26441.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  26442.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  26443.         }
  26444.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  26445.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  26446.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  26447.         }
  26448.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26449.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  26450.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  26451.         }
  26452.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] = new \Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer(($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? $this->getTemplateFinderService()), $a$b$c$d);
  26453.     }
  26454.     /**
  26455.      * Gets the private 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler' shared service.
  26456.      *
  26457.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler
  26458.      */
  26459.     protected function getOrderTransactionStateHandlerService()
  26460.     {
  26461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionStateHandler.php';
  26462.         $a = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  26463.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'])) {
  26464.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'];
  26465.         }
  26466.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler($a);
  26467.     }
  26468.     /**
  26469.      * Gets the private 'Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener' shared service.
  26470.      *
  26471.      * @return \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener
  26472.      */
  26473.     protected function getOrderStateChangeEventListenerService()
  26474.     {
  26475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Listener/OrderStateChangeEventListener.php';
  26476.         $a = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService());
  26477.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  26478.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  26479.         }
  26480.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  26481.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  26482.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  26483.         }
  26484.         $c = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  26485.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  26486.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  26487.         }
  26488.         $d = ($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService());
  26489.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  26490.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  26491.         }
  26492.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26493.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  26494.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  26495.         }
  26496.         $f = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  26497.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  26498.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  26499.         }
  26500.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] = new \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener($b$c$d$e$a$f);
  26501.     }
  26502.     /**
  26503.      * Gets the private 'Shopware\Core\Checkout\Order\SalesChannel\OrderService' shared service.
  26504.      *
  26505.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderService
  26506.      */
  26507.     protected function getOrderServiceService()
  26508.     {
  26509.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderService.php';
  26510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  26511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Validation/OrderValidationFactory.php';
  26512.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26513.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  26514.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  26515.         }
  26516.         $b = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  26517.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  26518.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  26519.         }
  26520.         $c = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  26521.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  26522.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  26523.         }
  26524.         $d = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  26525.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  26526.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  26527.         }
  26528.         $e = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  26529.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  26530.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  26531.         }
  26532.         $f = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  26533.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  26534.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  26535.         }
  26536.         $g = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  26537.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  26538.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  26539.         }
  26540.         $h = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  26541.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  26542.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  26543.         }
  26544.         $i = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  26545.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  26546.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  26547.         }
  26548.         $j = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  26549.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  26550.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  26551.         }
  26552.         return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] = new \Shopware\Core\Checkout\Order\SalesChannel\OrderService(($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), new \Shopware\Core\Checkout\Order\Validation\OrderValidationFactory(), $a$b$c$d$e$f$g$h$i$j);
  26553.     }
  26554.     /**
  26555.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment' shared service.
  26556.      *
  26557.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment
  26558.      */
  26559.     protected function getCashPaymentService()
  26560.     {
  26561.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  26562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  26563.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  26564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/CashPayment.php';
  26565.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  26566.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'])) {
  26567.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'];
  26568.         }
  26569.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment($a);
  26570.     }
  26571.     /**
  26572.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment' shared service.
  26573.      *
  26574.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment
  26575.      */
  26576.     protected function getDebitPaymentService()
  26577.     {
  26578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  26579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  26580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  26581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DebitPayment.php';
  26582.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  26583.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'])) {
  26584.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'];
  26585.         }
  26586.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment($a);
  26587.     }
  26588.     /**
  26589.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment' shared service.
  26590.      *
  26591.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment
  26592.      */
  26593.     protected function getDefaultPaymentService()
  26594.     {
  26595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  26596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  26597.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  26598.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  26599.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'])) {
  26600.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'];
  26601.         }
  26602.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment($a);
  26603.     }
  26604.     /**
  26605.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment' shared service.
  26606.      *
  26607.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment
  26608.      */
  26609.     protected function getInvoicePaymentService()
  26610.     {
  26611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  26612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  26613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  26614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/InvoicePayment.php';
  26615.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  26616.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'])) {
  26617.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'];
  26618.         }
  26619.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment($a);
  26620.     }
  26621.     /**
  26622.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry' shared service.
  26623.      *
  26624.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry
  26625.      */
  26626.     protected function getPaymentHandlerRegistryService()
  26627.     {
  26628.         $a = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26629.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler''getAppPaymentHandlerService'false],
  26630.         ], [
  26631.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler',
  26632.         ]);
  26633.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26634.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment''getCashPaymentService'false],
  26635.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment''getDebitPaymentService'false],
  26636.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment''getDefaultPaymentService'false],
  26637.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment''getInvoicePaymentService'false],
  26638.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment''getPrePaymentService'false],
  26639.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler''getAppSyncPaymentHandlerService'false],
  26640.             'Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler''getACDCHandlerService'false],
  26641.             'Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler''getPUIHandlerService'false],
  26642.             'Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler''getPayLaterHandlerService'false],
  26643.             'Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler''getSEPAHandlerService'false],
  26644.             'Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler''getVenmoHandlerService'false],
  26645.         ], [
  26646.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment',
  26647.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment',
  26648.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment',
  26649.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment',
  26650.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment',
  26651.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler',
  26652.             'Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler',
  26653.             'Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler',
  26654.             'Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler',
  26655.             'Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler',
  26656.             'Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler',
  26657.         ]), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26658.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler''getAppAsyncPaymentHandlerService'false],
  26659.             'Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler''getBancontactAPMHandlerService'false],
  26660.             'Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler''getBlikAPMHandlerService'false],
  26661.             'Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler''getEpsAPMHandlerService'false],
  26662.             'Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler''getGiropayAPMHandlerService'false],
  26663.             'Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler''getIdealAPMHandlerService'false],
  26664.             'Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler''getMultibancoAPMHandlerService'false],
  26665.             'Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler''getMyBankAPMHandlerService'false],
  26666.             'Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler''getOxxoAPMHandlerService'false],
  26667.             'Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler''getP24APMHandlerService'false],
  26668.             'Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler''getSofortAPMHandlerService'false],
  26669.             'Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler''getTrustlyAPMHandlerService'false],
  26670.             'Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler''getPayPalPaymentHandlerService'false],
  26671.         ], [
  26672.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler',
  26673.             'Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  26674.             'Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  26675.             'Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  26676.             'Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  26677.             'Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  26678.             'Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  26679.             'Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  26680.             'Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  26681.             'Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  26682.             'Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  26683.             'Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  26684.             'Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler' => 'Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler',
  26685.         ]), $a$a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26686.     }
  26687.     /**
  26688.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment' shared service.
  26689.      *
  26690.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment
  26691.      */
  26692.     protected function getPrePaymentService()
  26693.     {
  26694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  26695.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  26696.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  26697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PrePayment.php';
  26698.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  26699.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'])) {
  26700.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'];
  26701.         }
  26702.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment($a);
  26703.     }
  26704.     /**
  26705.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2' shared service.
  26706.      *
  26707.      * @return \Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2
  26708.      */
  26709.     protected function getJWTFactoryV2Service()
  26710.     {
  26711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/TokenFactoryInterfaceV2.php';
  26712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTFactoryV2.php';
  26713.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2'] = new \Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2(($this->privates['shopware.jwt_config'] ?? $this->getShopware_JwtConfigService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26714.     }
  26715.     /**
  26716.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer' shared service.
  26717.      *
  26718.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer
  26719.      */
  26720.     protected function getPaymentMethodIndexerService()
  26721.     {
  26722.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  26723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodIndexer.php';
  26724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentDistinguishableNameGenerator.php';
  26725.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26726.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'])) {
  26727.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'];
  26728.         }
  26729.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  26730.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'])) {
  26731.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'];
  26732.         }
  26733.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$b, new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentDistinguishableNameGenerator($b));
  26734.     }
  26735.     /**
  26736.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator' shared service.
  26737.      *
  26738.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator
  26739.      */
  26740.     protected function getPaymentMethodValidator2Service()
  26741.     {
  26742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodValidator.php';
  26743.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26744.     }
  26745.     /**
  26746.      * Gets the private 'Shopware\Core\Checkout\Payment\PaymentService' shared service.
  26747.      *
  26748.      * @return \Shopware\Core\Checkout\Payment\PaymentService
  26749.      */
  26750.     protected function getPaymentServiceService()
  26751.     {
  26752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentService.php';
  26753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentTransactionChainProcessor.php';
  26754.         $a = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2'] ?? $this->getJWTFactoryV2Service());
  26755.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  26756.         $c = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  26757.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\PaymentService'] = new \Shopware\Core\Checkout\Payment\PaymentService(new \Shopware\Core\Checkout\Payment\Cart\PaymentTransactionChainProcessor($a$b, ($this->services['router'] ?? $this->getRouterService()), $c, ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService())), $a$c, ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()), ($this->services['logger'] ?? $this->getLoggerService()), $b, ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()));
  26758.     }
  26759.     /**
  26760.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry' shared service.
  26761.      *
  26762.      * @return \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry
  26763.      */
  26764.     protected function getFilterServiceRegistryService()
  26765.     {
  26766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/FilterServiceRegistry.php';
  26767.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry(new RewindableGenerator(function () {
  26768.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Sorter\\FilterSorterPriceAsc'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Sorter\\FilterSorterPriceAsc'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\Sorter\FilterSorterPriceAsc()));
  26769.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Sorter\\FilterSorterPriceDesc'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Sorter\\FilterSorterPriceDesc'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\Sorter\FilterSorterPriceDesc()));
  26770.         }, 2), new RewindableGenerator(function () {
  26771.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Picker\\VerticalPicker'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Picker\\VerticalPicker'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\Picker\VerticalPicker()));
  26772.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Picker\\HorizontalPicker'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Picker\\HorizontalPicker'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\Picker\HorizontalPicker()));
  26773.         }, 2));
  26774.     }
  26775.     /**
  26776.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionCollector' shared service.
  26777.      *
  26778.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionCollector
  26779.      */
  26780.     protected function getPromotionCollectorService()
  26781.     {
  26782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  26783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  26784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCollector.php';
  26785.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGatewayInterface.php';
  26786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGateway.php';
  26787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeServiceInterface.php';
  26788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeService.php';
  26789.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  26790.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'])) {
  26791.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'];
  26792.         }
  26793.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionCollector(new \Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway($a, new \Shopware\Core\Checkout\Promotion\Service\PromotionDateTimeService()), ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? $this->getPromotionItemBuilderService()), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()));
  26794.     }
  26795.     /**
  26796.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor' shared service.
  26797.      *
  26798.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor
  26799.      */
  26800.     protected function getPromotionDeliveryProcessorService()
  26801.     {
  26802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  26803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryProcessor.php';
  26804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  26805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryCalculator.php';
  26806.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionDeliveryProcessor'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor(new \Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryCalculator(($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? $this->getPromotionItemBuilderService())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] ?? $this->getLineItemGroupBuilderService()));
  26807.     }
  26808.     /**
  26809.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor' shared service.
  26810.      *
  26811.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor
  26812.      */
  26813.     protected function getPromotionProcessorService()
  26814.     {
  26815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  26816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionProcessor.php';
  26817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  26818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCalculator.php';
  26819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Composition/DiscountCompositionBuilder.php';
  26820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/PackageFilter.php';
  26821.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageFilter.php';
  26822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackagePicker.php';
  26823.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/SetGroupScopeFilter.php';
  26824.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageRules.php';
  26825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/DiscountPackager.php';
  26826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/CartScopeDiscountPackager.php';
  26827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetGroupScopeDiscountPackager.php';
  26828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetScopeDiscountPackager.php';
  26829.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] ?? $this->getLineItemGroupBuilderService());
  26830.         $b = ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] ?? $this->getFilterServiceRegistryService());
  26831.         $c = ($this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService());
  26832.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'])) {
  26833.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'];
  26834.         }
  26835.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor(new \Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator(($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()), $a, new \Shopware\Core\Checkout\Promotion\Cart\Discount\Composition\DiscountCompositionBuilder(), new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackageFilter($b), new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackagePicker($b), new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackageRules(), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemQuantitySplitter'] ?? $this->getLineItemQuantitySplitterService()), $c, new \Shopware\Core\Checkout\Promotion\Cart\Discount\ScopePackager\CartScopeDiscountPackager(), new \Shopware\Core\Checkout\Promotion\Cart\Discount\ScopePackager\SetGroupScopeDiscountPackager($a), new \Shopware\Core\Checkout\Promotion\Cart\Discount\ScopePackager\SetScopeDiscountPackager($a)), $a);
  26836.     }
  26837.     /**
  26838.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer' shared service.
  26839.      *
  26840.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer
  26841.      */
  26842.     protected function getPromotionIndexerService()
  26843.     {
  26844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  26845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionIndexer.php';
  26846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionExclusionUpdater.php';
  26847.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26848.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'])) {
  26849.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'];
  26850.         }
  26851.         $b = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  26852.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'])) {
  26853.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'];
  26854.         }
  26855.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] = new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionExclusionUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] ?? $this->getPromotionRedemptionUpdaterService()), $a);
  26856.     }
  26857.     /**
  26858.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater' shared service.
  26859.      *
  26860.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater
  26861.      */
  26862.     protected function getPromotionRedemptionUpdaterService()
  26863.     {
  26864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionRedemptionUpdater.php';
  26865.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] = new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26866.     }
  26867.     /**
  26868.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer' shared service.
  26869.      *
  26870.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer
  26871.      */
  26872.     protected function getPromotionIndividualCodeRedeemerService()
  26873.     {
  26874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/PromotionIndividualCodeRedeemer.php';
  26875.         $a = ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService());
  26876.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'])) {
  26877.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'];
  26878.         }
  26879.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] = new \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer($a);
  26880.     }
  26881.     /**
  26882.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber' shared service.
  26883.      *
  26884.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber
  26885.      */
  26886.     protected function getStorefrontCartSubscriberService()
  26887.     {
  26888.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/Storefront/StorefrontCartSubscriber.php';
  26889.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  26890.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'])) {
  26891.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'];
  26892.         }
  26893.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] = new \Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  26894.     }
  26895.     /**
  26896.      * Gets the private 'Shopware\Core\Checkout\Promotion\Validator\PromotionValidator' shared service.
  26897.      *
  26898.      * @return \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator
  26899.      */
  26900.     protected function getPromotionValidatorService()
  26901.     {
  26902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Validator/PromotionValidator.php';
  26903.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] = new \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26904.     }
  26905.     /**
  26906.      * Gets the private 'Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator' shared service.
  26907.      *
  26908.      * @return \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator
  26909.      */
  26910.     protected function getShippingMethodValidatorService()
  26911.     {
  26912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Validator/ShippingMethodValidator.php';
  26913.         return $this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] = new \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26914.     }
  26915.     /**
  26916.      * Gets the private 'Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer' shared service.
  26917.      *
  26918.      * @return \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer
  26919.      */
  26920.     protected function getCategoryIndexerService()
  26921.     {
  26922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  26923.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryIndexer.php';
  26924.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryBreadcrumbUpdater.php';
  26925.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26926.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  26927.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  26928.         }
  26929.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  26930.         $c = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  26931.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  26932.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  26933.         }
  26934.         $d = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  26935.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  26936.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  26937.         }
  26938.         return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] = new \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer($b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $c, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] ?? $this->getChildCountUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\TreeUpdater'] ?? $this->getTreeUpdaterService()), new \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryBreadcrumbUpdater($b$c$d), $a);
  26939.     }
  26940.     /**
  26941.      * Gets the private 'Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder' shared service.
  26942.      *
  26943.      * @return \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder
  26944.      */
  26945.     protected function getCategoryBreadcrumbBuilderService()
  26946.     {
  26947.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  26948.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'])) {
  26949.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'];
  26950.         }
  26951.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] = new \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder($a);
  26952.     }
  26953.     /**
  26954.      * Gets the private 'Shopware\Core\Content\Category\Service\NavigationLoader' shared service.
  26955.      *
  26956.      * @return \Shopware\Core\Content\Category\Service\NavigationLoader
  26957.      */
  26958.     protected function getNavigationLoaderService()
  26959.     {
  26960.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26961.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'])) {
  26962.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'];
  26963.         }
  26964.         $b = ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] ?? $this->getTreeBuildingNavigationRouteService());
  26965.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'])) {
  26966.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'];
  26967.         }
  26968.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] = new \Shopware\Core\Content\Category\Service\NavigationLoader($a$b);
  26969.     }
  26970.     /**
  26971.      * Gets the private 'Shopware\Core\Content\Category\Subscriber\CategorySubscriber' shared service.
  26972.      *
  26973.      * @return \Shopware\Core\Content\Category\Subscriber\CategorySubscriber
  26974.      */
  26975.     protected function getCategorySubscriberService()
  26976.     {
  26977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Subscriber/CategorySubscriber.php';
  26978.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26979.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'])) {
  26980.             return $this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'];
  26981.         }
  26982.         return $this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] = new \Shopware\Core\Content\Category\Subscriber\CategorySubscriber($a);
  26983.     }
  26984.     /**
  26985.      * Gets the private 'Shopware\Core\Content\Category\Validation\EntryPointValidator' shared service.
  26986.      *
  26987.      * @return \Shopware\Core\Content\Category\Validation\EntryPointValidator
  26988.      */
  26989.     protected function getEntryPointValidatorService()
  26990.     {
  26991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Validation/EntryPointValidator.php';
  26992.         return $this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] = new \Shopware\Core\Content\Category\Validation\EntryPointValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26993.     }
  26994.     /**
  26995.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver' shared service.
  26996.      *
  26997.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver
  26998.      */
  26999.     protected function getFormCmsElementResolverService()
  27000.     {
  27001.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  27002.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  27003.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/FormCmsElementResolver.php';
  27004.         $a = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  27005.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'])) {
  27006.             return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'];
  27007.         }
  27008.         return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] = new \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver($a);
  27009.     }
  27010.     /**
  27011.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver' shared service.
  27012.      *
  27013.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver
  27014.      */
  27015.     protected function getTextCmsElementResolverService()
  27016.     {
  27017.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  27018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  27019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/TextCmsElementResolver.php';
  27020.         return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\TextCmsElementResolver'] = new \Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()));
  27021.     }
  27022.     /**
  27023.      * Gets the private 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader' shared service.
  27024.      *
  27025.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader
  27026.      */
  27027.     protected function getSalesChannelCmsPageLoaderService()
  27028.     {
  27029.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27030.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  27031.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  27032.         }
  27033.         $b = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  27034.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  27035.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  27036.         }
  27037.         $c = ($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? $this->getCmsSlotsDataResolverService());
  27038.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  27039.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  27040.         }
  27041.         return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader($b$c$a);
  27042.     }
  27043.     /**
  27044.      * Gets the private 'Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber' shared service.
  27045.      *
  27046.      * @return \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber
  27047.      */
  27048.     protected function getCmsPageDefaultChangeSubscriberService()
  27049.     {
  27050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Subscriber/CmsPageDefaultChangeSubscriber.php';
  27051.         return $this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] = new \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  27052.     }
  27053.     /**
  27054.      * Gets the private 'Shopware\Core\Content\Flow\Api\FlowActionCollector' shared service.
  27055.      *
  27056.      * @return \Shopware\Core\Content\Flow\Api\FlowActionCollector
  27057.      */
  27058.     protected function getFlowActionCollectorService()
  27059.     {
  27060.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Api/FlowActionCollector.php';
  27061.         return $this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] = new \Shopware\Core\Content\Flow\Api\FlowActionCollector(new RewindableGenerator(function () {
  27062.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  27063.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  27064.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  27065.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  27066.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  27067.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  27068.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  27069.             yield => ($this->privates['FourtwosixThemeExtension\\Core\\Content\\Flow\\Dispatching\\Action\\SendOrderDataAction'] ?? $this->getSendOrderDataActionService());
  27070.             yield => ($this->privates['FourtwosixThemeExtension\\Decorator\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailActionDecorator'] ?? $this->getSendMailActionDecoratorService());
  27071.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  27072.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  27073.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  27074.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  27075.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  27076.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  27077.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\StopFlowAction()));
  27078.         }, 16), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService()));
  27079.     }
  27080.     /**
  27081.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction' shared service.
  27082.      *
  27083.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction
  27084.      */
  27085.     protected function getAddCustomerAffiliateAndCampaignCodeActionService()
  27086.     {
  27087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  27088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  27089.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerAffiliateAndCampaignCodeAction.php';
  27090.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  27091.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'])) {
  27092.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'];
  27093.         }
  27094.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  27095.     }
  27096.     /**
  27097.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction' shared service.
  27098.      *
  27099.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction
  27100.      */
  27101.     protected function getAddCustomerTagActionService()
  27102.     {
  27103.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  27104.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  27105.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerTagAction.php';
  27106.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  27107.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'])) {
  27108.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'];
  27109.         }
  27110.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction($a);
  27111.     }
  27112.     /**
  27113.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction' shared service.
  27114.      *
  27115.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction
  27116.      */
  27117.     protected function getAddOrderAffiliateAndCampaignCodeActionService()
  27118.     {
  27119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  27120.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  27121.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderAffiliateAndCampaignCodeAction.php';
  27122.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  27123.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'])) {
  27124.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'];
  27125.         }
  27126.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  27127.     }
  27128.     /**
  27129.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction' shared service.
  27130.      *
  27131.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction
  27132.      */
  27133.     protected function getAddOrderTagActionService()
  27134.     {
  27135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  27136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  27137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderTagAction.php';
  27138.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  27139.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'])) {
  27140.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'];
  27141.         }
  27142.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction($a);
  27143.     }
  27144.     /**
  27145.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction' shared service.
  27146.      *
  27147.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction
  27148.      */
  27149.     protected function getChangeCustomerGroupActionService()
  27150.     {
  27151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  27152.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  27153.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerGroupAction.php';
  27154.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  27155.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'])) {
  27156.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'];
  27157.         }
  27158.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction($a);
  27159.     }
  27160.     /**
  27161.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction' shared service.
  27162.      *
  27163.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction
  27164.      */
  27165.     protected function getChangeCustomerStatusActionService()
  27166.     {
  27167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  27168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  27169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerStatusAction.php';
  27170.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  27171.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'])) {
  27172.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'];
  27173.         }
  27174.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction($a);
  27175.     }
  27176.     /**
  27177.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction' shared service.
  27178.      *
  27179.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction
  27180.      */
  27181.     protected function getGenerateDocumentActionService()
  27182.     {
  27183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  27184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  27185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/GenerateDocumentAction.php';
  27186.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  27187.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  27188.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  27189.         }
  27190.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  27191.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  27192.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  27193.         }
  27194.         $c = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  27195.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  27196.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  27197.         }
  27198.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['logger'] ?? $this->getLoggerService()));
  27199.     }
  27200.     /**
  27201.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction' shared service.
  27202.      *
  27203.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction
  27204.      */
  27205.     protected function getRemoveCustomerTagActionService()
  27206.     {
  27207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  27208.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  27209.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveCustomerTagAction.php';
  27210.         $a = ($this->services['customer_tag.repository'] ?? $this->getCustomerTag_RepositoryService());
  27211.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'])) {
  27212.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'];
  27213.         }
  27214.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction($a);
  27215.     }
  27216.     /**
  27217.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction' shared service.
  27218.      *
  27219.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction
  27220.      */
  27221.     protected function getRemoveOrderTagActionService()
  27222.     {
  27223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  27224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  27225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveOrderTagAction.php';
  27226.         $a = ($this->services['order_tag.repository'] ?? $this->getOrderTag_RepositoryService());
  27227.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'])) {
  27228.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'];
  27229.         }
  27230.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction($a);
  27231.     }
  27232.     /**
  27233.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction' shared service.
  27234.      *
  27235.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction
  27236.      */
  27237.     protected function getSetCustomerCustomFieldActionService()
  27238.     {
  27239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  27240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  27241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  27242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerCustomFieldAction.php';
  27243.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  27244.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'])) {
  27245.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'];
  27246.         }
  27247.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  27248.     }
  27249.     /**
  27250.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction' shared service.
  27251.      *
  27252.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction
  27253.      */
  27254.     protected function getSetCustomerGroupCustomFieldActionService()
  27255.     {
  27256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  27257.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  27258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  27259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerGroupCustomFieldAction.php';
  27260.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  27261.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'])) {
  27262.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'];
  27263.         }
  27264.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  27265.     }
  27266.     /**
  27267.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction' shared service.
  27268.      *
  27269.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction
  27270.      */
  27271.     protected function getSetOrderCustomFieldActionService()
  27272.     {
  27273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  27274.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  27275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  27276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderCustomFieldAction.php';
  27277.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  27278.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'])) {
  27279.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'];
  27280.         }
  27281.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  27282.     }
  27283.     /**
  27284.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction' shared service.
  27285.      *
  27286.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction
  27287.      */
  27288.     protected function getSetOrderStateActionService()
  27289.     {
  27290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  27291.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  27292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderStateAction.php';
  27293.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService());
  27294.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'])) {
  27295.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'];
  27296.         }
  27297.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['logger'] ?? $this->getLoggerService()), $a);
  27298.     }
  27299.     /**
  27300.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer' shared service.
  27301.      *
  27302.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer
  27303.      */
  27304.     protected function getCustomerGroupStorerService()
  27305.     {
  27306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  27307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerGroupStorer.php';
  27308.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  27309.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'])) {
  27310.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'];
  27311.         }
  27312.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer($a);
  27313.     }
  27314.     /**
  27315.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer' shared service.
  27316.      *
  27317.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer
  27318.      */
  27319.     protected function getCustomerRecoveryStorerService()
  27320.     {
  27321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  27322.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerRecoveryStorer.php';
  27323.         $a = ($this->services['customer_recovery.repository'] ?? $this->getCustomerRecovery_RepositoryService());
  27324.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'])) {
  27325.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'];
  27326.         }
  27327.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer($a);
  27328.     }
  27329.     /**
  27330.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer' shared service.
  27331.      *
  27332.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer
  27333.      */
  27334.     protected function getCustomerStorerService()
  27335.     {
  27336.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  27337.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerStorer.php';
  27338.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  27339.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'])) {
  27340.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'];
  27341.         }
  27342.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer($a);
  27343.     }
  27344.     /**
  27345.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer' shared service.
  27346.      *
  27347.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer
  27348.      */
  27349.     protected function getNewsletterRecipientStorerService()
  27350.     {
  27351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  27352.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/NewsletterRecipientStorer.php';
  27353.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  27354.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'])) {
  27355.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'];
  27356.         }
  27357.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer($a);
  27358.     }
  27359.     /**
  27360.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer' shared service.
  27361.      *
  27362.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer
  27363.      */
  27364.     protected function getOrderStorerService()
  27365.     {
  27366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  27367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderStorer.php';
  27368.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  27369.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'])) {
  27370.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'];
  27371.         }
  27372.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer($a);
  27373.     }
  27374.     /**
  27375.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer' shared service.
  27376.      *
  27377.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer
  27378.      */
  27379.     protected function getOrderTransactionStorerService()
  27380.     {
  27381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  27382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderTransactionStorer.php';
  27383.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  27384.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'])) {
  27385.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'];
  27386.         }
  27387.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer($a);
  27388.     }
  27389.     /**
  27390.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer' shared service.
  27391.      *
  27392.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer
  27393.      */
  27394.     protected function getUserStorerService()
  27395.     {
  27396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  27397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/UserStorer.php';
  27398.         $a = ($this->services['user_recovery.repository'] ?? $this->getUserRecovery_RepositoryService());
  27399.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'])) {
  27400.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'];
  27401.         }
  27402.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer($a);
  27403.     }
  27404.     /**
  27405.      * Gets the private 'Shopware\Core\Content\Flow\Indexing\FlowIndexer' shared service.
  27406.      *
  27407.      * @return \Shopware\Core\Content\Flow\Indexing\FlowIndexer
  27408.      */
  27409.     protected function getFlowIndexerService()
  27410.     {
  27411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  27412.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowIndexer.php';
  27413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowPayloadUpdater.php';
  27414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowBuilder.php';
  27415.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27416.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  27417.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  27418.         }
  27419.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  27420.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  27421.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  27422.         }
  27423.         $c = ($this->services['flow.repository'] ?? $this->getFlow_RepositoryService());
  27424.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  27425.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  27426.         }
  27427.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  27428.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  27429.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  27430.         }
  27431.         return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] = new \Shopware\Core\Content\Flow\Indexing\FlowIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $c, new \Shopware\Core\Content\Flow\Indexing\FlowPayloadUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), new \Shopware\Core\Content\Flow\Dispatching\FlowBuilder(), $d), $a$b);
  27432.     }
  27433.     /**
  27434.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand' shared service.
  27435.      *
  27436.      * @return \Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand
  27437.      */
  27438.     protected function getDeleteExpiredFilesCommandService()
  27439.     {
  27440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/DeleteExpiredFilesCommand.php';
  27442.         $this->privates['Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand'] = $instance = new \Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand(($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] ?? $this->getDeleteExpiredFilesServiceService()));
  27443.         $instance->setName('import-export:delete-expired');
  27444.         return $instance;
  27445.     }
  27446.     /**
  27447.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\ImportEntityCommand' shared service.
  27448.      *
  27449.      * @return \Shopware\Core\Content\ImportExport\Command\ImportEntityCommand
  27450.      */
  27451.     protected function getImportEntityCommandService()
  27452.     {
  27453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/ImportEntityCommand.php';
  27455.         $this->privates['Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand'] = $instance = new \Shopware\Core\Content\ImportExport\Command\ImportEntityCommand(($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] ?? $this->getImportExportServiceService()), ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService()), ($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] ?? $this->getImportExportFactoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()));
  27456.         $instance->setName('import:entity');
  27457.         return $instance;
  27458.     }
  27459.     /**
  27460.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer' shared service.
  27461.      *
  27462.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer
  27463.      */
  27464.     protected function getCountrySerializerService()
  27465.     {
  27466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  27467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  27468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CountrySerializer.php';
  27469.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  27470.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  27471.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'];
  27472.         }
  27473.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer($a);
  27474.     }
  27475.     /**
  27476.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer' shared service.
  27477.      *
  27478.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer
  27479.      */
  27480.     protected function getCustomerSerializerService()
  27481.     {
  27482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  27483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  27484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CustomerSerializer.php';
  27485.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  27486.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  27487.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  27488.         }
  27489.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  27490.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  27491.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  27492.         }
  27493.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  27494.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  27495.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  27496.         }
  27497.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer($a$b$c);
  27498.     }
  27499.     /**
  27500.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer' shared service.
  27501.      *
  27502.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer
  27503.      */
  27504.     protected function getLanguageSerializerService()
  27505.     {
  27506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  27507.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  27508.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/LanguageSerializer.php';
  27509.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  27510.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  27511.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'];
  27512.         }
  27513.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer($a);
  27514.     }
  27515.     /**
  27516.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer' shared service.
  27517.      *
  27518.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer
  27519.      */
  27520.     protected function getMediaSerializerService()
  27521.     {
  27522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  27523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  27524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/MediaSerializer.php';
  27525.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  27526.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  27527.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  27528.         }
  27529.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  27530.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  27531.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  27532.         }
  27533.         $c = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  27534.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  27535.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  27536.         }
  27537.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  27538.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  27539.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  27540.         }
  27541.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer($a$b$c$d);
  27542.     }
  27543.     /**
  27544.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\OrderSerializer' shared service.
  27545.      *
  27546.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\OrderSerializer
  27547.      */
  27548.     protected function getOrderSerializerService()
  27549.     {
  27550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  27551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  27552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/OrderSerializer.php';
  27553.         $a = ($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService());
  27554.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'])) {
  27555.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'];
  27556.         }
  27557.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\OrderSerializer($a);
  27558.     }
  27559.     /**
  27560.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer' shared service.
  27561.      *
  27562.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer
  27563.      */
  27564.     protected function getProductCrossSellingSerializerService()
  27565.     {
  27566.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  27567.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  27568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductCrossSellingSerializer.php';
  27569.         $a = ($this->services['product_cross_selling_assigned_products.repository'] ?? $this->getProductCrossSellingAssignedProducts_RepositoryService());
  27570.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'])) {
  27571.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'];
  27572.         }
  27573.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer($a);
  27574.     }
  27575.     /**
  27576.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer' shared service.
  27577.      *
  27578.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer
  27579.      */
  27580.     protected function getProductSerializerService()
  27581.     {
  27582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  27583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  27584.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductSerializer.php';
  27585.         $a = ($this->services['product_visibility.repository'] ?? $this->getProductVisibility_RepositoryService());
  27586.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  27587.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  27588.         }
  27589.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  27590.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  27591.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  27592.         }
  27593.         $c = ($this->services['product_media.repository'] ?? $this->getProductMedia_RepositoryService());
  27594.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  27595.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  27596.         }
  27597.         $d = ($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService());
  27598.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  27599.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  27600.         }
  27601.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer($a$b$c$d);
  27602.     }
  27603.     /**
  27604.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer' shared service.
  27605.      *
  27606.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer
  27607.      */
  27608.     protected function getPromotionIndividualCodeSerializerService()
  27609.     {
  27610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  27611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  27612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/PromotionIndividualCodeSerializer.php';
  27613.         $a = ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService());
  27614.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  27615.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'];
  27616.         }
  27617.         $b = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  27618.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  27619.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'];
  27620.         }
  27621.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer($a$b);
  27622.     }
  27623.     /**
  27624.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer' shared service.
  27625.      *
  27626.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer
  27627.      */
  27628.     protected function getSalutationSerializerService()
  27629.     {
  27630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  27631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  27632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/SalutationSerializer.php';
  27633.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  27634.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  27635.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'];
  27636.         }
  27637.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer($a);
  27638.     }
  27639.     /**
  27640.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer' shared service.
  27641.      *
  27642.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer
  27643.      */
  27644.     protected function getCustomFieldsSerializer2Service()
  27645.     {
  27646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  27647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  27648.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/CustomFieldsSerializer.php';
  27649.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializerService());
  27650.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'])) {
  27651.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'];
  27652.         }
  27653.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer($a, ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService()));
  27654.     }
  27655.     /**
  27656.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer' shared service.
  27657.      *
  27658.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer
  27659.      */
  27660.     protected function getPriceSerializerService()
  27661.     {
  27662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  27663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  27664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/PriceSerializer.php';
  27665.         $a = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  27666.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'])) {
  27667.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'];
  27668.         }
  27669.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer($a);
  27670.     }
  27671.     /**
  27672.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer' shared service.
  27673.      *
  27674.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer
  27675.      */
  27676.     protected function getToOneSerializerService()
  27677.     {
  27678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  27679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  27680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/ToOneSerializer.php';
  27681.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\ToOneSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer(($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\PrimaryKeyResolver'] ?? $this->getPrimaryKeyResolverService()));
  27682.     }
  27683.     /**
  27684.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer' shared service.
  27685.      *
  27686.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer
  27687.      */
  27688.     protected function getTranslationsSerializerService()
  27689.     {
  27690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  27691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  27692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/TranslationsSerializer.php';
  27693.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  27694.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'])) {
  27695.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'];
  27696.         }
  27697.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer($a);
  27698.     }
  27699.     /**
  27700.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver' shared service.
  27701.      *
  27702.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver
  27703.      */
  27704.     protected function getPrimaryKeyResolverService()
  27705.     {
  27706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/PrimaryKeyResolver.php';
  27707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  27708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  27709.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\PrimaryKeyResolver'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\FieldSerializer'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\FieldSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\FieldSerializer())));
  27710.     }
  27711.     /**
  27712.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator' shared service.
  27713.      *
  27714.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator
  27715.      */
  27716.     protected function getSystemDefaultValidatorService()
  27717.     {
  27718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/SystemDefaultValidator.php';
  27719.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  27720.     }
  27721.     /**
  27722.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber' shared service.
  27723.      *
  27724.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber
  27725.      */
  27726.     protected function getFileDeletedSubscriberService()
  27727.     {
  27728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/FileDeletedSubscriber.php';
  27729.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  27730.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'])) {
  27731.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'];
  27732.         }
  27733.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber($a);
  27734.     }
  27735.     /**
  27736.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber' shared service.
  27737.      *
  27738.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber
  27739.      */
  27740.     protected function getProductCategoryPathsSubscriberService()
  27741.     {
  27742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductCategoryPathsSubscriber.php';
  27743.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  27744.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  27745.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'];
  27746.         }
  27747.         $b = ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService());
  27748.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  27749.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'];
  27750.         }
  27751.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber($a$b);
  27752.     }
  27753.     /**
  27754.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber' shared service.
  27755.      *
  27756.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber
  27757.      */
  27758.     protected function getProductVariantsSubscriberService()
  27759.     {
  27760.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductVariantsSubscriber.php';
  27761.         $a = ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService());
  27762.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  27763.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  27764.         }
  27765.         $b = ($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService());
  27766.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  27767.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  27768.         }
  27769.         $c = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  27770.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  27771.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  27772.         }
  27773.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b$c);
  27774.     }
  27775.     /**
  27776.      * Gets the private 'Shopware\Core\Content\ImportExport\Message\DeleteFileHandler' shared service.
  27777.      *
  27778.      * @return \Shopware\Core\Content\ImportExport\Message\DeleteFileHandler
  27779.      */
  27780.     protected function getDeleteFileHandlerService()
  27781.     {
  27782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/DeleteFileHandler.php';
  27783.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] = new \Shopware\Core\Content\ImportExport\Message\DeleteFileHandler(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()));
  27784.     }
  27785.     /**
  27786.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory' shared service.
  27787.      *
  27788.      * @return \Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory
  27789.      */
  27790.     protected function getPipeFactoryService()
  27791.     {
  27792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/AbstractPipeFactory.php';
  27793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/PipeFactory.php';
  27794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/SerializerRegistry.php';
  27795.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Pipe\\PipeFactory'] = new \Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\SerializerRegistry(new RewindableGenerator(function () {
  27796.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  27797.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? $this->getSalutationSerializerService());
  27798.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? $this->getCountrySerializerService());
  27799.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? $this->getLanguageSerializerService());
  27800.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? $this->getCustomerSerializerService());
  27801.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? $this->getPromotionIndividualCodeSerializerService());
  27802.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] ?? $this->getProductSerializerService());
  27803.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] ?? $this->getProductCrossSellingSerializerService());
  27804.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'] ?? $this->getOrderSerializerService());
  27805.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\EntitySerializer'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\EntitySerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\EntitySerializer()));
  27806.         }, 10), new RewindableGenerator(function () {
  27807.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\ToOneSerializer'] ?? $this->getToOneSerializerService());
  27808.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] ?? $this->getTranslationsSerializerService());
  27809.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] ?? $this->getPriceSerializerService());
  27810.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializer2Service());
  27811.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\FieldSerializer'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\FieldSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\FieldSerializer()));
  27812.         }, 5)), ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\PrimaryKeyResolver'] ?? $this->getPrimaryKeyResolverService()));
  27813.     }
  27814.     /**
  27815.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory' shared service.
  27816.      *
  27817.      * @return \Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory
  27818.      */
  27819.     protected function getCsvFileWriterFactoryService()
  27820.     {
  27821.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/AbstractWriterFactory.php';
  27822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/CsvFileWriterFactory.php';
  27823.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Writer\\CsvFileWriterFactory'] = new \Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()));
  27824.     }
  27825.     /**
  27826.      * Gets the private 'Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler' shared service.
  27827.      *
  27828.      * @return \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler
  27829.      */
  27830.     protected function getCleanupImportExportFileTaskHandlerService()
  27831.     {
  27832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ScheduledTask/CleanupImportExportFileTaskHandler.php';
  27833.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  27834.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'])) {
  27835.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'];
  27836.         }
  27837.         $b = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] ?? $this->getDeleteExpiredFilesServiceService());
  27838.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'])) {
  27839.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'];
  27840.         }
  27841.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] = new \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler($a$b);
  27842.     }
  27843.     /**
  27844.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService' shared service.
  27845.      *
  27846.      * @return \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService
  27847.      */
  27848.     protected function getDeleteExpiredFilesServiceService()
  27849.     {
  27850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DeleteExpiredFilesService.php';
  27851.         $a = ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService());
  27852.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'])) {
  27853.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'];
  27854.         }
  27855.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] = new \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService($a);
  27856.     }
  27857.     /**
  27858.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\FileService' shared service.
  27859.      *
  27860.      * @return \Shopware\Core\Content\ImportExport\Service\FileService
  27861.      */
  27862.     protected function getFileServiceService()
  27863.     {
  27864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractFileService.php';
  27865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/FileService.php';
  27866.         $a = ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService());
  27867.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'])) {
  27868.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'];
  27869.         }
  27870.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] = new \Shopware\Core\Content\ImportExport\Service\FileService(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), $a);
  27871.     }
  27872.     /**
  27873.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\ImportExportService' shared service.
  27874.      *
  27875.      * @return \Shopware\Core\Content\ImportExport\Service\ImportExportService
  27876.      */
  27877.     protected function getImportExportServiceService()
  27878.     {
  27879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/ImportExportService.php';
  27880.         $a = ($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService());
  27881.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  27882.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  27883.         }
  27884.         $b = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  27885.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  27886.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  27887.         }
  27888.         $c = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  27889.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  27890.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  27891.         }
  27892.         $d = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService());
  27893.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  27894.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  27895.         }
  27896.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] = new \Shopware\Core\Content\ImportExport\Service\ImportExportService($a$b$c$d);
  27897.     }
  27898.     /**
  27899.      * Gets the private 'Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer' shared service.
  27900.      *
  27901.      * @return \Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer
  27902.      */
  27903.     protected function getLandingPageIndexerService()
  27904.     {
  27905.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  27906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/DataAbstractionLayer/LandingPageIndexer.php';
  27907.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27908.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'])) {
  27909.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'];
  27910.         }
  27911.         $b = ($this->services['landing_page.repository'] ?? $this->getLandingPage_RepositoryService());
  27912.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'])) {
  27913.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'];
  27914.         }
  27915.         return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] = new \Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), $a);
  27916.     }
  27917.     /**
  27918.      * Gets the private 'Shopware\Core\Content\LandingPage\LandingPageValidator' shared service.
  27919.      *
  27920.      * @return \Shopware\Core\Content\LandingPage\LandingPageValidator
  27921.      */
  27922.     protected function getLandingPageValidatorService()
  27923.     {
  27924.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageValidator.php';
  27925.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  27926.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'])) {
  27927.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'];
  27928.         }
  27929.         return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] = new \Shopware\Core\Content\LandingPage\LandingPageValidator($a);
  27930.     }
  27931.     /**
  27932.      * Gets the private 'Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber' shared service.
  27933.      *
  27934.      * @return \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber
  27935.      */
  27936.     protected function getMailSendSubscriberService()
  27937.     {
  27938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Subscriber/MailSendSubscriber.php';
  27939.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27940.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  27941.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  27942.         }
  27943.         $b = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  27944.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  27945.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  27946.         }
  27947.         $c = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  27948.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  27949.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  27950.         }
  27951.         $d = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  27952.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  27953.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  27954.         }
  27955.         $e = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  27956.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  27957.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  27958.         }
  27959.         $f = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  27960.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  27961.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  27962.         }
  27963.         $g = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  27964.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  27965.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  27966.         }
  27967.         $h = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  27968.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  27969.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  27970.         }
  27971.         $i = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  27972.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  27973.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  27974.         }
  27975.         return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] = new \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber($b$c$d$e$f$g, ($this->services['logger'] ?? $this->getLoggerService()), $a$h$i, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  27976.     }
  27977.     /**
  27978.      * Gets the private 'Shopware\Core\Content\Mail\Service\MailService' shared service.
  27979.      *
  27980.      * @return \Shopware\Core\Content\Mail\Service\MailService
  27981.      */
  27982.     protected function getMailServiceService()
  27983.     {
  27984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailService.php';
  27985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailService.php';
  27986.         $a = ($this->services['Frosh\\MailArchive\\Services\\MailSender'] ?? $this->getMailSenderService());
  27987.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  27988.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  27989.         }
  27990.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService());
  27991.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  27992.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  27993.         }
  27994.         $c = ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] ?? $this->getMailFactoryService());
  27995.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  27996.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  27997.         }
  27998.         $d = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'] ?? $this->getMediaRepositoryDecoratorService());
  27999.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  28000.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  28001.         }
  28002.         $e = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  28003.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  28004.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  28005.         }
  28006.         $f = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  28007.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  28008.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  28009.         }
  28010.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28011.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  28012.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  28013.         }
  28014.         return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] = new \Shopware\Core\Content\Mail\Service\MailService(($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), $b$c$a$d, ($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] ?? $this->getSalesChannelDefinitionService()), $e$f$g, ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), ($this->services['logger'] ?? $this->getLoggerService()));
  28015.     }
  28016.     /**
  28017.      * Gets the private 'Shopware\Core\Content\Media\Cms\ImageCmsElementResolver' shared service.
  28018.      *
  28019.      * @return \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver
  28020.      */
  28021.     protected function getImageCmsElementResolverService()
  28022.     {
  28023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  28024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  28025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  28026.         $a = ($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService());
  28027.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'])) {
  28028.             return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'];
  28029.         }
  28030.         return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver($a);
  28031.     }
  28032.     /**
  28033.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver' shared service.
  28034.      *
  28035.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver
  28036.      */
  28037.     protected function getImageGalleryTypeDataResolverService()
  28038.     {
  28039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  28040.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  28041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  28042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageGalleryTypeDataResolver.php';
  28043.         return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'] = new \Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  28044.     }
  28045.     /**
  28046.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver' shared service.
  28047.      *
  28048.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver
  28049.      */
  28050.     protected function getImageSliderTypeDataResolverService()
  28051.     {
  28052.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  28053.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  28054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  28055.         return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] = new \Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  28056.     }
  28057.     /**
  28058.      * Gets the private 'Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand' shared service.
  28059.      *
  28060.      * @return \Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand
  28061.      */
  28062.     protected function getDeleteNotUsedMediaCommandService()
  28063.     {
  28064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28065.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/DeleteNotUsedMediaCommand.php';
  28066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DeleteNotUsedMediaService.php';
  28067.         $this->privates['Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand'] = $instance = new \Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand(new \Shopware\Core\Content\Media\DeleteNotUsedMediaService(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['media_default_folder.repository'] ?? $this->getMediaDefaultFolder_RepositoryService())));
  28068.         $instance->setName('media:delete-unused');
  28069.         return $instance;
  28070.     }
  28071.     /**
  28072.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand' shared service.
  28073.      *
  28074.      * @return \Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand
  28075.      */
  28076.     protected function getGenerateMediaTypesCommandService()
  28077.     {
  28078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateMediaTypesCommand.php';
  28080.         $this->privates['Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand'] = $instance = new \Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand(($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] ?? $this->getTypeDetectorService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()));
  28081.         $instance->setName('media:generate-media-types');
  28082.         return $instance;
  28083.     }
  28084.     /**
  28085.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand' shared service.
  28086.      *
  28087.      * @return \Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand
  28088.      */
  28089.     protected function getGenerateThumbnailsCommandService()
  28090.     {
  28091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28092.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateThumbnailsCommand.php';
  28093.         $this->privates['Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand'] = $instance = new \Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand(($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  28094.         $instance->setName('media:generate-thumbnails');
  28095.         return $instance;
  28096.     }
  28097.     /**
  28098.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer' shared service.
  28099.      *
  28100.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer
  28101.      */
  28102.     protected function getMediaFolderConfigurationIndexerService()
  28103.     {
  28104.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  28105.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderConfigurationIndexer.php';
  28106.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28107.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'])) {
  28108.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'];
  28109.         }
  28110.         $b = ($this->services['media_folder_configuration.repository'] ?? $this->getMediaFolderConfiguration_RepositoryService());
  28111.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'])) {
  28112.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'];
  28113.         }
  28114.         return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] = new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  28115.     }
  28116.     /**
  28117.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer' shared service.
  28118.      *
  28119.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer
  28120.      */
  28121.     protected function getMediaFolderIndexerService()
  28122.     {
  28123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  28124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderIndexer.php';
  28125.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28126.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'])) {
  28127.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'];
  28128.         }
  28129.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  28130.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'])) {
  28131.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'];
  28132.         }
  28133.         return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] = new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] ?? $this->getChildCountUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\TreeUpdater'] ?? $this->getTreeUpdaterService()));
  28134.     }
  28135.     /**
  28136.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer' shared service.
  28137.      *
  28138.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer
  28139.      */
  28140.     protected function getMediaIndexerService()
  28141.     {
  28142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  28143.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaIndexer.php';
  28144.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28145.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  28146.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  28147.         }
  28148.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  28149.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  28150.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  28151.         }
  28152.         $c = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  28153.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  28154.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  28155.         }
  28156.         return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] = new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  28157.     }
  28158.     /**
  28159.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator' shared service.
  28160.      *
  28161.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator
  28162.      */
  28163.     protected function getMediaRepositoryDecoratorService()
  28164.     {
  28165.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28166.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  28167.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  28168.         }
  28169.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28170.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  28171.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  28172.         }
  28173.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28174.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  28175.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  28176.         }
  28177.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28178.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  28179.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  28180.         }
  28181.         return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'] = new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28182.     }
  28183.     /**
  28184.      * Gets the private 'Shopware\Core\Content\Media\File\FileFetcher' shared service.
  28185.      *
  28186.      * @return \Shopware\Core\Content\Media\File\FileFetcher
  28187.      */
  28188.     protected function getFileFetcherService()
  28189.     {
  28190.         return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileFetcher'] = new \Shopware\Core\Content\Media\File\FileFetcher(new \Shopware\Core\Content\Media\File\FileUrlValidator(), truefalse0);
  28191.     }
  28192.     /**
  28193.      * Gets the private 'Shopware\Core\Content\Media\File\FileNameProvider' shared service.
  28194.      *
  28195.      * @return \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider
  28196.      */
  28197.     protected function getFileNameProviderService()
  28198.     {
  28199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileNameProvider.php';
  28200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/WindowsStyleFileNameProvider.php';
  28201.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  28202.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'])) {
  28203.             return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'];
  28204.         }
  28205.         return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] = new \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider($a);
  28206.     }
  28207.     /**
  28208.      * Gets the private 'Shopware\Core\Content\Media\MediaService' shared service.
  28209.      *
  28210.      * @return \Shopware\Core\Content\Media\MediaService
  28211.      */
  28212.     protected function getMediaServiceService()
  28213.     {
  28214.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  28215.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  28216.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  28217.         }
  28218.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  28219.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  28220.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  28221.         }
  28222.         $c = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  28223.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  28224.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  28225.         }
  28226.         return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'] = new \Shopware\Core\Content\Media\MediaService($a$b, new \Shopware\Core\Content\Media\File\FileLoader(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), $a, ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] ?? ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()))), $c, ($this->privates['Shopware\\Core\\Content\\Media\\File\\FileFetcher'] ?? $this->getFileFetcherService()));
  28227.     }
  28228.     /**
  28229.      * Gets the private 'Shopware\Core\Content\Media\Message\DeleteFileHandler' shared service.
  28230.      *
  28231.      * @return \Shopware\Core\Content\Media\Message\DeleteFileHandler
  28232.      */
  28233.     protected function getDeleteFileHandler2Service()
  28234.     {
  28235.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/DeleteFileHandler.php';
  28236.         return $this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] = new \Shopware\Core\Content\Media\Message\DeleteFileHandler(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()));
  28237.     }
  28238.     /**
  28239.      * Gets the private 'Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler' shared service.
  28240.      *
  28241.      * @return \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler
  28242.      */
  28243.     protected function getGenerateThumbnailsHandlerService()
  28244.     {
  28245.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/GenerateThumbnailsHandler.php';
  28246.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService());
  28247.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'])) {
  28248.             return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'];
  28249.         }
  28250.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  28251.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'])) {
  28252.             return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'];
  28253.         }
  28254.         return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] = new \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler($a$b);
  28255.     }
  28256.     /**
  28257.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy' shared service.
  28258.      *
  28259.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy
  28260.      */
  28261.     protected function getFilenamePathnameStrategyService()
  28262.     {
  28263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  28264.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/FilenamePathnameStrategy.php';
  28265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  28266.         return new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy(($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] = new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PlainPathnameStrategy())));
  28267.     }
  28268.     /**
  28269.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy' shared service.
  28270.      *
  28271.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy
  28272.      */
  28273.     protected function getIdPathnameStrategyService()
  28274.     {
  28275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  28276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/IdPathnameStrategy.php';
  28277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  28278.         return new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy(($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] = new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PlainPathnameStrategy())));
  28279.     }
  28280.     /**
  28281.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy' shared service.
  28282.      *
  28283.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy
  28284.      */
  28285.     protected function getPhysicalFilenamePathnameStrategyService()
  28286.     {
  28287.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  28288.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PhysicalFilenamePathnameStrategy.php';
  28289.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  28290.         return new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy(($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] = new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PlainPathnameStrategy())));
  28291.     }
  28292.     /**
  28293.      * Gets the private 'Shopware\Core\Content\Media\Pathname\UrlGeneratorInterface' shared service.
  28294.      *
  28295.      * @return \Shopware\Core\Content\Media\Pathname\UrlGenerator
  28296.      */
  28297.     protected function getUrlGeneratorInterfaceService()
  28298.     {
  28299.         return $this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] = new \Shopware\Core\Content\Media\Pathname\UrlGenerator((new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\StrategyFactory(new RewindableGenerator(function () {
  28300.             yield => $this->getFilenamePathnameStrategyService();
  28301.             yield => $this->getPhysicalFilenamePathnameStrategyService();
  28302.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] = new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PlainPathnameStrategy()));
  28303.             yield => $this->getIdPathnameStrategyService();
  28304.         }, 4)))->factory($this->getEnv('default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT')), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), '');
  28305.     }
  28306.     /**
  28307.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber' shared service.
  28308.      *
  28309.      * @return \Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber
  28310.      */
  28311.     protected function getMediaDeletionSubscriberService()
  28312.     {
  28313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaDeletionSubscriber.php';
  28314.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28315.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  28316.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  28317.         }
  28318.         $b = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  28319.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  28320.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  28321.         }
  28322.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  28323.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  28324.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  28325.         }
  28326.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  28327.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  28328.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  28329.         }
  28330.         return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] = new \Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber(($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), $a$b$c, ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $d);
  28331.     }
  28332.     /**
  28333.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber' shared service.
  28334.      *
  28335.      * @return \Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber
  28336.      */
  28337.     protected function getMediaLoadedSubscriberService()
  28338.     {
  28339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaLoadedSubscriber.php';
  28340.         return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] = new \Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber(($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()));
  28341.     }
  28342.     /**
  28343.      * Gets the private 'Shopware\Core\Content\Media\Thumbnail\ThumbnailService' shared service.
  28344.      *
  28345.      * @return \Shopware\Core\Content\Media\Thumbnail\ThumbnailService
  28346.      */
  28347.     protected function getThumbnailServiceService()
  28348.     {
  28349.         $a = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  28350.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'])) {
  28351.             return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'];
  28352.         }
  28353.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  28354.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'])) {
  28355.             return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'];
  28356.         }
  28357.         return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] = new \Shopware\Core\Content\Media\Thumbnail\ThumbnailService($a, ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), $b);
  28358.     }
  28359.     /**
  28360.      * Gets the private 'Shopware\Core\Content\Media\TypeDetector\TypeDetector' shared service.
  28361.      *
  28362.      * @return \Shopware\Core\Content\Media\TypeDetector\TypeDetector
  28363.      */
  28364.     protected function getTypeDetectorService()
  28365.     {
  28366.         return $this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\TypeDetector(new RewindableGenerator(function () {
  28367.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\AudioTypeDetector()));
  28368.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DocumentTypeDetector()));
  28369.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\ImageTypeDetector()));
  28370.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\VideoTypeDetector()));
  28371.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DefaultTypeDetector()));
  28372.         }, 5));
  28373.     }
  28374.     /**
  28375.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater' shared service.
  28376.      *
  28377.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater
  28378.      */
  28379.     protected function getCustomerNewsletterSalesChannelsUpdaterService()
  28380.     {
  28381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/Indexing/CustomerNewsletterSalesChannelsUpdater.php';
  28382.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\Indexing\\CustomerNewsletterSalesChannelsUpdater'] = new \Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  28383.     }
  28384.     /**
  28385.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer' shared service.
  28386.      *
  28387.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer
  28388.      */
  28389.     protected function getNewsletterRecipientIndexerService()
  28390.     {
  28391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  28392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/NewsletterRecipientIndexer.php';
  28393.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28394.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'])) {
  28395.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'];
  28396.         }
  28397.         $b = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  28398.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'])) {
  28399.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'];
  28400.         }
  28401.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] = new \Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\Indexing\\CustomerNewsletterSalesChannelsUpdater'] ?? $this->getCustomerNewsletterSalesChannelsUpdaterService()), $a);
  28402.     }
  28403.     /**
  28404.      * Gets the private 'Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber' shared service.
  28405.      *
  28406.      * @return \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber
  28407.      */
  28408.     protected function getNewsletterRecipientDeletedSubscriberService()
  28409.     {
  28410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Event/Subscriber/NewsletterRecipientDeletedSubscriber.php';
  28411.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  28412.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'])) {
  28413.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'];
  28414.         }
  28415.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] = new \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber($a);
  28416.     }
  28417.     /**
  28418.      * Gets the private 'Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler' shared service.
  28419.      *
  28420.      * @return \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler
  28421.      */
  28422.     protected function getNewsletterRecipientTaskHandlerService()
  28423.     {
  28424.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/ScheduledTask/NewsletterRecipientTaskHandler.php';
  28425.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  28426.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'])) {
  28427.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'];
  28428.         }
  28429.         $b = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  28430.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'])) {
  28431.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'];
  28432.         }
  28433.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler($a$b);
  28434.     }
  28435.     /**
  28436.      * Gets the private 'Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand' shared service.
  28437.      *
  28438.      * @return \Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand
  28439.      */
  28440.     protected function getProductExportGenerateCommandService()
  28441.     {
  28442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28443.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Command/ProductExportGenerateCommand.php';
  28444.         $this->privates['Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand'] = $instance = new \Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand(($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter'] ?? $this->getProductExporterService()));
  28445.         $instance->setName('product-export:generate');
  28446.         return $instance;
  28447.     }
  28448.     /**
  28449.      * Gets the private 'Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener' shared service.
  28450.      *
  28451.      * @return \Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener
  28452.      */
  28453.     protected function getProductExportEventListenerService()
  28454.     {
  28455.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/EventListener/ProductExportEventListener.php';
  28456.         $a = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  28457.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'])) {
  28458.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'];
  28459.         }
  28460.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'] = new \Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener($a, ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportFileHandler'] ?? $this->getProductExportFileHandlerService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()));
  28461.     }
  28462.     /**
  28463.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler' shared service.
  28464.      *
  28465.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler
  28466.      */
  28467.     protected function getProductExportGenerateTaskHandlerService()
  28468.     {
  28469.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportGenerateTaskHandler.php';
  28470.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  28471.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  28472.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  28473.         }
  28474.         $b = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  28475.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  28476.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  28477.         }
  28478.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  28479.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  28480.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  28481.         }
  28482.         $d = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  28483.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  28484.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  28485.         }
  28486.         $e = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  28487.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  28488.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  28489.         }
  28490.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler($b$c$d$e$a);
  28491.     }
  28492.     /**
  28493.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler' shared service.
  28494.      *
  28495.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler
  28496.      */
  28497.     protected function getProductExportPartialGenerationHandlerService()
  28498.     {
  28499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportPartialGenerationHandler.php';
  28500.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  28501.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  28502.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  28503.         }
  28504.         $b = ($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] ?? $this->getProductExportGeneratorService());
  28505.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  28506.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  28507.         }
  28508.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  28509.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  28510.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  28511.         }
  28512.         $d = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  28513.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  28514.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  28515.         }
  28516.         $e = ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] ?? $this->getProductExportRendererService());
  28517.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  28518.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  28519.         }
  28520.         $f = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  28521.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  28522.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  28523.         }
  28524.         $g = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  28525.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  28526.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  28527.         }
  28528.         $h = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  28529.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  28530.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  28531.         }
  28532.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler($b$c$d, ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportFileHandler'] ?? $this->getProductExportFileHandlerService()), $a$e$f$g$h, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 100, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  28533.     }
  28534.     /**
  28535.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler' shared service.
  28536.      *
  28537.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler
  28538.      */
  28539.     protected function getProductExportFileHandlerService()
  28540.     {
  28541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandlerInterface.php';
  28542.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandler.php';
  28543.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportFileHandler'] = new \Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'export');
  28544.     }
  28545.     /**
  28546.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportRenderer' shared service.
  28547.      *
  28548.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportRenderer
  28549.      */
  28550.     protected function getProductExportRendererService()
  28551.     {
  28552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRendererInterface.php';
  28553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRenderer.php';
  28554.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28555.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'])) {
  28556.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'];
  28557.         }
  28558.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService());
  28559.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'])) {
  28560.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'];
  28561.         }
  28562.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] = new \Shopware\Core\Content\ProductExport\Service\ProductExportRenderer($b$a, ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()));
  28563.     }
  28564.     /**
  28565.      * Gets the private 'Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer' shared service.
  28566.      *
  28567.      * @return \Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer
  28568.      */
  28569.     protected function getProductStreamIndexerService()
  28570.     {
  28571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  28572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/DataAbstractionLayer/ProductStreamIndexer.php';
  28573.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28574.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'])) {
  28575.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'];
  28576.         }
  28577.         $b = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  28578.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'])) {
  28579.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'];
  28580.         }
  28581.         return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] = new \Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), $a);
  28582.     }
  28583.     /**
  28584.      * Gets the private 'Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler' shared service.
  28585.      *
  28586.      * @return \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler
  28587.      */
  28588.     protected function getUpdateProductStreamMappingTaskHandlerService()
  28589.     {
  28590.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ScheduledTask/UpdateProductStreamMappingTaskHandler.php';
  28591.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  28592.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'])) {
  28593.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'];
  28594.         }
  28595.         $b = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  28596.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'])) {
  28597.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'];
  28598.         }
  28599.         return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] = new \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler($a$b);
  28600.     }
  28601.     /**
  28602.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator' shared service.
  28603.      *
  28604.      * @return \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator
  28605.      */
  28606.     protected function getProductLineItemCommandValidatorService()
  28607.     {
  28608.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemCommandValidator.php';
  28609.         return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  28610.     }
  28611.     /**
  28612.      * Gets the private 'Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler' shared service.
  28613.      *
  28614.      * @return \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler
  28615.      */
  28616.     protected function getCleanupProductKeywordDictionaryTaskHandlerService()
  28617.     {
  28618.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cleanup/CleanupProductKeywordDictionaryTaskHandler.php';
  28619.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  28620.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'])) {
  28621.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'];
  28622.         }
  28623.         return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  28624.     }
  28625.     /**
  28626.      * Gets the private 'Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver' shared service.
  28627.      *
  28628.      * @return \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver
  28629.      */
  28630.     protected function getBuyBoxCmsElementResolverService()
  28631.     {
  28632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  28633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  28634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  28635.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/BuyBoxCmsElementResolver.php';
  28636.         $a = ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService());
  28637.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'])) {
  28638.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'];
  28639.         }
  28640.         $b = ($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService());
  28641.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'])) {
  28642.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'];
  28643.         }
  28644.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver($a$b);
  28645.     }
  28646.     /**
  28647.      * Gets the private 'Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver' shared service.
  28648.      *
  28649.      * @return \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver
  28650.      */
  28651.     protected function getCrossSellingCmsElementResolverService()
  28652.     {
  28653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  28654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  28655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  28656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/CrossSellingCmsElementResolver.php';
  28657.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] ?? $this->getCachedProductCrossSellingRouteService());
  28658.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'])) {
  28659.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'];
  28660.         }
  28661.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver($a);
  28662.     }
  28663.     /**
  28664.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver' shared service.
  28665.      *
  28666.      * @return \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver
  28667.      */
  28668.     protected function getProductDescriptionReviewsCmsElementResolverService()
  28669.     {
  28670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  28671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  28672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  28673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductDescriptionReviewsCmsElementResolver.php';
  28674.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] ?? $this->getCachedProductReviewRouteService());
  28675.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'])) {
  28676.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'];
  28677.         }
  28678.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver($a);
  28679.     }
  28680.     /**
  28681.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver' shared service.
  28682.      *
  28683.      * @return \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver
  28684.      */
  28685.     protected function getProductListingCmsElementResolverService()
  28686.     {
  28687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  28688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  28689.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductListingCmsElementResolver.php';
  28690.         $a = ($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'] ?? $this->getFoundationProductListingRouteService());
  28691.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'])) {
  28692.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'];
  28693.         }
  28694.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver($a);
  28695.     }
  28696.     /**
  28697.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer' shared service.
  28698.      *
  28699.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer
  28700.      */
  28701.     protected function getProductIndexerService()
  28702.     {
  28703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  28704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductIndexer.php';
  28705.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/VariantListingUpdater.php';
  28706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductCategoryDenormalizer.php';
  28707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/RatingAverageUpdater.php';
  28708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceUpdater.php';
  28709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/AbstractCheapestPriceQuantitySelector.php';
  28710.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceQuantitySelector.php';
  28711.         $a = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  28712.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  28713.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  28714.         }
  28715.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28716.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  28717.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  28718.         }
  28719.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  28720.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  28721.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  28722.         }
  28723.         $d = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  28724.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  28725.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  28726.         }
  28727.         $e = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  28728.         $f = ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? $this->getSearchKeywordReplacementService());
  28729.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  28730.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  28731.         }
  28732.         $g = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  28733.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  28734.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  28735.         }
  28736.         return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $d$e, new \Shopware\Core\Content\Product\DataAbstractionLayer\VariantListingUpdater($e), new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductCategoryDenormalizer($e), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\InheritanceUpdater'] ?? $this->getInheritanceUpdaterService()), new \Shopware\Core\Content\Product\DataAbstractionLayer\RatingAverageUpdater($e), $f, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] ?? $this->getChildCountUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), $a$b, new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPriceUpdater($e, new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPriceQuantitySelector()), $g$c);
  28737.     }
  28738.     /**
  28739.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater' shared service.
  28740.      *
  28741.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater
  28742.      */
  28743.     protected function getProductStreamUpdaterService()
  28744.     {
  28745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  28746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductStreamUpdater.php';
  28747.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  28748.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'])) {
  28749.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'];
  28750.         }
  28751.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  28752.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'])) {
  28753.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'];
  28754.         }
  28755.         return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), $a$b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()));
  28756.     }
  28757.     /**
  28758.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater' shared service.
  28759.      *
  28760.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater
  28761.      */
  28762.     protected function getStockUpdaterService()
  28763.     {
  28764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdater.php';
  28765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdate/StockUpdateFilterProvider.php';
  28766.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28767.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'])) {
  28768.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'];
  28769.         }
  28770.         return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a, new \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdate\StockUpdateFilterProvider(new RewindableGenerator(function () {
  28771.             return new \EmptyIterator();
  28772.         }, 0)));
  28773.     }
  28774.     /**
  28775.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber' shared service.
  28776.      *
  28777.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber
  28778.      */
  28779.     protected function getProductListingFeaturesSubscriberService()
  28780.     {
  28781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingFeaturesSubscriber.php';
  28782.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28783.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  28784.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  28785.         }
  28786.         $b = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  28787.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  28788.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  28789.         }
  28790.         $c = ($this->services['product_sorting.repository'] ?? $this->getProductSorting_RepositoryService());
  28791.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  28792.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  28793.         }
  28794.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  28795.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  28796.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  28797.         }
  28798.         return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b$c$d$a);
  28799.     }
  28800.     /**
  28801.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader' shared service.
  28802.      *
  28803.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader
  28804.      */
  28805.     protected function getProductListingLoaderService()
  28806.     {
  28807.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  28808.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  28809.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  28810.         }
  28811.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  28812.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  28813.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  28814.         }
  28815.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28816.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  28817.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  28818.         }
  28819.         return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader($a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $c, ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory())));
  28820.     }
  28821.     /**
  28822.      * Gets the private 'Shopware\Core\Content\Product\Subscriber\ProductSubscriber' shared service.
  28823.      *
  28824.      * @return \Shopware\Core\Content\Product\Subscriber\ProductSubscriber
  28825.      */
  28826.     protected function getProductSubscriberService()
  28827.     {
  28828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Subscriber/ProductSubscriber.php';
  28829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractSalesChannelProductBuilder.php';
  28830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannelProductBuilder.php';
  28831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractPropertyGroupSorter.php';
  28832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/PropertyGroupSorter.php';
  28833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductMaxPurchaseCalculator.php';
  28834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductMaxPurchaseCalculator.php';
  28835.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractIsNewDetector.php';
  28836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/IsNewDetector.php';
  28837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductVariationBuilder.php';
  28838.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductVariationBuilder.php';
  28839.         $a = new \Shopware\Core\Content\Product\PropertyGroupSorter();
  28840.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  28841.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'])) {
  28842.             return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'];
  28843.         }
  28844.         $c = new \Shopware\Core\Content\Product\ProductMaxPurchaseCalculator($b);
  28845.         $d = new \Shopware\Core\Content\Product\IsNewDetector($b);
  28846.         $e = ($this->privates['FourtwosixMaintainNetPrice\\Decorator\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  28847.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'])) {
  28848.             return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'];
  28849.         }
  28850.         return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] = new \Shopware\Core\Content\Product\Subscriber\ProductSubscriber(new \Shopware\Core\Content\Product\SalesChannelProductBuilder($a$c$d), new \Shopware\Core\Content\Product\ProductVariationBuilder(), $e$a$c$d$b);
  28851.     }
  28852.     /**
  28853.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater' shared service.
  28854.      *
  28855.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater
  28856.      */
  28857.     protected function getRuleAreaUpdaterService()
  28858.     {
  28859.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleAreaUpdater.php';
  28860.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  28861.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'])) {
  28862.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'];
  28863.         }
  28864.         return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] = new \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] ?? $this->getRuleDefinitionService()), ($this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] ?? $this->getRuleConditionRegistryService()), $a);
  28865.     }
  28866.     /**
  28867.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer' shared service.
  28868.      *
  28869.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer
  28870.      */
  28871.     protected function getRuleIndexerService()
  28872.     {
  28873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  28874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleIndexer.php';
  28875.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28876.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  28877.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  28878.         }
  28879.         $b = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  28880.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  28881.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  28882.         }
  28883.         $c = ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  28884.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  28885.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  28886.         }
  28887.         $d = ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  28888.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  28889.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  28890.         }
  28891.         return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] = new \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService()), $c$d$a);
  28892.     }
  28893.     /**
  28894.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber' shared service.
  28895.      *
  28896.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber
  28897.      */
  28898.     protected function getRulePayloadSubscriberService()
  28899.     {
  28900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadSubscriber.php';
  28901.         return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadSubscriber'] = new \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber(($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] = new \Shopware\Core\Framework\Script\Debugging\ScriptTraces())), $this->targetDir.''true);
  28902.     }
  28903.     /**
  28904.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater' shared service.
  28905.      *
  28906.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater
  28907.      */
  28908.     protected function getRulePayloadUpdaterService()
  28909.     {
  28910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadUpdater.php';
  28911.         return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] = new \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] ?? $this->getRuleConditionRegistryService()));
  28912.     }
  28913.     /**
  28914.      * Gets the private 'Shopware\Core\Content\Rule\RuleValidator' shared service.
  28915.      *
  28916.      * @return \Shopware\Core\Content\Rule\RuleValidator
  28917.      */
  28918.     protected function getRuleValidatorService()
  28919.     {
  28920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleValidator.php';
  28921.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  28922.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  28923.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  28924.         }
  28925.         $b = ($this->services['rule_condition.repository'] ?? $this->getRuleCondition_RepositoryService());
  28926.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  28927.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  28928.         }
  28929.         $c = ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService());
  28930.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  28931.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  28932.         }
  28933.         return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'] = new \Shopware\Core\Content\Rule\RuleValidator($a, ($this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] ?? $this->getRuleConditionRegistryService()), $b$c);
  28934.     }
  28935.     /**
  28936.      * Gets the private 'Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver' shared service.
  28937.      *
  28938.      * @return \Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver
  28939.      */
  28940.     protected function getStoreApiSeoResolverService()
  28941.     {
  28942.         $a = ($this->services['sales_channel.seo_url.repository'] ?? $this->getSalesChannel_SeoUrl_RepositoryService());
  28943.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'])) {
  28944.             return $this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'];
  28945.         }
  28946.         return $this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'] = new \Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver($a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] ?? $this->getSeoUrlRouteRegistryService()));
  28947.     }
  28948.     /**
  28949.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlGenerator' shared service.
  28950.      *
  28951.      * @return \Shopware\Core\Content\Seo\SeoUrlGenerator
  28952.      */
  28953.     protected function getSeoUrlGeneratorService()
  28954.     {
  28955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlGenerator.php';
  28956.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTwigFactory.php';
  28957.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlGenerator'] = new \Shopware\Core\Content\Seo\SeoUrlGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['router.default'] ?? $this->getRouter_DefaultService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), (new \Shopware\Core\Content\Seo\SeoUrlTwigFactory())->createTwigEnvironment(($this->privates['slugify'] ?? $this->getSlugifyService()), new RewindableGenerator(function () {
  28958.             return new \EmptyIterator();
  28959.         }, 0)), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService()));
  28960.     }
  28961.     /**
  28962.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlPersister' shared service.
  28963.      *
  28964.      * @return \Shopware\Core\Content\Seo\SeoUrlPersister
  28965.      */
  28966.     protected function getSeoUrlPersisterService()
  28967.     {
  28968.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPersister.php';
  28969.         $a = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  28970.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'])) {
  28971.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'];
  28972.         }
  28973.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28974.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'])) {
  28975.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'];
  28976.         }
  28977.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] = new \Shopware\Core\Content\Seo\SeoUrlPersister(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b);
  28978.     }
  28979.     /**
  28980.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry' shared service.
  28981.      *
  28982.      * @return \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry
  28983.      */
  28984.     protected function getSeoUrlRouteRegistryService()
  28985.     {
  28986.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] = new \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry(new RewindableGenerator(function () {
  28987.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\ProductPageSeoUrlRoute'] ?? $this->getProductPageSeoUrlRouteService());
  28988.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\NavigationPageSeoUrlRoute'] ?? $this->getNavigationPageSeoUrlRouteService());
  28989.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\LandingPageSeoUrlRoute'] ?? $this->getLandingPageSeoUrlRouteService());
  28990.         }, 3));
  28991.     }
  28992.     /**
  28993.      * Gets the private 'Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand' shared service.
  28994.      *
  28995.      * @return \Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand
  28996.      */
  28997.     protected function getSitemapGenerateCommandService()
  28998.     {
  28999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Commands/SitemapGenerateCommand.php';
  29001.         $this->privates['Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand'] = $instance = new \Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] ?? $this->getSitemapExporterService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  29002.         $instance->setName('sitemap:generate');
  29003.         return $instance;
  29004.     }
  29005.     /**
  29006.      * Gets the private 'Shopware\Core\Content\Sitemap\ConfigHandler\File' shared service.
  29007.      *
  29008.      * @return \Shopware\Core\Content\Sitemap\ConfigHandler\File
  29009.      */
  29010.     protected function getFileService()
  29011.     {
  29012.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/ConfigHandlerInterface.php';
  29013.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/File.php';
  29014.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] = new \Shopware\Core\Content\Sitemap\ConfigHandler\File($this->parameters['shopware.sitemap']);
  29015.     }
  29016.     /**
  29017.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider' shared service.
  29018.      *
  29019.      * @return \Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider
  29020.      */
  29021.     protected function getCategoryUrlProviderService()
  29022.     {
  29023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  29024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  29025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CategoryUrlProvider.php';
  29026.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CategoryUrlProvider'] = new \Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider(($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] ?? $this->getConfigHandlerService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), ($this->services['router'] ?? $this->getRouterService()));
  29027.     }
  29028.     /**
  29029.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider' shared service.
  29030.      *
  29031.      * @return \Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider
  29032.      */
  29033.     protected function getCustomUrlProviderService()
  29034.     {
  29035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  29036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  29037.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CustomUrlProvider.php';
  29038.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'] = new \Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider(($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] ?? $this->getConfigHandlerService()));
  29039.     }
  29040.     /**
  29041.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider' shared service.
  29042.      *
  29043.      * @return \Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider
  29044.      */
  29045.     protected function getProductUrlProviderService()
  29046.     {
  29047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  29048.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  29049.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/ProductUrlProvider.php';
  29050.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  29051.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'])) {
  29052.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'];
  29053.         }
  29054.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'] = new \Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider(($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] ?? $this->getConfigHandlerService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), ($this->services['router'] ?? $this->getRouterService()), $a);
  29055.     }
  29056.     /**
  29057.      * Gets the private 'Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler' shared service.
  29058.      *
  29059.      * @return \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler
  29060.      */
  29061.     protected function getSitemapGenerateTaskHandlerService()
  29062.     {
  29063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ScheduledTask/SitemapGenerateTaskHandler.php';
  29064.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  29065.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  29066.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  29067.         }
  29068.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29069.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  29070.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  29071.         }
  29072.         $c = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  29073.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  29074.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  29075.         }
  29076.         $d = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  29077.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  29078.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  29079.         }
  29080.         $e = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  29081.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  29082.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  29083.         }
  29084.         $f = ($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] ?? $this->getSitemapExporterService());
  29085.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  29086.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  29087.         }
  29088.         $g = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  29089.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  29090.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  29091.         }
  29092.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] = new \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler($c$d$e$f, ($this->services['logger'] ?? $this->getLoggerService()), $g$a$b);
  29093.     }
  29094.     /**
  29095.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\ConfigHandler' shared service.
  29096.      *
  29097.      * @return \Shopware\Core\Content\Sitemap\Service\ConfigHandler
  29098.      */
  29099.     protected function getConfigHandlerService()
  29100.     {
  29101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/ConfigHandler.php';
  29102.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] = new \Shopware\Core\Content\Sitemap\Service\ConfigHandler(new RewindableGenerator(function () {
  29103.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] ?? $this->getFileService());
  29104.         }, 1));
  29105.     }
  29106.     /**
  29107.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\SitemapExporter' shared service.
  29108.      *
  29109.      * @return \Shopware\Core\Content\Sitemap\Service\SitemapExporter
  29110.      */
  29111.     protected function getSitemapExporterService()
  29112.     {
  29113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporterInterface.php';
  29114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporter.php';
  29115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactoryInterface.php';
  29116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactory.php';
  29117.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29118.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'])) {
  29119.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'];
  29120.         }
  29121.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] = new \Shopware\Core\Content\Sitemap\Service\SitemapExporter(new RewindableGenerator(function () {
  29122.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] ?? ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] = new \Shopware\Core\Content\Sitemap\Provider\HomeUrlProvider()));
  29123.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CategoryUrlProvider'] ?? $this->getCategoryUrlProviderService());
  29124.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'] ?? $this->getCustomUrlProviderService());
  29125.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'] ?? $this->getProductUrlProviderService());
  29126.         }, 4), ($this->services['cache.system'] ?? $this->getCache_SystemService()), 100, ($this->services['shopware.filesystem.sitemap'] ?? $this->getShopware_Filesystem_SitemapService()), new \Shopware\Core\Content\Sitemap\Service\SitemapHandleFactory($a), $a);
  29127.     }
  29128.     /**
  29129.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheClearer' shared service.
  29130.      *
  29131.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheClearer
  29132.      */
  29133.     protected function getCacheClearer2Service()
  29134.     {
  29135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheClearer.php';
  29136.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  29137.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  29138.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'])) {
  29139.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'];
  29140.         }
  29141.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] = new \Shopware\Core\Framework\Adapter\Cache\CacheClearer([=> ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), => ($this->privates['cache.http'] ?? $this->getCache_HttpService())], ($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->targetDir.'''dev'$a);
  29142.     }
  29143.     /**
  29144.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheDecorator' shared service.
  29145.      *
  29146.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheDecorator
  29147.      */
  29148.     protected function getCacheDecoratorService()
  29149.     {
  29150.         $a = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()), ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  29151.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  29152.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] = new \Shopware\Core\Framework\Adapter\Cache\CacheDecorator($a, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] = new \Shopware\Core\Framework\Adapter\Cache\CacheTagCollection())));
  29153.     }
  29154.     /**
  29155.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber' shared service.
  29156.      *
  29157.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber
  29158.      */
  29159.     protected function getCacheInvalidationSubscriberService()
  29160.     {
  29161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php';
  29162.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  29163.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'])) {
  29164.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'];
  29165.         }
  29166.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29167.     }
  29168.     /**
  29169.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidator' shared service.
  29170.      *
  29171.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidator
  29172.      */
  29173.     protected function getCacheInvalidatorService()
  29174.     {
  29175.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  29176.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29177.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'])) {
  29178.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'];
  29179.         }
  29180.         $c = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  29181.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'])) {
  29182.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'];
  29183.         }
  29184.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] = new \Shopware\Core\Framework\Adapter\Cache\CacheInvalidator(0150, [=> $a=> ($this->privates['cache.http'] ?? $this->getCache_HttpService())], $a$b$c);
  29185.     }
  29186.     /**
  29187.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber' shared service.
  29188.      *
  29189.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber
  29190.      */
  29191.     protected function getCacheStateSubscriberService()
  29192.     {
  29193.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  29194.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'])) {
  29195.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'];
  29196.         }
  29197.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber($a);
  29198.     }
  29199.     /**
  29200.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler' shared service.
  29201.      *
  29202.      * @return \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler
  29203.      */
  29204.     protected function getInvalidateCacheTaskHandlerService()
  29205.     {
  29206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/InvalidateCacheTaskHandler.php';
  29207.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  29208.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'])) {
  29209.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'];
  29210.         }
  29211.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  29212.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'])) {
  29213.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'];
  29214.         }
  29215.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler($a$b0);
  29216.     }
  29217.     /**
  29218.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler' shared service.
  29219.      *
  29220.      * @return \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler
  29221.      */
  29222.     protected function getCleanupOldCacheFoldersHandlerService()
  29223.     {
  29224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Message/CleanupOldCacheFoldersHandler.php';
  29225.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  29226.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'])) {
  29227.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'];
  29228.         }
  29229.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] = new \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler($a);
  29230.     }
  29231.     /**
  29232.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber' shared service.
  29233.      *
  29234.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber
  29235.      */
  29236.     protected function getScriptCacheInvalidationSubscriberService()
  29237.     {
  29238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/ScriptCacheInvalidationSubscriber.php';
  29239.         $a = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  29240.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'])) {
  29241.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'];
  29242.         }
  29243.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber($a);
  29244.     }
  29245.     /**
  29246.      * Gets the private 'Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand' shared service.
  29247.      *
  29248.      * @return \Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand
  29249.      */
  29250.     protected function getS3FilesystemVisibilityCommandService()
  29251.     {
  29252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29253.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Command/S3FilesystemVisibilityCommand.php';
  29254.         $this->privates['Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand'] = $instance = new \Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->services['shopware.filesystem.theme'] ?? $this->getShopware_Filesystem_ThemeService()), ($this->services['shopware.filesystem.sitemap'] ?? $this->getShopware_Filesystem_SitemapService()), ($this->services['shopware.filesystem.asset'] ?? $this->getShopware_Filesystem_AssetService()));
  29255.         $instance->setName('s3:set-visibility');
  29256.         return $instance;
  29257.     }
  29258.     /**
  29259.      * Gets the private 'Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory' shared service.
  29260.      *
  29261.      * @return \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory
  29262.      */
  29263.     protected function getFilesystemFactoryService()
  29264.     {
  29265.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] = new \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory(new RewindableGenerator(function () {
  29266.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory.local'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory.local'] = new \Shopware\Core\Framework\Adapter\Filesystem\Adapter\LocalFactory()));
  29267.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory.amazon_s3'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory.amazon_s3'] = new \Shopware\Core\Framework\Adapter\Filesystem\Adapter\AwsS3v3Factory()));
  29268.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory.google_storage'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory.google_storage'] = new \Shopware\Core\Framework\Adapter\Filesystem\Adapter\GoogleStorageFactory()));
  29269.         }, 3), new RewindableGenerator(function () {
  29270.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\Plugin\\CopyBatch'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\Plugin\\CopyBatch'] = new \Shopware\Core\Framework\Adapter\Filesystem\Plugin\CopyBatch()));
  29271.         }, 1));
  29272.     }
  29273.     /**
  29274.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\Translator' shared service.
  29275.      *
  29276.      * @return \Shopware\Core\Framework\Adapter\Translation\Translator
  29277.      */
  29278.     protected function getTranslator2Service()
  29279.     {
  29280.         $a = ($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'] ?? $this->getSnippetServiceService());
  29281.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'])) {
  29282.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'];
  29283.         }
  29284.         $b = ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService());
  29285.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'])) {
  29286.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'];
  29287.         }
  29288.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] = new \Shopware\Core\Framework\Adapter\Translation\Translator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), $a'dev'$b, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  29289.     }
  29290.     /**
  29291.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate' shared service.
  29292.      *
  29293.      * @return \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate
  29294.      */
  29295.     protected function getTranslatorCacheInvalidateService()
  29296.     {
  29297.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/TranslatorCacheInvalidate.php';
  29298.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  29299.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'])) {
  29300.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'];
  29301.         }
  29302.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] = new \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29303.     }
  29304.     /**
  29305.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader' shared service.
  29306.      *
  29307.      * @return \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader
  29308.      */
  29309.     protected function getEntityTemplateLoaderService()
  29310.     {
  29311.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] = new \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 'dev');
  29312.     }
  29313.     /**
  29314.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder' shared service.
  29315.      *
  29316.      * @return \Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder
  29317.      */
  29318.     protected function getBundleHierarchyBuilder2Service()
  29319.     {
  29320.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/BundleHierarchyBuilder.php';
  29321.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] = new \Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29322.     }
  29323.     /**
  29324.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer' shared service.
  29325.      *
  29326.      * @return \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer
  29327.      */
  29328.     protected function getStringTemplateRendererService()
  29329.     {
  29330.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/StringTemplateRenderer.php';
  29331.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  29332.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'])) {
  29333.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'];
  29334.         }
  29335.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] = new \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer($a$this->targetDir.'');
  29336.     }
  29337.     /**
  29338.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\TwigVariableParser' shared service.
  29339.      *
  29340.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser
  29341.      */
  29342.     protected function getTwigVariableParserService()
  29343.     {
  29344.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigVariableParser.php';
  29345.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  29346.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'])) {
  29347.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'];
  29348.         }
  29349.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] = new \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser($a);
  29350.     }
  29351.     /**
  29352.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclAnnotationValidator' shared service.
  29353.      *
  29354.      * @return \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator
  29355.      */
  29356.     protected function getAclAnnotationValidatorService()
  29357.     {
  29358.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] = new \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29359.     }
  29360.     /**
  29361.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclWriteValidator' shared service.
  29362.      *
  29363.      * @return \Shopware\Core\Framework\Api\Acl\AclWriteValidator
  29364.      */
  29365.     protected function getAclWriteValidatorService()
  29366.     {
  29367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclWriteValidator.php';
  29368.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29369.         if (isset($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'])) {
  29370.             return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'];
  29371.         }
  29372.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] = new \Shopware\Core\Framework\Api\Acl\AclWriteValidator($a);
  29373.     }
  29374.     /**
  29375.      * Gets the private 'Shopware\Core\Framework\Api\ApiDefinition\DefinitionService' shared service.
  29376.      *
  29377.      * @return \Shopware\Core\Framework\Api\ApiDefinition\DefinitionService
  29378.      */
  29379.     protected function getDefinitionServiceService()
  29380.     {
  29381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/DefinitionService.php';
  29382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/ApiDefinitionGeneratorInterface.php';
  29383.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/StoreApiGenerator.php';
  29384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiSchemaBuilder.php';
  29385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiDefinitionSchemaBuilder.php';
  29386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiLoader.php';
  29387.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/BundleSchemaPathCollection.php';
  29388.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi3Generator.php';
  29389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiPathBuilder.php';
  29390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/EntitySchemaGenerator.php';
  29391.         $a = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiSchemaBuilder('6.4.18.1');
  29392.         $b = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiDefinitionSchemaBuilder();
  29393.         $c = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  29394.         $d = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\BundleSchemaPathCollection(($this->privates['kernel.bundles'] ?? $this->getKernel_BundlesService()));
  29395.         return $this->privates['Shopware\\Core\\Framework\\Api\\ApiDefinition\\DefinitionService'] = new \Shopware\Core\Framework\Api\ApiDefinition\DefinitionService(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()), new \Shopware\Core\Framework\Api\ApiDefinition\Generator\StoreApiGenerator($a$b$c$this->parameters['kernel.bundles_metadata'], $d), new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi3Generator($a, new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiPathBuilder(), $b$c$this->parameters['kernel.bundles_metadata'], $d), new \Shopware\Core\Framework\Api\ApiDefinition\Generator\EntitySchemaGenerator());
  29396.     }
  29397.     /**
  29398.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand' shared service.
  29399.      *
  29400.      * @return \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand
  29401.      */
  29402.     protected function getDumpClassSchemaCommandService()
  29403.     {
  29404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29405.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpClassSchemaCommand.php';
  29406.         $this->privates['Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand'] = $instance = new \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand($this->parameters['kernel.bundles_metadata']);
  29407.         $instance->setName('framework:dump:class:schema');
  29408.         return $instance;
  29409.     }
  29410.     /**
  29411.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpSchemaCommand' shared service.
  29412.      *
  29413.      * @return \Shopware\Core\Framework\Api\Command\DumpSchemaCommand
  29414.      */
  29415.     protected function getDumpSchemaCommandService()
  29416.     {
  29417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29418.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpSchemaCommand.php';
  29419.         $this->privates['Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand'] = $instance = new \Shopware\Core\Framework\Api\Command\DumpSchemaCommand(($this->privates['Shopware\\Core\\Framework\\Api\\ApiDefinition\\DefinitionService'] ?? $this->getDefinitionServiceService()));
  29420.         $instance->setName('framework:schema');
  29421.         return $instance;
  29422.     }
  29423.     /**
  29424.      * Gets the private 'Shopware\Core\Framework\Api\Converter\ApiVersionConverter' shared service.
  29425.      *
  29426.      * @return \Shopware\Core\Framework\Api\Converter\ApiVersionConverter
  29427.      */
  29428.     protected function getApiVersionConverterService()
  29429.     {
  29430.         return $this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] = new \Shopware\Core\Framework\Api\Converter\ApiVersionConverter(new \Shopware\Core\Framework\Api\Converter\ConverterRegistry(new RewindableGenerator(function () {
  29431.             return new \EmptyIterator();
  29432.         }, 0), new \Shopware\Core\Framework\Api\Converter\DefaultApiConverter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())))));
  29433.     }
  29434.     /**
  29435.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener' shared service.
  29436.      *
  29437.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener
  29438.      */
  29439.     protected function getApiAuthenticationListenerService()
  29440.     {
  29441.         $a = ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\AccessTokenRepository()));
  29442.         $b = ($this->privates['shopware.public_key'] ?? ($this->privates['shopware.public_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/public.pem'))));
  29443.         $c = new \League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator($a);
  29444.         $c->setPublicKey($b);
  29445.         $d = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  29446.         return $this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] = new \Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener(new \League\OAuth2\Server\ResourceServer($a$b, new \Shopware\Core\Framework\Api\OAuth\BearerTokenValidator($c$d, ($this->privates['shopware.jwt_config'] ?? $this->getShopware_JwtConfigService()))), ($this->privates['shopware.api.authorization_server'] ?? $this->getShopware_Api_AuthorizationServerService()), new \Shopware\Core\Framework\Api\OAuth\UserRepository($d), ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\RefreshTokenRepository'] ?? $this->getRefreshTokenRepositoryService()), ($this->privates['Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory'] ?? $this->getPsrHttpFactoryService()), ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService()));
  29447.     }
  29448.     /**
  29449.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener' shared service.
  29450.      *
  29451.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener
  29452.      */
  29453.     protected function getSalesChannelAuthenticationListenerService()
  29454.     {
  29455.         return $this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener'] = new \Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService()));
  29456.     }
  29457.     /**
  29458.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber' shared service.
  29459.      *
  29460.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber
  29461.      */
  29462.     protected function getUserCredentialsChangedSubscriberService()
  29463.     {
  29464.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/UserCredentialsChangedSubscriber.php';
  29465.         return $this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] = new \Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber(($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\RefreshTokenRepository'] ?? $this->getRefreshTokenRepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29466.     }
  29467.     /**
  29468.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber' shared service.
  29469.      *
  29470.      * @return \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber
  29471.      */
  29472.     protected function getExpectationSubscriberService()
  29473.     {
  29474.         return $this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] = new \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber('6.4.18.1'$this->parameters['kernel.plugin_infos']);
  29475.     }
  29476.     /**
  29477.      * Gets the private 'Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository' shared service.
  29478.      *
  29479.      * @return \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository
  29480.      */
  29481.     protected function getRefreshTokenRepositoryService()
  29482.     {
  29483.         return $this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\RefreshTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29484.     }
  29485.     /**
  29486.      * Gets the private 'Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder' shared service.
  29487.      *
  29488.      * @return \Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder
  29489.      */
  29490.     protected function getJsonEntityEncoderService()
  29491.     {
  29492.         return $this->privates['Shopware\\Core\\Framework\\Api\\Serializer\\JsonEntityEncoder'] = new \Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] ?? $this->getApiVersionConverterService()));
  29493.     }
  29494.     /**
  29495.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Executor' shared service.
  29496.      *
  29497.      * @return \Shopware\Core\Framework\App\ActionButton\Executor
  29498.      */
  29499.     protected function getExecutorService()
  29500.     {
  29501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Executor.php';
  29502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactory.php';
  29503.         return $this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Executor'] = new \Shopware\Core\Framework\App\ActionButton\Executor(($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService()), ($this->services['logger'] ?? $this->getLoggerService()), new \Shopware\Core\Framework\App\ActionButton\Response\ActionButtonResponseFactory(new RewindableGenerator(function () {
  29504.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\NotificationResponseFactory'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\NotificationResponseFactory'] = new \Shopware\Core\Framework\App\ActionButton\Response\NotificationResponseFactory()));
  29505.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenModalResponseFactory'] ?? $this->getOpenModalResponseFactoryService());
  29506.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenNewTabResponseFactory'] ?? $this->getOpenNewTabResponseFactoryService());
  29507.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\ReloadDataResponseFactory'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\ReloadDataResponseFactory'] = new \Shopware\Core\Framework\App\ActionButton\Response\ReloadDataResponseFactory()));
  29508.         }, 4)), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['kernel'] ?? $this->get('kernel'1)));
  29509.     }
  29510.     /**
  29511.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory' shared service.
  29512.      *
  29513.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory
  29514.      */
  29515.     protected function getOpenModalResponseFactoryService()
  29516.     {
  29517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  29518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenModalResponseFactory.php';
  29519.         return $this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenModalResponseFactory'] = new \Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory(($this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] ?? $this->getQuerySignerService()));
  29520.     }
  29521.     /**
  29522.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory' shared service.
  29523.      *
  29524.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory
  29525.      */
  29526.     protected function getOpenNewTabResponseFactoryService()
  29527.     {
  29528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  29529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenNewTabResponseFactory.php';
  29530.         return $this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenNewTabResponseFactory'] = new \Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory(($this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] ?? $this->getQuerySignerService()));
  29531.     }
  29532.     /**
  29533.      * Gets the private 'Shopware\Core\Framework\App\ActiveAppsLoader' shared service.
  29534.      *
  29535.      * @return \Shopware\Core\Framework\App\ActiveAppsLoader
  29536.      */
  29537.     protected function getActiveAppsLoaderService()
  29538.     {
  29539.         return $this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] = new \Shopware\Core\Framework\App\ActiveAppsLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()));
  29540.     }
  29541.     /**
  29542.      * Gets the private 'Shopware\Core\Framework\App\AppStateService' shared service.
  29543.      *
  29544.      * @return \Shopware\Core\Framework\App\AppStateService
  29545.      */
  29546.     protected function getAppStateServiceService()
  29547.     {
  29548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppStateService.php';
  29549.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/PaymentMethodStateService.php';
  29550.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  29551.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  29552.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  29553.         }
  29554.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29555.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  29556.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  29557.         }
  29558.         $c = ($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] ?? $this->getTemplateStateServiceService());
  29559.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  29560.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  29561.         }
  29562.         $d = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  29563.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  29564.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  29565.         }
  29566.         $e = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  29567.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  29568.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  29569.         }
  29570.         $f = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  29571.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  29572.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  29573.         }
  29574.         $g = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService());
  29575.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  29576.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  29577.         }
  29578.         return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] = new \Shopware\Core\Framework\App\AppStateService($a$b, ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? $this->getActiveAppsLoaderService()), $c$d, new \Shopware\Core\Framework\App\Payment\PaymentMethodStateService($e), $f$g);
  29579.     }
  29580.     /**
  29581.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy' shared service.
  29582.      *
  29583.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy
  29584.      */
  29585.     protected function getMoveShopPermanentlyStrategyService()
  29586.     {
  29587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  29588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/MoveShopPermanentlyStrategy.php';
  29589.         return $this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\MoveShopPermanentlyStrategy'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy(($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] ?? $this->getAppRegistrationServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  29590.     }
  29591.     /**
  29592.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy' shared service.
  29593.      *
  29594.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy
  29595.      */
  29596.     protected function getReinstallAppsStrategyService()
  29597.     {
  29598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  29599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/ReinstallAppsStrategy.php';
  29600.         return $this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\ReinstallAppsStrategy'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy(($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] ?? $this->getAppRegistrationServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  29601.     }
  29602.     /**
  29603.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy' shared service.
  29604.      *
  29605.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy
  29606.      */
  29607.     protected function getUninstallAppsStrategyService()
  29608.     {
  29609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  29610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/UninstallAppsStrategy.php';
  29611.         return $this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\UninstallAppsStrategy'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy(($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService()));
  29612.     }
  29613.     /**
  29614.      * Gets the private 'Shopware\Core\Framework\App\Command\ActivateAppCommand' shared service.
  29615.      *
  29616.      * @return \Shopware\Core\Framework\App\Command\ActivateAppCommand
  29617.      */
  29618.     protected function getActivateAppCommandService()
  29619.     {
  29620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  29622.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ActivateAppCommand.php';
  29623.         $this->privates['Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand'] = $instance = new \Shopware\Core\Framework\App\Command\ActivateAppCommand(($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService()));
  29624.         $instance->setName('app:activate');
  29625.         return $instance;
  29626.     }
  29627.     /**
  29628.      * Gets the private 'Shopware\Core\Framework\App\Command\AppPrinter' shared service.
  29629.      *
  29630.      * @return \Shopware\Core\Framework\App\Command\AppPrinter
  29631.      */
  29632.     protected function getAppPrinterService()
  29633.     {
  29634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AppPrinter.php';
  29635.         return $this->privates['Shopware\\Core\\Framework\\App\\Command\\AppPrinter'] = new \Shopware\Core\Framework\App\Command\AppPrinter(($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  29636.     }
  29637.     /**
  29638.      * Gets the private 'Shopware\Core\Framework\App\Command\DeactivateAppCommand' shared service.
  29639.      *
  29640.      * @return \Shopware\Core\Framework\App\Command\DeactivateAppCommand
  29641.      */
  29642.     protected function getDeactivateAppCommandService()
  29643.     {
  29644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  29646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/DeactivateAppCommand.php';
  29647.         $this->privates['Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand'] = $instance = new \Shopware\Core\Framework\App\Command\DeactivateAppCommand(($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService()));
  29648.         $instance->setName('app:deactivate');
  29649.         return $instance;
  29650.     }
  29651.     /**
  29652.      * Gets the private 'Shopware\Core\Framework\App\Command\InstallAppCommand' shared service.
  29653.      *
  29654.      * @return \Shopware\Core\Framework\App\Command\InstallAppCommand
  29655.      */
  29656.     protected function getInstallAppCommandService()
  29657.     {
  29658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29659.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/InstallAppCommand.php';
  29660.         $this->privates['Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand'] = $instance = new \Shopware\Core\Framework\App\Command\InstallAppCommand(($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] ?? $this->getAppLifecycleService()), ($this->privates['Shopware\\Core\\Framework\\App\\Command\\AppPrinter'] ?? $this->getAppPrinterService()), ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] ?? $this->getManifestValidatorService()));
  29661.         $instance->setName('app:install');
  29662.         return $instance;
  29663.     }
  29664.     /**
  29665.      * Gets the private 'Shopware\Core\Framework\App\Command\RefreshAppCommand' shared service.
  29666.      *
  29667.      * @return \Shopware\Core\Framework\App\Command\RefreshAppCommand
  29668.      */
  29669.     protected function getRefreshAppCommandService()
  29670.     {
  29671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/RefreshAppCommand.php';
  29673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppService.php';
  29674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycleIterator.php';
  29675.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  29676.         $this->privates['Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand'] = $instance = new \Shopware\Core\Framework\App\Command\RefreshAppCommand(new \Shopware\Core\Framework\App\AppService(new \Shopware\Core\Framework\App\Lifecycle\AppLifecycleIterator($a, ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService())), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] ?? $this->getAppLifecycleService())), ($this->privates['Shopware\\Core\\Framework\\App\\Command\\AppPrinter'] ?? $this->getAppPrinterService()), ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] ?? $this->getManifestValidatorService()), ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\AppConfirmationDeltaProvider'] ?? $this->getAppConfirmationDeltaProviderService()), $a);
  29677.         $instance->setName('app:refresh');
  29678.         return $instance;
  29679.     }
  29680.     /**
  29681.      * Gets the private 'Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand' shared service.
  29682.      *
  29683.      * @return \Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand
  29684.      */
  29685.     protected function getResolveAppUrlChangeCommandService()
  29686.     {
  29687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ResolveAppUrlChangeCommand.php';
  29689.         $this->privates['Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand'] = $instance = new \Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand(($this->services['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver'] ?? $this->getResolverService()));
  29690.         $instance->setName('app:url-change:resolve');
  29691.         return $instance;
  29692.     }
  29693.     /**
  29694.      * Gets the private 'Shopware\Core\Framework\App\Command\UninstallAppCommand' shared service.
  29695.      *
  29696.      * @return \Shopware\Core\Framework\App\Command\UninstallAppCommand
  29697.      */
  29698.     protected function getUninstallAppCommandService()
  29699.     {
  29700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/UninstallAppCommand.php';
  29702.         $this->privates['Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand'] = $instance = new \Shopware\Core\Framework\App\Command\UninstallAppCommand(($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] ?? $this->getAppLifecycleService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  29703.         $instance->setName('app:uninstall');
  29704.         return $instance;
  29705.     }
  29706.     /**
  29707.      * Gets the private 'Shopware\Core\Framework\App\Command\ValidateAppCommand' shared service.
  29708.      *
  29709.      * @return \Shopware\Core\Framework\App\Command\ValidateAppCommand
  29710.      */
  29711.     protected function getValidateAppCommandService()
  29712.     {
  29713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ValidateAppCommand.php';
  29715.         $this->privates['Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand'] = $instance = new \Shopware\Core\Framework\App\Command\ValidateAppCommand((\dirname(__DIR__4).'/custom/apps'), ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] ?? $this->getManifestValidatorService()));
  29716.         $instance->setName('app:validate');
  29717.         return $instance;
  29718.     }
  29719.     /**
  29720.      * Gets the private 'Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider' shared service.
  29721.      *
  29722.      * @return \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider
  29723.      */
  29724.     protected function getAppConfirmationDeltaProviderService()
  29725.     {
  29726.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Delta/AppConfirmationDeltaProvider.php';
  29727.         return $this->privates['Shopware\\Core\\Framework\\App\\Delta\\AppConfirmationDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider(new RewindableGenerator(function () {
  29728.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\PermissionsDeltaProvider()));
  29729.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\DomainsDeltaProvider()));
  29730.         }, 2));
  29731.     }
  29732.     /**
  29733.      * Gets the private 'Shopware\Core\Framework\App\Hmac\QuerySigner' shared service.
  29734.      *
  29735.      * @return \Shopware\Core\Framework\App\Hmac\QuerySigner
  29736.      */
  29737.     protected function getQuerySignerService()
  29738.     {
  29739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/QuerySigner.php';
  29740.         return $this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] = new \Shopware\Core\Framework\App\Hmac\QuerySigner($this->getEnv('APP_URL'), '6.4.18.1', ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()));
  29741.     }
  29742.     /**
  29743.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLifecycle' shared service.
  29744.      *
  29745.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLifecycle
  29746.      */
  29747.     protected function getAppLifecycleService()
  29748.     {
  29749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLifecycle.php';
  29750.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycle.php';
  29751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PermissionPersister.php';
  29752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CustomFieldPersister.php';
  29753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ActionButtonPersister.php';
  29754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/TemplatePersister.php';
  29755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/AbstractTemplateLoader.php';
  29756.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/App/Template/IconTemplateLoader.php';
  29757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateLoader.php';
  29758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/WebhookPersister.php';
  29759.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PaymentMethodPersister.php';
  29760.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CmsBlockPersister.php';
  29761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/AbstractBlockTemplateLoader.php';
  29762.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/BlockTemplateLoader.php';
  29763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntityPersister.php';
  29764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/FlowActionPersister.php';
  29765.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetPersister.php';
  29766.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29767.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29768.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29769.         }
  29770.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  29771.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29772.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29773.         }
  29774.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  29775.         $d = ($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService());
  29776.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29777.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29778.         }
  29779.         $e = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  29780.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29781.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29782.         }
  29783.         $f = ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService());
  29784.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29785.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29786.         }
  29787.         $g = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  29788.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29789.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29790.         }
  29791.         $h = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  29792.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29793.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29794.         }
  29795.         $i = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  29796.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29797.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29798.         }
  29799.         $j = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  29800.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29801.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29802.         }
  29803.         $k = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService());
  29804.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29805.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29806.         }
  29807.         $l = ($this->services['app_cms_block.repository'] ?? $this->getAppCmsBlock_RepositoryService());
  29808.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29809.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29810.         }
  29811.         $m = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService());
  29812.         $n = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] ?? $this->getAppRegistrationServiceService());
  29813.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29814.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29815.         }
  29816.         $o = ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService());
  29817.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29818.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29819.         }
  29820.         $p = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  29821.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29822.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29823.         }
  29824.         $q = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  29825.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29826.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29827.         }
  29828.         $r = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  29829.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29830.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29831.         }
  29832.         $s = ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService());
  29833.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29834.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29835.         }
  29836.         $t = ($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] ?? $this->getAssetServiceService());
  29837.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29838.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29839.         }
  29840.         $u = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  29841.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29842.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29843.         }
  29844.         $v = ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService());
  29845.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29846.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29847.         }
  29848.         $w = ($this->services['app_administration_snippet.repository'] ?? $this->getAppAdministrationSnippet_RepositoryService());
  29849.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29850.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29851.         }
  29852.         $x = ($this->services['locale.repository'] ?? $this->getLocale_RepositoryService());
  29853.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  29854.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  29855.         }
  29856.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] = new \Shopware\Core\Framework\App\Lifecycle\AppLifecycle($b, new \Shopware\Core\Framework\App\Lifecycle\Persister\PermissionPersister($c), new \Shopware\Core\Framework\App\Lifecycle\Persister\CustomFieldPersister($d), new \Shopware\Core\Framework\App\Lifecycle\Persister\ActionButtonPersister($e), new \Shopware\Core\Framework\App\Lifecycle\Persister\TemplatePersister(new \Shopware\Storefront\Framework\App\Template\IconTemplateLoader(new \Shopware\Core\Framework\App\Template\TemplateLoader(), ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] ?? ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] = new \Shopware\Storefront\Theme\StorefrontPluginConfiguration\StorefrontPluginConfigurationFactory(\dirname(__DIR__4)))), \dirname(__DIR__4)), $f$b), $g, new \Shopware\Core\Framework\App\Lifecycle\Persister\WebhookPersister($h), new \Shopware\Core\Framework\App\Lifecycle\Persister\PaymentMethodPersister($i$j), $k, new \Shopware\Core\Framework\App\Lifecycle\Persister\CmsBlockPersister($l, new \Shopware\Core\Framework\App\Cms\BlockTemplateLoader(), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService())), $m$a$n$o$p$q, ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] ?? $this->getConfigValidatorService()), $r$s$t$u\dirname(__DIR__4), new \Shopware\Core\System\CustomEntity\Schema\CustomEntityPersister($c), ($this->services['Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater'] ?? $this->getCustomEntitySchemaUpdaterService()), $c, new \Shopware\Core\Framework\App\Lifecycle\Persister\FlowActionPersister($v$m$c), new \Shopware\Administration\Snippet\AppAdministrationSnippetPersister($w$x));
  29857.     }
  29858.     /**
  29859.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLoader' shared service.
  29860.      *
  29861.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLoader
  29862.      */
  29863.     protected function getAppLoaderService()
  29864.     {
  29865.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] = new \Shopware\Core\Framework\App\Lifecycle\AppLoader((\dirname(__DIR__4).'/custom/apps'), \dirname(__DIR__4), ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] = new \Shopware\Core\System\SystemConfig\Util\ConfigReader())), new \Shopware\Core\System\CustomEntity\Xml\CustomEntityXmlSchemaValidator());
  29866.     }
  29867.     /**
  29868.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister' shared service.
  29869.      *
  29870.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister
  29871.      */
  29872.     protected function getRuleConditionPersisterService()
  29873.     {
  29874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/RuleConditionPersister.php';
  29875.         $a = ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService());
  29876.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'])) {
  29877.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'];
  29878.         }
  29879.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  29880.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'])) {
  29881.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'];
  29882.         }
  29883.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] = new \Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister(($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\ScriptFileReader'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\ScriptFileReader'] = new \Shopware\Core\Framework\App\Lifecycle\ScriptFileReader((\dirname(__DIR__4).'/')))), $a$b);
  29884.     }
  29885.     /**
  29886.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister' shared service.
  29887.      *
  29888.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister
  29889.      */
  29890.     protected function getScriptPersisterService()
  29891.     {
  29892.         $a = ($this->services['script.repository'] ?? $this->getScript_RepositoryService());
  29893.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'])) {
  29894.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'];
  29895.         }
  29896.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  29897.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'])) {
  29898.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'];
  29899.         }
  29900.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] = new \Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister(($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\ScriptFileReader'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\ScriptFileReader'] = new \Shopware\Core\Framework\App\Lifecycle\ScriptFileReader((\dirname(__DIR__4).'/')))), $a$b);
  29901.     }
  29902.     /**
  29903.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService' shared service.
  29904.      *
  29905.      * @return \Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService
  29906.      */
  29907.     protected function getAppRegistrationServiceService()
  29908.     {
  29909.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/AppRegistrationService.php';
  29910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/HandshakeFactory.php';
  29911.         $a = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  29912.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  29913.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  29914.         }
  29915.         $b = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  29916.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  29917.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  29918.         }
  29919.         $c = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  29920.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  29921.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  29922.         }
  29923.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] = new \Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService(new \Shopware\Core\Framework\App\Lifecycle\Registration\HandshakeFactory($this->getEnv('APP_URL'), $a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), '6.4.18.1'), $b$c$this->getEnv('APP_URL'), $a'6.4.18.1');
  29924.     }
  29925.     /**
  29926.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler' shared service.
  29927.      *
  29928.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler
  29929.      */
  29930.     protected function getAppAsyncPaymentHandlerService()
  29931.     {
  29932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  29933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  29934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  29935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  29936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  29937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppAsyncPaymentHandler.php';
  29938.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  29939.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  29940.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  29941.         }
  29942.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  29943.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  29944.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  29945.         }
  29946.         $c = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  29947.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  29948.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  29949.         }
  29950.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'] = new \Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler($a$b, ($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] ?? $this->getPayloadServiceService()), $c);
  29951.     }
  29952.     /**
  29953.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler' shared service.
  29954.      *
  29955.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler
  29956.      */
  29957.     protected function getAppPaymentHandlerService()
  29958.     {
  29959.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  29960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  29961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  29962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  29963.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  29964.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  29965.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  29966.         }
  29967.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  29968.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  29969.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  29970.         }
  29971.         $c = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  29972.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  29973.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  29974.         }
  29975.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'] = new \Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler($a$b, ($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] ?? $this->getPayloadServiceService()), $c);
  29976.     }
  29977.     /**
  29978.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler' shared service.
  29979.      *
  29980.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler
  29981.      */
  29982.     protected function getAppSyncPaymentHandlerService()
  29983.     {
  29984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  29985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  29986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  29987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  29988.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  29989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppSyncPaymentHandler.php';
  29990.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  29991.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  29992.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  29993.         }
  29994.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  29995.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  29996.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  29997.         }
  29998.         $c = ($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] ?? $this->getPayloadServiceService());
  29999.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  30000.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  30001.         }
  30002.         $d = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  30003.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  30004.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  30005.         }
  30006.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'] = new \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler($a$b$c$d);
  30007.     }
  30008.     /**
  30009.      * Gets the private 'Shopware\Core\Framework\App\Payment\Payload\PayloadService' shared service.
  30010.      *
  30011.      * @return \Shopware\Core\Framework\App\Payment\Payload\PayloadService
  30012.      */
  30013.     protected function getPayloadServiceService()
  30014.     {
  30015.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Payload/PayloadService.php';
  30016.         $a = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  30017.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'])) {
  30018.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'];
  30019.         }
  30020.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] = new \Shopware\Core\Framework\App\Payment\Payload\PayloadService(($this->privates['Shopware\\Core\\Framework\\Api\\Serializer\\JsonEntityEncoder'] ?? $this->getJsonEntityEncoderService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $a, ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()), $this->getEnv('APP_URL'));
  30021.     }
  30022.     /**
  30023.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler' shared service.
  30024.      *
  30025.      * @return \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler
  30026.      */
  30027.     protected function getDeleteCascadeAppsHandlerService()
  30028.     {
  30029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/DeleteCascadeAppsHandler.php';
  30030.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  30031.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  30032.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  30033.         }
  30034.         $b = ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService());
  30035.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  30036.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  30037.         }
  30038.         $c = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  30039.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  30040.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  30041.         }
  30042.         return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler($a$b$c);
  30043.     }
  30044.     /**
  30045.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler' shared service.
  30046.      *
  30047.      * @return \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler
  30048.      */
  30049.     protected function getUpdateAppsHandlerService()
  30050.     {
  30051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/UpdateAppsHandler.php';
  30052.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AbstractAppUpdater.php';
  30053.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AppUpdater.php';
  30054.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  30055.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  30056.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  30057.         }
  30058.         $b = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService());
  30059.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  30060.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  30061.         }
  30062.         $c = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  30063.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  30064.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  30065.         }
  30066.         $d = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'] ?? $this->getExtensionDownloaderService());
  30067.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  30068.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  30069.         }
  30070.         $e = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'] ?? $this->getAbstractStoreAppLifecycleServiceService());
  30071.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  30072.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  30073.         }
  30074.         return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] = new \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler($a, new \Shopware\Core\Framework\App\Lifecycle\Update\AppUpdater($b$c$d$e));
  30075.     }
  30076.     /**
  30077.      * Gets the private 'Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber' shared service.
  30078.      *
  30079.      * @return \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber
  30080.      */
  30081.     protected function getCustomFieldProtectionSubscriberService()
  30082.     {
  30083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Subscriber/CustomFieldProtectionSubscriber.php';
  30084.         return $this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30085.     }
  30086.     /**
  30087.      * Gets the private 'Shopware\Core\Framework\App\Validation\ConfigValidator' shared service.
  30088.      *
  30089.      * @return \Shopware\Core\Framework\App\Validation\ConfigValidator
  30090.      */
  30091.     protected function getConfigValidatorService()
  30092.     {
  30093.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  30094.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ConfigValidator.php';
  30095.         return $this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] = new \Shopware\Core\Framework\App\Validation\ConfigValidator(($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] = new \Shopware\Core\System\SystemConfig\Util\ConfigReader())));
  30096.     }
  30097.     /**
  30098.      * Gets the private 'Shopware\Core\Framework\App\Validation\HookableValidator' shared service.
  30099.      *
  30100.      * @return \Shopware\Core\Framework\App\Validation\HookableValidator
  30101.      */
  30102.     protected function getHookableValidatorService()
  30103.     {
  30104.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  30105.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/HookableValidator.php';
  30106.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/HookableEventCollector.php';
  30107.         return $this->privates['Shopware\\Core\\Framework\\App\\Validation\\HookableValidator'] = new \Shopware\Core\Framework\App\Validation\HookableValidator(new \Shopware\Core\Framework\Webhook\Hookable\HookableEventCollector(($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())));
  30108.     }
  30109.     /**
  30110.      * Gets the private 'Shopware\Core\Framework\App\Validation\ManifestValidator' shared service.
  30111.      *
  30112.      * @return \Shopware\Core\Framework\App\Validation\ManifestValidator
  30113.      */
  30114.     protected function getManifestValidatorService()
  30115.     {
  30116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ManifestValidator.php';
  30117.         return $this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] = new \Shopware\Core\Framework\App\Validation\ManifestValidator(new RewindableGenerator(function () {
  30118.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] = new \Shopware\Core\Framework\App\Validation\TranslationValidator()));
  30119.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] = new \Shopware\Core\Framework\App\Validation\AppNameValidator()));
  30120.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] ?? $this->getConfigValidatorService());
  30121.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\HookableValidator'] ?? $this->getHookableValidatorService());
  30122.         }, 4));
  30123.     }
  30124.     /**
  30125.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand' shared service.
  30126.      *
  30127.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand
  30128.      */
  30129.     protected function getChangelogChangeCommandService()
  30130.     {
  30131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30132.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogChangeCommand.php';
  30133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  30134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseExporter.php';
  30135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  30136.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  30137.         $this->privates['Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand'] = $instance = new \Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand(new \Shopware\Core\Framework\Changelog\Processor\ChangelogReleaseExporter(($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] ?? ($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] = new \Shopware\Core\Framework\Changelog\ChangelogParser())), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4), $this->parameters['shopware.feature.flags']));
  30138.         $instance->setName('changelog:change');
  30139.         return $instance;
  30140.     }
  30141.     /**
  30142.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand' shared service.
  30143.      *
  30144.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand
  30145.      */
  30146.     protected function getChangelogCheckCommandService()
  30147.     {
  30148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCheckCommand.php';
  30150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  30151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogValidator.php';
  30152.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  30153.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  30154.         $this->privates['Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand'] = $instance = new \Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand(new \Shopware\Core\Framework\Changelog\Processor\ChangelogValidator(($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] ?? ($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] = new \Shopware\Core\Framework\Changelog\ChangelogParser())), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4), $this->parameters['shopware.feature.flags']));
  30155.         $instance->setName('changelog:check');
  30156.         return $instance;
  30157.     }
  30158.     /**
  30159.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand' shared service.
  30160.      *
  30161.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand
  30162.      */
  30163.     protected function getChangelogCreateCommandService()
  30164.     {
  30165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30166.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCreateCommand.php';
  30167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  30168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogGenerator.php';
  30169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  30170.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  30171.         $this->privates['Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand'] = $instance = new \Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand(new \Shopware\Core\Framework\Changelog\Processor\ChangelogGenerator(($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] ?? ($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] = new \Shopware\Core\Framework\Changelog\ChangelogParser())), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4), $this->parameters['shopware.feature.flags']));
  30172.         $instance->setName('changelog:create');
  30173.         return $instance;
  30174.     }
  30175.     /**
  30176.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand' shared service.
  30177.      *
  30178.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand
  30179.      */
  30180.     protected function getChangelogReleaseCommandService()
  30181.     {
  30182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogReleaseCommand.php';
  30184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  30185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseCreator.php';
  30186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  30187.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  30188.         $this->privates['Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand'] = $instance = new \Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand(new \Shopware\Core\Framework\Changelog\Processor\ChangelogReleaseCreator(($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] ?? ($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] = new \Shopware\Core\Framework\Changelog\ChangelogParser())), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4), $this->parameters['shopware.feature.flags']));
  30189.         $instance->setName('changelog:release');
  30190.         return $instance;
  30191.     }
  30192.     /**
  30193.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand' shared service.
  30194.      *
  30195.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand
  30196.      */
  30197.     protected function getCreateEntitiesCommandService()
  30198.     {
  30199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateEntitiesCommand.php';
  30201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityGenerator.php';
  30202.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand(new \Shopware\Core\Framework\DataAbstractionLayer\EntityGenerator(), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), \dirname(__DIR__4));
  30203.         $instance->setName('dal:create:entities');
  30204.         return $instance;
  30205.     }
  30206.     /**
  30207.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand' shared service.
  30208.      *
  30209.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand
  30210.      */
  30211.     protected function getCreateHydratorCommandService()
  30212.     {
  30213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30214.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateHydratorCommand.php';
  30215.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), \dirname(__DIR__4));
  30216.         $instance->setName('dal:create:hydrators');
  30217.         return $instance;
  30218.     }
  30219.     /**
  30220.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand' shared service.
  30221.      *
  30222.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand
  30223.      */
  30224.     protected function getCreateSchemaCommandService()
  30225.     {
  30226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateSchemaCommand.php';
  30228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/SchemaGenerator.php';
  30229.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand(new \Shopware\Core\Framework\DataAbstractionLayer\SchemaGenerator(), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), \dirname(__DIR__4));
  30230.         $instance->setName('dal:create:schema');
  30231.         return $instance;
  30232.     }
  30233.     /**
  30234.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand' shared service.
  30235.      *
  30236.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand
  30237.      */
  30238.     protected function getDataAbstractionLayerValidateCommandService()
  30239.     {
  30240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/DataAbstractionLayerValidateCommand.php';
  30242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionValidator.php';
  30243.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand(new \Shopware\Core\Framework\DataAbstractionLayer\DefinitionValidator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())));
  30244.         $instance->setName('dal:validate');
  30245.         return $instance;
  30246.     }
  30247.     /**
  30248.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand' shared service.
  30249.      *
  30250.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand
  30251.      */
  30252.     protected function getRefreshIndexCommandService()
  30253.     {
  30254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30255.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  30256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/RefreshIndexCommand.php';
  30257.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  30258.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'])) {
  30259.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'];
  30260.         }
  30261.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand($a);
  30262.         $instance->setName('dal:refresh:index');
  30263.         return $instance;
  30264.     }
  30265.     /**
  30266.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory' shared service.
  30267.      *
  30268.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory
  30269.      */
  30270.     protected function getIteratorFactoryService()
  30271.     {
  30272.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/Common/IteratorFactory.php';
  30273.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  30274.     }
  30275.     /**
  30276.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder' shared service.
  30277.      *
  30278.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder
  30279.      */
  30280.     protected function getCriteriaQueryBuilderService()
  30281.     {
  30282.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\SqlQueryParser'] ?? $this->getSqlQueryParserService());
  30283.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\CriteriaQueryBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder($a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\SearchTermInterpreter'] ?? $this->getSearchTermInterpreterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\EntityScoreQueryBuilder'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\EntityScoreQueryBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\EntityScoreQueryBuilder())), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder())), new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\CriteriaPartResolver(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a));
  30284.     }
  30285.     /**
  30286.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator' shared service.
  30287.      *
  30288.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator
  30289.      */
  30290.     protected function getAppContextCreatorService()
  30291.     {
  30292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/AppContextCreator.php';
  30293.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\AppContextCreator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30294.     }
  30295.     /**
  30296.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater' shared service.
  30297.      *
  30298.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater
  30299.      */
  30300.     protected function getChildCountUpdaterService()
  30301.     {
  30302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ChildCountUpdater.php';
  30303.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30304.     }
  30305.     /**
  30306.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater' shared service.
  30307.      *
  30308.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater
  30309.      */
  30310.     protected function getInheritanceUpdaterService()
  30311.     {
  30312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/InheritanceUpdater.php';
  30313.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\InheritanceUpdater'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  30314.     }
  30315.     /**
  30316.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater' shared service.
  30317.      *
  30318.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater
  30319.      */
  30320.     protected function getManyToManyIdFieldUpdaterService()
  30321.     {
  30322.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ManyToManyIdFieldUpdater.php';
  30323.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30324.     }
  30325.     /**
  30326.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber' shared service.
  30327.      *
  30328.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber
  30329.      */
  30330.     protected function getEntityIndexingSubscriberService()
  30331.     {
  30332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/EntityIndexingSubscriber.php';
  30333.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  30334.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'])) {
  30335.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'];
  30336.         }
  30337.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber($a);
  30338.     }
  30339.     /**
  30340.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber' shared service.
  30341.      *
  30342.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber
  30343.      */
  30344.     protected function getRegisteredIndexerSubscriberService()
  30345.     {
  30346.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/RegisteredIndexerSubscriber.php';
  30347.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  30348.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'])) {
  30349.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'];
  30350.         }
  30351.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber(($this->services['Shopware\\Core\\Framework\\Migration\\IndexerQueuer'] ?? $this->getIndexerQueuerService()), $a);
  30352.     }
  30353.     /**
  30354.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater' shared service.
  30355.      *
  30356.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater
  30357.      */
  30358.     protected function getTreeUpdaterService()
  30359.     {
  30360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/TreeUpdater.php';
  30361.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\TreeUpdater'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30362.     }
  30363.     /**
  30364.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator' shared service.
  30365.      *
  30366.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator
  30367.      */
  30368.     protected function getApiCriteriaValidatorService()
  30369.     {
  30370.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/ApiCriteriaValidator.php';
  30371.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\ApiCriteriaValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  30372.     }
  30373.     /**
  30374.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher' shared service.
  30375.      *
  30376.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher
  30377.      */
  30378.     protected function getCompositeEntitySearcherService()
  30379.     {
  30380.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CompositeEntitySearcher.php';
  30381.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CompositeEntitySearcher'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), new RewindableGenerator(function () {
  30382.             yield => ($this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] ?? $this->getLandingPageDefinitionService());
  30383.             yield => ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService());
  30384.             yield => ($this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] ?? $this->getCustomerDefinitionService());
  30385.             yield => ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService());
  30386.             yield => ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService());
  30387.             yield => ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService());
  30388.             yield => ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService());
  30389.             yield => ($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService());
  30390.             yield => ($this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] ?? $this->getCmsPageDefinitionService());
  30391.         }, 9));
  30392.     }
  30393.     /**
  30394.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter' shared service.
  30395.      *
  30396.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter
  30397.      */
  30398.     protected function getCriteriaArrayConverterService()
  30399.     {
  30400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CriteriaArrayConverter.php';
  30401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  30402.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CriteriaArrayConverter'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\AggregationParser())));
  30403.     }
  30404.     /**
  30405.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser' shared service.
  30406.      *
  30407.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser
  30408.      */
  30409.     protected function getSqlQueryParserService()
  30410.     {
  30411.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\SqlQueryParser'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30412.     }
  30413.     /**
  30414.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder' shared service.
  30415.      *
  30416.      * @return \Swag\Security\Fixes\NEXT32887\RequestCriteriaBuilderFixed
  30417.      */
  30418.     protected function getRequestCriteriaBuilderService()
  30419.     {
  30420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  30421.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT32887/RequestCriteriaBuilderFixed.php';
  30422.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  30423.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] = new \Swag\Security\Fixes\NEXT32887\RequestCriteriaBuilderFixed(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\AggregationParser())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\ApiCriteriaValidator'] ?? $this->getApiCriteriaValidatorService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CriteriaArrayConverter'] ?? $this->getCriteriaArrayConverterService()), 100);
  30424.     }
  30425.     /**
  30426.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter' shared service.
  30427.      *
  30428.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter
  30429.      */
  30430.     protected function getTokenFilterService()
  30431.     {
  30432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/AbstractTokenFilter.php';
  30433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/TokenFilter.php';
  30434.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30435.     }
  30436.     /**
  30437.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter' shared service.
  30438.      *
  30439.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter
  30440.      */
  30441.     protected function getSearchTermInterpreterService()
  30442.     {
  30443.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\SearchTermInterpreter'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Tokenizer($this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH')))));
  30444.     }
  30445.     /**
  30446.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator' shared service.
  30447.      *
  30448.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator
  30449.      */
  30450.     protected function getEntityExistsValidatorService()
  30451.     {
  30452.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  30453.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  30454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityExistsValidator.php';
  30455.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  30456.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'])) {
  30457.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'];
  30458.         }
  30459.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $a);
  30460.     }
  30461.     /**
  30462.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator' shared service.
  30463.      *
  30464.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator
  30465.      */
  30466.     protected function getEntityNotExistsValidatorService()
  30467.     {
  30468.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  30469.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  30470.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityNotExistsValidator.php';
  30471.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  30472.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'])) {
  30473.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'];
  30474.         }
  30475.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $a);
  30476.     }
  30477.     /**
  30478.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler' shared service.
  30479.      *
  30480.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler
  30481.      */
  30482.     protected function getCleanupVersionTaskHandlerService()
  30483.     {
  30484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Cleanup/CleanupVersionTaskHandler.php';
  30485.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  30486.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'])) {
  30487.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'];
  30488.         }
  30489.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 30);
  30490.     }
  30491.     /**
  30492.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator' shared service.
  30493.      *
  30494.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator
  30495.      */
  30496.     protected function getLockValidatorService()
  30497.     {
  30498.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/Validation/LockValidator.php';
  30499.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\LockValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30500.     }
  30501.     /**
  30502.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor' shared service.
  30503.      *
  30504.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor
  30505.      */
  30506.     protected function getWriteCommandExtractorService()
  30507.     {
  30508.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  30509.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'])) {
  30510.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'];
  30511.         }
  30512.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] = new \Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor($a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  30513.     }
  30514.     /**
  30515.      * Gets the private 'Shopware\Core\Framework\Demodata\Command\DemodataCommand' shared service.
  30516.      *
  30517.      * @return \Shopware\Core\Framework\Demodata\Command\DemodataCommand
  30518.      */
  30519.     protected function getDemodataCommandService()
  30520.     {
  30521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Command/DemodataCommand.php';
  30523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataService.php';
  30524.         $this->privates['Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand'] = $instance = new \Shopware\Core\Framework\Demodata\Command\DemodataCommand(new \Shopware\Core\Framework\Demodata\DemodataService(new RewindableGenerator(function () {
  30525.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\RuleGenerator'] ?? $this->getRuleGeneratorService());
  30526.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomerGenerator'] ?? $this->getCustomerGeneratorService());
  30527.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] ?? $this->getPropertyGroupGeneratorService());
  30528.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CategoryGenerator'] ?? $this->getCategoryGeneratorService());
  30529.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductManufacturerGenerator'] ?? $this->getProductManufacturerGeneratorService());
  30530.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\TagGenerator'] ?? $this->getTagGeneratorService());
  30531.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductReviewGenerator'] ?? $this->getProductReviewGeneratorService());
  30532.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductGenerator'] ?? $this->getProductGeneratorService());
  30533.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PromotionGenerator'] ?? $this->getPromotionGeneratorService());
  30534.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\FlowGenerator'] ?? $this->getFlowGeneratorService());
  30535.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MediaGenerator'] ?? $this->getMediaGeneratorService());
  30536.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductStreamGenerator'] ?? $this->getProductStreamGeneratorService());
  30537.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\OrderGenerator'] ?? $this->getOrderGeneratorService());
  30538.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomFieldGenerator'] ?? $this->getCustomFieldGeneratorService());
  30539.             yield 14 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailTemplateGenerator'] ?? $this->getMailTemplateGeneratorService());
  30540.             yield 15 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailHeaderFooterGenerator'] ?? $this->getMailHeaderFooterGeneratorService());
  30541.             yield 16 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\UserGenerator'] ?? $this->getUserGeneratorService());
  30542.         }, 17), \dirname(__DIR__4), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'dev');
  30543.         $instance->addDefault('rules'25);
  30544.         $instance->addOption('rules'NULL4'Rules count');
  30545.         $instance->addDefault('customers'60);
  30546.         $instance->addOption('customers'NULL4'Customers count');
  30547.         $instance->addDefault('properties'10);
  30548.         $instance->addOption('properties'NULL4'Property group count (option count rand(30-300))');
  30549.         $instance->addDefault('categories'10);
  30550.         $instance->addOption('categories'NULL4'Categories count');
  30551.         $instance->addDefault('manufacturers'60);
  30552.         $instance->addOption('manufacturers'NULL4'Manufacturers count');
  30553.         $instance->addDefault('tags'50);
  30554.         $instance->addOption('tags'NULL4'Tags count');
  30555.         $instance->addDefault('reviews'20);
  30556.         $instance->addOption('reviews'NULL4'Reviews count');
  30557.         $instance->addDefault('products'1000);
  30558.         $instance->addOption('products'NULL4'Products count');
  30559.         $instance->addDefault('promotions'50);
  30560.         $instance->addOption('promotions'NULL4'Promotions count');
  30561.         $instance->addDefault('flows'0);
  30562.         $instance->addOption('flows'NULL4'Flows count');
  30563.         $instance->addDefault('media'300);
  30564.         $instance->addOption('media'NULL4'Media count');
  30565.         $instance->addDefault('product-streams'10);
  30566.         $instance->addOption('product-streams'NULL4'Product-streams count');
  30567.         $instance->addDefault('orders'60);
  30568.         $instance->addOption('orders'NULL4'Orders count');
  30569.         $instance->addDefault('attribute-sets'4);
  30570.         $instance->addOption('attribute-sets'NULL4'CustomField set count');
  30571.         $instance->addDefault('mail-template'10);
  30572.         $instance->addOption('mail-template'NULL4'Mail-template count');
  30573.         $instance->addDefault('mail-header-footer'3);
  30574.         $instance->addOption('mail-header-footer'NULL4'Mail header/footer count');
  30575.         $instance->addDefault('users'0);
  30576.         $instance->addOption('users'NULL4'Users count');
  30577.         $instance->setName('framework:demodata');
  30578.         return $instance;
  30579.     }
  30580.     /**
  30581.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CategoryGenerator' shared service.
  30582.      *
  30583.      * @return \Shopware\Core\Framework\Demodata\Generator\CategoryGenerator
  30584.      */
  30585.     protected function getCategoryGeneratorService()
  30586.     {
  30587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CategoryGenerator.php';
  30589.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CategoryGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\CategoryGenerator(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30590.     }
  30591.     /**
  30592.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator' shared service.
  30593.      *
  30594.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator
  30595.      */
  30596.     protected function getCustomFieldGeneratorService()
  30597.     {
  30598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomFieldGenerator.php';
  30600.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomFieldGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator(($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  30601.     }
  30602.     /**
  30603.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomerGenerator' shared service.
  30604.      *
  30605.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomerGenerator
  30606.      */
  30607.     protected function getCustomerGeneratorService()
  30608.     {
  30609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomerGenerator.php';
  30611.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomerGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\CustomerGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] ?? $this->getCustomerDefinitionService()));
  30612.     }
  30613.     /**
  30614.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\FlowGenerator' shared service.
  30615.      *
  30616.      * @return \Shopware\Core\Framework\Demodata\Generator\FlowGenerator
  30617.      */
  30618.     protected function getFlowGeneratorService()
  30619.     {
  30620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/FlowGenerator.php';
  30622.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\FlowGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\FlowGenerator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService()), ($this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] ?? $this->getFlowActionCollectorService()));
  30623.     }
  30624.     /**
  30625.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator' shared service.
  30626.      *
  30627.      * @return \Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator
  30628.      */
  30629.     protected function getMailHeaderFooterGeneratorService()
  30630.     {
  30631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailHeaderFooterGenerator.php';
  30633.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailHeaderFooterGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] ?? $this->getMailHeaderFooterDefinitionService()));
  30634.     }
  30635.     /**
  30636.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator' shared service.
  30637.      *
  30638.      * @return \Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator
  30639.      */
  30640.     protected function getMailTemplateGeneratorService()
  30641.     {
  30642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailTemplateGenerator.php';
  30644.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailTemplateGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService()), ($this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] ?? $this->getMailTemplateDefinitionService()));
  30645.     }
  30646.     /**
  30647.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MediaGenerator' shared service.
  30648.      *
  30649.      * @return \Shopware\Core\Framework\Demodata\Generator\MediaGenerator
  30650.      */
  30651.     protected function getMediaGeneratorService()
  30652.     {
  30653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MediaGenerator.php';
  30655.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MediaGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\MediaGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService()), ($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] ?? $this->getFileNameProviderService()), ($this->services['media_default_folder.repository'] ?? $this->getMediaDefaultFolder_RepositoryService()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30656.     }
  30657.     /**
  30658.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\OrderGenerator' shared service.
  30659.      *
  30660.      * @return \Shopware\Core\Framework\Demodata\Generator\OrderGenerator
  30661.      */
  30662.     protected function getOrderGeneratorService()
  30663.     {
  30664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/OrderGenerator.php';
  30666.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\OrderGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\OrderGenerator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()));
  30667.     }
  30668.     /**
  30669.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductGenerator' shared service.
  30670.      *
  30671.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductGenerator
  30672.      */
  30673.     protected function getProductGeneratorService()
  30674.     {
  30675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductGenerator.php';
  30677.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\ProductGenerator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\InheritanceUpdater'] ?? $this->getInheritanceUpdaterService()));
  30678.     }
  30679.     /**
  30680.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator' shared service.
  30681.      *
  30682.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator
  30683.      */
  30684.     protected function getProductManufacturerGeneratorService()
  30685.     {
  30686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductManufacturerGenerator.php';
  30688.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductManufacturerGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService()));
  30689.     }
  30690.     /**
  30691.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator' shared service.
  30692.      *
  30693.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator
  30694.      */
  30695.     protected function getProductReviewGeneratorService()
  30696.     {
  30697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductReviewGenerator.php';
  30699.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductReviewGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] ?? $this->getProductReviewDefinitionService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30700.     }
  30701.     /**
  30702.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator' shared service.
  30703.      *
  30704.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator
  30705.      */
  30706.     protected function getProductStreamGeneratorService()
  30707.     {
  30708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductStreamGenerator.php';
  30710.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductStreamGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] ?? $this->getProductStreamDefinitionService()));
  30711.     }
  30712.     /**
  30713.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PromotionGenerator' shared service.
  30714.      *
  30715.      * @return \Shopware\Core\Framework\Demodata\Generator\PromotionGenerator
  30716.      */
  30717.     protected function getPromotionGeneratorService()
  30718.     {
  30719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PromotionGenerator.php';
  30721.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PromotionGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\PromotionGenerator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  30722.     }
  30723.     /**
  30724.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator' shared service.
  30725.      *
  30726.      * @return \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator
  30727.      */
  30728.     protected function getPropertyGroupGeneratorService()
  30729.     {
  30730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PropertyGroupGenerator.php';
  30732.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator(($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService()));
  30733.     }
  30734.     /**
  30735.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\RuleGenerator' shared service.
  30736.      *
  30737.      * @return \Shopware\Core\Framework\Demodata\Generator\RuleGenerator
  30738.      */
  30739.     protected function getRuleGeneratorService()
  30740.     {
  30741.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/RuleGenerator.php';
  30743.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\RuleGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\RuleGenerator(($this->services['rule.repository'] ?? $this->getRule_RepositoryService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] ?? $this->getRuleDefinitionService()));
  30744.     }
  30745.     /**
  30746.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\TagGenerator' shared service.
  30747.      *
  30748.      * @return \Shopware\Core\Framework\Demodata\Generator\TagGenerator
  30749.      */
  30750.     protected function getTagGeneratorService()
  30751.     {
  30752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/TagGenerator.php';
  30754.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\TagGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\TagGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService()));
  30755.     }
  30756.     /**
  30757.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\UserGenerator' shared service.
  30758.      *
  30759.      * @return \Shopware\Core\Framework\Demodata\Generator\UserGenerator
  30760.      */
  30761.     protected function getUserGeneratorService()
  30762.     {
  30763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  30764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/UserGenerator.php';
  30765.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\UserGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\UserGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\User\\UserDefinition'] ?? $this->getUserDefinitionService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  30766.     }
  30767.     /**
  30768.      * Gets the private 'Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand' shared service.
  30769.      *
  30770.      * @return \Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand
  30771.      */
  30772.     protected function getCleanPersonalDataCommandService()
  30773.     {
  30774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30775.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/PersonalData/CleanPersonalDataCommand.php';
  30776.         $this->privates['Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand'] = $instance = new \Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  30777.         $instance->setName('database:clean-personal-data');
  30778.         return $instance;
  30779.     }
  30780.     /**
  30781.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventCollector' shared service.
  30782.      *
  30783.      * @return \Shopware\Core\Framework\Event\BusinessEventCollector
  30784.      */
  30785.     protected function getBusinessEventCollectorService()
  30786.     {
  30787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventCollector.php';
  30788.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30789.         if (isset($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'])) {
  30790.             return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'];
  30791.         }
  30792.         return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] = new \Shopware\Core\Framework\Event\BusinessEventCollector(($this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] ?? $this->getBusinessEventRegistryService()), $a);
  30793.     }
  30794.     /**
  30795.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventDispatcher' shared service.
  30796.      *
  30797.      * @return \Shopware\Core\Framework\Event\BusinessEventDispatcher
  30798.      */
  30799.     protected function getBusinessEventDispatcherService()
  30800.     {
  30801.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService());
  30802.         if (isset($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'])) {
  30803.             return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'];
  30804.         }
  30805.         return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] = new \Shopware\Core\Framework\Event\BusinessEventDispatcher($a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] ?? $this->getEventActionDefinitionService()));
  30806.     }
  30807.     /**
  30808.      * Gets the private 'Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand' shared service.
  30809.      *
  30810.      * @return \Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand
  30811.      */
  30812.     protected function getDebugDumpBusinessEventsCommandService()
  30813.     {
  30814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/Command/DebugDumpBusinessEventsCommand.php';
  30816.         $this->privates['Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand'] = $instance = new \Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand(($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService()));
  30817.         $instance->setName('debug:business-events');
  30818.         return $instance;
  30819.     }
  30820.     /**
  30821.      * Gets the private 'Shopware\Core\Framework\Event\EventAction\EventActionSubscriber' shared service.
  30822.      *
  30823.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber
  30824.      */
  30825.     protected function getEventActionSubscriberService()
  30826.     {
  30827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionSubscriber.php';
  30828.         return $this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] = new \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30829.     }
  30830.     /**
  30831.      * Gets the private 'Shopware\Core\Framework\Feature\Command\FeatureDumpCommand' shared service.
  30832.      *
  30833.      * @return \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand
  30834.      */
  30835.     protected function getFeatureDumpCommandService()
  30836.     {
  30837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30838.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Feature/Command/FeatureDumpCommand.php';
  30839.         $this->privates['Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand'] = $instance = new \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand(($this->services['kernel'] ?? $this->get('kernel'1)));
  30840.         $instance->setName('feature:dump');
  30841.         $instance->setAliases([=> 'administration:dump:features']);
  30842.         return $instance;
  30843.     }
  30844.     /**
  30845.      * Gets the private 'Shopware\Core\Framework\Log\LoggerFactory' shared service.
  30846.      *
  30847.      * @return \Shopware\Core\Framework\Log\LoggerFactory
  30848.      */
  30849.     protected function getLoggerFactoryService()
  30850.     {
  30851.         return $this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] = new \Shopware\Core\Framework\Log\LoggerFactory((\dirname(__DIR__3).'/log/%s_dev.log'), 14);
  30852.     }
  30853.     /**
  30854.      * Gets the private 'Shopware\Core\Framework\Log\LoggingService' shared service.
  30855.      *
  30856.      * @return \Shopware\Core\Framework\Log\LoggingService
  30857.      */
  30858.     protected function getLoggingServiceService()
  30859.     {
  30860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggingService.php';
  30861.         return $this->privates['Shopware\\Core\\Framework\\Log\\LoggingService'] = new \Shopware\Core\Framework\Log\LoggingService('dev', ($this->services['monolog.logger.business_events'] ?? $this->getMonolog_Logger_BusinessEventsService()));
  30862.     }
  30863.     /**
  30864.      * Gets the private 'Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler' shared service.
  30865.      *
  30866.      * @return \Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler
  30867.      */
  30868.     protected function getExcludeFlowEventHandlerService()
  30869.     {
  30870.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 300trueNULLfalse);
  30871.         $a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  30872.         return $this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] = new \Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler($a$this->parameters['shopware.logger.exclude_events']);
  30873.     }
  30874.     /**
  30875.      * Gets the private 'Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler' shared service.
  30876.      *
  30877.      * @return \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler
  30878.      */
  30879.     protected function getLogCleanupTaskHandlerService()
  30880.     {
  30881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/ScheduledTask/LogCleanupTaskHandler.php';
  30882.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  30883.         if (isset($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'])) {
  30884.             return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'];
  30885.         }
  30886.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  30887.         if (isset($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'])) {
  30888.             return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'];
  30889.         }
  30890.         return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] = new \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler($a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30891.     }
  30892.     /**
  30893.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand' shared service.
  30894.      *
  30895.      * @return \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand
  30896.      */
  30897.     protected function getDispatchSleepMessageCommandService()
  30898.     {
  30899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  30901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Command/DispatchSleepMessageCommand.php';
  30902.         $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand'] = $instance = new \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  30903.         $instance->setName('debug:messenger:dispatch-sleep');
  30904.         return $instance;
  30905.     }
  30906.     /**
  30907.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler' shared service.
  30908.      *
  30909.      * @return \Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler
  30910.      */
  30911.     protected function getEncryptedMessageHandlerService()
  30912.     {
  30913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/EncryptedMessageHandler.php';
  30914.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  30915.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'])) {
  30916.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'];
  30917.         }
  30918.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] = new \Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler($a, ($this->privates['shopware.private_key'] ?? ($this->privates['shopware.private_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/private.pem'), $this->getEnv('string:default:jwt_private_key_passphrase_default:JWT_PRIVATE_KEY_PASSPHRASE')))));
  30919.     }
  30920.     /**
  30921.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler' shared service.
  30922.      *
  30923.      * @return \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler
  30924.      */
  30925.     protected function getRetryMessageHandlerService()
  30926.     {
  30927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/RetryMessageHandler.php';
  30928.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  30929.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'])) {
  30930.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'];
  30931.         }
  30932.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] = new \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler($a, new RewindableGenerator(function () {
  30933.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  30934.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  30935.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  30936.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  30937.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  30938.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  30939.             yield => ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  30940.             yield => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  30941.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  30942.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  30943.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService());
  30944.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  30945.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService());
  30946.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  30947.             yield 14 => ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService());
  30948.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service());
  30949.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService());
  30950.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService());
  30951.             yield 18 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService());
  30952.             yield 19 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  30953.             yield 20 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  30954.             yield 21 => ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  30955.             yield 22 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService());
  30956.             yield 23 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService());
  30957.             yield 24 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  30958.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService());
  30959.             yield 26 => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService());
  30960.             yield 27 => ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  30961.             yield 28 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  30962.             yield 29 => ($this->privates['Frosh\\MailArchive\\Task\\CleanupTaskHandler'] ?? $this->getCleanupTaskHandlerService());
  30963.             yield 30 => ($this->privates['FourtwosixMonitorPlugin\\Service\\ScheduledTask\\SendMonitorDataTaskHandler'] ?? $this->getSendMonitorDataTaskHandlerService());
  30964.             yield 31 => ($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'] ?? $this->getCancelTransactionsTaskHandlerService());
  30965.             yield 32 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'] ?? $this->getCloneVisibilityHandlerService());
  30966.             yield 33 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'] ?? $this->getSyncManagerHandlerService());
  30967.             yield 34 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'] ?? $this->getProductSingleSyncHandlerService());
  30968.             yield 35 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'] ?? $this->getProductVariantSyncHandlerService());
  30969.             yield 36 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'] ?? $this->getProductCleanupSyncHandlerService());
  30970.             yield 37 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'] ?? $this->getInventorySyncHandlerService());
  30971.             yield 38 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'] ?? $this->getImageSyncHandlerService());
  30972.             yield 39 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'] ?? $this->getInventoryUpdateHandlerService());
  30973.             yield 40 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'] ?? $this->getCleanUpLogTaskHandlerService());
  30974.             yield 41 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'] ?? $this->getCompleteSyncTaskHandlerService());
  30975.             yield 42 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'] ?? $this->getInventorySyncTaskHandlerService());
  30976.             yield 43 => ($this->privates['Acris\\Tax\\ScheduledTask\\CollectorTaskHandler'] ?? $this->getCollectorTaskHandlerService());
  30977.             yield 44 => ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  30978.         }, 45), ($this->services['logger'] ?? $this->getLoggerService()));
  30979.     }
  30980.     /**
  30981.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler' shared service.
  30982.      *
  30983.      * @return \Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler
  30984.      */
  30985.     protected function getSleepTaskHandlerService()
  30986.     {
  30987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/SleepTaskHandler.php';
  30988.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] = new \Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  30989.     }
  30990.     /**
  30991.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware' shared service.
  30992.      *
  30993.      * @return \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware
  30994.      */
  30995.     protected function getRetryMiddlewareService()
  30996.     {
  30997.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  30998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Middleware/RetryMiddleware.php';
  30999.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31000.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'])) {
  31001.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'];
  31002.         }
  31003.         $b = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  31004.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'])) {
  31005.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'];
  31006.         }
  31007.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] = new \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware($b$a);
  31008.     }
  31009.     /**
  31010.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand' shared service.
  31011.      *
  31012.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand
  31013.      */
  31014.     protected function getRegisterScheduledTasksCommandService()
  31015.     {
  31016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31017.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/RegisterScheduledTasksCommand.php';
  31018.         $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService()));
  31019.         $instance->setName('scheduled-task:register');
  31020.         return $instance;
  31021.     }
  31022.     /**
  31023.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner' shared service.
  31024.      *
  31025.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner
  31026.      */
  31027.     protected function getScheduledTaskRunnerService()
  31028.     {
  31029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/ScheduledTaskRunner.php';
  31031.         $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Scheduler\\TaskScheduler'] ?? $this->getTaskSchedulerService()), ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  31032.         $instance->setName('scheduled-task:run');
  31033.         return $instance;
  31034.     }
  31035.     /**
  31036.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler' shared service.
  31037.      *
  31038.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler
  31039.      */
  31040.     protected function getRegisterScheduledTaskHandlerService()
  31041.     {
  31042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/MessageQueue/RegisterScheduledTaskHandler.php';
  31043.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService());
  31044.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'])) {
  31045.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'];
  31046.         }
  31047.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler($a);
  31048.     }
  31049.     /**
  31050.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry' shared service.
  31051.      *
  31052.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry
  31053.      */
  31054.     protected function getTaskRegistryService()
  31055.     {
  31056.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Registry/TaskRegistry.php';
  31057.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31058.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'])) {
  31059.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'];
  31060.         }
  31061.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry(new RewindableGenerator(function () {
  31062.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] = new \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTask()));
  31063.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTask()));
  31064.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsTask()));
  31065.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsTask()));
  31066.             yield => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask'] = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTask()));
  31067.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesTask()));
  31068.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask'] = new \Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTask()));
  31069.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTask()));
  31070.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTask()));
  31071.             yield => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask'] ?? ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask'] = new \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTask()));
  31072.             yield 10 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTask()));
  31073.             yield 11 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask'] = new \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTask()));
  31074.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask'] ?? ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask'] = new \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTask()));
  31075.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask'] = new \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTask()));
  31076.             yield 14 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] ?? ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] = new \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTask()));
  31077.             yield 15 => ($this->privates['Frosh\\MailArchive\\Task\\CleanupTask'] ?? ($this->privates['Frosh\\MailArchive\\Task\\CleanupTask'] = new \Frosh\MailArchive\Task\CleanupTask()));
  31078.             yield 16 => ($this->privates['FourtwosixMonitorPlugin\\Service\\ScheduledTask\\SendMonitorDataTask'] ?? ($this->privates['FourtwosixMonitorPlugin\\Service\\ScheduledTask\\SendMonitorDataTask'] = new \FourtwosixMonitorPlugin\Service\ScheduledTask\SendMonitorDataTask()));
  31079.             yield 17 => ($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTask'] ?? ($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTask'] = new \Swag\PayPal\Checkout\Payment\ScheduledTask\CancelTransactionsTask()));
  31080.             yield 18 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTask'] ?? ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTask'] = new \Swag\PayPal\Pos\Schedule\CleanUpLogTask()));
  31081.             yield 19 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTask'] ?? ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTask'] = new \Swag\PayPal\Pos\Schedule\CompleteSyncTask()));
  31082.             yield 20 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTask'] ?? ($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTask'] = new \Swag\PayPal\Pos\Schedule\InventorySyncTask()));
  31083.             yield 21 => ($this->privates['Acris\\Tax\\ScheduledTask\\CollectorTask'] ?? ($this->privates['Acris\\Tax\\ScheduledTask\\CollectorTask'] = new \Acris\Tax\ScheduledTask\CollectorTask()));
  31084.         }, 22), $a);
  31085.     }
  31086.     /**
  31087.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler' shared service.
  31088.      *
  31089.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler
  31090.      */
  31091.     protected function getRequeueDeadMessagesHandlerService()
  31092.     {
  31093.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/RequeueDeadMessagesHandler.php';
  31094.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/RequeueDeadMessagesService.php';
  31095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/EncryptedBus.php';
  31096.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31097.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  31098.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  31099.         }
  31100.         $b = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  31101.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  31102.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  31103.         }
  31104.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  31105.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  31106.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  31107.         }
  31108.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler($a, new \Shopware\Core\Framework\MessageQueue\DeadMessage\RequeueDeadMessagesService($b$c, new \Shopware\Core\Framework\MessageQueue\EncryptedBus($c, ($this->privates['shopware.public_key'] ?? ($this->privates['shopware.public_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/public.pem'))))), ($this->services['logger'] ?? $this->getLoggerService())));
  31109.     }
  31110.     /**
  31111.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler' shared service.
  31112.      *
  31113.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler
  31114.      */
  31115.     protected function getTaskSchedulerService()
  31116.     {
  31117.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Scheduler/TaskScheduler.php';
  31118.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Scheduler\\TaskScheduler'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  31119.     }
  31120.     /**
  31121.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber' shared service.
  31122.      *
  31123.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber
  31124.      */
  31125.     protected function getPluginLifecycleSubscriberService()
  31126.     {
  31127.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/PluginLifecycleSubscriber.php';
  31128.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService()), ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  31129.     }
  31130.     /**
  31131.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber' shared service.
  31132.      *
  31133.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber
  31134.      */
  31135.     protected function getUpdatePostFinishSubscriberService()
  31136.     {
  31137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/UpdatePostFinishSubscriber.php';
  31138.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\UpdatePostFinishSubscriber'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService()));
  31139.     }
  31140.     /**
  31141.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler' shared service.
  31142.      *
  31143.      * @return \Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler
  31144.      */
  31145.     protected function getMessageFailedHandlerService()
  31146.     {
  31147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/MessageFailedHandler.php';
  31148.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageFailedHandler'] = new \Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler(($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()), 'default');
  31149.     }
  31150.     /**
  31151.      * Gets the private 'Shopware\Core\Framework\Migration\Command\CreateMigrationCommand' shared service.
  31152.      *
  31153.      * @return \Shopware\Core\Framework\Migration\Command\CreateMigrationCommand
  31154.      */
  31155.     protected function getCreateMigrationCommandService()
  31156.     {
  31157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31158.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/CreateMigrationCommand.php';
  31159.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\CreateMigrationCommand(($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] ?? $this->getKernelPluginCollectionService()), (\dirname(__DIR__4).'/vendor/shopware/core'), '6.4.18.1');
  31160.         $instance->setName('database:create-migration');
  31161.         return $instance;
  31162.     }
  31163.     /**
  31164.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationCommand' shared service.
  31165.      *
  31166.      * @return \Shopware\Core\Framework\Migration\Command\MigrationCommand
  31167.      */
  31168.     protected function getMigrationCommandService()
  31169.     {
  31170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  31172.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\MigrationCommand(($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), '6.4.18.1');
  31173.         $instance->setName('database:migrate');
  31174.         return $instance;
  31175.     }
  31176.     /**
  31177.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand' shared service.
  31178.      *
  31179.      * @return \Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand
  31180.      */
  31181.     protected function getMigrationDestructiveCommandService()
  31182.     {
  31183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  31185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationDestructiveCommand.php';
  31186.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand(($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), '6.4.18.1');
  31187.         $instance->setName('database:migrate-destructive');
  31188.         return $instance;
  31189.     }
  31190.     /**
  31191.      * Gets the private 'Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand' shared service.
  31192.      *
  31193.      * @return \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand
  31194.      */
  31195.     protected function getRefreshMigrationCommandService()
  31196.     {
  31197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/RefreshMigrationCommand.php';
  31199.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand();
  31200.         $instance->setName('database:refresh-migration');
  31201.         return $instance;
  31202.     }
  31203.     /**
  31204.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_3' shared service.
  31205.      *
  31206.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  31207.      */
  31208.     protected function getMigrationSource_Core_V63Service()
  31209.     {
  31210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  31211.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_3');
  31212.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_3'), 'Shopware\\Core\\Migration\\V6_3');
  31213.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  31214.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  31215.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_3'), 'Shopware\\Storefront\\Migration\\V6_3');
  31216.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  31217.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  31218.         return $instance;
  31219.     }
  31220.     /**
  31221.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_4' shared service.
  31222.      *
  31223.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  31224.      */
  31225.     protected function getMigrationSource_Core_V64Service()
  31226.     {
  31227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  31228.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_4');
  31229.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_4'), 'Shopware\\Core\\Migration\\V6_4');
  31230.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/administration/Migration/V6_4'), 'Shopware\\Administration\\Migration\\V6_4');
  31231.         $instance->addReplacementPattern('#^(Shopware\\\\Administration\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  31232.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_4'), 'Shopware\\Storefront\\Migration\\V6_4');
  31233.         return $instance;
  31234.     }
  31235.     /**
  31236.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_5' shared service.
  31237.      *
  31238.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  31239.      */
  31240.     protected function getMigrationSource_Core_V65Service()
  31241.     {
  31242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  31243.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_5');
  31244.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_5'), 'Shopware\\Core\\Migration\\V6_5');
  31245.         return $instance;
  31246.     }
  31247.     /**
  31248.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\BundleDumpCommand' shared service.
  31249.      *
  31250.      * @return \Shopware\Core\Framework\Plugin\Command\BundleDumpCommand
  31251.      */
  31252.     protected function getBundleDumpCommandService()
  31253.     {
  31254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31255.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/BundleDumpCommand.php';
  31256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGeneratorInterface.php';
  31257.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGenerator.php';
  31258.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\BundleDumpCommand(new \Shopware\Core\Framework\Plugin\BundleConfigGenerator(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? $this->getActiveAppsLoaderService())), \dirname(__DIR__4));
  31259.         $instance->setName('bundle:dump');
  31260.         return $instance;
  31261.     }
  31262.     /**
  31263.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand' shared service.
  31264.      *
  31265.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand
  31266.      */
  31267.     protected function getPluginActivateCommandService()
  31268.     {
  31269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  31271.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginActivateCommand.php';
  31272.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand(($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] ?? $this->getPluginLifecycleServiceService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  31273.         $instance->setName('plugin:activate');
  31274.         return $instance;
  31275.     }
  31276.     /**
  31277.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand' shared service.
  31278.      *
  31279.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand
  31280.      */
  31281.     protected function getPluginDeactivateCommandService()
  31282.     {
  31283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  31285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginDeactivateCommand.php';
  31286.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand(($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] ?? $this->getPluginLifecycleServiceService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  31287.         $instance->setName('plugin:deactivate');
  31288.         return $instance;
  31289.     }
  31290.     /**
  31291.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand' shared service.
  31292.      *
  31293.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand
  31294.      */
  31295.     protected function getPluginInstallCommandService()
  31296.     {
  31297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  31299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginInstallCommand.php';
  31300.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand(($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] ?? $this->getPluginLifecycleServiceService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  31301.         $instance->setName('plugin:install');
  31302.         return $instance;
  31303.     }
  31304.     /**
  31305.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand' shared service.
  31306.      *
  31307.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand
  31308.      */
  31309.     protected function getPluginUninstallCommandService()
  31310.     {
  31311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  31313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUninstallCommand.php';
  31314.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand(($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] ?? $this->getPluginLifecycleServiceService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  31315.         $instance->setName('plugin:uninstall');
  31316.         return $instance;
  31317.     }
  31318.     /**
  31319.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand' shared service.
  31320.      *
  31321.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand
  31322.      */
  31323.     protected function getPluginUpdateCommandService()
  31324.     {
  31325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31326.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  31327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUpdateCommand.php';
  31328.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand(($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] ?? $this->getPluginLifecycleServiceService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  31329.         $instance->setName('plugin:update');
  31330.         return $instance;
  31331.     }
  31332.     /**
  31333.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginCreateCommand' shared service.
  31334.      *
  31335.      * @return \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand
  31336.      */
  31337.     protected function getPluginCreateCommandService()
  31338.     {
  31339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginCreateCommand.php';
  31341.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand(\dirname(__DIR__4));
  31342.         $instance->setName('plugin:create');
  31343.         return $instance;
  31344.     }
  31345.     /**
  31346.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginListCommand' shared service.
  31347.      *
  31348.      * @return \Shopware\Core\Framework\Plugin\Command\PluginListCommand
  31349.      */
  31350.     protected function getPluginListCommandService()
  31351.     {
  31352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginListCommand.php';
  31354.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginListCommand(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  31355.         $instance->setName('plugin:list');
  31356.         return $instance;
  31357.     }
  31358.     /**
  31359.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand' shared service.
  31360.      *
  31361.      * @return \Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand
  31362.      */
  31363.     protected function getPluginRefreshCommandService()
  31364.     {
  31365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginRefreshCommand.php';
  31367.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand(($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService()));
  31368.         $instance->setName('plugin:refresh');
  31369.         return $instance;
  31370.     }
  31371.     /**
  31372.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand' shared service.
  31373.      *
  31374.      * @return \Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand
  31375.      */
  31376.     protected function getPluginZipImportCommandService()
  31377.     {
  31378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginZipImportCommand.php';
  31380.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand(($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  31381.         $instance->setName('plugin:zip-import');
  31382.         return $instance;
  31383.     }
  31384.     /**
  31385.      * Gets the private 'Shopware\Core\Framework\Plugin\Composer\CommandExecutor' shared service.
  31386.      *
  31387.      * @return \Shopware\Core\Framework\Plugin\Composer\CommandExecutor
  31388.      */
  31389.     protected function getCommandExecutorService($lazyLoad true)
  31390.     {
  31391.         if ($lazyLoad) {
  31392.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Composer\\CommandExecutor'] = $this->createProxy('CommandExecutor_2fbbc6d', function () {
  31393.                 return \CommandExecutor_2fbbc6d::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  31394.                     $wrappedInstance $this->getCommandExecutorService(false);
  31395.                     $proxy->setProxyInitializer(null);
  31396.                     return true;
  31397.                 });
  31398.             });
  31399.         }
  31400.         return new \Shopware\Core\Framework\Plugin\Composer\CommandExecutor(\dirname(__DIR__4));
  31401.     }
  31402.     /**
  31403.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginLifecycleService' shared service.
  31404.      *
  31405.      * @return \Shopware\Core\Framework\Plugin\PluginLifecycleService
  31406.      */
  31407.     protected function getPluginLifecycleServiceService()
  31408.     {
  31409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginLifecycleService.php';
  31410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Requirement/RequirementsValidator.php';
  31411.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  31412.         return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] = new \Shopware\Core\Framework\Plugin\PluginLifecycleService($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] ?? $this->getKernelPluginCollectionService()), $this, ($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] ?? $this->getAssetServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\Composer\\CommandExecutor'] ?? $this->getCommandExecutorService()), new \Shopware\Core\Framework\Plugin\Requirement\RequirementsValidator($a\dirname(__DIR__4)), ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), '6.4.18.1', ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  31413.     }
  31414.     /**
  31415.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginManagementService' shared service.
  31416.      *
  31417.      * @return \Shopware\Core\Framework\Plugin\PluginManagementService
  31418.      */
  31419.     protected function getPluginManagementServiceService()
  31420.     {
  31421.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginManagementService.php';
  31422.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginZipDetector.php';
  31423.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginExtractor.php';
  31424.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  31425.         $a = ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem()));
  31426.         $b = ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService());
  31427.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'])) {
  31428.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'];
  31429.         }
  31430.         $c = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  31431.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'])) {
  31432.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'];
  31433.         }
  31434.         return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] = new \Shopware\Core\Framework\Plugin\PluginManagementService(\dirname(__DIR__4), new \Shopware\Core\Framework\Plugin\PluginZipDetector(), new \Shopware\Core\Framework\Plugin\PluginExtractor(['plugin' => (\dirname(__DIR__4).'/custom/plugins'), 'app' => (\dirname(__DIR__4).'/custom/apps')], $a), $b$a$c, new \GuzzleHttp\Client());
  31435.     }
  31436.     /**
  31437.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginService' shared service.
  31438.      *
  31439.      * @return \Shopware\Core\Framework\Plugin\PluginService
  31440.      */
  31441.     protected function getPluginServiceService()
  31442.     {
  31443.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginService.php';
  31444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogService.php';
  31445.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogParser.php';
  31446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginFinder.php';
  31447.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Composer/PackageProvider.php';
  31448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/VersionSanitizer.php';
  31449.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  31450.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'])) {
  31451.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'];
  31452.         }
  31453.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  31454.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'])) {
  31455.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'];
  31456.         }
  31457.         return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] = new \Shopware\Core\Framework\Plugin\PluginService((\dirname(__DIR__4).'/custom/plugins'), \dirname(__DIR__4), $a$b, new \Shopware\Core\Framework\Plugin\Changelog\ChangelogService(new \Shopware\Core\Framework\Plugin\Changelog\ChangelogParser()), new \Shopware\Core\Framework\Plugin\Util\PluginFinder(new \Shopware\Core\Framework\Plugin\Composer\PackageProvider()), new \Shopware\Core\Framework\Plugin\Util\VersionSanitizer());
  31458.     }
  31459.     /**
  31460.      * Gets the private 'Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber' shared service.
  31461.      *
  31462.      * @return \Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber
  31463.      */
  31464.     protected function getPluginAclPrivilegesSubscriberService()
  31465.     {
  31466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Subscriber/PluginAclPrivilegesSubscriber.php';
  31467.         return $this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginAclPrivilegesSubscriber'] = new \Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber(($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] ?? $this->getKernelPluginCollectionService()));
  31468.     }
  31469.     /**
  31470.      * Gets the private 'Shopware\Core\Framework\Plugin\Util\AssetService' shared service.
  31471.      *
  31472.      * @return \Shopware\Core\Framework\Plugin\Util\AssetService
  31473.      */
  31474.     protected function getAssetServiceService()
  31475.     {
  31476.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/AssetService.php';
  31477.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  31478.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'])) {
  31479.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'];
  31480.         }
  31481.         return $this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] = new \Shopware\Core\Framework\Plugin\Util\AssetService(($this->services['shopware.filesystem.asset'] ?? $this->getShopware_Filesystem_AssetService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService()), $a, ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), (\dirname(__DIR__4).'/vendor/shopware/core'), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  31482.     }
  31483.     /**
  31484.      * Gets the private 'Shopware\Core\Framework\Routing\ContextResolverListener' shared service.
  31485.      *
  31486.      * @return \Shopware\Core\Framework\Routing\ContextResolverListener
  31487.      */
  31488.     protected function getContextResolverListenerService()
  31489.     {
  31490.         $a = ($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? $this->getSalesChannelRequestContextResolverService());
  31491.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'])) {
  31492.             return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'];
  31493.         }
  31494.         return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] = new \Shopware\Core\Framework\Routing\ContextResolverListener($a);
  31495.     }
  31496.     /**
  31497.      * Gets the private 'Shopware\Core\Framework\Routing\CoreSubscriber' shared service.
  31498.      *
  31499.      * @return \Shopware\Core\Framework\Routing\CoreSubscriber
  31500.      */
  31501.     protected function getCoreSubscriberService()
  31502.     {
  31503.         return $this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] = new \Shopware\Core\Framework\Routing\CoreSubscriber($this->parameters['shopware.security.csp_templates']);
  31504.     }
  31505.     /**
  31506.      * Gets the private 'Shopware\Core\Framework\Routing\RouteEventSubscriber' shared service.
  31507.      *
  31508.      * @return \Shopware\Core\Framework\Routing\RouteEventSubscriber
  31509.      */
  31510.     protected function getRouteEventSubscriberService()
  31511.     {
  31512.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31513.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'])) {
  31514.             return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'];
  31515.         }
  31516.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] = new \Shopware\Core\Framework\Routing\RouteEventSubscriber($a);
  31517.     }
  31518.     /**
  31519.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeListener' shared service.
  31520.      *
  31521.      * @return \Shopware\Core\Framework\Routing\RouteScopeListener
  31522.      */
  31523.     protected function getRouteScopeListenerService()
  31524.     {
  31525.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeListener'] = new \Shopware\Core\Framework\Routing\RouteScopeListener(($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new RewindableGenerator(function () {
  31526.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] = new \Shopware\Core\Framework\Routing\SymfonyRouteScopeWhitelist()));
  31527.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] = new \Shopware\Core\Framework\Routing\PaymentScopeWhitelist()));
  31528.         }, 2));
  31529.     }
  31530.     /**
  31531.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeRegistry' shared service.
  31532.      *
  31533.      * @return \Shopware\Core\Framework\Routing\RouteScopeRegistry
  31534.      */
  31535.     protected function getRouteScopeRegistryService()
  31536.     {
  31537.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] = new \Shopware\Core\Framework\Routing\RouteScopeRegistry(new RewindableGenerator(function () {
  31538.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] = new \Shopware\Core\Framework\Routing\RouteScope()));
  31539.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] = new \Shopware\Core\Framework\Routing\ApiRouteScope()));
  31540.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] = new \Shopware\Core\Framework\Routing\StoreApiRouteScope()));
  31541.             yield => ($this->privates['Shopware\\Administration\\Framework\\Routing\\AdministrationRouteScope'] ?? ($this->privates['Shopware\\Administration\\Framework\\Routing\\AdministrationRouteScope'] = new \Shopware\Administration\Framework\Routing\AdministrationRouteScope($this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'))));
  31542.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] = new \Shopware\Storefront\Framework\Routing\StorefrontRouteScope()));
  31543.         }, 5));
  31544.     }
  31545.     /**
  31546.      * Gets the private 'Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver' shared service.
  31547.      *
  31548.      * @return \Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver
  31549.      */
  31550.     protected function getSalesChannelRequestContextResolverService()
  31551.     {
  31552.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31553.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'])) {
  31554.             return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'];
  31555.         }
  31556.         $b = ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService());
  31557.         $c = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  31558.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'])) {
  31559.             return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'];
  31560.         }
  31561.         return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] = new \Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver(new \Shopware\Core\Framework\Routing\ApiRequestContextResolver(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b), $c$a$b);
  31562.     }
  31563.     /**
  31564.      * Gets the private 'Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry' shared service.
  31565.      *
  31566.      * @return \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry
  31567.      */
  31568.     protected function getRuleConditionRegistryService()
  31569.     {
  31570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Collector/RuleConditionRegistry.php';
  31571.         return $this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] = new \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry(new RewindableGenerator(function () {
  31572.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  31573.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  31574.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  31575.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  31576.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  31577.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  31578.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  31579.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  31580.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  31581.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  31582.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  31583.             yield 11 => ($this->privates['Shopware\\Core\\System\\Language\\Rule\\LanguageRule'] ?? ($this->privates['Shopware\\Core\\System\\Language\\Rule\\LanguageRule'] = new \Shopware\Core\System\Language\Rule\LanguageRule()));
  31584.             yield 12 => ($this->privates['Shopware\\Core\\System\\Currency\\Rule\\CurrencyRule'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\Rule\\CurrencyRule'] = new \Shopware\Core\System\Currency\Rule\CurrencyRule()));
  31585.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Rule\\OrderTagRule'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Rule\\OrderTagRule'] = new \Shopware\Core\Content\Flow\Rule\OrderTagRule()));
  31586.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartAmountRule()));
  31587.             yield 15 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartPositionPriceRule()));
  31588.             yield 16 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsCountRule()));
  31589.             yield 17 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsPriceRule()));
  31590.             yield 18 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfTypeRule()));
  31591.             yield 19 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemRule()));
  31592.             yield 20 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionLineItemRule()));
  31593.             yield 21 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionCodeOfTypeRule()));
  31594.             yield 22 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionValueRule()));
  31595.             yield 23 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionsInCartCountRule()));
  31596.             yield 24 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartRule()));
  31597.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTotalPriceRule()));
  31598.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemUnitPriceRule()));
  31599.             yield 27 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWithQuantityRule()));
  31600.             yield 28 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWrapperRule()));
  31601.             yield 29 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartWeightRule()));
  31602.             yield 30 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartVolumeRule()));
  31603.             yield 31 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartHasDeliveryFreeItemRule()));
  31604.             yield 32 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCountryRule()));
  31605.             yield 33 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStreetRule()));
  31606.             yield 34 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingZipCodeRule()));
  31607.             yield 35 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerGroupRule()));
  31608.             yield 36 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerTagRule()));
  31609.             yield 37 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerNumberRule()));
  31610.             yield 38 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] = new \Shopware\Core\Checkout\Customer\Rule\DifferentAddressesRule()));
  31611.             yield 39 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] = new \Shopware\Core\Checkout\Customer\Rule\EmailRule()));
  31612.             yield 40 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewCustomerRule()));
  31613.             yield 41 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsActiveRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsActiveRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsActiveRule()));
  31614.             yield 42 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] = new \Shopware\Core\Checkout\Customer\Rule\LastNameRule()));
  31615.             yield 43 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsCompanyRule()));
  31616.             yield 44 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartTaxDisplayRule()));
  31617.             yield 45 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsGuestCustomerRule()));
  31618.             yield 46 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewsletterRecipientRule()));
  31619.             yield 47 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCountryRule()));
  31620.             yield 48 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStreetRule()));
  31621.             yield 49 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCityRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCityRule()));
  31622.             yield 50 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCityRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCityRule()));
  31623.             yield 51 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStateRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStateRule()));
  31624.             yield 52 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStateRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStateRule()));
  31625.             yield 53 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingZipCodeRule()));
  31626.             yield 54 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerLoggedInRule()));
  31627.             yield 55 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartCountRule()));
  31628.             yield 56 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderCountRule()));
  31629.             yield 57 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastOrderRule()));
  31630.             yield 58 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTagRule()));
  31631.             yield 59 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] = new \Shopware\Core\Checkout\Cart\Rule\AlwaysValidRule()));
  31632.             yield 60 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPropertyRule()));
  31633.             yield 61 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemIsNewRule()));
  31634.             yield 62 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfManufacturerRule()));
  31635.             yield 63 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPurchasePriceRule()));
  31636.             yield 64 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCreationDateRule()));
  31637.             yield 65 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemReleaseDateRule()));
  31638.             yield 66 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemClearanceSaleRule()));
  31639.             yield 67 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPromotedRule()));
  31640.             yield 68 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInCategoryRule()));
  31641.             yield 69 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInProductStreamRule()));
  31642.             yield 70 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTaxationRule()));
  31643.             yield 71 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWidthRule()));
  31644.             yield 72 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionHeightRule()));
  31645.             yield 73 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionLengthRule()));
  31646.             yield 74 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWeightRule()));
  31647.             yield 75 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionVolumeRule()));
  31648.             yield 76 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRule()));
  31649.             yield 77 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRatioRule()));
  31650.             yield 78 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCustomFieldRule()));
  31651.             yield 79 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemStockRule()));
  31652.             yield 80 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemActualStockRule()));
  31653.             yield 81 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\PaymentMethodRule()));
  31654.             yield 82 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\ShippingMethodRule()));
  31655.             yield 83 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemGoodsTotalRule()));
  31656.             yield 84 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderTotalAmountRule()));
  31657.             yield 85 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerCustomFieldRule()));
  31658.             yield 86 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerBirthdayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerBirthdayRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerBirthdayRule()));
  31659.             yield 87 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerAgeRule()));
  31660.             yield 88 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastLoginRule()));
  31661.             yield 89 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\AffiliateCodeRule()));
  31662.             yield 90 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CampaignCodeRule()));
  31663.             yield 91 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\VatIdRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\VatIdRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\VatIdRule()));
  31664.             yield 92 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\BillingAddressVatIdRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\BillingAddressVatIdRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\BillingAddressVatIdRule()));
  31665.             yield 93 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\ShippingAddressVatIdRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\ShippingAddressVatIdRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\ShippingAddressVatIdRule()));
  31666.             yield 94 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\VatIdValidRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\VatIdValidRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\VatIdValidRule()));
  31667.             yield 95 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\BillingAddressVatIdValidRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\BillingAddressVatIdValidRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\BillingAddressVatIdValidRule()));
  31668.             yield 96 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\ShippingAddressVatIdValidRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\ShippingAddressVatIdValidRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\ShippingAddressVatIdValidRule()));
  31669.             yield 97 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\SameCountryInBillingAddressAndShippingAddressRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\SameCountryInBillingAddressAndShippingAddressRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\SameCountryInBillingAddressAndShippingAddressRule()));
  31670.             yield 98 => ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\WarehouseRule'] ?? ($this->privates['Acris\\Tax\\Core\\Checkout\\Customer\\Rule\\WarehouseRule'] = new \Acris\Tax\Core\Checkout\Customer\Rule\WarehouseRule()));
  31671.         }, 99));
  31672.     }
  31673.     /**
  31674.      * Gets the private 'Shopware\Core\Framework\Script\Api\ScriptResponseEncoder' shared service.
  31675.      *
  31676.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseEncoder
  31677.      */
  31678.     protected function getScriptResponseEncoderService()
  31679.     {
  31680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseEncoder.php';
  31681.         return $this->privates['Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseEncoder'] = new \Shopware\Core\Framework\Script\Api\ScriptResponseEncoder(($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] ?? $this->getStructEncoderService()));
  31682.     }
  31683.     /**
  31684.      * Gets the private 'Shopware\Core\Framework\Script\Execution\ScriptLoader' shared service.
  31685.      *
  31686.      * @return \Shopware\Core\Framework\Script\Execution\ScriptLoader
  31687.      */
  31688.     protected function getScriptLoaderService()
  31689.     {
  31690.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  31691.         if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'])) {
  31692.             return $this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'];
  31693.         }
  31694.         return $this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] = new \Shopware\Core\Framework\Script\Execution\ScriptLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), $this->targetDir.''true);
  31695.     }
  31696.     /**
  31697.      * Gets the private 'Shopware\Core\Framework\Store\Authentication\LocaleProvider' shared service.
  31698.      *
  31699.      * @return \Shopware\Core\Framework\Store\Authentication\LocaleProvider
  31700.      */
  31701.     protected function getLocaleProviderService()
  31702.     {
  31703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/LocaleProvider.php';
  31704.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  31705.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'])) {
  31706.             return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'];
  31707.         }
  31708.         return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] = new \Shopware\Core\Framework\Store\Authentication\LocaleProvider($a);
  31709.     }
  31710.     /**
  31711.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreDownloadCommand' shared service.
  31712.      *
  31713.      * @return \Shopware\Core\Framework\Store\Command\StoreDownloadCommand
  31714.      */
  31715.     protected function getStoreDownloadCommandService()
  31716.     {
  31717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreDownloadCommand.php';
  31719.         $this->privates['Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand'] = $instance = new \Shopware\Core\Framework\Store\Command\StoreDownloadCommand(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] ?? $this->getPluginLifecycleServiceService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  31720.         $instance->setName('store:download');
  31721.         return $instance;
  31722.     }
  31723.     /**
  31724.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreLoginCommand' shared service.
  31725.      *
  31726.      * @return \Shopware\Core\Framework\Store\Command\StoreLoginCommand
  31727.      */
  31728.     protected function getStoreLoginCommandService()
  31729.     {
  31730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreLoginCommand.php';
  31732.         $this->privates['Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand'] = $instance = new \Shopware\Core\Framework\Store\Command\StoreLoginCommand(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  31733.         $instance->setName('store:login');
  31734.         return $instance;
  31735.     }
  31736.     /**
  31737.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractExtensionDataProvider' shared service.
  31738.      *
  31739.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDataProvider
  31740.      */
  31741.     protected function getAbstractExtensionDataProviderService()
  31742.     {
  31743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionDataProvider.php';
  31744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDataProvider.php';
  31745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionListingLoader.php';
  31746.         $a = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService());
  31747.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  31748.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  31749.         }
  31750.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  31751.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  31752.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  31753.         }
  31754.         $c = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  31755.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  31756.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  31757.         }
  31758.         $d = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService());
  31759.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  31760.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  31761.         }
  31762.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] = new \Shopware\Core\Framework\Store\Services\ExtensionDataProvider($a$b$c, new \Shopware\Core\Framework\Store\Services\ExtensionListingLoader($d));
  31763.     }
  31764.     /**
  31765.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractStoreAppLifecycleService' shared service.
  31766.      *
  31767.      * @return \Shopware\Core\Framework\Store\Services\StoreAppLifecycleService
  31768.      */
  31769.     protected function getAbstractStoreAppLifecycleServiceService()
  31770.     {
  31771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractStoreAppLifecycleService.php';
  31772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreAppLifecycleService.php';
  31773.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] ?? $this->getAppLifecycleService());
  31774.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  31775.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  31776.         }
  31777.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  31778.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  31779.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  31780.         }
  31781.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  31782.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  31783.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  31784.         }
  31785.         $d = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  31786.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  31787.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  31788.         }
  31789.         $e = ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService());
  31790.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  31791.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  31792.         }
  31793.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'] = new \Shopware\Core\Framework\Store\Services\StoreAppLifecycleService(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), $a$b$c$d$e, ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\AppConfirmationDeltaProvider'] ?? $this->getAppConfirmationDeltaProviderService()));
  31794.     }
  31795.     /**
  31796.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionDownloader' shared service.
  31797.      *
  31798.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDownloader
  31799.      */
  31800.     protected function getExtensionDownloaderService()
  31801.     {
  31802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDownloader.php';
  31803.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  31804.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'])) {
  31805.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'];
  31806.         }
  31807.         $b = ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService());
  31808.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'])) {
  31809.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'];
  31810.         }
  31811.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'] = new \Shopware\Core\Framework\Store\Services\ExtensionDownloader($a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), $b);
  31812.     }
  31813.     /**
  31814.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLifecycleService' shared service.
  31815.      *
  31816.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLifecycleService
  31817.      */
  31818.     protected function getExtensionLifecycleServiceService()
  31819.     {
  31820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionLifecycle.php';
  31821.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLifecycleService.php';
  31822.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLifecycleService'] = new \Shopware\Core\Framework\Store\Services\ExtensionLifecycleService(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'] ?? $this->getAbstractStoreAppLifecycleServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] ?? $this->getPluginLifecycleServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService()));
  31823.     }
  31824.     /**
  31825.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLoader' shared service.
  31826.      *
  31827.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLoader
  31828.      */
  31829.     protected function getExtensionLoaderService()
  31830.     {
  31831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLoader.php';
  31832.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  31833.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  31834.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  31835.         }
  31836.         $b = ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService());
  31837.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  31838.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  31839.         }
  31840.         $c = ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService());
  31841.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  31842.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  31843.         }
  31844.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] = new \Shopware\Core\Framework\Store\Services\ExtensionLoader($a, ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), $b$c, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  31845.     }
  31846.     /**
  31847.      * Gets the private 'Shopware\Core\Framework\Store\Services\FirstRunWizardClient' shared service.
  31848.      *
  31849.      * @return \Shopware\Core\Framework\Store\Services\FirstRunWizardClient
  31850.      */
  31851.     protected function getFirstRunWizardClientService()
  31852.     {
  31853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/FirstRunWizardClient.php';
  31854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  31855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/FrwRequestOptionsProvider.php';
  31856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  31857.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  31858.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\FirstRunWizardClient'] = new \Shopware\Core\Framework\Store\Services\FirstRunWizardClient(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), true, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()), new \Shopware\Core\Framework\Store\Authentication\FrwRequestOptionsProvider(($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService()), $a), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.18.1'$this->getEnv('INSTANCE_ID')))), $a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'] ?? $this->getTrackingEventClientService()));
  31859.     }
  31860.     /**
  31861.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreClient' shared service.
  31862.      *
  31863.      * @return \Shopware\Core\Framework\Store\Services\StoreClient
  31864.      */
  31865.     protected function getStoreClientService()
  31866.     {
  31867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClient.php';
  31868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  31869.         $a = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService());
  31870.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  31871.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  31872.         }
  31873.         $b = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  31874.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  31875.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  31876.         }
  31877.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31878.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  31879.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  31880.         }
  31881.         $d = ($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService());
  31882.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  31883.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  31884.         }
  31885.         $e = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService());
  31886.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  31887.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  31888.         }
  31889.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] = new \Shopware\Core\Framework\Store\Services\StoreClient($this->parameters['shopware.store_endpoints'], $a$b$c$d$e, ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.18.1'$this->getEnv('INSTANCE_ID')))));
  31890.     }
  31891.     /**
  31892.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreService' shared service.
  31893.      *
  31894.      * @return \Shopware\Core\Framework\Store\Services\StoreService
  31895.      */
  31896.     protected function getStoreServiceService($lazyLoad true)
  31897.     {
  31898.         if ($lazyLoad) {
  31899.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] = $this->createProxy('StoreService_93b91c4', function () {
  31900.                 return \StoreService_93b91c4::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  31901.                     $wrappedInstance $this->getStoreServiceService(false);
  31902.                     $proxy->setProxyInitializer(null);
  31903.                     return true;
  31904.                 });
  31905.             });
  31906.         }
  31907.         return new \Shopware\Core\Framework\Store\Services\StoreService(($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'] ?? $this->getTrackingEventClientService()));
  31908.     }
  31909.     /**
  31910.      * Gets the private 'Shopware\Core\Framework\Store\Services\TrackingEventClient' shared service.
  31911.      *
  31912.      * @return \Shopware\Core\Framework\Store\Services\TrackingEventClient
  31913.      */
  31914.     protected function getTrackingEventClientService()
  31915.     {
  31916.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/TrackingEventClient.php';
  31917.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  31918.         $a = ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService());
  31919.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'])) {
  31920.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'];
  31921.         }
  31922.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'] = new \Shopware\Core\Framework\Store\Services\TrackingEventClient($a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.18.1'$this->getEnv('INSTANCE_ID')))));
  31923.     }
  31924.     /**
  31925.      * Gets the private 'Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber' shared service.
  31926.      *
  31927.      * @return \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber
  31928.      */
  31929.     protected function getLicenseHostChangedSubscriberService()
  31930.     {
  31931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Subscriber/LicenseHostChangedSubscriber.php';
  31932.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31933.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'])) {
  31934.             return $this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'];
  31935.         }
  31936.         return $this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] = new \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  31937.     }
  31938.     /**
  31939.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\LicenseCheck' shared service.
  31940.      *
  31941.      * @return \Shopware\Core\Framework\Update\Checkers\LicenseCheck
  31942.      */
  31943.     protected function getLicenseCheckService()
  31944.     {
  31945.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  31946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/LicenseCheck.php';
  31947.         return $this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\LicenseCheck'] = new \Shopware\Core\Framework\Update\Checkers\LicenseCheck(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()));
  31948.     }
  31949.     /**
  31950.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck' shared service.
  31951.      *
  31952.      * @return \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck
  31953.      */
  31954.     protected function getMysqlVersionCheckService()
  31955.     {
  31956.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  31957.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/MysqlVersionCheck.php';
  31958.         return $this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  31959.     }
  31960.     /**
  31961.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\WriteableCheck' shared service.
  31962.      *
  31963.      * @return \Shopware\Core\Framework\Update\Checkers\WriteableCheck
  31964.      */
  31965.     protected function getWriteableCheckService()
  31966.     {
  31967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  31968.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/WriteableCheck.php';
  31969.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/Filesystem.php';
  31970.         return $this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\WriteableCheck'] = new \Shopware\Core\Framework\Update\Checkers\WriteableCheck(new \Shopware\Core\Framework\Update\Services\Filesystem(), \dirname(__DIR__4));
  31971.     }
  31972.     /**
  31973.      * Gets the private 'Shopware\Core\Framework\Update\Services\ApiClient' shared service.
  31974.      *
  31975.      * @return \Shopware\Core\Framework\Update\Services\ApiClient
  31976.      */
  31977.     protected function getApiClientService()
  31978.     {
  31979.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/ApiClient.php';
  31980.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/UpdateApiHttpClientFactory.php';
  31981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  31982.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31983.         if (isset($this->privates['Shopware\\Core\\Framework\\Update\\Services\\ApiClient'])) {
  31984.             return $this->privates['Shopware\\Core\\Framework\\Update\\Services\\ApiClient'];
  31985.         }
  31986.         return $this->privates['Shopware\\Core\\Framework\\Update\\Services\\ApiClient'] = new \Shopware\Core\Framework\Update\Services\ApiClient('6.4.18.1'$a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] = new \Shopware\Core\Framework\Store\Services\OpenSSLVerifier([=> (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/public.key')]))), (new \Shopware\Core\Framework\Update\Services\UpdateApiHttpClientFactory($a))->__invoke(), true);
  31987.     }
  31988.     /**
  31989.      * Gets the private 'Shopware\Core\Framework\Update\Services\PluginCompatibility' shared service.
  31990.      *
  31991.      * @return \Shopware\Core\Framework\Update\Services\PluginCompatibility
  31992.      */
  31993.     protected function getPluginCompatibilityService()
  31994.     {
  31995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/PluginCompatibility.php';
  31996.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  31997.         if (isset($this->privates['Shopware\\Core\\Framework\\Update\\Services\\PluginCompatibility'])) {
  31998.             return $this->privates['Shopware\\Core\\Framework\\Update\\Services\\PluginCompatibility'];
  31999.         }
  32000.         $b = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService());
  32001.         if (isset($this->privates['Shopware\\Core\\Framework\\Update\\Services\\PluginCompatibility'])) {
  32002.             return $this->privates['Shopware\\Core\\Framework\\Update\\Services\\PluginCompatibility'];
  32003.         }
  32004.         return $this->privates['Shopware\\Core\\Framework\\Update\\Services\\PluginCompatibility'] = new \Shopware\Core\Framework\Update\Services\PluginCompatibility(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), $a$b);
  32005.     }
  32006.     /**
  32007.      * Gets the private 'Shopware\Core\Framework\Validation\DataValidator' shared service.
  32008.      *
  32009.      * @return \Shopware\Core\Framework\Validation\DataValidator
  32010.      */
  32011.     protected function getDataValidatorService()
  32012.     {
  32013.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  32014.         if (isset($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'])) {
  32015.             return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'];
  32016.         }
  32017.         return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] = new \Shopware\Core\Framework\Validation\DataValidator($a);
  32018.     }
  32019.     /**
  32020.      * Gets the private 'Shopware\Core\Framework\Webhook\BusinessEventEncoder' shared service.
  32021.      *
  32022.      * @return \Shopware\Core\Framework\Webhook\BusinessEventEncoder
  32023.      */
  32024.     protected function getBusinessEventEncoderService()
  32025.     {
  32026.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\BusinessEventEncoder'] = new \Shopware\Core\Framework\Webhook\BusinessEventEncoder(($this->privates['Shopware\\Core\\Framework\\Api\\Serializer\\JsonEntityEncoder'] ?? $this->getJsonEntityEncoderService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  32027.     }
  32028.     /**
  32029.      * Gets the private 'Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler' shared service.
  32030.      *
  32031.      * @return \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler
  32032.      */
  32033.     protected function getWebhookEventMessageHandlerService()
  32034.     {
  32035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Handler/WebhookEventMessageHandler.php';
  32036.         $a = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  32037.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  32038.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  32039.         }
  32040.         $b = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  32041.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  32042.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  32043.         }
  32044.         $c = ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService());
  32045.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  32046.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  32047.         }
  32048.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] = new \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler($a$b$c);
  32049.     }
  32050.     /**
  32051.      * Gets the private 'Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory' shared service.
  32052.      *
  32053.      * @return \Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory
  32054.      */
  32055.     protected function getHookableEventFactoryService($lazyLoad true)
  32056.     {
  32057.         if ($lazyLoad) {
  32058.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] = $this->createProxy('HookableEventFactory_f62e15e', function () {
  32059.                 return \HookableEventFactory_f62e15e::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  32060.                     $wrappedInstance $this->getHookableEventFactoryService(false);
  32061.                     $proxy->setProxyInitializer(null);
  32062.                     return true;
  32063.                 });
  32064.             });
  32065.         }
  32066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/WriteResultMerger.php';
  32067.         return new \Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory(($this->privates['Shopware\\Core\\Framework\\Webhook\\BusinessEventEncoder'] ?? $this->getBusinessEventEncoderService()), new \Shopware\Core\Framework\Webhook\Hookable\WriteResultMerger(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())));
  32068.     }
  32069.     /**
  32070.      * Gets the private 'Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber' shared service.
  32071.      *
  32072.      * @return \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber
  32073.      */
  32074.     protected function getRetryWebhookMessageFailedSubscriberService()
  32075.     {
  32076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Subscriber/RetryWebhookMessageFailedSubscriber.php';
  32077.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  32078.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  32079.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  32080.         }
  32081.         $b = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  32082.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  32083.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  32084.         }
  32085.         $c = ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService());
  32086.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  32087.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  32088.         }
  32089.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] = new \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber($a$b$c);
  32090.     }
  32091.     /**
  32092.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookCacheClearer' shared service.
  32093.      *
  32094.      * @return \Shopware\Core\Framework\Webhook\WebhookCacheClearer
  32095.      */
  32096.     protected function getWebhookCacheClearerService()
  32097.     {
  32098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookCacheClearer.php';
  32099.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService());
  32100.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  32101.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'];
  32102.         }
  32103.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] = new \Shopware\Core\Framework\Webhook\WebhookCacheClearer($a);
  32104.     }
  32105.     /**
  32106.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookDispatcher' shared service.
  32107.      *
  32108.      * @return \Shopware\Core\Framework\Webhook\WebhookDispatcher
  32109.      */
  32110.     protected function getWebhookDispatcherService()
  32111.     {
  32112.         $a = ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] ?? $this->getFlowFactoryService());
  32113.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  32114.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  32115.         }
  32116.         $b = new \Shopware\Core\Content\Flow\Dispatching\FlowDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->services['logger'] ?? $this->getLoggerService()), $a);
  32117.         $b->setContainer($this);
  32118.         $c = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  32119.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  32120.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  32121.         }
  32122.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  32123.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  32124.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  32125.         }
  32126.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] = new \Shopware\Core\Framework\Webhook\WebhookDispatcher($b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $c$this->getEnv('APP_URL'), $this, ($this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] ?? $this->getHookableEventFactoryService()), '6.4.18.1'$dfalse);
  32127.     }
  32128.     /**
  32129.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand' shared autowired service.
  32130.      *
  32131.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand
  32132.      */
  32133.     protected function getSalesChannelCreateCommandService()
  32134.     {
  32135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  32137.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand(($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator'] ?? $this->getSalesChannelCreatorService()));
  32138.         $instance->setName('sales-channel:create');
  32139.         return $instance;
  32140.     }
  32141.     /**
  32142.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand' shared autowired service.
  32143.      *
  32144.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand
  32145.      */
  32146.     protected function getSalesChannelListCommandService()
  32147.     {
  32148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelListCommand.php';
  32150.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  32151.         $instance->setName('sales-channel:list');
  32152.         return $instance;
  32153.     }
  32154.     /**
  32155.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand' shared autowired service.
  32156.      *
  32157.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand
  32158.      */
  32159.     protected function getSalesChannelMaintenanceDisableCommandService()
  32160.     {
  32161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  32163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceDisableCommand.php';
  32164.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  32165.         $instance->setName('sales-channel:maintenance:disable');
  32166.         return $instance;
  32167.     }
  32168.     /**
  32169.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand' shared autowired service.
  32170.      *
  32171.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand
  32172.      */
  32173.     protected function getSalesChannelMaintenanceEnableCommandService()
  32174.     {
  32175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  32177.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  32178.         $instance->setName('sales-channel:maintenance:enable');
  32179.         return $instance;
  32180.     }
  32181.     /**
  32182.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand' shared autowired service.
  32183.      *
  32184.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand
  32185.      */
  32186.     protected function getSalesChannelUpdateDomainCommandService()
  32187.     {
  32188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelUpdateDomainCommand.php';
  32190.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand(($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()));
  32191.         $instance->setName('sales-channel:update:domain');
  32192.         $instance->setDescription('Changes the domain of all sales channels');
  32193.         return $instance;
  32194.     }
  32195.     /**
  32196.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand' shared autowired service.
  32197.      *
  32198.      * @return \Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand
  32199.      */
  32200.     protected function getSystemConfigureShopCommandService()
  32201.     {
  32202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemConfigureShopCommand.php';
  32204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/ShopConfigurator.php';
  32205.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand(new \Shopware\Core\Maintenance\System\Service\ShopConfigurator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  32206.         $instance->setName('system:configure-shop');
  32207.         return $instance;
  32208.     }
  32209.     /**
  32210.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand' shared autowired service.
  32211.      *
  32212.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand
  32213.      */
  32214.     protected function getSystemGenerateAppSecretCommandService()
  32215.     {
  32216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateAppSecretCommand.php';
  32218.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand();
  32219.         $instance->setName('system:generate-app-secret');
  32220.         return $instance;
  32221.     }
  32222.     /**
  32223.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand' shared autowired service.
  32224.      *
  32225.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand
  32226.      */
  32227.     protected function getSystemGenerateJwtSecretCommandService()
  32228.     {
  32229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateJwtSecretCommand.php';
  32231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  32232.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand(\dirname(__DIR__4), ($this->privates['Shopware\\Core\\Maintenance\\System\\Service\\JwtCertificateGenerator'] ?? ($this->privates['Shopware\\Core\\Maintenance\\System\\Service\\JwtCertificateGenerator'] = new \Shopware\Core\Maintenance\System\Service\JwtCertificateGenerator())));
  32233.         $instance->setName('system:generate-jwt-secret');
  32234.         return $instance;
  32235.     }
  32236.     /**
  32237.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemInstallCommand' shared autowired service.
  32238.      *
  32239.      * @return \Shopware\Core\Maintenance\System\Command\SystemInstallCommand
  32240.      */
  32241.     protected function getSystemInstallCommandService()
  32242.     {
  32243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32244.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemInstallCommand.php';
  32245.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/SetupDatabaseAdapter.php';
  32246.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemInstallCommand(\dirname(__DIR__4), new \Shopware\Core\Maintenance\System\Service\SetupDatabaseAdapter());
  32247.         $instance->setName('system:install');
  32248.         return $instance;
  32249.     }
  32250.     /**
  32251.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemSetupCommand' shared autowired service.
  32252.      *
  32253.      * @return \Shopware\Core\Maintenance\System\Command\SystemSetupCommand
  32254.      */
  32255.     protected function getSystemSetupCommandService()
  32256.     {
  32257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemSetupCommand.php';
  32259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  32260.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemSetupCommand(\dirname(__DIR__4), ($this->privates['Shopware\\Core\\Maintenance\\System\\Service\\JwtCertificateGenerator'] ?? ($this->privates['Shopware\\Core\\Maintenance\\System\\Service\\JwtCertificateGenerator'] = new \Shopware\Core\Maintenance\System\Service\JwtCertificateGenerator())), ($this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] ?? $this->getDotenvDumpCommandService()));
  32261.         $instance->setName('system:setup');
  32262.         return $instance;
  32263.     }
  32264.     /**
  32265.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand' shared autowired service.
  32266.      *
  32267.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand
  32268.      */
  32269.     protected function getSystemUpdateFinishCommandService()
  32270.     {
  32271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32272.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdateFinishCommand.php';
  32273.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand($this);
  32274.         $instance->setName('system:update:finish');
  32275.         return $instance;
  32276.     }
  32277.     /**
  32278.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand' shared autowired service.
  32279.      *
  32280.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand
  32281.      */
  32282.     protected function getSystemUpdatePrepareCommandService()
  32283.     {
  32284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdatePrepareCommand.php';
  32286.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand($this);
  32287.         $instance->setName('system:update:prepare');
  32288.         return $instance;
  32289.     }
  32290.     /**
  32291.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand' shared autowired service.
  32292.      *
  32293.      * @return \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand
  32294.      */
  32295.     protected function getUserChangePasswordCommandService()
  32296.     {
  32297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserChangePasswordCommand.php';
  32299.         $this->privates['Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand'] = $instance = new \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  32300.         $instance->setName('user:change-password');
  32301.         return $instance;
  32302.     }
  32303.     /**
  32304.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserCreateCommand' shared autowired service.
  32305.      *
  32306.      * @return \Shopware\Core\Maintenance\User\Command\UserCreateCommand
  32307.      */
  32308.     protected function getUserCreateCommandService()
  32309.     {
  32310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32311.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserCreateCommand.php';
  32312.         $this->privates['Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand'] = $instance = new \Shopware\Core\Maintenance\User\Command\UserCreateCommand(($this->services['Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner'] ?? $this->getUserProvisionerService()));
  32313.         $instance->setName('user:create');
  32314.         return $instance;
  32315.     }
  32316.     /**
  32317.      * Gets the private 'Shopware\Core\Profiling\Integration\Stopwatch' shared service.
  32318.      *
  32319.      * @return \Shopware\Core\Profiling\Integration\Stopwatch
  32320.      */
  32321.     protected function getStopwatchService()
  32322.     {
  32323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/ProfilerInterface.php';
  32324.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/Stopwatch.php';
  32325.         return $this->privates['Shopware\\Core\\Profiling\\Integration\\Stopwatch'] = new \Shopware\Core\Profiling\Integration\Stopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  32326.     }
  32327.     /**
  32328.      * Gets the private 'Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber' shared service.
  32329.      *
  32330.      * @return \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber
  32331.      */
  32332.     protected function getActiveRulesDataCollectorSubscriberService()
  32333.     {
  32334.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  32335.         if (isset($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'])) {
  32336.             return $this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'];
  32337.         }
  32338.         return $this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] = new \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber($a);
  32339.     }
  32340.     /**
  32341.      * Gets the private 'Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater' shared service.
  32342.      *
  32343.      * @return \Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater
  32344.      */
  32345.     protected function getCountryTaxFreeDeprecationUpdaterService()
  32346.     {
  32347.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryTaxFreeDeprecationUpdater.php';
  32348.         return $this->privates['Shopware\\Core\\System\\Country\\CountryTaxFreeDeprecationUpdater'] = new \Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater($this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  32349.     }
  32350.     /**
  32351.      * Gets the private 'Shopware\Core\System\CustomField\CustomFieldService' shared service.
  32352.      *
  32353.      * @return \Shopware\Core\System\CustomField\CustomFieldService
  32354.      */
  32355.     protected function getCustomFieldServiceService()
  32356.     {
  32357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldService.php';
  32358.         return $this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] = new \Shopware\Core\System\CustomField\CustomFieldService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  32359.     }
  32360.     /**
  32361.      * Gets the private 'Shopware\Core\System\Language\CachedLanguageLoader' shared service.
  32362.      *
  32363.      * @return \Shopware\Core\System\Language\CachedLanguageLoader
  32364.      */
  32365.     protected function getCachedLanguageLoaderService()
  32366.     {
  32367.         return $this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] = new \Shopware\Core\System\Language\CachedLanguageLoader(new \Shopware\Core\System\Language\LanguageLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  32368.     }
  32369.     /**
  32370.      * Gets the private 'Shopware\Core\System\Language\LanguageValidator' shared service.
  32371.      *
  32372.      * @return \Shopware\Core\System\Language\LanguageValidator
  32373.      */
  32374.     protected function getLanguageValidatorService()
  32375.     {
  32376.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageValidator.php';
  32377.         return $this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] = new \Shopware\Core\System\Language\LanguageValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  32378.     }
  32379.     /**
  32380.      * Gets the private 'Shopware\Core\System\Locale\LanguageLocaleCodeProvider' shared service.
  32381.      *
  32382.      * @return \Shopware\Core\System\Locale\LanguageLocaleCodeProvider
  32383.      */
  32384.     protected function getLanguageLocaleCodeProviderService()
  32385.     {
  32386.         return $this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] = new \Shopware\Core\System\Locale\LanguageLocaleCodeProvider(($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService()));
  32387.     }
  32388.     /**
  32389.      * Gets the private 'Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand' shared service.
  32390.      *
  32391.      * @return \Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand
  32392.      */
  32393.     protected function getMigrateIncrementStorageCommandService()
  32394.     {
  32395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Command/MigrateIncrementStorageCommand.php';
  32397.         $this->privates['Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand'] = $instance = new \Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand(($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementStorageRegistry'] ?? $this->getIncrementStorageRegistryService()));
  32398.         $instance->setName('number-range:migrate');
  32399.         return $instance;
  32400.     }
  32401.     /**
  32402.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage' shared service.
  32403.      *
  32404.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage
  32405.      */
  32406.     protected function getIncrementSqlStorageService()
  32407.     {
  32408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  32409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageInterface.php';
  32410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementSqlStorage.php';
  32411.         return $this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementSqlStorage'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  32412.     }
  32413.     /**
  32414.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry' shared service.
  32415.      *
  32416.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry
  32417.      */
  32418.     protected function getIncrementStorageRegistryService()
  32419.     {
  32420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageRegistry.php';
  32421.         return $this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementStorageRegistry'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry(new RewindableGenerator(function () {
  32422.             yield 'SQL' => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementSqlStorage'] ?? $this->getIncrementSqlStorageService());
  32423.         }, 1), 'SQL');
  32424.     }
  32425.     /**
  32426.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement' shared service.
  32427.      *
  32428.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement
  32429.      */
  32430.     protected function getValueGeneratorPatternIncrementService()
  32431.     {
  32432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/AbstractValueGenerator.php';
  32433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternInterface.php';
  32434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternIncrement.php';
  32435.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  32436.         return $this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternIncrement'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement(($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementStorageRegistry'] ?? $this->getIncrementStorageRegistryService())->getStorage());
  32437.     }
  32438.     /**
  32439.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener' shared service.
  32440.      *
  32441.      * @return \Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener
  32442.      */
  32443.     protected function getStoreApiResponseListenerService()
  32444.     {
  32445.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StoreApiResponseListener'] = new \Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener(($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] ?? $this->getStructEncoderService()));
  32446.     }
  32447.     /**
  32448.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StructEncoder' shared service.
  32449.      *
  32450.      * @return \Shopware\Core\System\SalesChannel\Api\StructEncoder
  32451.      */
  32452.     protected function getStructEncoderService()
  32453.     {
  32454.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] = new \Shopware\Core\System\SalesChannel\Api\StructEncoder(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  32455.     }
  32456.     /**
  32457.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\CartRestorer' shared service.
  32458.      *
  32459.      * @return \Shopware\Core\System\SalesChannel\Context\CartRestorer
  32460.      */
  32461.     protected function getCartRestorerService()
  32462.     {
  32463.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CartRestorer.php';
  32464.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32465.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  32466.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  32467.         }
  32468.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  32469.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  32470.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  32471.         }
  32472.         $c = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  32473.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  32474.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  32475.         }
  32476.         $d = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  32477.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  32478.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  32479.         }
  32480.         $e = ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  32481.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  32482.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  32483.         }
  32484.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] = new \Shopware\Core\System\SalesChannel\Context\CartRestorer($b$c$d$e$a);
  32485.     }
  32486.     /**
  32487.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler' shared service.
  32488.      *
  32489.      * @return \Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler
  32490.      */
  32491.     protected function getCleanupSalesChannelContextTaskHandlerService()
  32492.     {
  32493.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/Cleanup/CleanupSalesChannelContextTaskHandler.php';
  32494.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  32495.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'])) {
  32496.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'];
  32497.         }
  32498.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] = new \Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 120);
  32499.     }
  32500.     /**
  32501.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister' shared service.
  32502.      *
  32503.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister
  32504.      */
  32505.     protected function getSalesChannelContextPersisterService()
  32506.     {
  32507.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32508.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'])) {
  32509.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'];
  32510.         }
  32511.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  32512.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'])) {
  32513.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'];
  32514.         }
  32515.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b'P1D');
  32516.     }
  32517.     /**
  32518.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer' shared service.
  32519.      *
  32520.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer
  32521.      */
  32522.     protected function getSalesChannelContextRestorerService()
  32523.     {
  32524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextRestorer.php';
  32525.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32526.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  32527.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  32528.         }
  32529.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  32530.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  32531.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  32532.         }
  32533.         $c = ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  32534.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  32535.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  32536.         }
  32537.         $d = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  32538.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  32539.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  32540.         }
  32541.         $e = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  32542.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  32543.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  32544.         }
  32545.         $f = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService());
  32546.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  32547.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  32548.         }
  32549.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer($b$c$d$e, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $f$a);
  32550.     }
  32551.     /**
  32552.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextService' shared service.
  32553.      *
  32554.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService
  32555.      */
  32556.     protected function getSalesChannelContextServiceService()
  32557.     {
  32558.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  32559.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  32560.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  32561.         }
  32562.         $b = ($this->privates['Acris\\Tax\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  32563.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  32564.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  32565.         }
  32566.         $c = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  32567.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  32568.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  32569.         }
  32570.         $d = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  32571.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  32572.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  32573.         }
  32574.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32575.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  32576.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  32577.         }
  32578.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService($a$b$c$d$e);
  32579.     }
  32580.     /**
  32581.      * Gets the private 'Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer' shared service.
  32582.      *
  32583.      * @return \Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer
  32584.      */
  32585.     protected function getSalesChannelIndexerService()
  32586.     {
  32587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  32588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/DataAbstractionLayer/SalesChannelIndexer.php';
  32589.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32590.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'])) {
  32591.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'];
  32592.         }
  32593.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  32594.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'])) {
  32595.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'];
  32596.         }
  32597.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] = new \Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b$a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()));
  32598.     }
  32599.     /**
  32600.      * Gets the private 'Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper' shared service.
  32601.      *
  32602.      * @return \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper
  32603.      */
  32604.     protected function getStoreApiCustomFieldMapperService()
  32605.     {
  32606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/StoreApiCustomFieldMapper.php';
  32607.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] = new \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  32608.     }
  32609.     /**
  32610.      * Gets the private 'Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator' shared service.
  32611.      *
  32612.      * @return \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator
  32613.      */
  32614.     protected function getSalesChannelValidatorService()
  32615.     {
  32616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Validation/SalesChannelValidator.php';
  32617.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] = new \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  32618.     }
  32619.     /**
  32620.      * Gets the private 'Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand' shared service.
  32621.      *
  32622.      * @return \Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand
  32623.      */
  32624.     protected function getValidateSnippetsCommandService()
  32625.     {
  32626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Command/ValidateSnippetsCommand.php';
  32628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidatorInterface.php';
  32629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidator.php';
  32630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFileHandler.php';
  32631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFixer.php';
  32632.         $a = new \Shopware\Core\System\Snippet\SnippetFileHandler();
  32633.         $this->privates['Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand'] = $instance = new \Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand(new \Shopware\Core\System\Snippet\SnippetValidator(($this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] ?? $this->getSnippetFileCollectionService()), $a, (\dirname(__DIR__4).'/')), new \Shopware\Core\System\Snippet\SnippetFixer($a));
  32634.         $instance->setName('snippets:validate');
  32635.         return $instance;
  32636.     }
  32637.     /**
  32638.      * Gets the private 'Shopware\Core\System\Snippet\SnippetService' shared service.
  32639.      *
  32640.      * @return \Shopware\Core\System\Snippet\SnippetService
  32641.      */
  32642.     protected function getSnippetServiceService()
  32643.     {
  32644.         $a = ($this->services['snippet.repository'] ?? $this->getSnippet_RepositoryService());
  32645.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  32646.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  32647.         }
  32648.         $b = ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService());
  32649.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  32650.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  32651.         }
  32652.         $c = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  32653.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  32654.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  32655.         }
  32656.         return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'] = new \Shopware\Core\System\Snippet\SnippetService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] ?? $this->getSnippetFileCollectionService()), $a$b$c, ($this->services['Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory'] ?? $this->getSnippetFilterFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this);
  32657.     }
  32658.     /**
  32659.      * Gets the private 'Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber' shared service.
  32660.      *
  32661.      * @return \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber
  32662.      */
  32663.     protected function getCustomFieldSubscriberService()
  32664.     {
  32665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Subscriber/CustomFieldSubscriber.php';
  32666.         return $this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] = new \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  32667.     }
  32668.     /**
  32669.      * Gets the private 'Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand' shared service.
  32670.      *
  32671.      * @return \Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand
  32672.      */
  32673.     protected function getWorkflowDumpCommandService()
  32674.     {
  32675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Command/WorkflowDumpCommand.php';
  32677.         $this->privates['Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand'] = $instance = new \Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand(($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService()));
  32678.         $instance->setName('state-machine:dump');
  32679.         return $instance;
  32680.     }
  32681.     /**
  32682.      * Gets the private 'Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader' shared service.
  32683.      *
  32684.      * @return \Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader
  32685.      */
  32686.     protected function getInitialStateIdLoaderService()
  32687.     {
  32688.         return $this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] = new \Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  32689.     }
  32690.     /**
  32691.      * Gets the private 'Shopware\Core\System\StateMachine\StateMachineRegistry' shared service.
  32692.      *
  32693.      * @return \Shopware\Core\System\StateMachine\StateMachineRegistry
  32694.      */
  32695.     protected function getStateMachineRegistryService()
  32696.     {
  32697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineRegistry.php';
  32698.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32699.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  32700.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  32701.         }
  32702.         $b = ($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService());
  32703.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  32704.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  32705.         }
  32706.         $c = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  32707.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  32708.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  32709.         }
  32710.         $d = ($this->services['state_machine_history.repository'] ?? $this->getStateMachineHistory_RepositoryService());
  32711.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  32712.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  32713.         }
  32714.         return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] = new \Shopware\Core\System\StateMachine\StateMachineRegistry($b$c$d$a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  32715.     }
  32716.     /**
  32717.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigGet' shared service.
  32718.      *
  32719.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigGet
  32720.      */
  32721.     protected function getConfigGetService()
  32722.     {
  32723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigGet.php';
  32725.         $this->privates['Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet'] = $instance = new \Shopware\Core\System\SystemConfig\Command\ConfigGet(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  32726.         $instance->setName('system:config:get');
  32727.         return $instance;
  32728.     }
  32729.     /**
  32730.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigSet' shared service.
  32731.      *
  32732.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigSet
  32733.      */
  32734.     protected function getConfigSetService()
  32735.     {
  32736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigSet.php';
  32738.         $this->privates['Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet'] = $instance = new \Shopware\Core\System\SystemConfig\Command\ConfigSet(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  32739.         $instance->setName('system:config:set');
  32740.         return $instance;
  32741.     }
  32742.     /**
  32743.      * Gets the private 'Shopware\Core\System\SystemConfig\Service\ConfigurationService' shared service.
  32744.      *
  32745.      * @return \Shopware\Core\System\SystemConfig\Service\ConfigurationService
  32746.      */
  32747.     protected function getConfigurationServiceService()
  32748.     {
  32749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Service/ConfigurationService.php';
  32750.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  32751.         if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'])) {
  32752.             return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'];
  32753.         }
  32754.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  32755.         if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'])) {
  32756.             return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'];
  32757.         }
  32758.         return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] = new \Shopware\Core\System\SystemConfig\Service\ConfigurationService(($this->privates['kernel.bundles'] ?? $this->getKernel_BundlesService()), ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] = new \Shopware\Core\System\SystemConfig\Util\ConfigReader())), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), $a$b);
  32759.     }
  32760.     /**
  32761.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand' shared service.
  32762.      *
  32763.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand
  32764.      */
  32765.     protected function getElasticsearchCleanIndicesCommandService()
  32766.     {
  32767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32768.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCleanIndicesCommand.php';
  32769.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] ?? $this->getElasticsearchOutdatedIndexDetectorService()));
  32770.         $instance->setName('es:index:cleanup');
  32771.         return $instance;
  32772.     }
  32773.     /**
  32774.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand' shared service.
  32775.      *
  32776.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand
  32777.      */
  32778.     protected function getElasticsearchCreateAliasCommandService()
  32779.     {
  32780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32781.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCreateAliasCommand.php';
  32782.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand(($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()));
  32783.         $instance->setName('es:create:alias');
  32784.         return $instance;
  32785.     }
  32786.     /**
  32787.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand' shared service.
  32788.      *
  32789.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand
  32790.      */
  32791.     protected function getElasticsearchIndexingCommandService()
  32792.     {
  32793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  32795.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchIndexingCommand.php';
  32796.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand(($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()));
  32797.         $instance->setName('es:index');
  32798.         return $instance;
  32799.     }
  32800.     /**
  32801.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand' shared service.
  32802.      *
  32803.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand
  32804.      */
  32805.     protected function getElasticsearchResetCommandService()
  32806.     {
  32807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32808.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchResetCommand.php';
  32809.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] ?? $this->getElasticsearchOutdatedIndexDetectorService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()));
  32810.         $instance->setName('es:reset');
  32811.         return $instance;
  32812.     }
  32813.     /**
  32814.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand' shared service.
  32815.      *
  32816.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand
  32817.      */
  32818.     protected function getElasticsearchStatusCommandService()
  32819.     {
  32820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32821.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  32822.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchStatusCommand.php';
  32823.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  32824.         $instance->setName('es:status');
  32825.         return $instance;
  32826.     }
  32827.     /**
  32828.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand' shared service.
  32829.      *
  32830.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand
  32831.      */
  32832.     protected function getElasticsearchTestAnalyzerCommandService()
  32833.     {
  32834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32835.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchTestAnalyzerCommand.php';
  32836.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()));
  32837.         $instance->setName('es:test:analyzer');
  32838.         return $instance;
  32839.     }
  32840.     /**
  32841.      * Gets the private 'Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser' shared service.
  32842.      *
  32843.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser
  32844.      */
  32845.     protected function getCriteriaParserService()
  32846.     {
  32847.         return $this->privates['Shopware\\Elasticsearch\\Framework\\DataAbstractionLayer\\CriteriaParser'] = new \Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())));
  32848.     }
  32849.     /**
  32850.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector' shared service.
  32851.      *
  32852.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector
  32853.      */
  32854.     protected function getElasticsearchOutdatedIndexDetectorService()
  32855.     {
  32856.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchOutdatedIndexDetector.php';
  32857.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  32858.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  32859.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  32860.         }
  32861.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  32862.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  32863.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  32864.         }
  32865.         $c = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  32866.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  32867.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  32868.         }
  32869.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] = new \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $a$b$c);
  32870.     }
  32871.     /**
  32872.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchRegistry' shared service.
  32873.      *
  32874.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchRegistry
  32875.      */
  32876.     protected function getElasticsearchRegistryService()
  32877.     {
  32878.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] = new \Shopware\Elasticsearch\Framework\ElasticsearchRegistry(new RewindableGenerator(function () {
  32879.             yield => ($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\EsProductDefinition'] ?? $this->getEsProductDefinitionService());
  32880.         }, 1));
  32881.     }
  32882.     /**
  32883.      * Gets the private 'Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer' shared service.
  32884.      *
  32885.      * @return \Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer
  32886.      */
  32887.     protected function getElasticsearchIndexerService()
  32888.     {
  32889.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/ElasticsearchIndexer.php';
  32890.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/IndexCreator.php';
  32891.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32892.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  32893.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  32894.         }
  32895.         $b = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  32896.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  32897.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  32898.         }
  32899.         $c = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  32900.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  32901.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  32902.         }
  32903.         $d = ($this->services['Elasticsearch\\Client'] ?? $this->getClientService());
  32904.         $e = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  32905.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  32906.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  32907.         }
  32908.         $f = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  32909.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  32910.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  32911.         }
  32912.         $g = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  32913.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  32914.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  32915.         }
  32916.         return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] = new \Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b$c, new \Shopware\Elasticsearch\Framework\Indexing\IndexCreator($d$this->parameters['elasticsearch.index.config'], $this->parameters['elasticsearch.index.mapping'], $a), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $d, ($this->services['logger'] ?? $this->getLoggerService()), $e$f$a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'), $g);
  32917.     }
  32918.     /**
  32919.      * Gets the private 'Shopware\Elasticsearch\Product\CustomFieldUpdater' shared service.
  32920.      *
  32921.      * @return \Shopware\Elasticsearch\Product\CustomFieldUpdater
  32922.      */
  32923.     protected function getCustomFieldUpdaterService()
  32924.     {
  32925.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/CustomFieldUpdater.php';
  32926.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] ?? $this->getElasticsearchOutdatedIndexDetectorService());
  32927.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'])) {
  32928.             return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'];
  32929.         }
  32930.         $b = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  32931.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'])) {
  32932.             return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'];
  32933.         }
  32934.         return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] = new \Shopware\Elasticsearch\Product\CustomFieldUpdater($a, ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $b);
  32935.     }
  32936.     /**
  32937.      * Gets the private 'Shopware\Elasticsearch\Product\LanguageSubscriber' shared service.
  32938.      *
  32939.      * @return \Shopware\Elasticsearch\Product\LanguageSubscriber
  32940.      */
  32941.     protected function getLanguageSubscriberService()
  32942.     {
  32943.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/LanguageSubscriber.php';
  32944.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  32945.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'])) {
  32946.             return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'];
  32947.         }
  32948.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  32949.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'])) {
  32950.             return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'];
  32951.         }
  32952.         return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'] = new \Shopware\Elasticsearch\Product\LanguageSubscriber($a, ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $b);
  32953.     }
  32954.     /**
  32955.      * Gets the private 'Shopware\Elasticsearch\Product\ProductUpdater' shared service.
  32956.      *
  32957.      * @return \Shopware\Elasticsearch\Product\ProductUpdater
  32958.      */
  32959.     protected function getProductUpdaterService()
  32960.     {
  32961.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductUpdater.php';
  32962.         return $this->privates['Shopware\\Elasticsearch\\Product\\ProductUpdater'] = new \Shopware\Elasticsearch\Product\ProductUpdater(($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  32963.     }
  32964.     /**
  32965.      * Gets the private 'Shopware\Elasticsearch\Product\SearchKeywordReplacement' shared service.
  32966.      *
  32967.      * @return \Shopware\Elasticsearch\Product\SearchKeywordReplacement
  32968.      */
  32969.     protected function getSearchKeywordReplacementService()
  32970.     {
  32971.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/SearchKeywordUpdater.php';
  32972.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/SearchKeywordReplacement.php';
  32973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerInterface.php';
  32974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzer.php';
  32975.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  32976.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  32977.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  32978.         }
  32979.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  32980.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  32981.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  32982.         }
  32983.         $c = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  32984.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  32985.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  32986.         }
  32987.         return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] = new \Shopware\Elasticsearch\Product\SearchKeywordReplacement(new \Shopware\Core\Content\Product\DataAbstractionLayer\SearchKeywordUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b, new \Shopware\Core\Content\Product\SearchKeyword\ProductSearchKeywordAnalyzer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Tokenizer($this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH')))), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? $this->getTokenFilterService()))), $c);
  32988.     }
  32989.     /**
  32990.      * Gets the private 'Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade' shared autowired service.
  32991.      *
  32992.      * @return \Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade
  32993.      */
  32994.     protected function getStorefrontCartFacadeService()
  32995.     {
  32996.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Cart/SalesChannel/StorefrontCartFacade.php';
  32997.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Shipping/BlockedShippingMethodSwitcher.php';
  32998.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Payment/BlockedPaymentMethodSwitcher.php';
  32999.         return $this->privates['Shopware\\Storefront\\Checkout\\Cart\\SalesChannel\\StorefrontCartFacade'] = new \Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), new \Shopware\Storefront\Checkout\Shipping\BlockedShippingMethodSwitcher(($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService())), new \Shopware\Storefront\Checkout\Payment\BlockedPaymentMethodSwitcher(($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService())), ($this->services['FourtwosixShippingCostsCalculator\\Decorator\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRouteDecorator'] ?? $this->getContextSwitchRouteDecoratorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService()));
  33000.     }
  33001.     /**
  33002.      * Gets the private 'Shopware\Storefront\Event\CartMergedSubscriber' shared autowired service.
  33003.      *
  33004.      * @return \Shopware\Storefront\Event\CartMergedSubscriber
  33005.      */
  33006.     protected function getCartMergedSubscriberService()
  33007.     {
  33008.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Event/CartMergedSubscriber.php';
  33009.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  33010.         if (isset($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'])) {
  33011.             return $this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'];
  33012.         }
  33013.         return $this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'] = new \Shopware\Storefront\Event\CartMergedSubscriber($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  33014.     }
  33015.     /**
  33016.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheResponseSubscriber' shared autowired service.
  33017.      *
  33018.      * @return \Shopware\Storefront\Framework\Cache\CacheResponseSubscriber
  33019.      */
  33020.     protected function getCacheResponseSubscriberService()
  33021.     {
  33022.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  33023.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'])) {
  33024.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'];
  33025.         }
  33026.         return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] = new \Shopware\Storefront\Framework\Cache\CacheResponseSubscriber($a$this->getEnv('default:shopware_http_cache_default_ttl_default:SHOPWARE_HTTP_DEFAULT_TTL'), $this->getEnv('default:shopware_http_cache_enabled_default:SHOPWARE_HTTP_CACHE_ENABLED'), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()), falseNULLNULL);
  33027.     }
  33028.     /**
  33029.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheTracer' shared autowired service.
  33030.      *
  33031.      * @return \Shopware\Storefront\Framework\Cache\CacheTracer
  33032.      */
  33033.     protected function getCacheTracerService()
  33034.     {
  33035.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  33036.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  33037.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  33038.         }
  33039.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  33040.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  33041.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  33042.         }
  33043.         $c = ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService());
  33044.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  33045.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  33046.         }
  33047.         return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] = new \Shopware\Storefront\Framework\Cache\CacheTracer(new \Shopware\Core\Framework\Adapter\Cache\CacheTracer($a$b, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] = new \Shopware\Core\Framework\Adapter\Cache\CacheTagCollection()))), $c);
  33048.     }
  33049.     /**
  33050.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer' shared autowired service.
  33051.      *
  33052.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer
  33053.      */
  33054.     protected function getCacheWarmer2Service()
  33055.     {
  33056.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmer.php';
  33057.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmerRegistry.php';
  33058.         return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmer'] = new \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer(($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), new \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheRouteWarmerRegistry(new RewindableGenerator(function () {
  33059.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Product\\ProductRouteWarmer'] ?? $this->getProductRouteWarmerService());
  33060.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Navigation\\NavigationRouteWarmer'] ?? $this->getNavigationRouteWarmerService());
  33061.         }, 2)), ($this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] ?? $this->getCacheIdLoaderService()), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService()));
  33062.     }
  33063.     /**
  33064.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler' shared autowired service.
  33065.      *
  33066.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler
  33067.      */
  33068.     protected function getCacheWarmerTaskHandlerService()
  33069.     {
  33070.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmerTaskHandler.php';
  33071.         $a = ($this->services['Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface'] ?? $this->getRequestTransformerInterfaceService());
  33072.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'])) {
  33073.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'];
  33074.         }
  33075.         return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] = new \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['router'] ?? $this->getRouterService()), $a, ($this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] ?? $this->getCacheIdLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] = new \Shopware\Core\Framework\Adapter\Cache\CacheTagCollection())));
  33076.     }
  33077.     /**
  33078.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer' shared autowired service.
  33079.      *
  33080.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer
  33081.      */
  33082.     protected function getNavigationRouteWarmerService()
  33083.     {
  33084.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  33085.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Navigation/NavigationRouteWarmer.php';
  33086.         return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Navigation\\NavigationRouteWarmer'] = new \Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService()));
  33087.     }
  33088.     /**
  33089.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer' shared autowired service.
  33090.      *
  33091.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer
  33092.      */
  33093.     protected function getProductRouteWarmerService()
  33094.     {
  33095.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  33096.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Product/ProductRouteWarmer.php';
  33097.         return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Product\\ProductRouteWarmer'] = new \Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  33098.     }
  33099.     /**
  33100.      * Gets the private 'Shopware\Storefront\Framework\Captcha\BasicCaptcha' shared autowired service.
  33101.      *
  33102.      * @return \Shopware\Storefront\Framework\Captcha\BasicCaptcha
  33103.      */
  33104.     protected function getBasicCaptchaService()
  33105.     {
  33106.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  33107.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha.php';
  33108.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  33109.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'])) {
  33110.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'];
  33111.         }
  33112.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] = new \Shopware\Storefront\Framework\Captcha\BasicCaptcha(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  33113.     }
  33114.     /**
  33115.      * Gets the private 'Shopware\Storefront\Framework\Captcha\CaptchaRouteListener' shared autowired service.
  33116.      *
  33117.      * @return \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener
  33118.      */
  33119.     protected function getCaptchaRouteListenerService()
  33120.     {
  33121.         $a = ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService());
  33122.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'])) {
  33123.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'];
  33124.         }
  33125.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  33126.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'])) {
  33127.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'];
  33128.         }
  33129.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] = new \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener(new RewindableGenerator(function () {
  33130.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  33131.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  33132.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  33133.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  33134.         }, 4), $a$b);
  33135.     }
  33136.     /**
  33137.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2' shared autowired service.
  33138.      *
  33139.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2
  33140.      */
  33141.     protected function getGoogleReCaptchaV2Service()
  33142.     {
  33143.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  33144.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV2.php';
  33145.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] = new \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2(($this->privates['shopware.captcha.client'] ?? ($this->privates['shopware.captcha.client'] = new \GuzzleHttp\Client())));
  33146.     }
  33147.     /**
  33148.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3' shared autowired service.
  33149.      *
  33150.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3
  33151.      */
  33152.     protected function getGoogleReCaptchaV3Service()
  33153.     {
  33154.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  33155.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV3.php';
  33156.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] = new \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3(($this->privates['shopware.captcha.client'] ?? ($this->privates['shopware.captcha.client'] = new \GuzzleHttp\Client())));
  33157.     }
  33158.     /**
  33159.      * Gets the private 'Shopware\Storefront\Framework\Captcha\HoneypotCaptcha' shared autowired service.
  33160.      *
  33161.      * @return \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha
  33162.      */
  33163.     protected function getHoneypotCaptchaService()
  33164.     {
  33165.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  33166.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/HoneypotCaptcha.php';
  33167.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  33168.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'])) {
  33169.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'];
  33170.         }
  33171.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] = new \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha($a);
  33172.     }
  33173.     /**
  33174.      * Gets the private 'Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand' shared autowired service.
  33175.      *
  33176.      * @return \Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand
  33177.      */
  33178.     protected function getHttpCacheWarmUpCommandService()
  33179.     {
  33180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33181.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/HttpCacheWarmUpCommand.php';
  33182.         $this->privates['Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand'] = $instance = new \Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand(($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmer'] ?? $this->getCacheWarmer2Service()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  33183.         $instance->setName('http:cache:warm:up');
  33184.         return $instance;
  33185.     }
  33186.     /**
  33187.      * Gets the private 'Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand' shared autowired service.
  33188.      *
  33189.      * @return \Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand
  33190.      */
  33191.     protected function getSalesChannelCreateStorefrontCommandService()
  33192.     {
  33193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33194.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  33195.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php';
  33196.         $this->privates['Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand'] = $instance = new \Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand(($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator'] ?? $this->getSalesChannelCreatorService()));
  33197.         $instance->setName('sales-channel:create:storefront');
  33198.         return $instance;
  33199.     }
  33200.     /**
  33201.      * Gets the private 'Shopware\Storefront\Framework\Csrf\CsrfRouteListener' shared autowired service.
  33202.      *
  33203.      * @return \Shopware\Storefront\Framework\Csrf\CsrfRouteListener
  33204.      */
  33205.     protected function getCsrfRouteListenerService()
  33206.     {
  33207.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  33208.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  33209.             return $this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'];
  33210.         }
  33211.         return $this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] = new \Shopware\Storefront\Framework\Csrf\CsrfRouteListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'twig'$a);
  33212.     }
  33213.     /**
  33214.      * Gets the private 'Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator' shared autowired service.
  33215.      *
  33216.      * @return \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator
  33217.      */
  33218.     protected function getCachedDomainLoaderInvalidatorService()
  33219.     {
  33220.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoaderInvalidator.php';
  33221.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  33222.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'])) {
  33223.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'];
  33224.         }
  33225.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] = new \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator($a);
  33226.     }
  33227.     /**
  33228.      * Gets the private 'Shopware\Storefront\Framework\Routing\MaintenanceModeResolver' shared autowired service.
  33229.      *
  33230.      * @return \Shopware\Storefront\Framework\Routing\MaintenanceModeResolver
  33231.      */
  33232.     protected function getMaintenanceModeResolverService()
  33233.     {
  33234.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] = new \Shopware\Storefront\Framework\Routing\MaintenanceModeResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  33235.     }
  33236.     /**
  33237.      * Gets the private 'Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber' shared autowired service.
  33238.      *
  33239.      * @return \Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber
  33240.      */
  33241.     protected function getNotFoundSubscriberService()
  33242.     {
  33243.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33244.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  33245.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  33246.         }
  33247.         $b = ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService());
  33248.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  33249.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  33250.         }
  33251.         $c = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  33252.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  33253.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  33254.         }
  33255.         $d = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  33256.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  33257.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  33258.         }
  33259.         $e = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  33260.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  33261.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  33262.         }
  33263.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] = new \Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber($b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $ctrue, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), $d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $e$a);
  33264.     }
  33265.     /**
  33266.      * Gets the private 'Shopware\Storefront\Framework\Routing\StorefrontSubscriber' shared autowired service.
  33267.      *
  33268.      * @return \Shopware\Storefront\Framework\Routing\StorefrontSubscriber
  33269.      */
  33270.     protected function getStorefrontSubscriberService()
  33271.     {
  33272.         $a = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  33273.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  33274.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  33275.         }
  33276.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  33277.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  33278.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  33279.         }
  33280.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  33281.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  33282.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  33283.         }
  33284.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] = new \Shopware\Storefront\Framework\Routing\StorefrontSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Storefront\\Framework\\Csrf\\CsrfPlaceholderHandler'] ?? $this->getCsrfPlaceholderHandlerService()), new \Shopware\Core\Content\Seo\HreflangLoader(($this->privates['router.default'] ?? $this->getRouter_DefaultService()), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()), ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? $this->getActiveAppsLoaderService()), $b, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), $c);
  33285.     }
  33286.     /**
  33287.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute' shared service.
  33288.      *
  33289.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute
  33290.      */
  33291.     protected function getLandingPageSeoUrlRouteService()
  33292.     {
  33293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  33294.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/LandingPageSeoUrlRoute.php';
  33295.         return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\LandingPageSeoUrlRoute'] = new \Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute(($this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] ?? $this->getLandingPageDefinitionService()));
  33296.     }
  33297.     /**
  33298.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute' shared service.
  33299.      *
  33300.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute
  33301.      */
  33302.     protected function getNavigationPageSeoUrlRouteService()
  33303.     {
  33304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  33305.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/NavigationPageSeoUrlRoute.php';
  33306.         return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\NavigationPageSeoUrlRoute'] = new \Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute(($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService()), ($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? $this->getCategoryBreadcrumbBuilderService()));
  33307.     }
  33308.     /**
  33309.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute' shared service.
  33310.      *
  33311.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute
  33312.      */
  33313.     protected function getProductPageSeoUrlRouteService()
  33314.     {
  33315.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  33316.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/ProductPageSeoUrlRoute.php';
  33317.         return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\ProductPageSeoUrlRoute'] = new \Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute(($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  33318.     }
  33319.     /**
  33320.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener' shared service.
  33321.      *
  33322.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener
  33323.      */
  33324.     protected function getSeoUrlUpdateListenerService()
  33325.     {
  33326.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/SeoUrlUpdateListener.php';
  33327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlUpdater.php';
  33328.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  33329.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  33330.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  33331.         }
  33332.         $b = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService());
  33333.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  33334.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  33335.         }
  33336.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  33337.         $d = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  33338.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  33339.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  33340.         }
  33341.         $e = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  33342.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  33343.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  33344.         }
  33345.         return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] = new \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener(new \Shopware\Core\Content\Seo\SeoUrlUpdater($a, ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] ?? $this->getSeoUrlRouteRegistryService()), ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlGenerator'] ?? $this->getSeoUrlGeneratorService()), $b$c$d), $c$e);
  33346.     }
  33347.     /**
  33348.      * Gets the private 'Shopware\Storefront\Framework\Twig\TwigDateRequestListener' shared autowired service.
  33349.      *
  33350.      * @return \Shopware\Storefront\Framework\Twig\TwigDateRequestListener
  33351.      */
  33352.     protected function getTwigDateRequestListenerService()
  33353.     {
  33354.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  33355.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'])) {
  33356.             return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'];
  33357.         }
  33358.         return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] = new \Shopware\Storefront\Framework\Twig\TwigDateRequestListener($a);
  33359.     }
  33360.     /**
  33361.      * Gets the private 'Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader' shared autowired service.
  33362.      *
  33363.      * @return \Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader
  33364.      */
  33365.     protected function getAccountLoginPageLoaderService()
  33366.     {
  33367.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Login/AccountLoginPageLoader.php';
  33368.         return $this->privates['Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoader'] = new \Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService()), ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService()));
  33369.     }
  33370.     /**
  33371.      * Gets the private 'Shopware\Storefront\Page\Cms\DefaultMediaResolver' shared autowired service.
  33372.      *
  33373.      * @return \Shopware\Storefront\Page\Cms\DefaultMediaResolver
  33374.      */
  33375.     protected function getDefaultMediaResolverService()
  33376.     {
  33377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/AbstractDefaultMediaResolver.php';
  33378.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Cms/DefaultMediaResolver.php';
  33379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/DefaultMediaResolver.php';
  33380.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  33381.         if (isset($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'])) {
  33382.             return $this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'];
  33383.         }
  33384.         return $this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] = new \Shopware\Storefront\Page\Cms\DefaultMediaResolver(new \Shopware\Core\Content\Media\Cms\DefaultMediaResolver(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService())), $a, ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  33385.     }
  33386.     /**
  33387.      * Gets the private 'Shopware\Storefront\Page\GenericPageLoader' shared autowired service.
  33388.      *
  33389.      * @return \Shopware\Storefront\Page\GenericPageLoader
  33390.      */
  33391.     protected function getGenericPageLoaderService()
  33392.     {
  33393.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33394.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  33395.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  33396.         }
  33397.         $b = ($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? $this->getHeaderPageletLoaderService());
  33398.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  33399.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  33400.         }
  33401.         $c = ($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? $this->getFooterPageletLoaderService());
  33402.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  33403.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  33404.         }
  33405.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  33406.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  33407.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  33408.         }
  33409.         $e = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  33410.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  33411.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  33412.         }
  33413.         $f = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  33414.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  33415.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  33416.         }
  33417.         return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] = new \Shopware\Storefront\Page\GenericPageLoader($b$c$d$e$f$a);
  33418.     }
  33419.     /**
  33420.      * Gets the private 'Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader' shared autowired service.
  33421.      *
  33422.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader
  33423.      */
  33424.     protected function getProductPageConfiguratorLoaderService()
  33425.     {
  33426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductConfiguratorLoader.php';
  33427.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductPageConfiguratorLoader.php';
  33428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AvailableCombinationLoader.php';
  33429.         $a = ($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService());
  33430.         if (isset($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'])) {
  33431.             return $this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'];
  33432.         }
  33433.         return $this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] = new \Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader(new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductConfiguratorLoader($a, new \Shopware\Core\Content\Product\SalesChannel\Detail\AvailableCombinationLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()))));
  33434.     }
  33435.     /**
  33436.      * Gets the private 'Shopware\Storefront\Page\Product\QuickView\MinimalQuickViewPageLoader' shared autowired service.
  33437.      *
  33438.      * @return \Shopware\Storefront\Page\Product\QuickView\MinimalQuickViewPageLoader
  33439.      */
  33440.     protected function getMinimalQuickViewPageLoaderService()
  33441.     {
  33442.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/QuickView/MinimalQuickViewPageLoader.php';
  33443.         return $this->privates['Shopware\\Storefront\\Page\\Product\\QuickView\\MinimalQuickViewPageLoader'] = new \Shopware\Storefront\Page\Product\QuickView\MinimalQuickViewPageLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService()));
  33444.     }
  33445.     /**
  33446.      * Gets the private 'Shopware\Storefront\Pagelet\Footer\FooterPageletLoader' shared autowired service.
  33447.      *
  33448.      * @return \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader
  33449.      */
  33450.     protected function getFooterPageletLoaderService()
  33451.     {
  33452.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33453.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'])) {
  33454.             return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'];
  33455.         }
  33456.         $b = ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService());
  33457.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'])) {
  33458.             return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'];
  33459.         }
  33460.         return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] = new \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader($a$b);
  33461.     }
  33462.     /**
  33463.      * Gets the private 'Shopware\Storefront\Pagelet\Header\HeaderPageletLoader' shared autowired service.
  33464.      *
  33465.      * @return \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader
  33466.      */
  33467.     protected function getHeaderPageletLoaderService()
  33468.     {
  33469.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33470.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  33471.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  33472.         }
  33473.         $b = ($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'] ?? $this->getCachedCurrencyRouteService());
  33474.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  33475.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  33476.         }
  33477.         $c = ($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'] ?? $this->getCachedLanguageRouteService());
  33478.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  33479.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  33480.         }
  33481.         $d = ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService());
  33482.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  33483.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  33484.         }
  33485.         return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] = new \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader($a$b$c$d);
  33486.     }
  33487.     /**
  33488.      * Gets the private 'Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader' shared autowired service.
  33489.      *
  33490.      * @return \Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader
  33491.      */
  33492.     protected function getNewsletterAccountPageletLoaderService()
  33493.     {
  33494.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Newsletter/Account/NewsletterAccountPageletLoader.php';
  33495.         return $this->privates['Shopware\\Storefront\\Pagelet\\Newsletter\\Account\\NewsletterAccountPageletLoader'] = new \Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'] ?? $this->getNewsletterSubscribeRouteService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute'] ?? $this->getNewsletterUnsubscribeRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountNewsletterRecipientRoute'] ?? $this->getAccountNewsletterRecipientRouteService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  33496.     }
  33497.     /**
  33498.      * Gets the private 'Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator' shared service.
  33499.      *
  33500.      * @return \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator
  33501.      */
  33502.     protected function getCachedResolvedConfigLoaderInvalidatorService()
  33503.     {
  33504.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoaderInvalidator.php';
  33505.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  33506.         if (isset($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'])) {
  33507.             return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'];
  33508.         }
  33509.         return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] = new \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator($a);
  33510.     }
  33511.     /**
  33512.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeChangeCommand' shared service.
  33513.      *
  33514.      * @return \Shopware\Storefront\Theme\Command\ThemeChangeCommand
  33515.      */
  33516.     protected function getThemeChangeCommandService()
  33517.     {
  33518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33519.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeChangeCommand.php';
  33520.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeChangeCommand(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()), ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService()), ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService()));
  33521.         $instance->setName('theme:change');
  33522.         return $instance;
  33523.     }
  33524.     /**
  33525.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCompileCommand' shared service.
  33526.      *
  33527.      * @return \Shopware\Storefront\Theme\Command\ThemeCompileCommand
  33528.      */
  33529.     protected function getThemeCompileCommandService()
  33530.     {
  33531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33532.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCompileCommand.php';
  33533.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeCompileCommand(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()), ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] ?? $this->getDatabaseAvailableThemeProviderService()));
  33534.         $instance->setName('theme:compile');
  33535.         return $instance;
  33536.     }
  33537.     /**
  33538.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCreateCommand' shared service.
  33539.      *
  33540.      * @return \Shopware\Storefront\Theme\Command\ThemeCreateCommand
  33541.      */
  33542.     protected function getThemeCreateCommandService()
  33543.     {
  33544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33545.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCreateCommand.php';
  33546.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeCreateCommand(\dirname(__DIR__4));
  33547.         $instance->setName('theme:create');
  33548.         return $instance;
  33549.     }
  33550.     /**
  33551.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeDumpCommand' shared service.
  33552.      *
  33553.      * @return \Shopware\Storefront\Theme\Command\ThemeDumpCommand
  33554.      */
  33555.     protected function getThemeDumpCommandService()
  33556.     {
  33557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33558.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeDumpCommand.php';
  33559.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeDumpCommand(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileResolver'] ?? $this->getThemeFileResolverService()), ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), \dirname(__DIR__4), ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService()));
  33560.         $instance->setName('theme:dump');
  33561.         return $instance;
  33562.     }
  33563.     /**
  33564.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand' shared service.
  33565.      *
  33566.      * @return \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand
  33567.      */
  33568.     protected function getThemePrepareIconsCommandService()
  33569.     {
  33570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33571.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemePrepareIconsCommand.php';
  33572.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand();
  33573.         $instance->setName('theme:prepare-icons');
  33574.         return $instance;
  33575.     }
  33576.     /**
  33577.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeRefreshCommand' shared service.
  33578.      *
  33579.      * @return \Shopware\Storefront\Theme\Command\ThemeRefreshCommand
  33580.      */
  33581.     protected function getThemeRefreshCommandService()
  33582.     {
  33583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33584.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeRefreshCommand.php';
  33585.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeRefreshCommand(($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService()));
  33586.         $instance->setName('theme:refresh');
  33587.         return $instance;
  33588.     }
  33589.     /**
  33590.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider' shared service.
  33591.      *
  33592.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider
  33593.      */
  33594.     protected function getDatabaseAvailableThemeProviderService()
  33595.     {
  33596.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractAvailableThemeProvider.php';
  33597.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseAvailableThemeProvider.php';
  33598.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  33599.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'])) {
  33600.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'];
  33601.         }
  33602.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider($a);
  33603.     }
  33604.     /**
  33605.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader' shared service.
  33606.      *
  33607.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader
  33608.      */
  33609.     protected function getDatabaseConfigLoaderService()
  33610.     {
  33611.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  33612.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'])) {
  33613.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'];
  33614.         }
  33615.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  33616.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'])) {
  33617.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'];
  33618.         }
  33619.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader($a, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), $b);
  33620.     }
  33621.     /**
  33622.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper' shared service.
  33623.      *
  33624.      * @return \Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper
  33625.      */
  33626.     protected function getStaticFileConfigDumperService()
  33627.     {
  33628.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/StaticFileConfigDumper.php';
  33629.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] ?? $this->getDatabaseAvailableThemeProviderService());
  33630.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'])) {
  33631.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'];
  33632.         }
  33633.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] = new \Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper(($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] ?? $this->getDatabaseConfigLoaderService()), $a, ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()));
  33634.     }
  33635.     /**
  33636.      * Gets the private 'Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer' shared service.
  33637.      *
  33638.      * @return \Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer
  33639.      */
  33640.     protected function getThemeIndexerService()
  33641.     {
  33642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  33643.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/DataAbstractionLayer/ThemeIndexer.php';
  33644.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33645.         if (isset($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'])) {
  33646.             return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'];
  33647.         }
  33648.         $b = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  33649.         if (isset($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'])) {
  33650.             return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'];
  33651.         }
  33652.         return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] = new \Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  33653.     }
  33654.     /**
  33655.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber' shared service.
  33656.      *
  33657.      * @return \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber
  33658.      */
  33659.     protected function getAppLifecycleSubscriberService()
  33660.     {
  33661.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/AppLifecycleSubscriber.php';
  33662.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  33663.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'])) {
  33664.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'];
  33665.         }
  33666.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  33667.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'])) {
  33668.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'];
  33669.         }
  33670.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber($a$b);
  33671.     }
  33672.     /**
  33673.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber' shared service.
  33674.      *
  33675.      * @return \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber
  33676.      */
  33677.     protected function getFirstRunWizardSubscriberService()
  33678.     {
  33679.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/FirstRunWizardSubscriber.php';
  33680.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  33681.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  33682.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  33683.         }
  33684.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  33685.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  33686.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  33687.         }
  33688.         $c = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  33689.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  33690.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  33691.         }
  33692.         $d = ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService());
  33693.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  33694.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  33695.         }
  33696.         $e = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  33697.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  33698.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  33699.         }
  33700.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber($a$b$c$d$e);
  33701.     }
  33702.     /**
  33703.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber' shared service.
  33704.      *
  33705.      * @return \Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber
  33706.      */
  33707.     protected function getPluginLifecycleSubscriber2Service()
  33708.     {
  33709.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/PluginLifecycleSubscriber.php';
  33710.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService());
  33711.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'])) {
  33712.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'];
  33713.         }
  33714.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  33715.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'])) {
  33716.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'];
  33717.         }
  33718.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), \dirname(__DIR__4), ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] ?? ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] = new \Shopware\Storefront\Theme\StorefrontPluginConfiguration\StorefrontPluginConfigurationFactory(\dirname(__DIR__4)))), $a$b);
  33719.     }
  33720.     /**
  33721.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber' shared service.
  33722.      *
  33723.      * @return \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber
  33724.      */
  33725.     protected function getThemeCompilerEnrichScssVarSubscriberService()
  33726.     {
  33727.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/ThemeCompilerEnrichScssVarSubscriber.php';
  33728.         $a = ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService());
  33729.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'])) {
  33730.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'];
  33731.         }
  33732.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber($a, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()));
  33733.     }
  33734.     /**
  33735.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\UpdateSubscriber' shared service.
  33736.      *
  33737.      * @return \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber
  33738.      */
  33739.     protected function getUpdateSubscriberService()
  33740.     {
  33741.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/UpdateSubscriber.php';
  33742.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  33743.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  33744.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  33745.         }
  33746.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  33747.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  33748.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  33749.         }
  33750.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  33751.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  33752.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  33753.         }
  33754.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber($a$b$c);
  33755.     }
  33756.     /**
  33757.      * Gets the private 'Shopware\Storefront\Theme\ThemeAppLifecycleHandler' shared service.
  33758.      *
  33759.      * @return \Shopware\Storefront\Theme\ThemeAppLifecycleHandler
  33760.      */
  33761.     protected function getThemeAppLifecycleHandlerService()
  33762.     {
  33763.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAppLifecycleHandler.php';
  33764.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService());
  33765.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'])) {
  33766.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'];
  33767.         }
  33768.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] = new \Shopware\Storefront\Theme\ThemeAppLifecycleHandler(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] ?? ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] = new \Shopware\Storefront\Theme\StorefrontPluginConfiguration\StorefrontPluginConfigurationFactory(\dirname(__DIR__4)))), $a);
  33769.     }
  33770.     /**
  33771.      * Gets the private 'Shopware\Storefront\Theme\ThemeConfigValueAccessor' shared autowired service.
  33772.      *
  33773.      * @return \Shopware\Storefront\Theme\ThemeConfigValueAccessor
  33774.      */
  33775.     protected function getThemeConfigValueAccessorService()
  33776.     {
  33777.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  33778.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'])) {
  33779.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'];
  33780.         }
  33781.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  33782.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'])) {
  33783.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'];
  33784.         }
  33785.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] = new \Shopware\Storefront\Theme\ThemeConfigValueAccessor(new \Shopware\Storefront\Theme\CachedResolvedConfigLoader(new \Shopware\Storefront\Theme\ResolvedConfigLoader($a$b), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['logger'] ?? $this->getLoggerService())));
  33786.     }
  33787.     /**
  33788.      * Gets the private 'Shopware\Storefront\Theme\ThemeFileResolver' shared service.
  33789.      *
  33790.      * @return \Shopware\Storefront\Theme\ThemeFileResolver
  33791.      */
  33792.     protected function getThemeFileResolverService()
  33793.     {
  33794.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeFileResolver'] = new \Shopware\Storefront\Theme\ThemeFileResolver(($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] ?? ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] = new \Shopware\Storefront\Theme\ThemeFileImporter(\dirname(__DIR__4)))));
  33795.     }
  33796.     /**
  33797.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleHandler' shared service.
  33798.      *
  33799.      * @return \Shopware\Storefront\Theme\ThemeLifecycleHandler
  33800.      */
  33801.     protected function getThemeLifecycleHandlerService()
  33802.     {
  33803.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleHandler.php';
  33804.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  33805.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  33806.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  33807.         }
  33808.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  33809.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  33810.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  33811.         }
  33812.         $c = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  33813.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  33814.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  33815.         }
  33816.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] = new \Shopware\Storefront\Theme\ThemeLifecycleHandler($a$b$c, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  33817.     }
  33818.     /**
  33819.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleService' shared service.
  33820.      *
  33821.      * @return \Shopware\Storefront\Theme\ThemeLifecycleService
  33822.      */
  33823.     protected function getThemeLifecycleServiceService()
  33824.     {
  33825.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleService.php';
  33826.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  33827.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  33828.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  33829.         }
  33830.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  33831.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  33832.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  33833.         }
  33834.         $c = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  33835.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  33836.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  33837.         }
  33838.         $d = ($this->services['theme_media.repository'] ?? $this->getThemeMedia_RepositoryService());
  33839.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  33840.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  33841.         }
  33842.         $e = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  33843.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  33844.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  33845.         }
  33846.         $f = ($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] ?? $this->getFileNameProviderService());
  33847.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  33848.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  33849.         }
  33850.         $g = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  33851.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  33852.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  33853.         }
  33854.         $h = ($this->services['theme_child.repository'] ?? $this->getThemeChild_RepositoryService());
  33855.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  33856.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  33857.         }
  33858.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] = new \Shopware\Storefront\Theme\ThemeLifecycleService(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), $a$b$c$d$e$f, ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] ?? ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] = new \Shopware\Storefront\Theme\ThemeFileImporter(\dirname(__DIR__4)))), $g$h, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  33859.     }
  33860.     /**
  33861.      * Gets the private 'Shopware\Storefront\Theme\ThemeService' shared service.
  33862.      *
  33863.      * @return \Shopware\Storefront\Theme\ThemeService
  33864.      */
  33865.     protected function getThemeServiceService()
  33866.     {
  33867.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33868.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  33869.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  33870.         }
  33871.         $b = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  33872.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  33873.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  33874.         }
  33875.         $c = ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService());
  33876.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  33877.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  33878.         }
  33879.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  33880.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  33881.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  33882.         }
  33883.         $e = ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] ?? $this->getDatabaseConfigLoaderService());
  33884.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  33885.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  33886.         }
  33887.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'] = new \Shopware\Storefront\Theme\ThemeService(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), $b$c, new \Shopware\Storefront\Theme\ThemeCompiler(($this->services['shopware.filesystem.theme'] ?? $this->getShopware_Filesystem_ThemeService()), ($this->services['shopware.filesystem.temp'] ?? $this->getShopware_Filesystem_TempService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileResolver'] ?? $this->getThemeFileResolverService()), true$a, ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] ?? ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] = new \Shopware\Storefront\Theme\ThemeFileImporter(\dirname(__DIR__4)))), ['public' => ($this->privates['shopware.asset.public'] ?? $this->getShopware_Asset_PublicService()), 'theme' => ($this->privates['shopware.asset.theme'] ?? $this->getShopware_Asset_ThemeService()), 'asset' => ($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService()), 'sitemap' => ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService())], $d, ($this->privates['Shopware\\Storefront\\Theme\\MD5ThemePathBuilder'] ?? ($this->privates['Shopware\\Storefront\\Theme\\MD5ThemePathBuilder'] = new \Shopware\Storefront\Theme\MD5ThemePathBuilder())), \dirname(__DIR__4), new \Shopware\Storefront\Theme\ScssPhpCompiler()), $a$e, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  33888.     }
  33889.     /**
  33890.      * Gets the private 'Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder' shared service.
  33891.      *
  33892.      * @return \Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder
  33893.      */
  33894.     protected function getThemeNamespaceHierarchyBuilderService()
  33895.     {
  33896.         return $this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] = new \Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder(new \Shopware\Storefront\Theme\Twig\ThemeInheritanceBuilder(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService())), ($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] ?? $this->getSalesChannelThemeLoaderService()));
  33897.     }
  33898.     /**
  33899.      * Gets the private 'SwagExtensionStore\Services\StoreClient' shared service.
  33900.      *
  33901.      * @return \SwagExtensionStore\Services\StoreClient
  33902.      */
  33903.     protected function getStoreClient2Service()
  33904.     {
  33905.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/StoreClient.php';
  33906.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/StoreRequestOptionsProviderWrapper.php';
  33907.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/StoreRequestOptionsProviderPolyfill.php';
  33908.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/InstanceServicePolyfill.php';
  33909.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/LocaleProviderPolyfill.php';
  33910.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  33911.         return $this->privates['SwagExtensionStore\\Services\\StoreClient'] = new \SwagExtensionStore\Services\StoreClient($this->parameters['swag_extension_store.endpoints'], new \SwagExtensionStore\Authentication\StoreRequestOptionsProviderWrapper(new \SwagExtensionStore\Authentication\StoreRequestOptionsProviderPolyfill($a, ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new \SwagExtensionStore\Authentication\InstanceServicePolyfill('6.4.18.1'$this->getEnv('INSTANCE_ID')), new \SwagExtensionStore\Authentication\LocaleProviderPolyfill($a)), ($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService())), ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()));
  33912.     }
  33913.     /**
  33914.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelDomainValidator' shared service.
  33915.      *
  33916.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelDomainValidator
  33917.      */
  33918.     protected function getSalesChannelDomainValidatorService()
  33919.     {
  33920.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  33921.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/SalesChannelDomainValidator.php';
  33922.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelDomainValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelDomainValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  33923.     }
  33924.     /**
  33925.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelLanguageValidator' shared service.
  33926.      *
  33927.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelLanguageValidator
  33928.      */
  33929.     protected function getSalesChannelLanguageValidatorService()
  33930.     {
  33931.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  33932.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/SalesChannelLanguageValidator.php';
  33933.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelLanguageValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelLanguageValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  33934.     }
  33935.     /**
  33936.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelValidator' shared service.
  33937.      *
  33938.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelValidator
  33939.      */
  33940.     protected function getSalesChannelValidator2Service()
  33941.     {
  33942.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  33943.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/SalesChannelValidator.php';
  33944.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  33945.     }
  33946.     /**
  33947.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\UserValidator' shared service.
  33948.      *
  33949.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\UserValidator
  33950.      */
  33951.     protected function getUserValidatorService()
  33952.     {
  33953.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  33954.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/UserValidator.php';
  33955.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\UserValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\UserValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  33956.     }
  33957.     /**
  33958.      * Gets the private 'Swag\LanguagePack\Core\System\SalesChannel\Command\SalesChannelCreateCommand' shared service.
  33959.      *
  33960.      * @return \Swag\LanguagePack\Core\System\SalesChannel\Command\SalesChannelCreateCommand
  33961.      */
  33962.     protected function getSalesChannelCreateCommand2Service()
  33963.     {
  33964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33965.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/System/SalesChannel/Command/SalesChannelCreateCommand.php';
  33966.         $this->privates['Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand'] = $instance = new \Swag\LanguagePack\Core\System\SalesChannel\Command\SalesChannelCreateCommand(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), ($this->services['Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator'] ?? $this->getSalesChannelCreatorService()));
  33967.         $instance->setName('sales-channel:create');
  33968.         return $instance;
  33969.     }
  33970.     /**
  33971.      * Gets the private 'Swag\LanguagePack\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand' shared service.
  33972.      *
  33973.      * @return \Swag\LanguagePack\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand
  33974.      */
  33975.     protected function getSalesChannelCreateStorefrontCommand2Service()
  33976.     {
  33977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33978.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/System/SalesChannel/Command/SalesChannelCreateCommand.php';
  33979.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php';
  33980.         $this->privates['Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand'] = $instance = new \Swag\LanguagePack\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), ($this->services['Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator'] ?? $this->getSalesChannelCreatorService()), ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService()));
  33981.         $instance->setName('sales-channel:create:storefront');
  33982.         return $instance;
  33983.     }
  33984.     /**
  33985.      * Gets the private 'Swag\PayPal\Checkout\Cart\Service\ExcludedProductValidator' shared service.
  33986.      *
  33987.      * @return \Swag\PayPal\Checkout\Cart\Service\ExcludedProductValidator
  33988.      */
  33989.     protected function getExcludedProductValidatorService()
  33990.     {
  33991.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  33992.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'])) {
  33993.             return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'];
  33994.         }
  33995.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  33996.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'])) {
  33997.             return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'];
  33998.         }
  33999.         return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] = new \Swag\PayPal\Checkout\Cart\Service\ExcludedProductValidator($a$b);
  34000.     }
  34001.     /**
  34002.      * Gets the private 'Swag\PayPal\Checkout\Cart\Validation\CartValidator' shared service.
  34003.      *
  34004.      * @return \Swag\PayPal\Checkout\Cart\Validation\CartValidator
  34005.      */
  34006.     protected function getCartValidatorService()
  34007.     {
  34008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  34009.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Cart/Validation/CartValidator.php';
  34010.         $a = ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService());
  34011.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'])) {
  34012.             return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'];
  34013.         }
  34014.         $b = ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService());
  34015.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'])) {
  34016.             return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'];
  34017.         }
  34018.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? $this->getExcludedProductValidatorService());
  34019.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'])) {
  34020.             return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'];
  34021.         }
  34022.         return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'] = new \Swag\PayPal\Checkout\Cart\Validation\CartValidator(($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] ?? ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] = new \Swag\PayPal\Checkout\Cart\Service\CartPriceService())), $a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c, ($this->privates['Swag\\PayPal\\Util\\Availability\\AvailabilityService'] ?? $this->getAvailabilityServiceService()));
  34023.     }
  34024.     /**
  34025.      * Gets the private 'Swag\PayPal\Checkout\CheckoutSubscriber' shared service.
  34026.      *
  34027.      * @return \Swag\PayPal\Checkout\CheckoutSubscriber
  34028.      */
  34029.     protected function getCheckoutSubscriber2Service()
  34030.     {
  34031.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/CheckoutSubscriber.php';
  34032.         return $this->privates['Swag\\PayPal\\Checkout\\CheckoutSubscriber'] = new \Swag\PayPal\Checkout\CheckoutSubscriber(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  34033.     }
  34034.     /**
  34035.      * Gets the private 'Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber' shared service.
  34036.      *
  34037.      * @return \Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber
  34038.      */
  34039.     protected function getExpressCheckoutSubscriberService()
  34040.     {
  34041.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/ExpressCheckoutSubscriber.php';
  34042.         $a = ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'] ?? $this->getPayPalExpressCheckoutDataServiceService());
  34043.         if (isset($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'])) {
  34044.             return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'];
  34045.         }
  34046.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34047.         if (isset($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'])) {
  34048.             return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'];
  34049.         }
  34050.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? $this->getExcludedProductValidatorService());
  34051.         if (isset($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'])) {
  34052.             return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'];
  34053.         }
  34054.         return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] = new \Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber($a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $b, ($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService()), $c, ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  34055.     }
  34056.     /**
  34057.      * Gets the private 'Swag\PayPal\Checkout\ExpressCheckout\Service\PayPalExpressCheckoutDataService' shared service.
  34058.      *
  34059.      * @return \Swag\PayPal\Checkout\ExpressCheckout\Service\PayPalExpressCheckoutDataService
  34060.      */
  34061.     protected function getPayPalExpressCheckoutDataServiceService()
  34062.     {
  34063.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/Service/ExpressCheckoutDataServiceInterface.php';
  34064.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/Service/PayPalExpressCheckoutDataService.php';
  34065.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  34066.         if (isset($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'])) {
  34067.             return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'];
  34068.         }
  34069.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34070.         if (isset($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'])) {
  34071.             return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'];
  34072.         }
  34073.         return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'] = new \Swag\PayPal\Checkout\ExpressCheckout\Service\PayPalExpressCheckoutDataService($a, ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService()), $b, ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()), ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] ?? ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] = new \Swag\PayPal\Checkout\Cart\Service\CartPriceService())));
  34074.     }
  34075.     /**
  34076.      * Gets the private 'Swag\PayPal\Checkout\Order\Shipping\ShippingSubscriber' shared service.
  34077.      *
  34078.      * @return \Swag\PayPal\Checkout\Order\Shipping\ShippingSubscriber
  34079.      */
  34080.     protected function getShippingSubscriberService()
  34081.     {
  34082.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Order/Shipping/ShippingSubscriber.php';
  34083.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Order/Shipping/Service/ShippingService.php';
  34084.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/ShippingResource.php';
  34085.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  34086.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'])) {
  34087.             return $this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'];
  34088.         }
  34089.         $b = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  34090.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'])) {
  34091.             return $this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'];
  34092.         }
  34093.         $c = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  34094.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'])) {
  34095.             return $this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'];
  34096.         }
  34097.         $d = ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service());
  34098.         return $this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'] = new \Swag\PayPal\Checkout\Order\Shipping\ShippingSubscriber(new \Swag\PayPal\Checkout\Order\Shipping\Service\ShippingService(new \Swag\PayPal\RestApi\V1\Resource\ShippingResource(($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService())), $a$b$c$d), $d);
  34099.     }
  34100.     /**
  34101.      * Gets the private 'Swag\PayPal\Checkout\PUI\PUISubscriber' shared service.
  34102.      *
  34103.      * @return \Swag\PayPal\Checkout\PUI\PUISubscriber
  34104.      */
  34105.     protected function getPUISubscriberService()
  34106.     {
  34107.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/PUI/PUISubscriber.php';
  34108.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/PUI/Service/PUIFraudNetDataService.php';
  34109.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/PUI/Service/PUIPaymentInstructionDataService.php';
  34110.         $a = ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService());
  34111.         $b = ($this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'] ?? $this->getPUIPaymentInstructionsRouteService());
  34112.         if (isset($this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'])) {
  34113.             return $this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'];
  34114.         }
  34115.         return $this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'] = new \Swag\PayPal\Checkout\PUI\PUISubscriber(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), new \Swag\PayPal\Checkout\PUI\Service\PUIFraudNetDataService($a, ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService())), new \Swag\PayPal\Checkout\PUI\Service\PUIPaymentInstructionDataService($a$b, ($this->services['router'] ?? $this->getRouterService())), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  34116.     }
  34117.     /**
  34118.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\ACDCHandler' shared service.
  34119.      *
  34120.      * @return \Swag\PayPal\Checkout\Payment\Method\ACDCHandler
  34121.      */
  34122.     protected function getACDCHandlerService()
  34123.     {
  34124.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34125.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34126.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  34127.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractSyncAPMHandler.php';
  34128.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/ACDCHandler.php';
  34129.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ACDC/ACDCValidatorInterface.php';
  34130.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ACDC/ACDCValidator.php';
  34131.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34132.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'])) {
  34133.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'];
  34134.         }
  34135.         $b = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'] ?? $this->getOrderExecuteServiceService());
  34136.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'])) {
  34137.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'];
  34138.         }
  34139.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] ?? $this->getOrderPatchServiceService());
  34140.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'])) {
  34141.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'];
  34142.         }
  34143.         $d = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService());
  34144.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'])) {
  34145.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'];
  34146.         }
  34147.         $e = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34148.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'])) {
  34149.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'];
  34150.         }
  34151.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'] = new \Swag\PayPal\Checkout\Payment\Method\ACDCHandler(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a$b$c$d, ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), new \Swag\PayPal\Checkout\ACDC\ACDCValidator($e));
  34152.     }
  34153.     /**
  34154.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\BancontactAPMHandler' shared service.
  34155.      *
  34156.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  34157.      */
  34158.     protected function getBancontactAPMHandlerService()
  34159.     {
  34160.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  34163.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  34164.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  34165.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  34166.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/BancontactOrderBuilder.php';
  34167.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  34168.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34169.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'])) {
  34170.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'];
  34171.         }
  34172.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34173.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'])) {
  34174.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'];
  34175.         }
  34176.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  34177.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'])) {
  34178.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'];
  34179.         }
  34180.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), new \Swag\PayPal\OrdersApi\Builder\APM\BancontactOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  34181.     }
  34182.     /**
  34183.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\BlikAPMHandler' shared service.
  34184.      *
  34185.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  34186.      */
  34187.     protected function getBlikAPMHandlerService()
  34188.     {
  34189.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  34192.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  34193.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  34194.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  34195.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/BlikOrderBuilder.php';
  34196.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  34197.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34198.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'])) {
  34199.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'];
  34200.         }
  34201.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34202.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'])) {
  34203.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'];
  34204.         }
  34205.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  34206.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'])) {
  34207.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'];
  34208.         }
  34209.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), new \Swag\PayPal\OrdersApi\Builder\APM\BlikOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  34210.     }
  34211.     /**
  34212.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\EpsAPMHandler' shared service.
  34213.      *
  34214.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  34215.      */
  34216.     protected function getEpsAPMHandlerService()
  34217.     {
  34218.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  34221.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  34222.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  34223.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  34224.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/EpsOrderBuilder.php';
  34225.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  34226.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34227.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'])) {
  34228.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'];
  34229.         }
  34230.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34231.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'])) {
  34232.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'];
  34233.         }
  34234.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  34235.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'])) {
  34236.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'];
  34237.         }
  34238.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), new \Swag\PayPal\OrdersApi\Builder\APM\EpsOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  34239.     }
  34240.     /**
  34241.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\GiropayAPMHandler' shared service.
  34242.      *
  34243.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  34244.      */
  34245.     protected function getGiropayAPMHandlerService()
  34246.     {
  34247.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34248.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  34250.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  34251.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  34252.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  34253.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/GiropayOrderBuilder.php';
  34254.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  34255.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34256.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'])) {
  34257.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'];
  34258.         }
  34259.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34260.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'])) {
  34261.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'];
  34262.         }
  34263.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  34264.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'])) {
  34265.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'];
  34266.         }
  34267.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), new \Swag\PayPal\OrdersApi\Builder\APM\GiropayOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  34268.     }
  34269.     /**
  34270.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\IdealAPMHandler' shared service.
  34271.      *
  34272.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  34273.      */
  34274.     protected function getIdealAPMHandlerService()
  34275.     {
  34276.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  34279.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  34280.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  34281.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  34282.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/IdealOrderBuilder.php';
  34283.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  34284.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34285.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'])) {
  34286.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'];
  34287.         }
  34288.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34289.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'])) {
  34290.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'];
  34291.         }
  34292.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  34293.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'])) {
  34294.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'];
  34295.         }
  34296.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), new \Swag\PayPal\OrdersApi\Builder\APM\IdealOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  34297.     }
  34298.     /**
  34299.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\MultibancoAPMHandler' shared service.
  34300.      *
  34301.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  34302.      */
  34303.     protected function getMultibancoAPMHandlerService()
  34304.     {
  34305.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  34308.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  34309.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  34310.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  34311.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/MultibancoOrderBuilder.php';
  34312.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  34313.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34314.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'])) {
  34315.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'];
  34316.         }
  34317.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34318.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'])) {
  34319.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'];
  34320.         }
  34321.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  34322.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'])) {
  34323.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'];
  34324.         }
  34325.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), new \Swag\PayPal\OrdersApi\Builder\APM\MultibancoOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  34326.     }
  34327.     /**
  34328.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\MyBankAPMHandler' shared service.
  34329.      *
  34330.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  34331.      */
  34332.     protected function getMyBankAPMHandlerService()
  34333.     {
  34334.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34336.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  34337.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  34338.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  34339.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  34340.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/MyBankOrderBuilder.php';
  34341.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  34342.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34343.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'])) {
  34344.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'];
  34345.         }
  34346.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34347.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'])) {
  34348.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'];
  34349.         }
  34350.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  34351.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'])) {
  34352.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'];
  34353.         }
  34354.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), new \Swag\PayPal\OrdersApi\Builder\APM\MyBankOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  34355.     }
  34356.     /**
  34357.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\OxxoAPMHandler' shared service.
  34358.      *
  34359.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  34360.      */
  34361.     protected function getOxxoAPMHandlerService()
  34362.     {
  34363.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34364.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  34366.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  34367.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  34368.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  34369.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/OxxoOrderBuilder.php';
  34370.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  34371.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34372.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'])) {
  34373.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'];
  34374.         }
  34375.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34376.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'])) {
  34377.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'];
  34378.         }
  34379.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  34380.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'])) {
  34381.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'];
  34382.         }
  34383.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), new \Swag\PayPal\OrdersApi\Builder\APM\OxxoOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  34384.     }
  34385.     /**
  34386.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\P24APMHandler' shared service.
  34387.      *
  34388.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  34389.      */
  34390.     protected function getP24APMHandlerService()
  34391.     {
  34392.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  34395.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  34396.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  34397.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  34398.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/P24OrderBuilder.php';
  34399.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  34400.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34401.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'])) {
  34402.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'];
  34403.         }
  34404.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34405.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'])) {
  34406.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'];
  34407.         }
  34408.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  34409.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'])) {
  34410.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'];
  34411.         }
  34412.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), new \Swag\PayPal\OrdersApi\Builder\APM\P24OrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  34413.     }
  34414.     /**
  34415.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\PUIHandler' shared service.
  34416.      *
  34417.      * @return \Swag\PayPal\Checkout\Payment\Method\PUIHandler
  34418.      */
  34419.     protected function getPUIHandlerService()
  34420.     {
  34421.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34422.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34423.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  34424.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/PUIHandler.php';
  34425.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  34426.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/PUIOrderBuilder.php';
  34427.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/PUI/Service/PUICustomerDataService.php';
  34428.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  34429.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34430.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  34431.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  34432.         }
  34433.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34434.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  34435.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  34436.         }
  34437.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  34438.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  34439.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  34440.         }
  34441.         $d = ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService());
  34442.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  34443.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  34444.         }
  34445.         $e = ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService());
  34446.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  34447.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  34448.         }
  34449.         $f = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  34450.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  34451.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  34452.         }
  34453.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  34454.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  34455.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  34456.         }
  34457.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'] = new \Swag\PayPal\Checkout\Payment\Method\PUIHandler(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a, new \Swag\PayPal\OrdersApi\Builder\PUIOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c$d), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), new \Swag\PayPal\Checkout\PUI\Service\PUICustomerDataService($e$f), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $g, ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  34458.     }
  34459.     /**
  34460.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\PayLaterHandler' shared service.
  34461.      *
  34462.      * @return \Swag\PayPal\Checkout\Payment\Method\PayLaterHandler
  34463.      */
  34464.     protected function getPayLaterHandlerService()
  34465.     {
  34466.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  34469.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractSyncAPMHandler.php';
  34470.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/PayLaterHandler.php';
  34471.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34472.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler'])) {
  34473.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler'];
  34474.         }
  34475.         $b = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] ?? $this->getOrderPatchServiceService());
  34476.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler'])) {
  34477.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler'];
  34478.         }
  34479.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler'] = new \Swag\PayPal\Checkout\Payment\Method\PayLaterHandler(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'] ?? $this->getOrderExecuteServiceService()), $b, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()));
  34480.     }
  34481.     /**
  34482.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\SEPAHandler' shared service.
  34483.      *
  34484.      * @return \Swag\PayPal\Checkout\Payment\Method\SEPAHandler
  34485.      */
  34486.     protected function getSEPAHandlerService()
  34487.     {
  34488.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  34491.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractSyncAPMHandler.php';
  34492.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/SEPAHandler.php';
  34493.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34494.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler'])) {
  34495.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler'];
  34496.         }
  34497.         $b = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] ?? $this->getOrderPatchServiceService());
  34498.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler'])) {
  34499.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler'];
  34500.         }
  34501.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler'] = new \Swag\PayPal\Checkout\Payment\Method\SEPAHandler(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'] ?? $this->getOrderExecuteServiceService()), $b, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()));
  34502.     }
  34503.     /**
  34504.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler' shared service.
  34505.      *
  34506.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  34507.      */
  34508.     protected function getSofortAPMHandlerService()
  34509.     {
  34510.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34512.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  34513.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  34514.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  34515.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  34516.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/SofortOrderBuilder.php';
  34517.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  34518.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34519.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'])) {
  34520.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'];
  34521.         }
  34522.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34523.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'])) {
  34524.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'];
  34525.         }
  34526.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  34527.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'])) {
  34528.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'];
  34529.         }
  34530.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), new \Swag\PayPal\OrdersApi\Builder\APM\SofortOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  34531.     }
  34532.     /**
  34533.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\TrustlyAPMHandler' shared service.
  34534.      *
  34535.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  34536.      */
  34537.     protected function getTrustlyAPMHandlerService()
  34538.     {
  34539.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  34542.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  34543.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  34544.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  34545.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/TrustlyOrderBuilder.php';
  34546.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  34547.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34548.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'])) {
  34549.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'];
  34550.         }
  34551.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34552.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'])) {
  34553.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'];
  34554.         }
  34555.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  34556.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'])) {
  34557.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'];
  34558.         }
  34559.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), new \Swag\PayPal\OrdersApi\Builder\APM\TrustlyOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  34560.     }
  34561.     /**
  34562.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\VenmoHandler' shared service.
  34563.      *
  34564.      * @return \Swag\PayPal\Checkout\Payment\Method\VenmoHandler
  34565.      */
  34566.     protected function getVenmoHandlerService()
  34567.     {
  34568.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  34569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  34571.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractSyncAPMHandler.php';
  34572.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/VenmoHandler.php';
  34573.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34574.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler'])) {
  34575.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler'];
  34576.         }
  34577.         $b = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] ?? $this->getOrderPatchServiceService());
  34578.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler'])) {
  34579.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler'];
  34580.         }
  34581.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler'] = new \Swag\PayPal\Checkout\Payment\Method\VenmoHandler(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'] ?? $this->getOrderExecuteServiceService()), $b, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()));
  34582.     }
  34583.     /**
  34584.      * Gets the private 'Swag\PayPal\Checkout\Payment\PayPalPaymentHandler' shared service.
  34585.      *
  34586.      * @return \Swag\PayPal\Checkout\Payment\PayPalPaymentHandler
  34587.      */
  34588.     protected function getPayPalPaymentHandlerService()
  34589.     {
  34590.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34591.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  34592.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/PayPalPaymentHandler.php';
  34593.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Handler/PayPalHandler.php';
  34594.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Handler/PlusPuiHandler.php';
  34595.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Patch/PayerInfoPatchBuilder.php';
  34596.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Patch/OrderNumberPatchBuilder.php';
  34597.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Patch/TransactionPatchBuilder.php';
  34598.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Patch/ShippingAddressPatchBuilder.php';
  34599.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34600.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  34601.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  34602.         }
  34603.         $b = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'] ?? $this->getOrderFromOrderBuilderService());
  34604.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  34605.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  34606.         }
  34607.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] ?? $this->getOrderPatchServiceService());
  34608.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  34609.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  34610.         }
  34611.         $d = ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service());
  34612.         $e = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  34613.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  34614.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  34615.         }
  34616.         $f = ($this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'] ?? $this->getOrderPaymentBuilderService());
  34617.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  34618.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  34619.         }
  34620.         $g = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  34621.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  34622.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  34623.         }
  34624.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'] = new \Swag\PayPal\Checkout\Payment\PayPalPaymentHandler($a, new \Swag\PayPal\Checkout\Payment\Handler\PayPalHandler($b, ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'] ?? $this->getOrderExecuteServiceService()), $c, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $d), new \Swag\PayPal\Checkout\Payment\Handler\PlusPuiHandler(($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\PaymentResource'] ?? $this->getPaymentResourceService()), $e, new \Swag\PayPal\PaymentsApi\Patch\PayerInfoPatchBuilder(), new \Swag\PayPal\PaymentsApi\Patch\OrderNumberPatchBuilder(), new \Swag\PayPal\PaymentsApi\Patch\TransactionPatchBuilder($f), new \Swag\PayPal\PaymentsApi\Patch\ShippingAddressPatchBuilder(), $a$d), $g$d, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()));
  34625.     }
  34626.     /**
  34627.      * Gets the private 'Swag\PayPal\Checkout\Payment\ScheduledTask\CancelTransactionsTaskHandler' shared service.
  34628.      *
  34629.      * @return \Swag\PayPal\Checkout\Payment\ScheduledTask\CancelTransactionsTaskHandler
  34630.      */
  34631.     protected function getCancelTransactionsTaskHandlerService()
  34632.     {
  34633.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/ScheduledTask/CancelTransactionsTaskHandler.php';
  34634.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  34635.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'])) {
  34636.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'];
  34637.         }
  34638.         $b = ($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService());
  34639.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'])) {
  34640.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'];
  34641.         }
  34642.         $c = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  34643.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'])) {
  34644.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'];
  34645.         }
  34646.         $d = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  34647.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'])) {
  34648.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'];
  34649.         }
  34650.         $e = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34651.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'])) {
  34652.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'];
  34653.         }
  34654.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'] = new \Swag\PayPal\Checkout\Payment\ScheduledTask\CancelTransactionsTaskHandler($a$b$c$d$e);
  34655.     }
  34656.     /**
  34657.      * Gets the private 'Swag\PayPal\Checkout\Payment\Service\OrderExecuteService' shared service.
  34658.      *
  34659.      * @return \Swag\PayPal\Checkout\Payment\Service\OrderExecuteService
  34660.      */
  34661.     protected function getOrderExecuteServiceService()
  34662.     {
  34663.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Service/OrderExecuteService.php';
  34664.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Patch/OrderNumberPatchBuilder.php';
  34665.         $a = ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService());
  34666.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'])) {
  34667.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'];
  34668.         }
  34669.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34670.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'])) {
  34671.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'];
  34672.         }
  34673.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'] = new \Swag\PayPal\Checkout\Payment\Service\OrderExecuteService($a$b, new \Swag\PayPal\OrdersApi\Patch\OrderNumberPatchBuilder(), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  34674.     }
  34675.     /**
  34676.      * Gets the private 'Swag\PayPal\Checkout\Payment\Service\OrderPatchService' shared service.
  34677.      *
  34678.      * @return \Swag\PayPal\Checkout\Payment\Service\OrderPatchService
  34679.      */
  34680.     protected function getOrderPatchServiceService()
  34681.     {
  34682.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Service/OrderPatchService.php';
  34683.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Patch/PurchaseUnitPatchBuilder.php';
  34684.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34685.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'])) {
  34686.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'];
  34687.         }
  34688.         $b = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService());
  34689.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'])) {
  34690.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'];
  34691.         }
  34692.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  34693.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'])) {
  34694.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'];
  34695.         }
  34696.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] = new \Swag\PayPal\Checkout\Payment\Service\OrderPatchService($a, new \Swag\PayPal\OrdersApi\Patch\PurchaseUnitPatchBuilder($b$c), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()));
  34697.     }
  34698.     /**
  34699.      * Gets the private 'Swag\PayPal\Checkout\Payment\Service\TransactionDataService' shared service.
  34700.      *
  34701.      * @return \Swag\PayPal\Checkout\Payment\Service\TransactionDataService
  34702.      */
  34703.     protected function getTransactionDataServiceService()
  34704.     {
  34705.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Service/TransactionDataService.php';
  34706.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  34707.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'])) {
  34708.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'];
  34709.         }
  34710.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] = new \Swag\PayPal\Checkout\Payment\Service\TransactionDataService($a);
  34711.     }
  34712.     /**
  34713.      * Gets the private 'Swag\PayPal\Checkout\Plus\PlusSubscriber' shared service.
  34714.      *
  34715.      * @return \Swag\PayPal\Checkout\Plus\PlusSubscriber
  34716.      */
  34717.     protected function getPlusSubscriberService()
  34718.     {
  34719.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Plus/PlusSubscriber.php';
  34720.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Plus/Service/PlusDataService.php';
  34721.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Builder/AbstractPaymentBuilder.php';
  34722.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Builder/CartPaymentBuilderInterface.php';
  34723.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Builder/CartPaymentBuilder.php';
  34724.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  34725.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34726.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'])) {
  34727.             return $this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'];
  34728.         }
  34729.         $b = ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService());
  34730.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34731.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'])) {
  34732.             return $this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'];
  34733.         }
  34734.         $d = ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service());
  34735.         $e = ($this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'] ?? $this->getOrderPaymentBuilderService());
  34736.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'])) {
  34737.             return $this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'];
  34738.         }
  34739.         $f = ($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService());
  34740.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  34741.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'])) {
  34742.             return $this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'];
  34743.         }
  34744.         return $this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'] = new \Swag\PayPal\Checkout\Plus\PlusSubscriber(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a, new \Swag\PayPal\Checkout\Plus\Service\PlusDataService(new \Swag\PayPal\PaymentsApi\Builder\CartPaymentBuilder($b, ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter())), $c$d$a), $e, ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\PaymentResource'] ?? $this->getPaymentResourceService()), ($this->services['router'] ?? $this->getRouterService()), $f$b$a), $f$g$d);
  34745.     }
  34746.     /**
  34747.      * Gets the private 'Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber' shared service.
  34748.      *
  34749.      * @return \Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber
  34750.      */
  34751.     protected function getInstallmentBannerSubscriberService()
  34752.     {
  34753.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Installment/Banner/InstallmentBannerSubscriber.php';
  34754.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Installment/Banner/Service/BannerDataServiceInterface.php';
  34755.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Installment/Banner/Service/BannerDataService.php';
  34756.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34757.         if (isset($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'])) {
  34758.             return $this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'];
  34759.         }
  34760.         $b = ($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService());
  34761.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? $this->getExcludedProductValidatorService());
  34762.         if (isset($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'])) {
  34763.             return $this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'];
  34764.         }
  34765.         return $this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] = new \Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a$b, new \Swag\PayPal\Installment\Banner\Service\BannerDataService($b, ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService())), $c, ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  34766.     }
  34767.     /**
  34768.      * Gets the private 'Swag\PayPal\OrdersApi\Builder\OrderFromCartBuilder' shared service.
  34769.      *
  34770.      * @return \Swag\PayPal\OrdersApi\Builder\OrderFromCartBuilder
  34771.      */
  34772.     protected function getOrderFromCartBuilderService()
  34773.     {
  34774.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  34775.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/OrderFromCartBuilder.php';
  34776.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  34777.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  34778.         return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromCartBuilder'] = new \Swag\PayPal\OrdersApi\Builder\OrderFromCartBuilder(($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter())), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  34779.     }
  34780.     /**
  34781.      * Gets the private 'Swag\PayPal\OrdersApi\Builder\OrderFromOrderBuilder' shared service.
  34782.      *
  34783.      * @return \Swag\PayPal\OrdersApi\Builder\OrderFromOrderBuilder
  34784.      */
  34785.     protected function getOrderFromOrderBuilderService()
  34786.     {
  34787.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  34788.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/OrderFromOrderBuilder.php';
  34789.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  34790.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34791.         if (isset($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'])) {
  34792.             return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'];
  34793.         }
  34794.         $b = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  34795.         if (isset($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'])) {
  34796.             return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'];
  34797.         }
  34798.         return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'] = new \Swag\PayPal\OrdersApi\Builder\OrderFromOrderBuilder($a, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $b);
  34799.     }
  34800.     /**
  34801.      * Gets the private 'Swag\PayPal\OrdersApi\Builder\Util\ItemListProvider' shared service.
  34802.      *
  34803.      * @return \Swag\PayPal\OrdersApi\Builder\Util\ItemListProvider
  34804.      */
  34805.     protected function getItemListProviderService()
  34806.     {
  34807.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/ItemListProvider.php';
  34808.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  34809.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34810.         if (isset($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'])) {
  34811.             return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'];
  34812.         }
  34813.         return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\ItemListProvider(($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter())), $a, ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  34814.     }
  34815.     /**
  34816.      * Gets the private 'Swag\PayPal\OrdersApi\Builder\Util\PurchaseUnitProvider' shared service.
  34817.      *
  34818.      * @return \Swag\PayPal\OrdersApi\Builder\Util\PurchaseUnitProvider
  34819.      */
  34820.     protected function getPurchaseUnitProviderService()
  34821.     {
  34822.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/PurchaseUnitProvider.php';
  34823.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AmountProvider.php';
  34824.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/CustomIdProvider.php';
  34825.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  34826.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  34827.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  34828.         if (isset($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'])) {
  34829.             return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'];
  34830.         }
  34831.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34832.         if (isset($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'])) {
  34833.             return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'];
  34834.         }
  34835.         return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\PurchaseUnitProvider(new \Swag\PayPal\OrdersApi\Builder\Util\AmountProvider(($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter()))), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), new \Swag\PayPal\OrdersApi\Builder\Util\CustomIdProvider($a'6.4.18.1'), $b);
  34836.     }
  34837.     /**
  34838.      * Gets the private 'Swag\PayPal\PaymentsApi\Builder\OrderPaymentBuilder' shared service.
  34839.      *
  34840.      * @return \Swag\PayPal\PaymentsApi\Builder\OrderPaymentBuilder
  34841.      */
  34842.     protected function getOrderPaymentBuilderService()
  34843.     {
  34844.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Builder/AbstractPaymentBuilder.php';
  34845.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Builder/OrderPaymentBuilderInterface.php';
  34846.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Builder/OrderPaymentBuilder.php';
  34847.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  34848.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34849.         if (isset($this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'])) {
  34850.             return $this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'];
  34851.         }
  34852.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34853.         if (isset($this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'])) {
  34854.             return $this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'];
  34855.         }
  34856.         $c = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  34857.         if (isset($this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'])) {
  34858.             return $this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'];
  34859.         }
  34860.         return $this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'] = new \Swag\PayPal\PaymentsApi\Builder\OrderPaymentBuilder(($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter())), $a, ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), $b$c);
  34861.     }
  34862.     /**
  34863.      * Gets the private 'Swag\PayPal\Pos\Client\PosClientFactory' shared service.
  34864.      *
  34865.      * @return \Swag\PayPal\Pos\Client\PosClientFactory
  34866.      */
  34867.     protected function getPosClientFactoryService()
  34868.     {
  34869.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Client/PosClientFactory.php';
  34870.         return $this->privates['Swag\\PayPal\\Pos\\Client\\PosClientFactory'] = new \Swag\PayPal\Pos\Client\PosClientFactory(($this->privates['Swag\\PayPal\\Pos\\Resource\\TokenResource'] ?? $this->getTokenResourceService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger3Service()));
  34871.     }
  34872.     /**
  34873.      * Gets the private 'Swag\PayPal\Pos\Command\PosImageSyncCommand' shared service.
  34874.      *
  34875.      * @return \Swag\PayPal\Pos\Command\PosImageSyncCommand
  34876.      */
  34877.     protected function getPosImageSyncCommandService()
  34878.     {
  34879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34880.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/AbstractPosCommand.php';
  34881.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/PosImageSyncCommand.php';
  34882.         $this->privates['Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand'] = $instance = new \Swag\PayPal\Pos\Command\PosImageSyncCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\ImageTask'] ?? $this->getImageTaskService()));
  34883.         $instance->setName('swag:paypal:pos:sync:images');
  34884.         $instance->setDescription('Sync only images to Zettle');
  34885.         return $instance;
  34886.     }
  34887.     /**
  34888.      * Gets the private 'Swag\PayPal\Pos\Command\PosInventorySyncCommand' shared service.
  34889.      *
  34890.      * @return \Swag\PayPal\Pos\Command\PosInventorySyncCommand
  34891.      */
  34892.     protected function getPosInventorySyncCommandService()
  34893.     {
  34894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34895.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/AbstractPosCommand.php';
  34896.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/PosInventorySyncCommand.php';
  34897.         $this->privates['Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand'] = $instance = new \Swag\PayPal\Pos\Command\PosInventorySyncCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'] ?? $this->getInventoryTaskService()));
  34898.         $instance->setName('swag:paypal:pos:sync:inventory');
  34899.         $instance->setDescription('Sync only inventory to Zettle');
  34900.         return $instance;
  34901.     }
  34902.     /**
  34903.      * Gets the private 'Swag\PayPal\Pos\Command\PosLogCleanupCommand' shared service.
  34904.      *
  34905.      * @return \Swag\PayPal\Pos\Command\PosLogCleanupCommand
  34906.      */
  34907.     protected function getPosLogCleanupCommandService()
  34908.     {
  34909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34910.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/AbstractPosCommand.php';
  34911.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/PosLogCleanupCommand.php';
  34912.         $this->privates['Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand'] = $instance = new \Swag\PayPal\Pos\Command\PosLogCleanupCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'] ?? $this->getLogCleanerService()));
  34913.         $instance->setName('swag:paypal:pos:log:cleanup');
  34914.         $instance->setDescription('Cleanup Zettle sync log');
  34915.         return $instance;
  34916.     }
  34917.     /**
  34918.      * Gets the private 'Swag\PayPal\Pos\Command\PosProductSyncCommand' shared service.
  34919.      *
  34920.      * @return \Swag\PayPal\Pos\Command\PosProductSyncCommand
  34921.      */
  34922.     protected function getPosProductSyncCommandService()
  34923.     {
  34924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34925.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/AbstractPosCommand.php';
  34926.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/PosProductSyncCommand.php';
  34927.         $this->privates['Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand'] = $instance = new \Swag\PayPal\Pos\Command\PosProductSyncCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\ProductTask'] ?? $this->getProductTaskService()));
  34928.         $instance->setName('swag:paypal:pos:sync:product');
  34929.         $instance->setDescription('Sync only products to Zettle');
  34930.         return $instance;
  34931.     }
  34932.     /**
  34933.      * Gets the private 'Swag\PayPal\Pos\Command\PosSyncCommand' shared service.
  34934.      *
  34935.      * @return \Swag\PayPal\Pos\Command\PosSyncCommand
  34936.      */
  34937.     protected function getPosSyncCommandService()
  34938.     {
  34939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34940.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/AbstractPosCommand.php';
  34941.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/PosSyncCommand.php';
  34942.         $this->privates['Swag\\PayPal\\Pos\\Command\\PosSyncCommand'] = $instance = new \Swag\PayPal\Pos\Command\PosSyncCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'] ?? $this->getCompleteTaskService()));
  34943.         $instance->setName('swag:paypal:pos:sync');
  34944.         $instance->setDescription('Sync to Zettle');
  34945.         return $instance;
  34946.     }
  34947.     /**
  34948.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\CloneVisibilityHandler' shared service.
  34949.      *
  34950.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\CloneVisibilityHandler
  34951.      */
  34952.     protected function getCloneVisibilityHandlerService()
  34953.     {
  34954.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  34955.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/CloneVisibilityHandler.php';
  34956.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  34957.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'])) {
  34958.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'];
  34959.         }
  34960.         $b = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunServiceService());
  34961.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'])) {
  34962.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'];
  34963.         }
  34964.         $c = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] ?? $this->getMessageHydratorService());
  34965.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'])) {
  34966.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'];
  34967.         }
  34968.         $d = ($this->services['product_visibility.repository'] ?? $this->getProductVisibility_RepositoryService());
  34969.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'])) {
  34970.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'];
  34971.         }
  34972.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\CloneVisibilityHandler($b, ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger3Service()), $a$c$d);
  34973.     }
  34974.     /**
  34975.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\InventoryUpdateHandler' shared service.
  34976.      *
  34977.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\InventoryUpdateHandler
  34978.      */
  34979.     protected function getInventoryUpdateHandlerService()
  34980.     {
  34981.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/InventoryUpdateHandler.php';
  34982.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunServiceService());
  34983.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'])) {
  34984.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'];
  34985.         }
  34986.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  34987.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'])) {
  34988.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'];
  34989.         }
  34990.         $c = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'] ?? $this->getInventorySyncManagerService());
  34991.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'])) {
  34992.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'];
  34993.         }
  34994.         $d = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  34995.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'])) {
  34996.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'];
  34997.         }
  34998.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\InventoryUpdateHandler($a$b$c$d);
  34999.     }
  35000.     /**
  35001.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\SyncManagerHandler' shared service.
  35002.      *
  35003.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\SyncManagerHandler
  35004.      */
  35005.     protected function getSyncManagerHandlerService()
  35006.     {
  35007.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/SyncManagerHandler.php';
  35008.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Manager/AbstractSyncManager.php';
  35009.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  35010.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Manager/ImageSyncManager.php';
  35011.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Manager/ProductSyncManager.php';
  35012.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  35013.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  35014.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  35015.         }
  35016.         $b = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunServiceService());
  35017.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  35018.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  35019.         }
  35020.         $c = ($this->services['swag_paypal_pos_sales_channel_media.repository'] ?? $this->getSwagPaypalPosSalesChannelMedia_RepositoryService());
  35021.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  35022.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  35023.         }
  35024.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\ImageSyncer'] ?? $this->getImageSyncerService());
  35025.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  35026.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  35027.         }
  35028.         $e = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'] ?? $this->getInventorySyncManagerService());
  35029.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  35030.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  35031.         }
  35032.         $f = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  35033.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  35034.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  35035.         }
  35036.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\SyncManagerHandler($a, ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] ?? $this->getMessageHydratorService()), $b, ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger3Service()), new \Swag\PayPal\Pos\MessageQueue\Manager\ImageSyncManager($a$c$d), $e, new \Swag\PayPal\Pos\MessageQueue\Manager\ProductSyncManager($a, ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] ?? $this->getProductSelectionService()), $f$d));
  35037.     }
  35038.     /**
  35039.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\Sync\ImageSyncHandler' shared service.
  35040.      *
  35041.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ImageSyncHandler
  35042.      */
  35043.     protected function getImageSyncHandlerService()
  35044.     {
  35045.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  35046.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/ImageSyncHandler.php';
  35047.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunServiceService());
  35048.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'])) {
  35049.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'];
  35050.         }
  35051.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  35052.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'])) {
  35053.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'];
  35054.         }
  35055.         $c = ($this->services['swag_paypal_pos_sales_channel_media.repository'] ?? $this->getSwagPaypalPosSalesChannelMedia_RepositoryService());
  35056.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'])) {
  35057.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'];
  35058.         }
  35059.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ImageSyncHandler($a, ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger3Service()), $b, ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] ?? $this->getMessageHydratorService()), $c, ($this->privates['Swag\\PayPal\\Pos\\Sync\\ImageSyncer'] ?? $this->getImageSyncerService()));
  35060.     }
  35061.     /**
  35062.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\Sync\InventorySyncHandler' shared service.
  35063.      *
  35064.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\Sync\InventorySyncHandler
  35065.      */
  35066.     protected function getInventorySyncHandlerService()
  35067.     {
  35068.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  35069.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/InventorySyncHandler.php';
  35070.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunServiceService());
  35071.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'])) {
  35072.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'];
  35073.         }
  35074.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  35075.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'])) {
  35076.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'];
  35077.         }
  35078.         $c = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  35079.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'])) {
  35080.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'];
  35081.         }
  35082.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'] ?? $this->getInventoryContextFactoryService());
  35083.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'])) {
  35084.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'];
  35085.         }
  35086.         $e = ($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'] ?? $this->getInventorySyncerService());
  35087.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'])) {
  35088.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'];
  35089.         }
  35090.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\Sync\InventorySyncHandler($a, ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger3Service()), $b, ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] ?? $this->getMessageHydratorService()), $c$d$e);
  35091.     }
  35092.     /**
  35093.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductCleanupSyncHandler' shared service.
  35094.      *
  35095.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductCleanupSyncHandler
  35096.      */
  35097.     protected function getProductCleanupSyncHandlerService()
  35098.     {
  35099.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  35100.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  35101.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/ProductCleanupSyncHandler.php';
  35102.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunServiceService());
  35103.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'])) {
  35104.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'];
  35105.         }
  35106.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  35107.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'])) {
  35108.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'];
  35109.         }
  35110.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  35111.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'])) {
  35112.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'];
  35113.         }
  35114.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'] ?? $this->getProductSyncerService());
  35115.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'])) {
  35116.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'];
  35117.         }
  35118.         $e = ($this->services['swag_paypal_pos_sales_channel.repository'] ?? $this->getSwagPaypalPosSalesChannel_RepositoryService());
  35119.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'])) {
  35120.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'];
  35121.         }
  35122.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductCleanupSyncHandler($a, ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger3Service()), $b, ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] ?? $this->getMessageHydratorService()), ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] ?? $this->getProductSelectionService()), $c$d$e);
  35123.     }
  35124.     /**
  35125.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductSingleSyncHandler' shared service.
  35126.      *
  35127.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductSingleSyncHandler
  35128.      */
  35129.     protected function getProductSingleSyncHandlerService()
  35130.     {
  35131.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  35132.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  35133.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/ProductSingleSyncHandler.php';
  35134.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunServiceService());
  35135.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'])) {
  35136.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'];
  35137.         }
  35138.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  35139.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'])) {
  35140.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'];
  35141.         }
  35142.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  35143.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'])) {
  35144.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'];
  35145.         }
  35146.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'] ?? $this->getProductSyncerService());
  35147.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'])) {
  35148.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'];
  35149.         }
  35150.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductSingleSyncHandler($a, ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger3Service()), $b, ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] ?? $this->getMessageHydratorService()), ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] ?? $this->getProductSelectionService()), $c$d);
  35151.     }
  35152.     /**
  35153.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductVariantSyncHandler' shared service.
  35154.      *
  35155.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductVariantSyncHandler
  35156.      */
  35157.     protected function getProductVariantSyncHandlerService()
  35158.     {
  35159.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  35160.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  35161.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/ProductVariantSyncHandler.php';
  35162.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunServiceService());
  35163.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'])) {
  35164.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'];
  35165.         }
  35166.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  35167.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'])) {
  35168.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'];
  35169.         }
  35170.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  35171.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'])) {
  35172.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'];
  35173.         }
  35174.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'] ?? $this->getProductSyncerService());
  35175.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'])) {
  35176.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'];
  35177.         }
  35178.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductVariantSyncHandler($a, ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger3Service()), $b, ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] ?? $this->getMessageHydratorService()), ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] ?? $this->getProductSelectionService()), $c$d);
  35179.     }
  35180.     /**
  35181.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Manager\InventorySyncManager' shared service.
  35182.      *
  35183.      * @return \Swag\PayPal\Pos\MessageQueue\Manager\InventorySyncManager
  35184.      */
  35185.     protected function getInventorySyncManagerService()
  35186.     {
  35187.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Manager/AbstractSyncManager.php';
  35188.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Manager/InventorySyncManager.php';
  35189.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  35190.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'])) {
  35191.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'];
  35192.         }
  35193.         $b = ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] ?? $this->getProductSelectionService());
  35194.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'])) {
  35195.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'];
  35196.         }
  35197.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  35198.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'])) {
  35199.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'];
  35200.         }
  35201.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'] ?? $this->getInventoryContextFactoryService());
  35202.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'])) {
  35203.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'];
  35204.         }
  35205.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'] = new \Swag\PayPal\Pos\MessageQueue\Manager\InventorySyncManager($a$b$c$d);
  35206.     }
  35207.     /**
  35208.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\MessageDispatcher' shared service.
  35209.      *
  35210.      * @return \Swag\PayPal\Pos\MessageQueue\MessageDispatcher
  35211.      */
  35212.     protected function getMessageDispatcherService()
  35213.     {
  35214.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/MessageDispatcher.php';
  35215.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  35216.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'])) {
  35217.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'];
  35218.         }
  35219.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] = new \Swag\PayPal\Pos\MessageQueue\MessageDispatcher($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  35220.     }
  35221.     /**
  35222.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\MessageHydrator' shared service.
  35223.      *
  35224.      * @return \Swag\PayPal\Pos\MessageQueue\MessageHydrator
  35225.      */
  35226.     protected function getMessageHydratorService()
  35227.     {
  35228.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/MessageHydrator.php';
  35229.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  35230.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'])) {
  35231.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'];
  35232.         }
  35233.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  35234.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'])) {
  35235.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'];
  35236.         }
  35237.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] = new \Swag\PayPal\Pos\MessageQueue\MessageHydrator($a$b);
  35238.     }
  35239.     /**
  35240.      * Gets the private 'Swag\PayPal\Pos\Resource\InventoryResource' shared service.
  35241.      *
  35242.      * @return \Swag\PayPal\Pos\Resource\InventoryResource
  35243.      */
  35244.     protected function getInventoryResourceService()
  35245.     {
  35246.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Resource/InventoryResource.php';
  35247.         return $this->privates['Swag\\PayPal\\Pos\\Resource\\InventoryResource'] = new \Swag\PayPal\Pos\Resource\InventoryResource(($this->privates['Swag\\PayPal\\Pos\\Client\\PosClientFactory'] ?? $this->getPosClientFactoryService()));
  35248.     }
  35249.     /**
  35250.      * Gets the private 'Swag\PayPal\Pos\Resource\ProductResource' shared service.
  35251.      *
  35252.      * @return \Swag\PayPal\Pos\Resource\ProductResource
  35253.      */
  35254.     protected function getProductResourceService()
  35255.     {
  35256.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Resource/ProductResource.php';
  35257.         return $this->privates['Swag\\PayPal\\Pos\\Resource\\ProductResource'] = new \Swag\PayPal\Pos\Resource\ProductResource(($this->privates['Swag\\PayPal\\Pos\\Client\\PosClientFactory'] ?? $this->getPosClientFactoryService()));
  35258.     }
  35259.     /**
  35260.      * Gets the private 'Swag\PayPal\Pos\Resource\TokenResource' shared service.
  35261.      *
  35262.      * @return \Swag\PayPal\Pos\Resource\TokenResource
  35263.      */
  35264.     protected function getTokenResourceService()
  35265.     {
  35266.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Resource/TokenResource.php';
  35267.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Client/TokenClientFactory.php';
  35268.         return $this->privates['Swag\\PayPal\\Pos\\Resource\\TokenResource'] = new \Swag\PayPal\Pos\Resource\TokenResource(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), new \Swag\PayPal\Pos\Client\TokenClientFactory(($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger3Service())));
  35269.     }
  35270.     /**
  35271.      * Gets the private 'Swag\PayPal\Pos\Run\Administration\LogCleaner' shared service.
  35272.      *
  35273.      * @return \Swag\PayPal\Pos\Run\Administration\LogCleaner
  35274.      */
  35275.     protected function getLogCleanerService()
  35276.     {
  35277.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Administration/LogCleaner.php';
  35278.         $a = ($this->services['swag_paypal_pos_sales_channel_run.repository'] ?? $this->getSwagPaypalPosSalesChannelRun_RepositoryService());
  35279.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'])) {
  35280.             return $this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'];
  35281.         }
  35282.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'] = new \Swag\PayPal\Pos\Run\Administration\LogCleaner($a);
  35283.     }
  35284.     /**
  35285.      * Gets the private 'Swag\PayPal\Pos\Run\Logger' shared service.
  35286.      *
  35287.      * @return \Monolog\Logger
  35288.      */
  35289.     protected function getLogger3Service()
  35290.     {
  35291.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/LoggerFactory.php';
  35292.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] = (new \Swag\PayPal\Pos\Run\LoggerFactory())->createLogger();
  35293.     }
  35294.     /**
  35295.      * Gets the private 'Swag\PayPal\Pos\Run\RunService' shared service.
  35296.      *
  35297.      * @return \Swag\PayPal\Pos\Run\RunService
  35298.      */
  35299.     protected function getRunServiceService()
  35300.     {
  35301.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/RunService.php';
  35302.         $a = ($this->services['swag_paypal_pos_sales_channel_run.repository'] ?? $this->getSwagPaypalPosSalesChannelRun_RepositoryService());
  35303.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'])) {
  35304.             return $this->privates['Swag\\PayPal\\Pos\\Run\\RunService'];
  35305.         }
  35306.         $b = ($this->services['swag_paypal_pos_sales_channel_run_log.repository'] ?? $this->getSwagPaypalPosSalesChannelRunLog_RepositoryService());
  35307.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'])) {
  35308.             return $this->privates['Swag\\PayPal\\Pos\\Run\\RunService'];
  35309.         }
  35310.         return $this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] = new \Swag\PayPal\Pos\Run\RunService($a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger3Service()));
  35311.     }
  35312.     /**
  35313.      * Gets the private 'Swag\PayPal\Pos\Run\Task\CompleteTask' shared service.
  35314.      *
  35315.      * @return \Swag\PayPal\Pos\Run\Task\CompleteTask
  35316.      */
  35317.     protected function getCompleteTaskService()
  35318.     {
  35319.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/AbstractTask.php';
  35320.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/CompleteTask.php';
  35321.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  35322.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'])) {
  35323.             return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'];
  35324.         }
  35325.         $b = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunServiceService());
  35326.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'])) {
  35327.             return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'];
  35328.         }
  35329.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'] = new \Swag\PayPal\Pos\Run\Task\CompleteTask($a$b);
  35330.     }
  35331.     /**
  35332.      * Gets the private 'Swag\PayPal\Pos\Run\Task\ImageTask' shared service.
  35333.      *
  35334.      * @return \Swag\PayPal\Pos\Run\Task\ImageTask
  35335.      */
  35336.     protected function getImageTaskService()
  35337.     {
  35338.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/AbstractTask.php';
  35339.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/ImageTask.php';
  35340.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\ImageTask'] = new \Swag\PayPal\Pos\Run\Task\ImageTask(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunServiceService()));
  35341.     }
  35342.     /**
  35343.      * Gets the private 'Swag\PayPal\Pos\Run\Task\InventoryTask' shared service.
  35344.      *
  35345.      * @return \Swag\PayPal\Pos\Run\Task\InventoryTask
  35346.      */
  35347.     protected function getInventoryTaskService()
  35348.     {
  35349.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/AbstractTask.php';
  35350.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/InventoryTask.php';
  35351.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  35352.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'])) {
  35353.             return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'];
  35354.         }
  35355.         $b = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunServiceService());
  35356.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'])) {
  35357.             return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'];
  35358.         }
  35359.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'] = new \Swag\PayPal\Pos\Run\Task\InventoryTask($a$b);
  35360.     }
  35361.     /**
  35362.      * Gets the private 'Swag\PayPal\Pos\Run\Task\ProductTask' shared service.
  35363.      *
  35364.      * @return \Swag\PayPal\Pos\Run\Task\ProductTask
  35365.      */
  35366.     protected function getProductTaskService()
  35367.     {
  35368.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/AbstractTask.php';
  35369.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/ProductTask.php';
  35370.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\ProductTask'] = new \Swag\PayPal\Pos\Run\Task\ProductTask(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunServiceService()));
  35371.     }
  35372.     /**
  35373.      * Gets the private 'Swag\PayPal\Pos\Schedule\CleanUpLogTaskHandler' shared service.
  35374.      *
  35375.      * @return \Swag\PayPal\Pos\Schedule\CleanUpLogTaskHandler
  35376.      */
  35377.     protected function getCleanUpLogTaskHandlerService()
  35378.     {
  35379.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Schedule/AbstractSyncTaskHandler.php';
  35380.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Schedule/CleanUpLogTaskHandler.php';
  35381.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  35382.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'])) {
  35383.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'];
  35384.         }
  35385.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  35386.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'])) {
  35387.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'];
  35388.         }
  35389.         $c = ($this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'] ?? $this->getLogCleanerService());
  35390.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'])) {
  35391.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'];
  35392.         }
  35393.         return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'] = new \Swag\PayPal\Pos\Schedule\CleanUpLogTaskHandler($a$b$c);
  35394.     }
  35395.     /**
  35396.      * Gets the private 'Swag\PayPal\Pos\Schedule\CompleteSyncTaskHandler' shared service.
  35397.      *
  35398.      * @return \Swag\PayPal\Pos\Schedule\CompleteSyncTaskHandler
  35399.      */
  35400.     protected function getCompleteSyncTaskHandlerService()
  35401.     {
  35402.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Schedule/AbstractSyncTaskHandler.php';
  35403.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Schedule/CompleteSyncTaskHandler.php';
  35404.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  35405.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'])) {
  35406.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'];
  35407.         }
  35408.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  35409.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'])) {
  35410.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'];
  35411.         }
  35412.         $c = ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'] ?? $this->getCompleteTaskService());
  35413.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'])) {
  35414.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'];
  35415.         }
  35416.         return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'] = new \Swag\PayPal\Pos\Schedule\CompleteSyncTaskHandler($a$b$c);
  35417.     }
  35418.     /**
  35419.      * Gets the private 'Swag\PayPal\Pos\Schedule\InventorySyncTaskHandler' shared service.
  35420.      *
  35421.      * @return \Swag\PayPal\Pos\Schedule\InventorySyncTaskHandler
  35422.      */
  35423.     protected function getInventorySyncTaskHandlerService()
  35424.     {
  35425.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Schedule/AbstractSyncTaskHandler.php';
  35426.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Schedule/InventorySyncTaskHandler.php';
  35427.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  35428.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'])) {
  35429.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'];
  35430.         }
  35431.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  35432.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'])) {
  35433.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'];
  35434.         }
  35435.         $c = ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'] ?? $this->getInventoryTaskService());
  35436.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'])) {
  35437.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'];
  35438.         }
  35439.         return $this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'] = new \Swag\PayPal\Pos\Schedule\InventorySyncTaskHandler($a$b$c);
  35440.     }
  35441.     /**
  35442.      * Gets the private 'Swag\PayPal\Pos\Sync\Context\InventoryContextFactory' shared service.
  35443.      *
  35444.      * @return \Swag\PayPal\Pos\Sync\Context\InventoryContextFactory
  35445.      */
  35446.     protected function getInventoryContextFactoryService()
  35447.     {
  35448.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Context/InventoryContextFactory.php';
  35449.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/UuidConverter.php';
  35450.         $a = ($this->services['swag_paypal_pos_sales_channel_inventory.repository'] ?? $this->getSwagPaypalPosSalesChannelInventory_RepositoryService());
  35451.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'])) {
  35452.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'];
  35453.         }
  35454.         return $this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'] = new \Swag\PayPal\Pos\Sync\Context\InventoryContextFactory(($this->privates['Swag\\PayPal\\Pos\\Resource\\InventoryResource'] ?? $this->getInventoryResourceService()), ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] ?? ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] = new \Swag\PayPal\Pos\Api\Service\Converter\UuidConverter())), $a);
  35455.     }
  35456.     /**
  35457.      * Gets the private 'Swag\PayPal\Pos\Sync\ImageSyncer' shared service.
  35458.      *
  35459.      * @return \Swag\PayPal\Pos\Sync\ImageSyncer
  35460.      */
  35461.     protected function getImageSyncerService()
  35462.     {
  35463.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  35464.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/ImageSyncer.php';
  35465.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/MediaConverter.php';
  35466.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Resource/ImageResource.php';
  35467.         $a = ($this->services['swag_paypal_pos_sales_channel_media.repository'] ?? $this->getSwagPaypalPosSalesChannelMedia_RepositoryService());
  35468.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\ImageSyncer'])) {
  35469.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\ImageSyncer'];
  35470.         }
  35471.         return $this->privates['Swag\\PayPal\\Pos\\Sync\\ImageSyncer'] = new \Swag\PayPal\Pos\Sync\ImageSyncer($a, new \Swag\PayPal\Pos\Api\Service\MediaConverter(($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService())), new \Swag\PayPal\Pos\Resource\ImageResource(($this->privates['Swag\\PayPal\\Pos\\Client\\PosClientFactory'] ?? $this->getPosClientFactoryService())), ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger3Service()));
  35472.     }
  35473.     /**
  35474.      * Gets the private 'Swag\PayPal\Pos\Sync\InventorySyncer' shared service.
  35475.      *
  35476.      * @return \Swag\PayPal\Pos\Sync\InventorySyncer
  35477.      */
  35478.     protected function getInventorySyncerService()
  35479.     {
  35480.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/InventorySyncer.php';
  35481.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/LocalUpdater.php';
  35482.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/Calculator/LocalCalculatorInterface.php';
  35483.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/Calculator/LocalCalculator.php';
  35484.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/RemoteUpdater.php';
  35485.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/Calculator/RemoteCalculator.php';
  35486.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/UuidConverter.php';
  35487.         $a = ($this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'] ?? $this->getInventoryContextFactoryService());
  35488.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'])) {
  35489.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'];
  35490.         }
  35491.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  35492.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'])) {
  35493.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'];
  35494.         }
  35495.         $c = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  35496.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'])) {
  35497.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'];
  35498.         }
  35499.         $d = ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger3Service());
  35500.         $e = ($this->services['swag_paypal_pos_sales_channel_inventory.repository'] ?? $this->getSwagPaypalPosSalesChannelInventory_RepositoryService());
  35501.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'])) {
  35502.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'];
  35503.         }
  35504.         return $this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'] = new \Swag\PayPal\Pos\Sync\InventorySyncer($a, new \Swag\PayPal\Pos\Sync\Inventory\LocalUpdater($b, new \Swag\PayPal\Pos\Sync\Inventory\Calculator\LocalCalculator(), $c$d), new \Swag\PayPal\Pos\Sync\Inventory\RemoteUpdater(($this->privates['Swag\\PayPal\\Pos\\Resource\\InventoryResource'] ?? $this->getInventoryResourceService()), new \Swag\PayPal\Pos\Sync\Inventory\Calculator\RemoteCalculator(($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] ?? ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] = new \Swag\PayPal\Pos\Api\Service\Converter\UuidConverter()))), $d), $e);
  35505.     }
  35506.     /**
  35507.      * Gets the private 'Swag\PayPal\Pos\Sync\Inventory\StockSubscriber' shared service.
  35508.      *
  35509.      * @return \Swag\PayPal\Pos\Sync\Inventory\StockSubscriber
  35510.      */
  35511.     protected function getStockSubscriberService()
  35512.     {
  35513.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/StockSubscriber.php';
  35514.         $a = ($this->services['order_line_item.repository'] ?? $this->getOrderLineItem_RepositoryService());
  35515.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'])) {
  35516.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'];
  35517.         }
  35518.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  35519.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'])) {
  35520.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'];
  35521.         }
  35522.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  35523.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'])) {
  35524.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'];
  35525.         }
  35526.         return $this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'] = new \Swag\PayPal\Pos\Sync\Inventory\StockSubscriber($a$b$c);
  35527.     }
  35528.     /**
  35529.      * Gets the private 'Swag\PayPal\Pos\Sync\ProductSelection' shared service.
  35530.      *
  35531.      * @return \Swag\PayPal\Pos\Sync\ProductSelection
  35532.      */
  35533.     protected function getProductSelectionService()
  35534.     {
  35535.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/ProductSelection.php';
  35536.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  35537.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'])) {
  35538.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'];
  35539.         }
  35540.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  35541.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'])) {
  35542.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'];
  35543.         }
  35544.         return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] = new \Swag\PayPal\Pos\Sync\ProductSelection($a, ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $b);
  35545.     }
  35546.     /**
  35547.      * Gets the private 'Swag\PayPal\Pos\Sync\ProductSyncer' shared service.
  35548.      *
  35549.      * @return \Swag\PayPal\Pos\Sync\ProductSyncer
  35550.      */
  35551.     protected function getProductSyncerService()
  35552.     {
  35553.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/ProductSyncer.php';
  35554.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/ProductConverter.php';
  35555.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/CategoryConverter.php';
  35556.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/VariantConverter.php';
  35557.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/PriceConverter.php';
  35558.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/PresentationConverter.php';
  35559.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/OptionGroupConverter.php';
  35560.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/MetadataGenerator.php';
  35561.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Context/ProductContextFactory.php';
  35562.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Product/NewUpdater.php';
  35563.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Product/OutdatedUpdater.php';
  35564.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Product/DeletedUpdater.php';
  35565.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Product/UnsyncedChecker.php';
  35566.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/UuidConverter.php';
  35567.         $a = ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] ?? ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] = new \Swag\PayPal\Pos\Api\Service\Converter\UuidConverter()));
  35568.         $b = new \Swag\PayPal\Pos\Api\Service\Converter\PresentationConverter();
  35569.         $c = ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger3Service());
  35570.         $d = ($this->services['swag_paypal_pos_sales_channel_product.repository'] ?? $this->getSwagPaypalPosSalesChannelProduct_RepositoryService());
  35571.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'])) {
  35572.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'];
  35573.         }
  35574.         $e = ($this->services['swag_paypal_pos_sales_channel_media.repository'] ?? $this->getSwagPaypalPosSalesChannelMedia_RepositoryService());
  35575.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'])) {
  35576.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'];
  35577.         }
  35578.         $f = ($this->privates['Swag\\PayPal\\Pos\\Resource\\ProductResource'] ?? $this->getProductResourceService());
  35579.         return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'] = new \Swag\PayPal\Pos\Sync\ProductSyncer(new \Swag\PayPal\Pos\Api\Service\ProductConverter($a, new \Swag\PayPal\Pos\Api\Service\Converter\CategoryConverter($a), new \Swag\PayPal\Pos\Api\Service\Converter\VariantConverter($a, new \Swag\PayPal\Pos\Api\Service\Converter\PriceConverter(), $b$c), new \Swag\PayPal\Pos\Api\Service\Converter\OptionGroupConverter(), $b, new \Swag\PayPal\Pos\Api\Service\MetadataGenerator()), new \Swag\PayPal\Pos\Sync\Context\ProductContextFactory($d$e), new \Swag\PayPal\Pos\Sync\Product\NewUpdater($f$c), new \Swag\PayPal\Pos\Sync\Product\OutdatedUpdater($f$c), new \Swag\PayPal\Pos\Sync\Product\DeletedUpdater($f$c$a), new \Swag\PayPal\Pos\Sync\Product\UnsyncedChecker($f$c$a));
  35580.     }
  35581.     /**
  35582.      * Gets the private 'Swag\PayPal\Pos\Webhook\Handler\InventoryChangedHandler' shared service.
  35583.      *
  35584.      * @return \Swag\PayPal\Pos\Webhook\Handler\InventoryChangedHandler
  35585.      */
  35586.     protected function getInventoryChangedHandlerService()
  35587.     {
  35588.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Webhook/WebhookHandler.php';
  35589.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  35590.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Webhook/Handler/AbstractWebhookHandler.php';
  35591.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Webhook/Handler/InventoryChangedHandler.php';
  35592.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/Calculator/LocalCalculatorInterface.php';
  35593.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/Calculator/LocalWebhookCalculator.php';
  35594.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/LocalUpdater.php';
  35595.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/ApiKeyDecoder.php';
  35596.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/UuidConverter.php';
  35597.         $a = new \Swag\PayPal\Pos\Sync\Inventory\Calculator\LocalWebhookCalculator();
  35598.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  35599.         return $this->privates['Swag\\PayPal\\Pos\\Webhook\\Handler\\InventoryChangedHandler'] = new \Swag\PayPal\Pos\Webhook\Handler\InventoryChangedHandler(($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\ApiKeyDecoder'] ?? ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\ApiKeyDecoder'] = new \Swag\PayPal\Pos\Api\Service\ApiKeyDecoder())), ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunServiceService()), $a, new \Swag\PayPal\Pos\Sync\Inventory\LocalUpdater($b$a, ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger3Service())), ($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'] ?? $this->getInventorySyncerService()), ($this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'] ?? $this->getInventoryContextFactoryService()), $b, ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] ?? ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] = new \Swag\PayPal\Pos\Api\Service\Converter\UuidConverter())));
  35600.     }
  35601.     /**
  35602.      * Gets the private 'Swag\PayPal\RestApi\Client\PayPalClientFactory' shared service.
  35603.      *
  35604.      * @return \Swag\PayPal\RestApi\Client\PayPalClientFactory
  35605.      */
  35606.     protected function getPayPalClientFactoryService()
  35607.     {
  35608.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/Client/PayPalClientFactoryInterface.php';
  35609.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/Client/PayPalClientFactory.php';
  35610.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/TokenResourceInterface.php';
  35611.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/TokenResource.php';
  35612.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Service/TokenValidator.php';
  35613.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  35614.         if (isset($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'])) {
  35615.             return $this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'];
  35616.         }
  35617.         $b = ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService());
  35618.         if (isset($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'])) {
  35619.             return $this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'];
  35620.         }
  35621.         return $this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] = new \Swag\PayPal\RestApi\Client\PayPalClientFactory(new \Swag\PayPal\RestApi\V1\Resource\TokenResource(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->privates['Swag\\PayPal\\RestApi\\Client\\TokenClientFactory'] ?? $this->getTokenClientFactoryService()), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Service\\TokenValidator'] ?? ($this->privates['Swag\\PayPal\\RestApi\\V1\\Service\\TokenValidator'] = new \Swag\PayPal\RestApi\V1\Service\TokenValidator()))), ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a$b, ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  35622.     }
  35623.     /**
  35624.      * Gets the private 'Swag\PayPal\RestApi\Client\TokenClientFactory' shared service.
  35625.      *
  35626.      * @return \Swag\PayPal\RestApi\Client\TokenClientFactory
  35627.      */
  35628.     protected function getTokenClientFactoryService()
  35629.     {
  35630.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/Client/TokenClientFactory.php';
  35631.         return $this->privates['Swag\\PayPal\\RestApi\\Client\\TokenClientFactory'] = new \Swag\PayPal\RestApi\Client\TokenClientFactory(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  35632.     }
  35633.     /**
  35634.      * Gets the private 'Swag\PayPal\RestApi\V1\Resource\IdentityResource' shared service.
  35635.      *
  35636.      * @return \Swag\PayPal\RestApi\V1\Resource\IdentityResource
  35637.      */
  35638.     protected function getIdentityResourceService()
  35639.     {
  35640.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/IdentityResource.php';
  35641.         return $this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\IdentityResource'] = new \Swag\PayPal\RestApi\V1\Resource\IdentityResource(($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService()));
  35642.     }
  35643.     /**
  35644.      * Gets the private 'Swag\PayPal\RestApi\V1\Resource\PaymentResource' shared service.
  35645.      *
  35646.      * @return \Swag\PayPal\RestApi\V1\Resource\PaymentResource
  35647.      */
  35648.     protected function getPaymentResourceService()
  35649.     {
  35650.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/PaymentResource.php';
  35651.         return $this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\PaymentResource'] = new \Swag\PayPal\RestApi\V1\Resource\PaymentResource(($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService()));
  35652.     }
  35653.     /**
  35654.      * Gets the private 'Swag\PayPal\RestApi\V1\Resource\SaleResource' shared service.
  35655.      *
  35656.      * @return \Swag\PayPal\RestApi\V1\Resource\SaleResource
  35657.      */
  35658.     protected function getSaleResourceService()
  35659.     {
  35660.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/SaleResource.php';
  35661.         return $this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\SaleResource'] = new \Swag\PayPal\RestApi\V1\Resource\SaleResource(($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService()));
  35662.     }
  35663.     /**
  35664.      * Gets the private 'Swag\PayPal\RestApi\V2\Resource\OrderResource' shared service.
  35665.      *
  35666.      * @return \Swag\PayPal\RestApi\V2\Resource\OrderResource
  35667.      */
  35668.     protected function getOrderResourceService()
  35669.     {
  35670.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V2/Resource/OrderResource.php';
  35671.         $a = ($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService());
  35672.         if (isset($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'])) {
  35673.             return $this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'];
  35674.         }
  35675.         return $this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] = new \Swag\PayPal\RestApi\V2\Resource\OrderResource($a);
  35676.     }
  35677.     /**
  35678.      * Gets the private 'Swag\PayPal\Setting\Service\CredentialsUtil' shared service.
  35679.      *
  35680.      * @return \Swag\PayPal\Setting\Service\CredentialsUtil
  35681.      */
  35682.     protected function getCredentialsUtilService()
  35683.     {
  35684.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/Service/CredentialsUtilInterface.php';
  35685.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/Service/CredentialsUtil.php';
  35686.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  35687.         if (isset($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'])) {
  35688.             return $this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'];
  35689.         }
  35690.         return $this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] = new \Swag\PayPal\Setting\Service\CredentialsUtil($a);
  35691.     }
  35692.     /**
  35693.      * Gets the private 'Swag\PayPal\Setting\Service\SettingsValidationService' shared service.
  35694.      *
  35695.      * @return \Swag\PayPal\Setting\Service\SettingsValidationService
  35696.      */
  35697.     protected function getSettingsValidationServiceService()
  35698.     {
  35699.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  35700.         if (isset($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'])) {
  35701.             return $this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'];
  35702.         }
  35703.         $b = ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service());
  35704.         if (isset($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'])) {
  35705.             return $this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'];
  35706.         }
  35707.         return $this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] = new \Swag\PayPal\Setting\Service\SettingsValidationService($a$b);
  35708.     }
  35709.     /**
  35710.      * Gets the private 'Swag\PayPal\Storefront\Data\CheckoutDataSubscriber' shared service.
  35711.      *
  35712.      * @return \Swag\PayPal\Storefront\Data\CheckoutDataSubscriber
  35713.      */
  35714.     protected function getCheckoutDataSubscriberService()
  35715.     {
  35716.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/CheckoutDataSubscriber.php';
  35717.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  35718.         if (isset($this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'])) {
  35719.             return $this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'];
  35720.         }
  35721.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35722.         if (isset($this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'])) {
  35723.             return $this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'];
  35724.         }
  35725.         return $this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'] = new \Swag\PayPal\Storefront\Data\CheckoutDataSubscriber(($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a$b, new RewindableGenerator(function () {
  35726.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayPalMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayPalMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\PayPalMethodData($this)));
  35727.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\ACDCMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\ACDCMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\ACDCMethodData($this)));
  35728.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\SEPAMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\SEPAMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\SEPAMethodData($this)));
  35729.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\VenmoMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\VenmoMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\VenmoMethodData($this)));
  35730.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayLaterMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayLaterMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\PayLaterMethodData($this)));
  35731.         }, 5));
  35732.     }
  35733.     /**
  35734.      * Gets the private 'Swag\PayPal\Storefront\Data\FundingSubscriber' shared service.
  35735.      *
  35736.      * @return \Swag\PayPal\Storefront\Data\FundingSubscriber
  35737.      */
  35738.     protected function getFundingSubscriberService()
  35739.     {
  35740.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/FundingSubscriber.php';
  35741.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/FundingEligibilityDataService.php';
  35742.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  35743.         if (isset($this->privates['Swag\\PayPal\\Storefront\\Data\\FundingSubscriber'])) {
  35744.             return $this->privates['Swag\\PayPal\\Storefront\\Data\\FundingSubscriber'];
  35745.         }
  35746.         return $this->privates['Swag\\PayPal\\Storefront\\Data\\FundingSubscriber'] = new \Swag\PayPal\Storefront\Data\FundingSubscriber(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), new \Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService(($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()), $a, ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  35747.     }
  35748.     /**
  35749.      * Gets the private 'Swag\PayPal\Storefront\RequestSubscriber' shared service.
  35750.      *
  35751.      * @return \Swag\PayPal\Storefront\RequestSubscriber
  35752.      */
  35753.     protected function getRequestSubscriberService()
  35754.     {
  35755.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/RequestSubscriber.php';
  35756.         return $this->privates['Swag\\PayPal\\Storefront\\RequestSubscriber'] = new \Swag\PayPal\Storefront\RequestSubscriber(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()));
  35757.     }
  35758.     /**
  35759.      * Gets the private 'Swag\PayPal\Util\Availability\AvailabilityService' shared service.
  35760.      *
  35761.      * @return \Swag\PayPal\Util\Availability\AvailabilityService
  35762.      */
  35763.     protected function getAvailabilityServiceService()
  35764.     {
  35765.         return $this->privates['Swag\\PayPal\\Util\\Availability\\AvailabilityService'] = new \Swag\PayPal\Util\Availability\AvailabilityService(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()));
  35766.     }
  35767.     /**
  35768.      * Gets the private 'Swag\PayPal\Util\Lifecycle\Method\PaymentMethodDataRegistry' shared service.
  35769.      *
  35770.      * @return \Swag\PayPal\Util\Lifecycle\Method\PaymentMethodDataRegistry
  35771.      */
  35772.     protected function getPaymentMethodDataRegistryService()
  35773.     {
  35774.         $a = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  35775.         if (isset($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'])) {
  35776.             return $this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'];
  35777.         }
  35778.         return $this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] = new \Swag\PayPal\Util\Lifecycle\Method\PaymentMethodDataRegistry($a$this, new RewindableGenerator(function () {
  35779.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayPalMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayPalMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\PayPalMethodData($this)));
  35780.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PUIMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PUIMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\PUIMethodData($this)));
  35781.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\ACDCMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\ACDCMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\ACDCMethodData($this)));
  35782.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\SEPAMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\SEPAMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\SEPAMethodData($this)));
  35783.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\BancontactMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\BancontactMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\BancontactMethodData($this)));
  35784.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\BlikMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\BlikMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\BlikMethodData($this)));
  35785.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\EpsMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\EpsMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\EpsMethodData($this)));
  35786.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\GiropayMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\GiropayMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\GiropayMethodData($this)));
  35787.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\IdealMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\IdealMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\IdealMethodData($this)));
  35788.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\MultibancoMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\MultibancoMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\MultibancoMethodData($this)));
  35789.             yield 10 => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\MyBankMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\MyBankMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\MyBankMethodData($this)));
  35790.             yield 11 => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\OxxoMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\OxxoMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\OxxoMethodData($this)));
  35791.             yield 12 => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\P24MethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\P24MethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\P24MethodData($this)));
  35792.             yield 13 => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\SofortMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\SofortMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\SofortMethodData($this)));
  35793.             yield 14 => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\TrustlyMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\TrustlyMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\TrustlyMethodData($this)));
  35794.             yield 15 => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\VenmoMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\VenmoMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\VenmoMethodData($this)));
  35795.             yield 16 => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayLaterMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayLaterMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\PayLaterMethodData($this)));
  35796.         }, 17));
  35797.     }
  35798.     /**
  35799.      * Gets the private 'Swag\PayPal\Util\LocaleCodeProvider' shared service.
  35800.      *
  35801.      * @return \Swag\PayPal\Util\LocaleCodeProvider
  35802.      */
  35803.     protected function getLocaleCodeProviderService()
  35804.     {
  35805.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/LocaleCodeProvider.php';
  35806.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  35807.         if (isset($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'])) {
  35808.             return $this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'];
  35809.         }
  35810.         return $this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] = new \Swag\PayPal\Util\LocaleCodeProvider($a);
  35811.     }
  35812.     /**
  35813.      * Gets the private 'Swag\PayPal\Util\Logger' shared service.
  35814.      *
  35815.      * @return \Monolog\Logger
  35816.      */
  35817.     protected function getLogger2Service()
  35818.     {
  35819.         $a = new \Swag\PayPal\Util\Log\LoggerFactory((\dirname(__DIR__3).'/log/%s_dev.log'), 14);
  35820.         $this->privates['Swag\\PayPal\\Util\\Logger'] = $instance $a->createRotating('swag_paypal');
  35821.         $a->setLogLevel(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  35822.         return $instance;
  35823.     }
  35824.     /**
  35825.      * Gets the private 'Swag\PayPal\Util\PaymentMethodUtil' shared service.
  35826.      *
  35827.      * @return \Swag\PayPal\Util\PaymentMethodUtil
  35828.      */
  35829.     protected function getPaymentMethodUtilService()
  35830.     {
  35831.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PaymentMethodUtil.php';
  35832.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  35833.         if (isset($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'])) {
  35834.             return $this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'];
  35835.         }
  35836.         return $this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] = new \Swag\PayPal\Util\PaymentMethodUtil(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  35837.     }
  35838.     /**
  35839.      * Gets the private 'Swag\PayPal\Util\PaymentStatusUtilV2' shared service.
  35840.      *
  35841.      * @return \Swag\PayPal\Util\PaymentStatusUtilV2
  35842.      */
  35843.     protected function getPaymentStatusUtilV2Service()
  35844.     {
  35845.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PaymentStatusUtilV2.php';
  35846.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  35847.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  35848.         if (isset($this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'])) {
  35849.             return $this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'];
  35850.         }
  35851.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  35852.         if (isset($this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'])) {
  35853.             return $this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'];
  35854.         }
  35855.         return $this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'] = new \Swag\PayPal\Util\PaymentStatusUtilV2($a$b, ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter())));
  35856.     }
  35857.     /**
  35858.      * Gets the private 'Swag\PayPal\Webhook\Command\CrawlWebhookEventNamesCommand' shared service.
  35859.      *
  35860.      * @return \Swag\PayPal\Webhook\Command\CrawlWebhookEventNamesCommand
  35861.      */
  35862.     protected function getCrawlWebhookEventNamesCommandService()
  35863.     {
  35864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35865.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Command/CrawlWebhookEventNamesCommand.php';
  35866.         $this->privates['Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand'] = $instance = new \Swag\PayPal\Webhook\Command\CrawlWebhookEventNamesCommand();
  35867.         $instance->setName('swag:paypal:crawl:webhooks');
  35868.         $instance->setDescription('Crawls the PayPal developer website for webhook event names and updates "Swag\\PayPal\\Webhook\\WebhookEventTypes"');
  35869.         return $instance;
  35870.     }
  35871.     /**
  35872.      * Gets the private 'Swag\PayPal\Webhook\Handler\AuthorizationVoided' shared service.
  35873.      *
  35874.      * @return \Swag\PayPal\Webhook\Handler\AuthorizationVoided
  35875.      */
  35876.     protected function getAuthorizationVoidedService()
  35877.     {
  35878.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  35879.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  35880.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AuthorizationVoided.php';
  35881.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  35882.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'])) {
  35883.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'];
  35884.         }
  35885.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  35886.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'])) {
  35887.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'];
  35888.         }
  35889.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'] = new \Swag\PayPal\Webhook\Handler\AuthorizationVoided($a$b);
  35890.     }
  35891.     /**
  35892.      * Gets the private 'Swag\PayPal\Webhook\Handler\CaptureCompleted' shared service.
  35893.      *
  35894.      * @return \Swag\PayPal\Webhook\Handler\CaptureCompleted
  35895.      */
  35896.     protected function getCaptureCompletedService()
  35897.     {
  35898.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  35899.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  35900.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/CaptureCompleted.php';
  35901.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  35902.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'])) {
  35903.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'];
  35904.         }
  35905.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  35906.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'])) {
  35907.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'];
  35908.         }
  35909.         $c = ($this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'] ?? $this->getPaymentStatusUtilV2Service());
  35910.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'])) {
  35911.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'];
  35912.         }
  35913.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'] = new \Swag\PayPal\Webhook\Handler\CaptureCompleted($a$b$c);
  35914.     }
  35915.     /**
  35916.      * Gets the private 'Swag\PayPal\Webhook\Handler\CaptureDenied' shared service.
  35917.      *
  35918.      * @return \Swag\PayPal\Webhook\Handler\CaptureDenied
  35919.      */
  35920.     protected function getCaptureDeniedService()
  35921.     {
  35922.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  35923.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  35924.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/CaptureDenied.php';
  35925.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  35926.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'])) {
  35927.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'];
  35928.         }
  35929.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  35930.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'])) {
  35931.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'];
  35932.         }
  35933.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'] = new \Swag\PayPal\Webhook\Handler\CaptureDenied($a$b);
  35934.     }
  35935.     /**
  35936.      * Gets the private 'Swag\PayPal\Webhook\Handler\CaptureRefunded' shared service.
  35937.      *
  35938.      * @return \Swag\PayPal\Webhook\Handler\CaptureRefunded
  35939.      */
  35940.     protected function getCaptureRefundedService()
  35941.     {
  35942.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  35943.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  35944.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/CaptureRefunded.php';
  35945.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  35946.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'])) {
  35947.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'];
  35948.         }
  35949.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  35950.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'])) {
  35951.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'];
  35952.         }
  35953.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'] = new \Swag\PayPal\Webhook\Handler\CaptureRefunded($a$b, ($this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'] ?? $this->getPaymentStatusUtilV2Service()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()));
  35954.     }
  35955.     /**
  35956.      * Gets the private 'Swag\PayPal\Webhook\Handler\CaptureReversed' shared service.
  35957.      *
  35958.      * @return \Swag\PayPal\Webhook\Handler\CaptureReversed
  35959.      */
  35960.     protected function getCaptureReversedService()
  35961.     {
  35962.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  35963.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  35964.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/CaptureRefunded.php';
  35965.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/CaptureReversed.php';
  35966.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  35967.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'])) {
  35968.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'];
  35969.         }
  35970.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  35971.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'])) {
  35972.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'];
  35973.         }
  35974.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'] = new \Swag\PayPal\Webhook\Handler\CaptureReversed($a$b, ($this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'] ?? $this->getPaymentStatusUtilV2Service()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()));
  35975.     }
  35976.     /**
  35977.      * Gets the private 'Swag\PayPal\Webhook\Handler\SaleComplete' shared service.
  35978.      *
  35979.      * @return \Swag\PayPal\Webhook\Handler\SaleComplete
  35980.      */
  35981.     protected function getSaleCompleteService()
  35982.     {
  35983.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  35984.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  35985.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/SaleComplete.php';
  35986.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  35987.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'])) {
  35988.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'];
  35989.         }
  35990.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  35991.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'])) {
  35992.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'];
  35993.         }
  35994.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'] = new \Swag\PayPal\Webhook\Handler\SaleComplete($a$b);
  35995.     }
  35996.     /**
  35997.      * Gets the private 'Swag\PayPal\Webhook\Handler\SaleDenied' shared service.
  35998.      *
  35999.      * @return \Swag\PayPal\Webhook\Handler\SaleDenied
  36000.      */
  36001.     protected function getSaleDeniedService()
  36002.     {
  36003.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  36004.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  36005.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/SaleDenied.php';
  36006.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  36007.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'])) {
  36008.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'];
  36009.         }
  36010.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  36011.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'])) {
  36012.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'];
  36013.         }
  36014.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'] = new \Swag\PayPal\Webhook\Handler\SaleDenied($a$b);
  36015.     }
  36016.     /**
  36017.      * Gets the private 'Swag\PayPal\Webhook\Handler\SaleRefunded' shared service.
  36018.      *
  36019.      * @return \Swag\PayPal\Webhook\Handler\SaleRefunded
  36020.      */
  36021.     protected function getSaleRefundedService()
  36022.     {
  36023.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  36024.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  36025.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/SaleRefunded.php';
  36026.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  36027.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'])) {
  36028.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'];
  36029.         }
  36030.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  36031.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'])) {
  36032.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'];
  36033.         }
  36034.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'] = new \Swag\PayPal\Webhook\Handler\SaleRefunded($a$b, ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\SaleResource'] ?? $this->getSaleResourceService()));
  36035.     }
  36036.     /**
  36037.      * Gets the private 'Swag\PayPal\Webhook\Registration\WebhookSubscriber' shared service.
  36038.      *
  36039.      * @return \Swag\PayPal\Webhook\Registration\WebhookSubscriber
  36040.      */
  36041.     protected function getWebhookSubscriberService()
  36042.     {
  36043.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Registration/WebhookSubscriber.php';
  36044.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  36045.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'])) {
  36046.             return $this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'];
  36047.         }
  36048.         $b = ($this->services['Swag\\PayPal\\Webhook\\WebhookService'] ?? $this->getWebhookService2Service());
  36049.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'])) {
  36050.             return $this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'];
  36051.         }
  36052.         return $this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'] = new \Swag\PayPal\Webhook\Registration\WebhookSubscriber(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger2Service()), $a$b);
  36053.     }
  36054.     /**
  36055.      * Gets the private 'Swag\Security\Components\State' shared service.
  36056.      *
  36057.      * @return \Swag\Security\Components\State
  36058.      */
  36059.     protected function getStateService()
  36060.     {
  36061.         return $this->privates['Swag\\Security\\Components\\State'] = new \Swag\Security\Components\State($this->parameters['SwagPlatformSecurity.availableFixes'], $this->parameters['SwagPlatformSecurity.activeFixes']);
  36062.     }
  36063.     /**
  36064.      * Gets the private 'Swag\Security\Fixes\NEXT37140\ProductSearchBuilderDecorator' shared service.
  36065.      *
  36066.      * @return \Swag\Security\Fixes\NEXT37140\ProductSearchBuilderDecorator
  36067.      */
  36068.     protected function getProductSearchBuilderDecoratorService()
  36069.     {
  36070.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilderInterface.php';
  36071.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT37140/ProductSearchBuilderDecorator.php';
  36072.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchBuilder.php';
  36073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilder.php';
  36074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreterInterface.php';
  36075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreter.php';
  36076.         $a = ($this->services['logger'] ?? $this->getLoggerService());
  36077.         return $this->privates['Swag\\Security\\Fixes\\NEXT37140\\ProductSearchBuilderDecorator'] = new \Swag\Security\Fixes\NEXT37140\ProductSearchBuilderDecorator(new \Shopware\Elasticsearch\Product\ProductSearchBuilder(new \Shopware\Core\Content\Product\SearchKeyword\ProductSearchBuilder(new \Shopware\Core\Content\Product\SearchKeyword\ProductSearchTermInterpreter(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Tokenizer($this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH')))), $a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? $this->getTokenFilterService()))), ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService())), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  36078.     }
  36079.     /**
  36080.      * Gets the private 'Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory' shared service.
  36081.      *
  36082.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  36083.      */
  36084.     protected function getPsrHttpFactoryService()
  36085.     {
  36086.         $a = ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] ?? ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  36087.         return $this->privates['Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  36088.     }
  36089.     /**
  36090.      * Gets the private 'Symfony\Component\Dotenv\Command\DotenvDumpCommand' shared autowired service.
  36091.      *
  36092.      * @return \Symfony\Component\Dotenv\Command\DotenvDumpCommand
  36093.      */
  36094.     protected function getDotenvDumpCommandService()
  36095.     {
  36096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36097.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DotenvDumpCommand.php';
  36098.         $this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] = $instance = new \Symfony\Component\Dotenv\Command\DotenvDumpCommand(\dirname(__DIR__4));
  36099.         $instance->setName('dotenv:dump');
  36100.         $instance->setDescription('Compiles .env files to .env.local.php');
  36101.         return $instance;
  36102.     }
  36103.     /**
  36104.      * Gets the private 'annotations.cache_adapter' shared service.
  36105.      *
  36106.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  36107.      */
  36108.     protected function getAnnotations_CacheAdapterService()
  36109.     {
  36110.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  36111.     }
  36112.     /**
  36113.      * Gets the private 'annotations.cache_warmer' shared service.
  36114.      *
  36115.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  36116.      */
  36117.     protected function getAnnotations_CacheWarmerService()
  36118.     {
  36119.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  36120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  36121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  36122.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  36123.     }
  36124.     /**
  36125.      * Gets the private 'annotations.cached_reader' shared service.
  36126.      *
  36127.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  36128.      */
  36129.     protected function getAnnotations_CachedReaderService()
  36130.     {
  36131.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  36132.     }
  36133.     /**
  36134.      * Gets the private 'annotations.reader' shared service.
  36135.      *
  36136.      * @return \Shopware\Core\Framework\Compatibility\AnnotationReader
  36137.      */
  36138.     protected function getAnnotations_ReaderService()
  36139.     {
  36140.         $this->privates['annotations.reader'] = $instance = new \Shopware\Core\Framework\Compatibility\AnnotationReader();
  36141.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  36142.         $a->registerUniqueLoader('class_exists');
  36143.         $instance->addGlobalIgnoredName('required'$a);
  36144.         return $instance;
  36145.     }
  36146.     /**
  36147.      * Gets the private 'assets.packages' shared service.
  36148.      *
  36149.      * @return \Symfony\Component\Asset\Packages
  36150.      */
  36151.     protected function getAssets_PackagesService()
  36152.     {
  36153.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  36154.         $this->privates['assets.packages'] = $instance = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  36155.             yield 'public' => ($this->privates['shopware.asset.public'] ?? $this->getShopware_Asset_PublicService());
  36156.             yield 'theme' => ($this->privates['shopware.asset.theme'] ?? $this->getShopware_Asset_ThemeService());
  36157.             yield 'asset' => ($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService());
  36158.             yield 'sitemap' => ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService());
  36159.         }, 4));
  36160.         $instance->setDefaultPackage(($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService()));
  36161.         return $instance;
  36162.     }
  36163.     /**
  36164.      * Gets the private 'cache.annotations' shared service.
  36165.      *
  36166.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  36167.      */
  36168.     protected function getCache_AnnotationsService()
  36169.     {
  36170.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lug3ipOyh1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  36171.     }
  36172.     /**
  36173.      * Gets the private 'cache.http' shared service.
  36174.      *
  36175.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  36176.      */
  36177.     protected function getCache_HttpService()
  36178.     {
  36179.         $this->privates['cache.http'] = $instance = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()), ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  36180.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  36181.         return $instance;
  36182.     }
  36183.     /**
  36184.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  36185.      *
  36186.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  36187.      */
  36188.     protected function getCache_Messenger_RestartWorkersSignalService()
  36189.     {
  36190.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  36191.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  36192.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  36193.     }
  36194.     /**
  36195.      * Gets the private 'cache.property_info' shared service.
  36196.      *
  36197.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  36198.      */
  36199.     protected function getCache_PropertyInfoService()
  36200.     {
  36201.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FpA3tKovg-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  36202.     }
  36203.     /**
  36204.      * Gets the private 'cache.rate_limiter' shared service.
  36205.      *
  36206.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  36207.      */
  36208.     protected function getCache_RateLimiterService()
  36209.     {
  36210.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  36211.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  36212.         return $this->privates['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  36213.     }
  36214.     /**
  36215.      * Gets the private 'cache.serializer' shared service.
  36216.      *
  36217.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  36218.      */
  36219.     protected function getCache_SerializerService()
  36220.     {
  36221.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hDDj9yE9mi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  36222.     }
  36223.     /**
  36224.      * Gets the private 'cache.tags' shared service.
  36225.      *
  36226.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  36227.      */
  36228.     protected function getCache_TagsService()
  36229.     {
  36230.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  36231.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  36232.         return $this->privates['cache.tags'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  36233.     }
  36234.     /**
  36235.      * Gets the private 'cache.validator' shared service.
  36236.      *
  36237.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  36238.      */
  36239.     protected function getCache_ValidatorService()
  36240.     {
  36241.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aoRn6cFFvc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  36242.     }
  36243.     /**
  36244.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  36245.      *
  36246.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  36247.      */
  36248.     protected function getCachePoolClearer_CacheWarmerService()
  36249.     {
  36250.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  36251.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  36252.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  36253.     }
  36254.     /**
  36255.      * Gets the private 'config_builder.warmer' shared service.
  36256.      *
  36257.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  36258.      */
  36259.     protected function getConfigBuilder_WarmerService()
  36260.     {
  36261.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  36262.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  36263.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['logger'] ?? $this->getLoggerService()));
  36264.     }
  36265.     /**
  36266.      * Gets the private 'config_cache_factory' shared service.
  36267.      *
  36268.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  36269.      */
  36270.     protected function getConfigCacheFactoryService()
  36271.     {
  36272.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  36273.             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)));
  36274.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  36275.         }, 2));
  36276.     }
  36277.     /**
  36278.      * Gets the private 'console.command.about' shared service.
  36279.      *
  36280.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  36281.      */
  36282.     protected function getConsole_Command_AboutService()
  36283.     {
  36284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36285.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  36286.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  36287.         $instance->setName('about');
  36288.         $instance->setDescription('Display information about the current project');
  36289.         return $instance;
  36290.     }
  36291.     /**
  36292.      * Gets the private 'console.command.assets_install' shared service.
  36293.      *
  36294.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetInstallCommand
  36295.      */
  36296.     protected function getConsole_Command_AssetsInstallService()
  36297.     {
  36298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetInstallCommand.php';
  36300.         $this->privates['console.command.assets_install'] = $instance = new \Shopware\Core\Framework\Adapter\Asset\AssetInstallCommand(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] ?? $this->getAssetServiceService()), ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? $this->getActiveAppsLoaderService()));
  36301.         $instance->setName('assets:install');
  36302.         return $instance;
  36303.     }
  36304.     /**
  36305.      * Gets the private 'console.command.cache_clear' shared service.
  36306.      *
  36307.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  36308.      */
  36309.     protected function getConsole_Command_CacheClearService()
  36310.     {
  36311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36312.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  36313.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  36314.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  36315.         $instance->setName('cache:clear');
  36316.         $instance->setDescription('Clear the cache');
  36317.         return $instance;
  36318.     }
  36319.     /**
  36320.      * Gets the private 'console.command.cache_pool_clear' shared service.
  36321.      *
  36322.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  36323.      */
  36324.     protected function getConsole_Command_CachePoolClearService()
  36325.     {
  36326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36327.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  36328.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.rate_limiter'=> 'cache.object'=> 'cache.http'10 => 'cache.tags'11 => 'cache.validator_expression_language']);
  36329.         $instance->setName('cache:pool:clear');
  36330.         $instance->setDescription('Clear cache pools');
  36331.         return $instance;
  36332.     }
  36333.     /**
  36334.      * Gets the private 'console.command.cache_pool_delete' shared service.
  36335.      *
  36336.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  36337.      */
  36338.     protected function getConsole_Command_CachePoolDeleteService()
  36339.     {
  36340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36341.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  36342.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.rate_limiter'=> 'cache.object'=> 'cache.http'10 => 'cache.tags'11 => 'cache.validator_expression_language']);
  36343.         $instance->setName('cache:pool:delete');
  36344.         $instance->setDescription('Delete an item from a cache pool');
  36345.         return $instance;
  36346.     }
  36347.     /**
  36348.      * Gets the private 'console.command.cache_pool_list' shared service.
  36349.      *
  36350.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  36351.      */
  36352.     protected function getConsole_Command_CachePoolListService()
  36353.     {
  36354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36355.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  36356.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.rate_limiter'=> 'cache.object'=> 'cache.http'10 => 'cache.tags'11 => 'cache.validator_expression_language']);
  36357.         $instance->setName('cache:pool:list');
  36358.         $instance->setDescription('List available cache pools');
  36359.         return $instance;
  36360.     }
  36361.     /**
  36362.      * Gets the private 'console.command.cache_pool_prune' shared service.
  36363.      *
  36364.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  36365.      */
  36366.     protected function getConsole_Command_CachePoolPruneService()
  36367.     {
  36368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36369.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  36370.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  36371.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  36372.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  36373.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  36374.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  36375.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  36376.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  36377.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  36378.             yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  36379.             yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService());
  36380.             yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService());
  36381.             yield 'cache.tags' => ($this->privates['cache.tags'] ?? $this->getCache_TagsService());
  36382.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  36383.         }, 12));
  36384.         $instance->setName('cache:pool:prune');
  36385.         $instance->setDescription('Prune cache pools');
  36386.         return $instance;
  36387.     }
  36388.     /**
  36389.      * Gets the private 'console.command.cache_warmup' shared service.
  36390.      *
  36391.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  36392.      */
  36393.     protected function getConsole_Command_CacheWarmupService()
  36394.     {
  36395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36396.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  36397.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  36398.         $instance->setName('cache:warmup');
  36399.         $instance->setDescription('Warm up an empty cache');
  36400.         return $instance;
  36401.     }
  36402.     /**
  36403.      * Gets the private 'console.command.config_debug' shared service.
  36404.      *
  36405.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  36406.      */
  36407.     protected function getConsole_Command_ConfigDebugService()
  36408.     {
  36409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  36411.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  36412.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  36413.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  36414.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  36415.         $instance->setName('debug:config');
  36416.         $instance->setDescription('Dump the current configuration for an extension');
  36417.         return $instance;
  36418.     }
  36419.     /**
  36420.      * Gets the private 'console.command.config_dump_reference' shared service.
  36421.      *
  36422.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  36423.      */
  36424.     protected function getConsole_Command_ConfigDumpReferenceService()
  36425.     {
  36426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36427.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  36428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  36429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  36430.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  36431.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  36432.         $instance->setName('config:dump-reference');
  36433.         $instance->setDescription('Dump the default configuration for an extension');
  36434.         return $instance;
  36435.     }
  36436.     /**
  36437.      * Gets the private 'console.command.container_debug' shared service.
  36438.      *
  36439.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  36440.      */
  36441.     protected function getConsole_Command_ContainerDebugService()
  36442.     {
  36443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36444.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  36445.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  36446.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  36447.         $instance->setName('debug:container');
  36448.         $instance->setDescription('Display current services for an application');
  36449.         return $instance;
  36450.     }
  36451.     /**
  36452.      * Gets the private 'console.command.container_lint' shared service.
  36453.      *
  36454.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  36455.      */
  36456.     protected function getConsole_Command_ContainerLintService()
  36457.     {
  36458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36459.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  36460.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  36461.         $instance->setName('lint:container');
  36462.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  36463.         return $instance;
  36464.     }
  36465.     /**
  36466.      * Gets the private 'console.command.debug_autowiring' shared service.
  36467.      *
  36468.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  36469.      */
  36470.     protected function getConsole_Command_DebugAutowiringService()
  36471.     {
  36472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36473.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  36474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  36475.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  36476.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  36477.         $instance->setName('debug:autowiring');
  36478.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  36479.         return $instance;
  36480.     }
  36481.     /**
  36482.      * Gets the private 'console.command.dotenv_debug' shared service.
  36483.      *
  36484.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  36485.      */
  36486.     protected function getConsole_Command_DotenvDebugService()
  36487.     {
  36488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36489.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  36490.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  36491.         $instance->setName('debug:dotenv');
  36492.         $instance->setDescription('Lists all dotenv files with variables and values');
  36493.         return $instance;
  36494.     }
  36495.     /**
  36496.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  36497.      *
  36498.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  36499.      */
  36500.     protected function getConsole_Command_EventDispatcherDebugService()
  36501.     {
  36502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36503.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  36504.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36505.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  36506.         ], [
  36507.             'event_dispatcher' => '?',
  36508.         ]));
  36509.         $instance->setName('debug:event-dispatcher');
  36510.         $instance->setDescription('Display configured listeners for an application');
  36511.         return $instance;
  36512.     }
  36513.     /**
  36514.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  36515.      *
  36516.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  36517.      */
  36518.     protected function getConsole_Command_MessengerConsumeMessagesService()
  36519.     {
  36520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36521.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  36522.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
  36523.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $this->parameters['enqueue.transports'], new \Symfony\Component\Messenger\EventListener\ResetServicesListener(($this->services['services_resetter'] ?? $this->getServicesResetterService())), [=> 'messenger.bus.shopware']);
  36524.         $instance->setName('messenger:consume');
  36525.         $instance->setDescription('Consume messages');
  36526.         return $instance;
  36527.     }
  36528.     /**
  36529.      * Gets the private 'console.command.messenger_debug' shared service.
  36530.      *
  36531.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  36532.      */
  36533.     protected function getConsole_Command_MessengerDebugService()
  36534.     {
  36535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36536.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  36537.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.shopware' => ['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask' => [=> [=> 'Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'=> []]], 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask' => [=> [=> 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'=> []]], 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => [=> [=> 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'=> []]], 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage' => [=> [=> 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'=> []]], 'Shopware\\Core\\Content\\Media\\Message\\UpdateThumbnailsMessage' => [=> [=> 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'=> []]], 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask' => [=> [=> 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'=> []]], 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask' => [=> [=> 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'=> []]], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage' => [=> [=> 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'=> []]], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage' => [=> [=> 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'=> []]], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask' => [=> [=> 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\Message\\EncryptedMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\Message\\RetryMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\Message\\SleepMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'=> []]], 'Shopware\\Core\\Framework\\Webhook\\Message\\WebhookEventMessage' => [=> [=> 'Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'=> []]], 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask' => [=> [=> 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'=> []]], 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage' => [=> [=> 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'=> []]], 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask' => [=> [=> 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'=> []]], 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask' => [=> [=> 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'=> []]], 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask' => [=> [=> 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'=> []]], 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask' => [=> [=> 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'=> []]], 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGeneration' => [=> [=> 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'=> []]], 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportMessage' => [=> [=> 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'=> []]], 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileMessage' => [=> [=> 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'=> []]], 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask' => [=> [=> 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'=> []]], 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask' => [=> [=> 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'=> []]], 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage' => [=> [=> 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'=> []]], 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask' => [=> [=> 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'=> []]], 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\WarmUpMessage' => [=> [=> 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'=> []]], 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask' => [=> [=> 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'=> []]], 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexingMessage' => [=> [=> 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'=> []]], 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchLanguageIndexIteratorMessage' => [=> [=> 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'=> []]], 'Frosh\\MailArchive\\Task\\CleanupTask' => [=> [=> 'Frosh\\MailArchive\\Task\\CleanupTaskHandler'=> []]], 'FourtwosixMonitorPlugin\\Service\\ScheduledTask\\SendMonitorDataTask' => [=> [=> 'FourtwosixMonitorPlugin\\Service\\ScheduledTask\\SendMonitorDataTaskHandler'=> []]], 'Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTask' => [=> [=> 'Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\CloneVisibilityMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\SyncManagerMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ProductSingleSyncMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ProductVariantSyncMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ProductCleanupSyncMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\InventorySyncMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ImageSyncMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\InventoryUpdateMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'=> []]], 'Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTask' => [=> [=> 'Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'=> []]], 'Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTask' => [=> [=> 'Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'=> []]], 'Swag\\PayPal\\Pos\\Schedule\\InventorySyncTask' => [=> [=> 'Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'=> []]], 'Acris\\Tax\\ScheduledTask\\CollectorTask' => [=> [=> 'Acris\\Tax\\ScheduledTask\\CollectorTaskHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  36538.         $instance->setName('debug:messenger');
  36539.         $instance->setDescription('List messages you can dispatch using the message buses');
  36540.         return $instance;
  36541.     }
  36542.     /**
  36543.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  36544.      *
  36545.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  36546.      */
  36547.     protected function getConsole_Command_MessengerSetupTransportsService()
  36548.     {
  36549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36550.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  36551.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), $this->parameters['enqueue.transports']);
  36552.         $instance->setName('messenger:setup-transports');
  36553.         $instance->setDescription('Prepare the required infrastructure for the transport');
  36554.         return $instance;
  36555.     }
  36556.     /**
  36557.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  36558.      *
  36559.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  36560.      */
  36561.     protected function getConsole_Command_MessengerStopWorkersService()
  36562.     {
  36563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36564.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  36565.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  36566.         $instance->setName('messenger:stop-workers');
  36567.         $instance->setDescription('Stop workers after their current message');
  36568.         return $instance;
  36569.     }
  36570.     /**
  36571.      * Gets the private 'console.command.router_debug' shared service.
  36572.      *
  36573.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  36574.      */
  36575.     protected function getConsole_Command_RouterDebugService()
  36576.     {
  36577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36578.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  36579.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  36580.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  36581.         $instance->setName('debug:router');
  36582.         $instance->setDescription('Display current routes for an application');
  36583.         return $instance;
  36584.     }
  36585.     /**
  36586.      * Gets the private 'console.command.router_match' shared service.
  36587.      *
  36588.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  36589.      */
  36590.     protected function getConsole_Command_RouterMatchService()
  36591.     {
  36592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36593.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  36594.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  36595.             return new \EmptyIterator();
  36596.         }, 0));
  36597.         $instance->setName('router:match');
  36598.         $instance->setDescription('Help debug routes by simulating a path info match');
  36599.         return $instance;
  36600.     }
  36601.     /**
  36602.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  36603.      *
  36604.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  36605.      */
  36606.     protected function getConsole_Command_SecretsDecryptToLocalService()
  36607.     {
  36608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36609.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  36610.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  36611.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  36612.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  36613.         $instance->setName('secrets:decrypt-to-local');
  36614.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  36615.         return $instance;
  36616.     }
  36617.     /**
  36618.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  36619.      *
  36620.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  36621.      */
  36622.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  36623.     {
  36624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36625.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  36626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  36627.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  36628.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  36629.         $instance->setName('secrets:encrypt-from-local');
  36630.         $instance->setDescription('Encrypt all local secrets to the vault');
  36631.         return $instance;
  36632.     }
  36633.     /**
  36634.      * Gets the private 'console.command.secrets_generate_key' shared service.
  36635.      *
  36636.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  36637.      */
  36638.     protected function getConsole_Command_SecretsGenerateKeyService()
  36639.     {
  36640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36641.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  36642.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  36643.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  36644.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  36645.         $instance->setName('secrets:generate-keys');
  36646.         $instance->setDescription('Generate new encryption keys');
  36647.         return $instance;
  36648.     }
  36649.     /**
  36650.      * Gets the private 'console.command.secrets_list' shared service.
  36651.      *
  36652.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  36653.      */
  36654.     protected function getConsole_Command_SecretsListService()
  36655.     {
  36656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  36658.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  36659.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  36660.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  36661.         $instance->setName('secrets:list');
  36662.         $instance->setDescription('List all secrets');
  36663.         return $instance;
  36664.     }
  36665.     /**
  36666.      * Gets the private 'console.command.secrets_remove' shared service.
  36667.      *
  36668.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  36669.      */
  36670.     protected function getConsole_Command_SecretsRemoveService()
  36671.     {
  36672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36673.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  36674.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  36675.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  36676.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  36677.         $instance->setName('secrets:remove');
  36678.         $instance->setDescription('Remove a secret from the vault');
  36679.         return $instance;
  36680.     }
  36681.     /**
  36682.      * Gets the private 'console.command.secrets_set' shared service.
  36683.      *
  36684.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  36685.      */
  36686.     protected function getConsole_Command_SecretsSetService()
  36687.     {
  36688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36689.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  36690.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  36691.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  36692.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  36693.         $instance->setName('secrets:set');
  36694.         $instance->setDescription('Set a secret in the vault');
  36695.         return $instance;
  36696.     }
  36697.     /**
  36698.      * Gets the private 'console.command.translation_debug' shared service.
  36699.      *
  36700.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  36701.      */
  36702.     protected function getConsole_Command_TranslationDebugService()
  36703.     {
  36704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36705.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  36706.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfRouteListener.php'), => (\dirname(__DIR__4).'/vendor/shopware/storefront/Event/CartMergedSubscriber.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/ErrorRoute.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Plus/PlusSubscriber.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/PUIHandler.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/CheckoutDataSubscriber.php'), => (\dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/Framework/Cookie/CustomCookieProvider.php'), => (\dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/Storefront/Controller/CookieControllerDecorator.php'), => (\dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Service/PaymentMethodPaymentCostService.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php')], []);
  36707.         $instance->setName('debug:translation');
  36708.         $instance->setDescription('Display translation messages information');
  36709.         return $instance;
  36710.     }
  36711.     /**
  36712.      * Gets the private 'console.command.translation_extract' shared service.
  36713.      *
  36714.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  36715.      */
  36716.     protected function getConsole_Command_TranslationExtractService()
  36717.     {
  36718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36719.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  36720.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en-GB', (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfRouteListener.php'), => (\dirname(__DIR__4).'/vendor/shopware/storefront/Event/CartMergedSubscriber.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/ErrorRoute.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Plus/PlusSubscriber.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/PUIHandler.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/CheckoutDataSubscriber.php'), => (\dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/Framework/Cookie/CustomCookieProvider.php'), => (\dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/Storefront/Controller/CookieControllerDecorator.php'), => (\dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Service/PaymentMethodPaymentCostService.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php')], []);
  36721.         $instance->setName('translation:extract');
  36722.         $instance->setAliases([=> 'translation:update']);
  36723.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  36724.         return $instance;
  36725.     }
  36726.     /**
  36727.      * Gets the private 'console.command.translation_pull' shared service.
  36728.      *
  36729.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  36730.      */
  36731.     protected function getConsole_Command_TranslationPullService()
  36732.     {
  36733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36734.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  36735.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  36736.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'en-GB', [], []);
  36737.         $instance->setName('translation:pull');
  36738.         $instance->setDescription('Pull translations from a given provider.');
  36739.         return $instance;
  36740.     }
  36741.     /**
  36742.      * Gets the private 'console.command.translation_push' shared service.
  36743.      *
  36744.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  36745.      */
  36746.     protected function getConsole_Command_TranslationPushService()
  36747.     {
  36748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36749.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  36750.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  36751.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  36752.         $instance->setName('translation:push');
  36753.         $instance->setDescription('Push translations to a given provider.');
  36754.         return $instance;
  36755.     }
  36756.     /**
  36757.      * Gets the private 'console.command.validator_debug' shared service.
  36758.      *
  36759.      * @return \Symfony\Component\Validator\Command\DebugCommand
  36760.      */
  36761.     protected function getConsole_Command_ValidatorDebugService()
  36762.     {
  36763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36764.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  36765.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  36766.         $instance->setName('debug:validator');
  36767.         $instance->setDescription('Display validation constraints for classes');
  36768.         return $instance;
  36769.     }
  36770.     /**
  36771.      * Gets the private 'console.command.xliff_lint' shared service.
  36772.      *
  36773.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  36774.      */
  36775.     protected function getConsole_Command_XliffLintService()
  36776.     {
  36777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36778.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  36779.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  36780.         $instance->setName('lint:xliff');
  36781.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  36782.         return $instance;
  36783.     }
  36784.     /**
  36785.      * Gets the private 'console.command.yaml_lint' shared service.
  36786.      *
  36787.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  36788.      */
  36789.     protected function getConsole_Command_YamlLintService()
  36790.     {
  36791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36792.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  36793.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  36794.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  36795.         $instance->setName('lint:yaml');
  36796.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  36797.         return $instance;
  36798.     }
  36799.     /**
  36800.      * Gets the private 'console.error_listener' shared service.
  36801.      *
  36802.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  36803.      */
  36804.     protected function getConsole_ErrorListenerService()
  36805.     {
  36806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  36807.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  36808.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  36809.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  36810.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  36811.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  36812.     }
  36813.     /**
  36814.      * Gets the private 'container.env_var_processor' shared service.
  36815.      *
  36816.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  36817.      */
  36818.     protected function getContainer_EnvVarProcessorService()
  36819.     {
  36820.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  36821.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  36822.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  36823.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  36824.         }, 1));
  36825.     }
  36826.     /**
  36827.      * Gets the private 'data_collector.request' shared service.
  36828.      *
  36829.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  36830.      */
  36831.     protected function getDataCollector_RequestService()
  36832.     {
  36833.         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())));
  36834.     }
  36835.     /**
  36836.      * Gets the private 'data_collector.request.session_collector' shared service.
  36837.      *
  36838.      * @return \Closure
  36839.      */
  36840.     protected function getDataCollector_Request_SessionCollectorService()
  36841.     {
  36842.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  36843.     }
  36844.     /**
  36845.      * Gets the private 'debug.Shopware\Core\Checkout\Cart\CartValueResolver' shared service.
  36846.      *
  36847.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36848.      */
  36849.     protected function getCartValueResolverService()
  36850.     {
  36851.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36852.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValueResolver.php';
  36854.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  36855.         if (isset($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'])) {
  36856.             return $this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'];
  36857.         }
  36858.         return $this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\Checkout\Cart\CartValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  36859.     }
  36860.     /**
  36861.      * Gets the private 'debug.Shopware\Core\Checkout\Customer\CustomerValueResolver' shared service.
  36862.      *
  36863.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36864.      */
  36865.     protected function getCustomerValueResolverService()
  36866.     {
  36867.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36868.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerValueResolver.php';
  36870.         return $this->privates['debug.Shopware\\Core\\Checkout\\Customer\\CustomerValueResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\Checkout\Customer\CustomerValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  36871.     }
  36872.     /**
  36873.      * Gets the private 'debug.Shopware\Core\Framework\Api\Context\ContextValueResolver' shared service.
  36874.      *
  36875.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36876.      */
  36877.     protected function getContextValueResolverService()
  36878.     {
  36879.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Context/ContextValueResolver.php';
  36882.         return $this->privates['debug.Shopware\\Core\\Framework\\Api\\Context\\ContextValueResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\Framework\Api\Context\ContextValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  36883.     }
  36884.     /**
  36885.      * Gets the private 'debug.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver' shared service.
  36886.      *
  36887.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36888.      */
  36889.     protected function getResponseFactoryInterfaceValueResolverService()
  36890.     {
  36891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36892.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterfaceValueResolver.php';
  36894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryRegistry.php';
  36895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterface.php';
  36896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/JsonFactoryBase.php';
  36897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonApiType.php';
  36898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiEncoder.php';
  36899.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonType.php';
  36900.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] ?? $this->getStructEncoderService());
  36901.         return $this->privates['debug.Shopware\\Core\\Framework\\Api\\Response\\ResponseFactoryInterfaceValueResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver(new \Shopware\Core\Framework\Api\Response\ResponseFactoryRegistry(new \Shopware\Core\Framework\Api\Response\Type\Api\JsonApiType(new \Shopware\Core\Framework\Api\Serializer\JsonApiEncoder(), $a), new \Shopware\Core\Framework\Api\Response\Type\Api\JsonType(($this->privates['Shopware\\Core\\Framework\\Api\\Serializer\\JsonEntityEncoder'] ?? $this->getJsonEntityEncoderService()), $a))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  36902.     }
  36903.     /**
  36904.      * Gets the private 'debug.Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver' shared service.
  36905.      *
  36906.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36907.      */
  36908.     protected function getCriteriaValueResolverService()
  36909.     {
  36910.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36911.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/Annotation/CriteriaValueResolver.php';
  36913.         return $this->privates['debug.Shopware\\Core\\Framework\\Routing\\Annotation\\CriteriaValueResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  36914.     }
  36915.     /**
  36916.      * Gets the private 'debug.Shopware\Core\Framework\Routing\QueryDataBagResolver' shared service.
  36917.      *
  36918.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36919.      */
  36920.     protected function getQueryDataBagResolverService()
  36921.     {
  36922.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36923.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36924.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/QueryDataBagResolver.php';
  36925.         return $this->privates['debug.Shopware\\Core\\Framework\\Routing\\QueryDataBagResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\Framework\Routing\QueryDataBagResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  36926.     }
  36927.     /**
  36928.      * Gets the private 'debug.Shopware\Core\Framework\Routing\RequestDataBagResolver' shared service.
  36929.      *
  36930.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36931.      */
  36932.     protected function getRequestDataBagResolverService()
  36933.     {
  36934.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36935.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestDataBagResolver.php';
  36937.         return $this->privates['debug.Shopware\\Core\\Framework\\Routing\\RequestDataBagResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\Framework\Routing\RequestDataBagResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  36938.     }
  36939.     /**
  36940.      * Gets the private 'debug.Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver' shared service.
  36941.      *
  36942.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36943.      */
  36944.     protected function getSalesChannelContextValueResolverService()
  36945.     {
  36946.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36947.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextValueResolver.php';
  36949.         return $this->privates['debug.Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextValueResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  36950.     }
  36951.     /**
  36952.      * Gets the private 'debug.argument_resolver.default' shared service.
  36953.      *
  36954.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36955.      */
  36956.     protected function getDebug_ArgumentResolver_DefaultService()
  36957.     {
  36958.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36959.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36960.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  36961.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  36962.     }
  36963.     /**
  36964.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  36965.      *
  36966.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36967.      */
  36968.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  36969.     {
  36970.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36971.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36972.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  36973.         $a = ($this->privates['.service_locator.9WuMGJR'] ?? $this->get_ServiceLocator_9WuMGJRService());
  36974.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  36975.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  36976.         }
  36977.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  36978.     }
  36979.     /**
  36980.      * Gets the private 'debug.argument_resolver.request' shared service.
  36981.      *
  36982.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36983.      */
  36984.     protected function getDebug_ArgumentResolver_RequestService()
  36985.     {
  36986.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36987.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36988.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  36989.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  36990.     }
  36991.     /**
  36992.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  36993.      *
  36994.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36995.      */
  36996.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  36997.     {
  36998.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36999.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  37000.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  37001.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  37002.     }
  37003.     /**
  37004.      * Gets the private 'debug.argument_resolver.service' shared service.
  37005.      *
  37006.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  37007.      */
  37008.     protected function getDebug_ArgumentResolver_ServiceService()
  37009.     {
  37010.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  37011.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  37012.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  37013.         $a = ($this->privates['.service_locator.9WuMGJR'] ?? $this->get_ServiceLocator_9WuMGJRService());
  37014.         if (isset($this->privates['debug.argument_resolver.service'])) {
  37015.             return $this->privates['debug.argument_resolver.service'];
  37016.         }
  37017.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  37018.     }
  37019.     /**
  37020.      * Gets the private 'debug.argument_resolver.session' shared service.
  37021.      *
  37022.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  37023.      */
  37024.     protected function getDebug_ArgumentResolver_SessionService()
  37025.     {
  37026.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  37027.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  37028.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  37029.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  37030.     }
  37031.     /**
  37032.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  37033.      *
  37034.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  37035.      */
  37036.     protected function getDebug_ArgumentResolver_VariadicService()
  37037.     {
  37038.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  37039.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  37040.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  37041.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  37042.     }
  37043.     /**
  37044.      * Gets the private 'debug.debug_handlers_listener' shared service.
  37045.      *
  37046.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  37047.      */
  37048.     protected function getDebug_DebugHandlersListenerService()
  37049.     {
  37050.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  37051.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  37052.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  37053.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  37054.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  37055.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  37056.     }
  37057.     /**
  37058.      * Gets the private 'debug.dump_listener' shared service.
  37059.      *
  37060.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  37061.      */
  37062.     protected function getDebug_DumpListenerService()
  37063.     {
  37064.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  37065.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  37066.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  37067.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  37068.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), NULL);
  37069.     }
  37070.     /**
  37071.      * Gets the private 'debug.file_link_formatter' shared service.
  37072.      *
  37073.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  37074.      */
  37075.     protected function getDebug_FileLinkFormatterService()
  37076.     {
  37077.         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 () {
  37078.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  37079.         });
  37080.     }
  37081.     /**
  37082.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  37083.      *
  37084.      * @return \string
  37085.      */
  37086.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  37087.     {
  37088.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  37089.     }
  37090.     /**
  37091.      * Gets the private 'debug.log_processor' shared service.
  37092.      *
  37093.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  37094.      */
  37095.     protected function getDebug_LogProcessorService()
  37096.     {
  37097.         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())));
  37098.     }
  37099.     /**
  37100.      * Gets the private 'debug.validator' shared service.
  37101.      *
  37102.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  37103.      */
  37104.     protected function getDebug_ValidatorService()
  37105.     {
  37106.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  37107.         if (isset($this->privates['debug.validator'])) {
  37108.             return $this->privates['debug.validator'];
  37109.         }
  37110.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  37111.     }
  37112.     /**
  37113.      * Gets the private 'enqueue.client.consume_command' shared service.
  37114.      *
  37115.      * @return \Enqueue\Symfony\Client\ConsumeCommand
  37116.      */
  37117.     protected function getEnqueue_Client_ConsumeCommandService()
  37118.     {
  37119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37120.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  37121.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerExtensionCommandTrait.php';
  37122.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  37123.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  37124.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ConsumeCommand.php';
  37125.         $this->privates['enqueue.client.consume_command'] = $instance = new \Enqueue\Symfony\Client\ConsumeCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.queue_consumer''enqueue.client.%s.driver''enqueue.client.%s.delegate_processor');
  37126.         $instance->setName('enqueue:consume');
  37127.         return $instance;
  37128.     }
  37129.     /**
  37130.      * Gets the private 'enqueue.client.default.context' shared service.
  37131.      *
  37132.      * @return \Interop\Queue\Context
  37133.      */
  37134.     protected function getEnqueue_Client_Default_ContextService()
  37135.     {
  37136.         return $this->privates['enqueue.client.default.context'] = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService())->getContext();
  37137.     }
  37138.     /**
  37139.      * Gets the private 'enqueue.client.default.delegate_processor' shared service.
  37140.      *
  37141.      * @return \Enqueue\Client\DelegateProcessor
  37142.      */
  37143.     protected function getEnqueue_Client_Default_DelegateProcessorService()
  37144.     {
  37145.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  37146.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DelegateProcessor.php';
  37147.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  37148.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  37149.         return $this->privates['enqueue.client.default.delegate_processor'] = new \Enqueue\Client\DelegateProcessor(new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37150.             'enqueue.client.default.router_processor' => ['privates''enqueue.client.default.router_processor''getEnqueue_Client_Default_RouterProcessorService'false],
  37151.         ], [
  37152.             'enqueue.client.default.router_processor' => '?',
  37153.         ]))->withContext('enqueue.client.default.processor_registry'$this)));
  37154.     }
  37155.     /**
  37156.      * Gets the private 'enqueue.client.default.driver' shared service.
  37157.      *
  37158.      * @return \Enqueue\Client\DriverInterface
  37159.      */
  37160.     protected function getEnqueue_Client_Default_DriverService()
  37161.     {
  37162.         return $this->privates['enqueue.client.default.driver'] = (new \Enqueue\Client\DriverFactory())->create(($this->privates['enqueue.transport.default.connection_factory'] ?? $this->getEnqueue_Transport_Default_ConnectionFactoryService()), new \Enqueue\Client\Config('enqueue''.''app''default''default''default''enqueue.client.default.router_processor', ['dsn' => 'null:''factory_service' => 'Shopware\\Core\\Framework\\MessageQueue\\Enqueue\\ConnectionFactoryFactory'], []), \Enqueue\Client\RouteCollection::fromArray([]));
  37163.     }
  37164.     /**
  37165.      * Gets the private 'enqueue.client.default.flush_spool_producer_listener' shared service.
  37166.      *
  37167.      * @return \Enqueue\Symfony\Client\FlushSpoolProducerListener
  37168.      */
  37169.     protected function getEnqueue_Client_Default_FlushSpoolProducerListenerService()
  37170.     {
  37171.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/FlushSpoolProducerListener.php';
  37172.         return $this->privates['enqueue.client.default.flush_spool_producer_listener'] = new \Enqueue\Symfony\Client\FlushSpoolProducerListener(($this->privates['enqueue.client.default.spool_producer'] ?? $this->getEnqueue_Client_Default_SpoolProducerService()));
  37173.     }
  37174.     /**
  37175.      * Gets the private 'enqueue.client.default.lazy_producer' shared service.
  37176.      *
  37177.      * @return \Enqueue\Symfony\Client\LazyProducer
  37178.      */
  37179.     protected function getEnqueue_Client_Default_LazyProducerService()
  37180.     {
  37181.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/LazyProducer.php';
  37182.         return $this->privates['enqueue.client.default.lazy_producer'] = new \Enqueue\Symfony\Client\LazyProducer(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37183.             'enqueue.client.default.producer' => ['services''enqueue.client.default.producer''getEnqueue_Client_Default_ProducerService'false],
  37184.         ], [
  37185.             'enqueue.client.default.producer' => '?',
  37186.         ]), 'enqueue.client.default.producer');
  37187.     }
  37188.     /**
  37189.      * Gets the private 'enqueue.client.default.queue_consumer' shared service.
  37190.      *
  37191.      * @return \Enqueue\Consumption\QueueConsumer
  37192.      */
  37193.     protected function getEnqueue_Client_Default_QueueConsumerService()
  37194.     {
  37195.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  37196.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  37197.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  37198.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  37199.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  37200.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  37201.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  37202.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  37203.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  37204.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  37205.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  37206.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  37207.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  37208.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  37209.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/SetRouterPropertiesExtension.php';
  37210.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/ExclusiveCommandExtension.php';
  37211.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/FlushSpoolProducerExtension.php';
  37212.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  37213.         $a = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService());
  37214.         return $this->privates['enqueue.client.default.queue_consumer'] = new \Enqueue\Consumption\QueueConsumer(($this->privates['enqueue.client.default.context'] ?? $this->getEnqueue_Client_Default_ContextService()), new \Enqueue\Consumption\ChainExtension([=> new \Enqueue\Client\ConsumptionExtension\SetRouterPropertiesExtension($a), => new \Enqueue\Client\ConsumptionExtension\ExclusiveCommandExtension($a), => ($this->privates['enqueue.consumption.reply_extension'] ?? ($this->privates['enqueue.consumption.reply_extension'] = new \Enqueue\Consumption\Extension\ReplyExtension())), => new \Enqueue\Client\ConsumptionExtension\FlushSpoolProducerExtension(($this->privates['enqueue.client.default.spool_producer'] ?? $this->getEnqueue_Client_Default_SpoolProducerService()))]), [], ($this->services['logger'] ?? $this->getLoggerService()), 1000);
  37215.     }
  37216.     /**
  37217.      * Gets the private 'enqueue.client.default.router_processor' shared service.
  37218.      *
  37219.      * @return \Enqueue\Client\RouterProcessor
  37220.      */
  37221.     protected function getEnqueue_Client_Default_RouterProcessorService()
  37222.     {
  37223.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  37224.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouterProcessor.php';
  37225.         return $this->privates['enqueue.client.default.router_processor'] = new \Enqueue\Client\RouterProcessor(($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService()));
  37226.     }
  37227.     /**
  37228.      * Gets the private 'enqueue.client.default.spool_producer' shared service.
  37229.      *
  37230.      * @return \Enqueue\Client\SpoolProducer
  37231.      */
  37232.     protected function getEnqueue_Client_Default_SpoolProducerService()
  37233.     {
  37234.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/SpoolProducer.php';
  37235.         return $this->privates['enqueue.client.default.spool_producer'] = new \Enqueue\Client\SpoolProducer(($this->privates['enqueue.client.default.lazy_producer'] ?? $this->getEnqueue_Client_Default_LazyProducerService()));
  37236.     }
  37237.     /**
  37238.      * Gets the private 'enqueue.client.produce_command' shared service.
  37239.      *
  37240.      * @return \Enqueue\Symfony\Client\ProduceCommand
  37241.      */
  37242.     protected function getEnqueue_Client_ProduceCommandService()
  37243.     {
  37244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37245.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ProduceCommand.php';
  37246.         $this->privates['enqueue.client.produce_command'] = $instance = new \Enqueue\Symfony\Client\ProduceCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.producer');
  37247.         $instance->setName('enqueue:produce');
  37248.         return $instance;
  37249.     }
  37250.     /**
  37251.      * Gets the private 'enqueue.client.routes_command' shared service.
  37252.      *
  37253.      * @return \Enqueue\Symfony\Client\RoutesCommand
  37254.      */
  37255.     protected function getEnqueue_Client_RoutesCommandService()
  37256.     {
  37257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37258.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/RoutesCommand.php';
  37259.         $this->privates['enqueue.client.routes_command'] = $instance = new \Enqueue\Symfony\Client\RoutesCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.driver');
  37260.         $instance->setName('enqueue:routes');
  37261.         return $instance;
  37262.     }
  37263.     /**
  37264.      * Gets the private 'enqueue.client.setup_broker_command' shared service.
  37265.      *
  37266.      * @return \Enqueue\Symfony\Client\SetupBrokerCommand
  37267.      */
  37268.     protected function getEnqueue_Client_SetupBrokerCommandService()
  37269.     {
  37270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37271.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerCommand.php';
  37272.         $this->privates['enqueue.client.setup_broker_command'] = $instance = new \Enqueue\Symfony\Client\SetupBrokerCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.driver');
  37273.         $instance->setName('enqueue:setup-broker');
  37274.         return $instance;
  37275.     }
  37276.     /**
  37277.      * Gets the private 'enqueue.locator' shared service.
  37278.      *
  37279.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37280.      */
  37281.     protected function getEnqueue_LocatorService()
  37282.     {
  37283.         return $this->privates['enqueue.locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37284.             'enqueue.client.default.delegate_processor' => ['privates''enqueue.client.default.delegate_processor''getEnqueue_Client_Default_DelegateProcessorService'false],
  37285.             'enqueue.client.default.driver' => ['privates''enqueue.client.default.driver''getEnqueue_Client_Default_DriverService'false],
  37286.             'enqueue.client.default.producer' => ['privates''enqueue.client.default.lazy_producer''getEnqueue_Client_Default_LazyProducerService'false],
  37287.             'enqueue.client.default.queue_consumer' => ['privates''enqueue.client.default.queue_consumer''getEnqueue_Client_Default_QueueConsumerService'false],
  37288.             'enqueue.transport.default.context' => ['privates''enqueue.transport.default.context''getEnqueue_Transport_Default_ContextService'false],
  37289.             'enqueue.transport.default.processor_registry' => ['privates''enqueue.transport.default.processor_registry''getEnqueue_Transport_Default_ProcessorRegistryService'false],
  37290.             'enqueue.transport.default.queue_consumer' => ['privates''enqueue.transport.default.queue_consumer''getEnqueue_Transport_Default_QueueConsumerService'false],
  37291.         ], [
  37292.             'enqueue.client.default.delegate_processor' => '?',
  37293.             'enqueue.client.default.driver' => '?',
  37294.             'enqueue.client.default.producer' => '?',
  37295.             'enqueue.client.default.queue_consumer' => '?',
  37296.             'enqueue.transport.default.context' => '?',
  37297.             'enqueue.transport.default.processor_registry' => '?',
  37298.             'enqueue.transport.default.queue_consumer' => '?',
  37299.         ]);
  37300.     }
  37301.     /**
  37302.      * Gets the private 'enqueue.messenger_transport.factory' shared service.
  37303.      *
  37304.      * @return \Enqueue\MessengerAdapter\QueueInteropTransportFactory
  37305.      */
  37306.     protected function getEnqueue_MessengerTransport_FactoryService()
  37307.     {
  37308.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  37309.         include_once \dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/QueueInteropTransportFactory.php';
  37310.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  37311.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  37312.         return new \Enqueue\MessengerAdapter\QueueInteropTransportFactory(($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())), ($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), true);
  37313.     }
  37314.     /**
  37315.      * Gets the private 'enqueue.transport.consume_command' shared service.
  37316.      *
  37317.      * @return \Enqueue\Symfony\Consumption\ConfigurableConsumeCommand
  37318.      */
  37319.     protected function getEnqueue_Transport_ConsumeCommandService()
  37320.     {
  37321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37322.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  37323.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  37324.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  37325.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ConfigurableConsumeCommand.php';
  37326.         $this->privates['enqueue.transport.consume_command'] = $instance = new \Enqueue\Symfony\Consumption\ConfigurableConsumeCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.transport.%s.queue_consumer''enqueue.transport.%s.processor_registry');
  37327.         $instance->setName('enqueue:transport:consume');
  37328.         return $instance;
  37329.     }
  37330.     /**
  37331.      * Gets the private 'enqueue.transport.default.connection_factory' shared service.
  37332.      *
  37333.      * @return \Interop\Queue\ConnectionFactory
  37334.      */
  37335.     protected function getEnqueue_Transport_Default_ConnectionFactoryService()
  37336.     {
  37337.         return $this->privates['enqueue.transport.default.connection_factory'] = (new \Shopware\Core\Framework\MessageQueue\Enqueue\ConnectionFactoryFactory(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())))->create(['dsn' => 'null:']);
  37338.     }
  37339.     /**
  37340.      * Gets the private 'enqueue.transport.default.context' shared service.
  37341.      *
  37342.      * @return \Interop\Queue\Context
  37343.      */
  37344.     protected function getEnqueue_Transport_Default_ContextService()
  37345.     {
  37346.         return $this->privates['enqueue.transport.default.context'] = ($this->privates['enqueue.transport.default.connection_factory'] ?? $this->getEnqueue_Transport_Default_ConnectionFactoryService())->createContext();
  37347.     }
  37348.     /**
  37349.      * Gets the private 'enqueue.transport.default.processor_registry' shared service.
  37350.      *
  37351.      * @return \Enqueue\Symfony\ContainerProcessorRegistry
  37352.      */
  37353.     protected function getEnqueue_Transport_Default_ProcessorRegistryService()
  37354.     {
  37355.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  37356.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  37357.         return $this->privates['enqueue.transport.default.processor_registry'] = new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))->withContext('enqueue.transport.default.processor_registry'$this));
  37358.     }
  37359.     /**
  37360.      * Gets the private 'enqueue.transport.default.queue_consumer' shared service.
  37361.      *
  37362.      * @return \Enqueue\Consumption\QueueConsumer
  37363.      */
  37364.     protected function getEnqueue_Transport_Default_QueueConsumerService()
  37365.     {
  37366.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  37367.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  37368.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  37369.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  37370.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  37371.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  37372.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  37373.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  37374.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  37375.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  37376.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  37377.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  37378.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  37379.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  37380.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/LogExtension.php';
  37381.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  37382.         return $this->privates['enqueue.transport.default.queue_consumer'] = new \Enqueue\Consumption\QueueConsumer(($this->privates['enqueue.transport.default.context'] ?? $this->getEnqueue_Transport_Default_ContextService()), new \Enqueue\Consumption\ChainExtension([=> ($this->privates['enqueue.consumption.reply_extension'] ?? ($this->privates['enqueue.consumption.reply_extension'] = new \Enqueue\Consumption\Extension\ReplyExtension())), => new \Enqueue\Consumption\Extension\LogExtension()]), [], ($this->services['logger'] ?? $this->getLoggerService()), 1000);
  37383.     }
  37384.     /**
  37385.      * Gets the private 'error_handler.error_renderer.html' shared service.
  37386.      *
  37387.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  37388.      */
  37389.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  37390.     {
  37391.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  37392.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  37393.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  37394.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->services['logger'] ?? $this->getLoggerService()));
  37395.     }
  37396.     /**
  37397.      * Gets the private 'esi_listener' shared service.
  37398.      *
  37399.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  37400.      */
  37401.     protected function getEsiListenerService()
  37402.     {
  37403.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  37404.     }
  37405.     /**
  37406.      * Gets the private 'exception_listener' shared service.
  37407.      *
  37408.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  37409.      */
  37410.     protected function getExceptionListenerService()
  37411.     {
  37412.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  37413.     }
  37414.     /**
  37415.      * Gets the private 'fragment.listener' shared service.
  37416.      *
  37417.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  37418.      */
  37419.     protected function getFragment_ListenerService()
  37420.     {
  37421.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  37422.     }
  37423.     /**
  37424.      * Gets the private 'fragment.renderer.esi' shared service.
  37425.      *
  37426.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  37427.      */
  37428.     protected function getFragment_Renderer_EsiService()
  37429.     {
  37430.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  37431.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  37432.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  37433.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  37434.         $a = ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService());
  37435.         if (isset($this->privates['fragment.renderer.esi'])) {
  37436.             return $this->privates['fragment.renderer.esi'];
  37437.         }
  37438.         $this->privates['fragment.renderer.esi'] = $instance = new \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())), $a, ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))));
  37439.         $instance->setFragmentPath('/_fragment');
  37440.         return $instance;
  37441.     }
  37442.     /**
  37443.      * Gets the private 'fragment.renderer.hinclude' shared service.
  37444.      *
  37445.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  37446.      */
  37447.     protected function getFragment_Renderer_HincludeService()
  37448.     {
  37449.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  37450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  37451.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  37452.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  37453.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  37454.             return $this->privates['fragment.renderer.hinclude'];
  37455.         }
  37456.         $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer($a, ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), NULL);
  37457.         $instance->setFragmentPath('/_fragment');
  37458.         return $instance;
  37459.     }
  37460.     /**
  37461.      * Gets the private 'fragment.renderer.inline' shared service.
  37462.      *
  37463.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  37464.      */
  37465.     protected function getFragment_Renderer_InlineService()
  37466.     {
  37467.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  37468.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  37469.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  37470.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37471.         if (isset($this->privates['fragment.renderer.inline'])) {
  37472.             return $this->privates['fragment.renderer.inline'];
  37473.         }
  37474.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  37475.         if (isset($this->privates['fragment.renderer.inline'])) {
  37476.             return $this->privates['fragment.renderer.inline'];
  37477.         }
  37478.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($b$a);
  37479.         $instance->setFragmentPath('/_fragment');
  37480.         return $instance;
  37481.     }
  37482.     /**
  37483.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  37484.      *
  37485.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  37486.      */
  37487.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  37488.     {
  37489.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory()))), NULL);
  37490.     }
  37491.     /**
  37492.      * Gets the private 'kernel.bundles' shared service.
  37493.      *
  37494.      * @return \Iterator
  37495.      */
  37496.     protected function getKernel_BundlesService()
  37497.     {
  37498.         return $this->privates['kernel.bundles'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getBundles();
  37499.     }
  37500.     /**
  37501.      * Gets the private 'locale_aware_listener' shared service.
  37502.      *
  37503.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  37504.      */
  37505.     protected function getLocaleAwareListenerService()
  37506.     {
  37507.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  37508.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en-GB')));
  37509.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  37510.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  37511.     }
  37512.     /**
  37513.      * Gets the private 'locale_listener' shared service.
  37514.      *
  37515.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  37516.      */
  37517.     protected function getLocaleListenerService()
  37518.     {
  37519.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en-GB', ($this->services['router'] ?? $this->getRouterService()), false, []);
  37520.     }
  37521.     /**
  37522.      * Gets the private 'lock.default.factory' shared service.
  37523.      *
  37524.      * @return \Symfony\Component\Lock\LockFactory
  37525.      */
  37526.     protected function getLock_Default_FactoryService()
  37527.     {
  37528.         $this->privates['lock.default.factory'] = $instance = new \Symfony\Component\Lock\LockFactory(\Symfony\Component\Lock\Store\StoreFactory::createStore('semaphore'));
  37529.         $a = new \Symfony\Bridge\Monolog\Logger('lock');
  37530.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  37531.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  37532.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  37533.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  37534.         $instance->setLogger($a);
  37535.         return $instance;
  37536.     }
  37537.     /**
  37538.      * Gets the private 'mailer.messenger.message_handler' shared service.
  37539.      *
  37540.      * @return \Symfony\Component\Mailer\Messenger\MessageHandler
  37541.      */
  37542.     protected function getMailer_Messenger_MessageHandlerService()
  37543.     {
  37544.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  37545.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  37546.         if (isset($this->privates['mailer.messenger.message_handler'])) {
  37547.             return $this->privates['mailer.messenger.message_handler'];
  37548.         }
  37549.         return $this->privates['mailer.messenger.message_handler'] = new \Symfony\Component\Mailer\Messenger\MessageHandler($a);
  37550.     }
  37551.     /**
  37552.      * Gets the private 'mailer.transport_factory.native' shared service.
  37553.      *
  37554.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  37555.      */
  37556.     protected function getMailer_TransportFactory_NativeService()
  37557.     {
  37558.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  37559.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  37560.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  37561.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37562.         if (isset($this->privates['mailer.transport_factory.native'])) {
  37563.             return $this->privates['mailer.transport_factory.native'];
  37564.         }
  37565.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  37566.     }
  37567.     /**
  37568.      * Gets the private 'mailer.transport_factory.null' shared service.
  37569.      *
  37570.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  37571.      */
  37572.     protected function getMailer_TransportFactory_NullService()
  37573.     {
  37574.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  37575.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  37576.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  37577.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37578.         if (isset($this->privates['mailer.transport_factory.null'])) {
  37579.             return $this->privates['mailer.transport_factory.null'];
  37580.         }
  37581.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  37582.     }
  37583.     /**
  37584.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  37585.      *
  37586.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  37587.      */
  37588.     protected function getMailer_TransportFactory_SendmailService()
  37589.     {
  37590.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  37591.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  37592.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  37593.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37594.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  37595.             return $this->privates['mailer.transport_factory.sendmail'];
  37596.         }
  37597.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  37598.     }
  37599.     /**
  37600.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  37601.      *
  37602.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  37603.      */
  37604.     protected function getMailer_TransportFactory_SmtpService()
  37605.     {
  37606.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  37607.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  37608.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  37609.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37610.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  37611.             return $this->privates['mailer.transport_factory.smtp'];
  37612.         }
  37613.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  37614.     }
  37615.     /**
  37616.      * Gets the private 'mailer.transports' shared service.
  37617.      *
  37618.      * @return \Symfony\Component\Mailer\Transport\Transports
  37619.      */
  37620.     protected function getMailer_TransportsService()
  37621.     {
  37622.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  37623.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  37624.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  37625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailerTransportFactory.php';
  37626.         return $this->privates['mailer.transports'] = (new \Shopware\Core\Content\Mail\Service\MailerTransportFactory(new RewindableGenerator(function () {
  37627.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  37628.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  37629.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  37630.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  37631.         }, 4), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService())))->fromStrings(['main' => $this->getEnv('MAILER_URL')]);
  37632.     }
  37633.     /**
  37634.      * Gets the private 'messenger.bus.shopware.middleware.handle_message' shared service.
  37635.      *
  37636.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  37637.      */
  37638.     protected function getMessenger_Bus_Shopware_Middleware_HandleMessageService()
  37639.     {
  37640.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  37641.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  37642.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  37643.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  37644.         $this->privates['messenger.bus.shopware.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask' => new RewindableGenerator(function () {
  37645.             yield => ($this->privates['.messenger.handler_descriptor.h1gRAD1'] ?? $this->get_Messenger_HandlerDescriptor_H1gRAD1Service());
  37646.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask' => new RewindableGenerator(function () {
  37647.             yield => ($this->privates['.messenger.handler_descriptor.aM76mVQ'] ?? $this->get_Messenger_HandlerDescriptor_AM76mVQService());
  37648.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => new RewindableGenerator(function () {
  37649.             yield => ($this->privates['.messenger.handler_descriptor.goUFZIo'] ?? $this->get_Messenger_HandlerDescriptor_GoUFZIoService());
  37650.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage' => new RewindableGenerator(function () {
  37651.             yield => ($this->privates['.messenger.handler_descriptor.6a6vTR.'] ?? $this->get_Messenger_HandlerDescriptor_6a6vTR_Service());
  37652.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\UpdateThumbnailsMessage' => new RewindableGenerator(function () {
  37653.             yield => ($this->privates['.messenger.handler_descriptor.88lOdtC'] ?? $this->get_Messenger_HandlerDescriptor_88lOdtCService());
  37654.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask' => new RewindableGenerator(function () {
  37655.             yield => ($this->privates['.messenger.handler_descriptor.vN2QjSm'] ?? $this->get_Messenger_HandlerDescriptor_VN2QjSmService());
  37656.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask' => new RewindableGenerator(function () {
  37657.             yield => ($this->privates['.messenger.handler_descriptor.bD1J5H6'] ?? $this->get_Messenger_HandlerDescriptor_BD1J5H6Service());
  37658.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage' => new RewindableGenerator(function () {
  37659.             yield => ($this->privates['.messenger.handler_descriptor.2yo6BZJ'] ?? $this->get_Messenger_HandlerDescriptor_2yo6BZJService());
  37660.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage' => new RewindableGenerator(function () {
  37661.             yield => ($this->privates['.messenger.handler_descriptor.hq66vfV'] ?? $this->get_Messenger_HandlerDescriptor_Hq66vfVService());
  37662.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask' => new RewindableGenerator(function () {
  37663.             yield => ($this->privates['.messenger.handler_descriptor.n5_pcyU'] ?? $this->get_Messenger_HandlerDescriptor_N5PcyUService());
  37664.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\EncryptedMessage' => new RewindableGenerator(function () {
  37665.             yield => ($this->privates['.messenger.handler_descriptor.W5d8anj'] ?? $this->get_Messenger_HandlerDescriptor_W5d8anjService());
  37666.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\RetryMessage' => new RewindableGenerator(function () {
  37667.             yield => ($this->privates['.messenger.handler_descriptor.rvKU_JQ'] ?? $this->get_Messenger_HandlerDescriptor_RvKUJQService());
  37668.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\SleepMessage' => new RewindableGenerator(function () {
  37669.             yield => ($this->privates['.messenger.handler_descriptor.6XWr01B'] ?? $this->get_Messenger_HandlerDescriptor_6XWr01BService());
  37670.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask' => new RewindableGenerator(function () {
  37671.             yield => ($this->privates['.messenger.handler_descriptor.BzkW.st'] ?? $this->get_Messenger_HandlerDescriptor_BzkW_StService());
  37672.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskMessage' => new RewindableGenerator(function () {
  37673.             yield => ($this->privates['.messenger.handler_descriptor.dVP21hY'] ?? $this->get_Messenger_HandlerDescriptor_DVP21hYService());
  37674.         }, 1), 'Shopware\\Core\\Framework\\Webhook\\Message\\WebhookEventMessage' => new RewindableGenerator(function () {
  37675.             yield => ($this->privates['.messenger.handler_descriptor.Z5qzcmD'] ?? $this->get_Messenger_HandlerDescriptor_Z5qzcmDService());
  37676.         }, 1), 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask' => new RewindableGenerator(function () {
  37677.             yield => ($this->privates['.messenger.handler_descriptor._mx1WXF'] ?? $this->get_Messenger_HandlerDescriptor_Mx1WXFService());
  37678.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  37679.             yield => ($this->privates['.messenger.handler_descriptor.TaMu3bd'] ?? $this->get_Messenger_HandlerDescriptor_TaMu3bdService());
  37680.         }, 1), 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask' => new RewindableGenerator(function () {
  37681.             yield => ($this->privates['.messenger.handler_descriptor.vhvNn_P'] ?? $this->get_Messenger_HandlerDescriptor_VhvNnPService());
  37682.         }, 1), 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask' => new RewindableGenerator(function () {
  37683.             yield => ($this->privates['.messenger.handler_descriptor.6kBcctU'] ?? $this->get_Messenger_HandlerDescriptor_6kBcctUService());
  37684.         }, 1), 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask' => new RewindableGenerator(function () {
  37685.             yield => ($this->privates['.messenger.handler_descriptor.zfOhFjq'] ?? $this->get_Messenger_HandlerDescriptor_ZfOhFjqService());
  37686.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask' => new RewindableGenerator(function () {
  37687.             yield => ($this->privates['.messenger.handler_descriptor.wYSIMNj'] ?? $this->get_Messenger_HandlerDescriptor_WYSIMNjService());
  37688.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGeneration' => new RewindableGenerator(function () {
  37689.             yield => ($this->privates['.messenger.handler_descriptor.4htA3jl'] ?? $this->get_Messenger_HandlerDescriptor_4htA3jlService());
  37690.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportMessage' => new RewindableGenerator(function () {
  37691.             yield => ($this->privates['.messenger.handler_descriptor.Sx4TzkJ'] ?? $this->get_Messenger_HandlerDescriptor_Sx4TzkJService());
  37692.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  37693.             yield => ($this->privates['.messenger.handler_descriptor.3.rzR14'] ?? $this->get_Messenger_HandlerDescriptor_3_RzR14Service());
  37694.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask' => new RewindableGenerator(function () {
  37695.             yield => ($this->privates['.messenger.handler_descriptor.yKXilMm'] ?? $this->get_Messenger_HandlerDescriptor_YKXilMmService());
  37696.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask' => new RewindableGenerator(function () {
  37697.             yield => ($this->privates['.messenger.handler_descriptor.RWDR7vF'] ?? $this->get_Messenger_HandlerDescriptor_RWDR7vFService());
  37698.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage' => new RewindableGenerator(function () {
  37699.             yield => ($this->privates['.messenger.handler_descriptor.z290ooz'] ?? $this->get_Messenger_HandlerDescriptor_Z290oozService());
  37700.         }, 1), 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask' => new RewindableGenerator(function () {
  37701.             yield => ($this->privates['.messenger.handler_descriptor.D8Msq11'] ?? $this->get_Messenger_HandlerDescriptor_D8Msq11Service());
  37702.         }, 1), 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\WarmUpMessage' => new RewindableGenerator(function () {
  37703.             yield => ($this->privates['.messenger.handler_descriptor.9FtfQXI'] ?? $this->get_Messenger_HandlerDescriptor_9FtfQXIService());
  37704.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask' => new RewindableGenerator(function () {
  37705.             yield => ($this->privates['.messenger.handler_descriptor.RaXVyBY'] ?? $this->get_Messenger_HandlerDescriptor_RaXVyBYService());
  37706.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexingMessage' => new RewindableGenerator(function () {
  37707.             yield => ($this->privates['.messenger.handler_descriptor.9zA2HRZ'] ?? $this->get_Messenger_HandlerDescriptor_9zA2HRZService());
  37708.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchLanguageIndexIteratorMessage' => new RewindableGenerator(function () {
  37709.             yield => ($this->privates['.messenger.handler_descriptor.ZFmY.qW'] ?? $this->get_Messenger_HandlerDescriptor_ZFmY_QWService());
  37710.         }, 1), 'Frosh\\MailArchive\\Task\\CleanupTask' => new RewindableGenerator(function () {
  37711.             yield => ($this->privates['.messenger.handler_descriptor.F5OS4CB'] ?? $this->get_Messenger_HandlerDescriptor_F5OS4CBService());
  37712.         }, 1), 'FourtwosixMonitorPlugin\\Service\\ScheduledTask\\SendMonitorDataTask' => new RewindableGenerator(function () {
  37713.             yield => ($this->privates['.messenger.handler_descriptor.xvyXjii'] ?? $this->get_Messenger_HandlerDescriptor_XvyXjiiService());
  37714.         }, 1), 'Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTask' => new RewindableGenerator(function () {
  37715.             yield => ($this->privates['.messenger.handler_descriptor.0Tu9xxE'] ?? $this->get_Messenger_HandlerDescriptor_0Tu9xxEService());
  37716.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\CloneVisibilityMessage' => new RewindableGenerator(function () {
  37717.             yield => ($this->privates['.messenger.handler_descriptor.I0UD7br'] ?? $this->get_Messenger_HandlerDescriptor_I0UD7brService());
  37718.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\SyncManagerMessage' => new RewindableGenerator(function () {
  37719.             yield => ($this->privates['.messenger.handler_descriptor.ka59xCt'] ?? $this->get_Messenger_HandlerDescriptor_Ka59xCtService());
  37720.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ProductSingleSyncMessage' => new RewindableGenerator(function () {
  37721.             yield => ($this->privates['.messenger.handler_descriptor.6KXPS1P'] ?? $this->get_Messenger_HandlerDescriptor_6KXPS1PService());
  37722.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ProductVariantSyncMessage' => new RewindableGenerator(function () {
  37723.             yield => ($this->privates['.messenger.handler_descriptor.fTnptq7'] ?? $this->get_Messenger_HandlerDescriptor_FTnptq7Service());
  37724.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ProductCleanupSyncMessage' => new RewindableGenerator(function () {
  37725.             yield => ($this->privates['.messenger.handler_descriptor.6yw2O.t'] ?? $this->get_Messenger_HandlerDescriptor_6yw2O_TService());
  37726.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\InventorySyncMessage' => new RewindableGenerator(function () {
  37727.             yield => ($this->privates['.messenger.handler_descriptor.vohgW1I'] ?? $this->get_Messenger_HandlerDescriptor_VohgW1IService());
  37728.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ImageSyncMessage' => new RewindableGenerator(function () {
  37729.             yield => ($this->privates['.messenger.handler_descriptor.ex5cbt9'] ?? $this->get_Messenger_HandlerDescriptor_Ex5cbt9Service());
  37730.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\InventoryUpdateMessage' => new RewindableGenerator(function () {
  37731.             yield => ($this->privates['.messenger.handler_descriptor.FImPDsK'] ?? $this->get_Messenger_HandlerDescriptor_FImPDsKService());
  37732.         }, 1), 'Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTask' => new RewindableGenerator(function () {
  37733.             yield => ($this->privates['.messenger.handler_descriptor.jTJEFNe'] ?? $this->get_Messenger_HandlerDescriptor_JTJEFNeService());
  37734.         }, 1), 'Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTask' => new RewindableGenerator(function () {
  37735.             yield => ($this->privates['.messenger.handler_descriptor.u3lfLwH'] ?? $this->get_Messenger_HandlerDescriptor_U3lfLwHService());
  37736.         }, 1), 'Swag\\PayPal\\Pos\\Schedule\\InventorySyncTask' => new RewindableGenerator(function () {
  37737.             yield => ($this->privates['.messenger.handler_descriptor.xfSTNS5'] ?? $this->get_Messenger_HandlerDescriptor_XfSTNS5Service());
  37738.         }, 1), 'Acris\\Tax\\ScheduledTask\\CollectorTask' => new RewindableGenerator(function () {
  37739.             yield => ($this->privates['.messenger.handler_descriptor.fxhV4DI'] ?? $this->get_Messenger_HandlerDescriptor_FxhV4DIService());
  37740.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  37741.             yield => ($this->privates['.messenger.handler_descriptor.g5T3Vdz'] ?? $this->get_Messenger_HandlerDescriptor_G5T3VdzService());
  37742.         }, 1)]));
  37743.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  37744.         return $instance;
  37745.     }
  37746.     /**
  37747.      * Gets the private 'messenger.bus.shopware.middleware.traceable' shared service.
  37748.      *
  37749.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  37750.      */
  37751.     protected function getMessenger_Bus_Shopware_Middleware_TraceableService()
  37752.     {
  37753.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  37754.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  37755.         return $this->privates['messenger.bus.shopware.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.shopware');
  37756.     }
  37757.     /**
  37758.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  37759.      *
  37760.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  37761.      */
  37762.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  37763.     {
  37764.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  37765.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  37766.     }
  37767.     /**
  37768.      * Gets the private 'messenger.middleware.send_message' shared service.
  37769.      *
  37770.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  37771.      */
  37772.     protected function getMessenger_Middleware_SendMessageService()
  37773.     {
  37774.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  37775.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  37776.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  37777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DefaultSenderLocator.php';
  37778.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  37779.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37780.         if (isset($this->privates['messenger.middleware.send_message'])) {
  37781.             return $this->privates['messenger.middleware.send_message'];
  37782.         }
  37783.         $b = ($this->privates['.service_locator.ltYzMMM'] ?? $this->get_ServiceLocator_LtYzMMMService());
  37784.         if (isset($this->privates['messenger.middleware.send_message'])) {
  37785.             return $this->privates['messenger.middleware.send_message'];
  37786.         }
  37787.         $c = ($this->privates['messenger.transport.default'] ?? $this->getMessenger_Transport_DefaultService());
  37788.         if (isset($this->privates['messenger.middleware.send_message'])) {
  37789.             return $this->privates['messenger.middleware.send_message'];
  37790.         }
  37791.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Shopware\Core\Framework\MessageQueue\DefaultSenderLocator(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator([], $b), $c'default'), $a);
  37792.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  37793.         return $instance;
  37794.     }
  37795.     /**
  37796.      * Gets the private 'messenger.receiver_locator' shared service.
  37797.      *
  37798.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37799.      */
  37800.     protected function getMessenger_ReceiverLocatorService()
  37801.     {
  37802.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37803.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  37804.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  37805.         ], [
  37806.             'default' => '?',
  37807.             'messenger.transport.default' => '?',
  37808.         ]);
  37809.     }
  37810.     /**
  37811.      * Gets the private 'messenger.retry.multiplier_retry_strategy.default' shared service.
  37812.      *
  37813.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  37814.      */
  37815.     protected function getMessenger_Retry_MultiplierRetryStrategy_DefaultService()
  37816.     {
  37817.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  37818.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  37819.         return $this->privates['messenger.retry.multiplier_retry_strategy.default'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  37820.     }
  37821.     /**
  37822.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  37823.      *
  37824.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  37825.      */
  37826.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  37827.     {
  37828.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  37829.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37830.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  37831.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  37832.         }
  37833.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.ltYzMMM'] ?? $this->get_ServiceLocator_LtYzMMMService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37834.             'default' => ['privates''messenger.retry.multiplier_retry_strategy.default''getMessenger_Retry_MultiplierRetryStrategy_DefaultService'false],
  37835.         ], [
  37836.             'default' => '?',
  37837.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  37838.     }
  37839.     /**
  37840.      * Gets the private 'messenger.routable_message_bus' shared service.
  37841.      *
  37842.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  37843.      */
  37844.     protected function getMessenger_RoutableMessageBusService()
  37845.     {
  37846.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  37847.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  37848.         if (isset($this->privates['messenger.routable_message_bus'])) {
  37849.             return $this->privates['messenger.routable_message_bus'];
  37850.         }
  37851.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37852.             'messenger.bus.shopware' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  37853.         ], [
  37854.             'messenger.bus.shopware' => '?',
  37855.         ]), $a);
  37856.     }
  37857.     /**
  37858.      * Gets the private 'messenger.transport.default' shared service.
  37859.      *
  37860.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  37861.      */
  37862.     protected function getMessenger_Transport_DefaultService()
  37863.     {
  37864.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  37865.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  37866.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  37867.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  37868.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  37869.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  37870.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  37871.         return $this->privates['messenger.transport.default'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  37872.             yield => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  37873.             yield => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  37874.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  37875.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  37876.             yield => $this->getEnqueue_MessengerTransport_FactoryService();
  37877.         }, 5)))->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'default'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  37878.     }
  37879.     /**
  37880.      * Gets the private 'messenger.transport.sync.factory' shared service.
  37881.      *
  37882.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  37883.      */
  37884.     protected function getMessenger_Transport_Sync_FactoryService()
  37885.     {
  37886.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  37887.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  37888.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  37889.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  37890.             return $this->privates['messenger.transport.sync.factory'];
  37891.         }
  37892.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  37893.     }
  37894.     /**
  37895.      * Gets the private 'mime_types' shared service.
  37896.      *
  37897.      * @return \Symfony\Component\Mime\MimeTypes
  37898.      */
  37899.     protected function getMimeTypesService()
  37900.     {
  37901.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  37902.         $instance->setDefault($instance);
  37903.         return $instance;
  37904.     }
  37905.     /**
  37906.      * Gets the private 'monolog.command.server_log' shared service.
  37907.      *
  37908.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  37909.      */
  37910.     protected function getMonolog_Command_ServerLogService()
  37911.     {
  37912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37913.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  37914.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  37915.         $instance->setName('server:log');
  37916.         $instance->setDescription('Start a log server that displays logs in real time');
  37917.         return $instance;
  37918.     }
  37919.     /**
  37920.      * Gets the private 'monolog.handler.business_event_handler_buffer' shared service.
  37921.      *
  37922.      * @return \Monolog\Handler\BufferHandler
  37923.      */
  37924.     protected function getMonolog_Handler_BusinessEventHandlerBufferService()
  37925.     {
  37926.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  37927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/DoctrineSQLHandler.php';
  37928.         return $this->privates['monolog.handler.business_event_handler_buffer'] = new \Monolog\Handler\BufferHandler(new \Shopware\Core\Framework\Log\Monolog\DoctrineSQLHandler(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), 0300truefalse);
  37929.     }
  37930.     /**
  37931.      * Gets the private 'monolog.handler.console' shared service.
  37932.      *
  37933.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  37934.      */
  37935.     protected function getMonolog_Handler_ConsoleService()
  37936.     {
  37937.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  37938.     }
  37939.     /**
  37940.      * Gets the private 'monolog.logger.cache' shared service.
  37941.      *
  37942.      * @return \Symfony\Bridge\Monolog\Logger
  37943.      */
  37944.     protected function getMonolog_Logger_CacheService()
  37945.     {
  37946.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  37947.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  37948.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  37949.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  37950.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  37951.         return $instance;
  37952.     }
  37953.     /**
  37954.      * Gets the private 'monolog.logger.mailer' shared service.
  37955.      *
  37956.      * @return \Symfony\Bridge\Monolog\Logger
  37957.      */
  37958.     protected function getMonolog_Logger_MailerService()
  37959.     {
  37960.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  37961.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  37962.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  37963.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  37964.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  37965.         return $instance;
  37966.     }
  37967.     /**
  37968.      * Gets the private 'monolog.logger.messenger' shared service.
  37969.      *
  37970.      * @return \Symfony\Bridge\Monolog\Logger
  37971.      */
  37972.     protected function getMonolog_Logger_MessengerService()
  37973.     {
  37974.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  37975.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  37976.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  37977.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  37978.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  37979.         return $instance;
  37980.     }
  37981.     /**
  37982.      * Gets the private 'monolog.logger.request' shared service.
  37983.      *
  37984.      * @return \Symfony\Bridge\Monolog\Logger
  37985.      */
  37986.     protected function getMonolog_Logger_RequestService()
  37987.     {
  37988.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  37989.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  37990.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  37991.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  37992.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  37993.         return $instance;
  37994.     }
  37995.     /**
  37996.      * Gets the private 'parameter_bag' shared service.
  37997.      *
  37998.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  37999.      */
  38000.     protected function getParameterBagService()
  38001.     {
  38002.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  38003.     }
  38004.     /**
  38005.      * Gets the private 'profiler_listener' shared service.
  38006.      *
  38007.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  38008.      */
  38009.     protected function getProfilerListenerService()
  38010.     {
  38011.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  38012.         if (isset($this->privates['profiler_listener'])) {
  38013.             return $this->privates['profiler_listener'];
  38014.         }
  38015.         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);
  38016.     }
  38017.     /**
  38018.      * Gets the private 'property_info' shared service.
  38019.      *
  38020.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  38021.      */
  38022.     protected function getPropertyInfoService()
  38023.     {
  38024.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  38025.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  38026.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  38027.         }, 2), new RewindableGenerator(function () {
  38028.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  38029.         }, 1), new RewindableGenerator(function () {
  38030.             return new \EmptyIterator();
  38031.         }, 0), new RewindableGenerator(function () {
  38032.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  38033.         }, 1), new RewindableGenerator(function () {
  38034.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  38035.         }, 1));
  38036.     }
  38037.     /**
  38038.      * Gets the private 'property_info.serializer_extractor' shared service.
  38039.      *
  38040.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  38041.      */
  38042.     protected function getPropertyInfo_SerializerExtractorService()
  38043.     {
  38044.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  38045.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  38046.     }
  38047.     /**
  38048.      * Gets the private 'router.cache_warmer' shared service.
  38049.      *
  38050.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  38051.      */
  38052.     protected function getRouter_CacheWarmerService()
  38053.     {
  38054.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  38055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  38056.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38057.             'router' => ['services''router''getRouterService'false],
  38058.         ], [
  38059.             'router' => '?',
  38060.         ]))->withContext('router.cache_warmer'$this));
  38061.     }
  38062.     /**
  38063.      * Gets the private 'router.default' shared service.
  38064.      *
  38065.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  38066.      */
  38067.     protected function getRouter_DefaultService()
  38068.     {
  38069.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  38070.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  38071.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  38072.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  38073.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  38074.         $this->privates['router.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38075.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  38076.         ], [
  38077.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  38078.         ]))->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'en-GB');
  38079.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  38080.         return $instance;
  38081.     }
  38082.     /**
  38083.      * Gets the private 'router.request_context' shared service.
  38084.      *
  38085.      * @return \Symfony\Component\Routing\RequestContext
  38086.      */
  38087.     protected function getRouter_RequestContextService()
  38088.     {
  38089.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  38090.     }
  38091.     /**
  38092.      * Gets the private 'router_listener' shared service.
  38093.      *
  38094.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  38095.      */
  38096.     protected function getRouterListenerService()
  38097.     {
  38098.         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);
  38099.     }
  38100.     /**
  38101.      * Gets the private 'secrets.vault' shared service.
  38102.      *
  38103.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  38104.      */
  38105.     protected function getSecrets_VaultService()
  38106.     {
  38107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  38108.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  38109.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  38110.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  38111.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(\Closure::fromCallable([=> $this=> 'getEnv']), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  38112.     }
  38113.     /**
  38114.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  38115.      *
  38116.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  38117.      */
  38118.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  38119.     {
  38120.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  38121.     }
  38122.     /**
  38123.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  38124.      *
  38125.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  38126.      */
  38127.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  38128.     {
  38129.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  38130.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULLNULL), 0'doctrine.orm');
  38131.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  38132.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  38133.     }
  38134.     /**
  38135.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  38136.      *
  38137.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  38138.      */
  38139.     protected function getSensioFrameworkExtra_View_ListenerService()
  38140.     {
  38141.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  38142.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38143.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  38144.         ], [
  38145.             'twig' => '?',
  38146.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  38147.         return $instance;
  38148.     }
  38149.     /**
  38150.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  38151.      *
  38152.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  38153.      */
  38154.     protected function getSerializer_Mapping_CacheWarmerService()
  38155.     {
  38156.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  38157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  38158.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  38159.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  38160.     }
  38161.     /**
  38162.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  38163.      *
  38164.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  38165.      */
  38166.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  38167.     {
  38168.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  38169.     }
  38170.     /**
  38171.      * Gets the private 'session.factory' shared service.
  38172.      *
  38173.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  38174.      */
  38175.     protected function getSession_FactoryService()
  38176.     {
  38177.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  38178.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  38179.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  38180.         if (isset($this->privates['session.factory'])) {
  38181.             return $this->privates['session.factory'];
  38182.         }
  38183.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['session.storage.factory.native'] ?? $this->getSession_Storage_Factory_NativeService()), [=> $a=> 'onSessionUsage']);
  38184.     }
  38185.     /**
  38186.      * Gets the private 'session.storage.factory.native' shared service.
  38187.      *
  38188.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
  38189.      */
  38190.     protected function getSession_Storage_Factory_NativeService()
  38191.     {
  38192.         return $this->privates['session.storage.factory.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true);
  38193.     }
  38194.     /**
  38195.      * Gets the private 'session_listener' shared service.
  38196.      *
  38197.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  38198.      */
  38199.     protected function getSessionListenerService()
  38200.     {
  38201.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38202.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  38203.             'logger' => ['services''logger''getLoggerService'false],
  38204.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  38205.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  38206.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  38207.         ], [
  38208.             'initialized_session' => '?',
  38209.             'logger' => '?',
  38210.             'session' => '?',
  38211.             'session_collector' => '?',
  38212.             'session_factory' => '?',
  38213.         ]), true$this->parameters['session.storage.options']);
  38214.     }
  38215.     /**
  38216.      * Gets the private 'shopware.api.authorization_server' shared service.
  38217.      *
  38218.      * @return \League\OAuth2\Server\AuthorizationServer
  38219.      */
  38220.     protected function getShopware_Api_AuthorizationServerService()
  38221.     {
  38222.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  38223.         return $this->privates['shopware.api.authorization_server'] = new \League\OAuth2\Server\AuthorizationServer(new \Shopware\Core\Framework\Api\OAuth\ClientRepository($a), ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\AccessTokenRepository())), new \Shopware\Core\Framework\Api\OAuth\ScopeRepository(new RewindableGenerator(function () {
  38224.             yield => ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\Scope\\WriteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\Scope\\WriteScope'] = new \Shopware\Core\Framework\Api\OAuth\Scope\WriteScope()));
  38225.             yield => ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\Scope\\AdminScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\Scope\\AdminScope'] = new \Shopware\Core\Framework\Api\OAuth\Scope\AdminScope()));
  38226.             yield => ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\Scope\\UserVerifiedScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\Scope\\UserVerifiedScope'] = new \Shopware\Core\Framework\Api\OAuth\Scope\UserVerifiedScope()));
  38227.         }, 3), $a), ($this->privates['shopware.private_key'] ?? ($this->privates['shopware.private_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/private.pem'), $this->getEnv('string:default:jwt_private_key_passphrase_default:JWT_PRIVATE_KEY_PASSPHRASE')))), $this->getEnv('APP_SECRET'));
  38228.     }
  38229.     /**
  38230.      * Gets the private 'shopware.app_system.guzzle' shared service.
  38231.      *
  38232.      * @return \GuzzleHttp\Client
  38233.      */
  38234.     protected function getShopware_AppSystem_GuzzleService($lazyLoad true)
  38235.     {
  38236.         if ($lazyLoad) {
  38237.             return $this->privates['shopware.app_system.guzzle'] = $this->createProxy('Client_b190fb5', function () {
  38238.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  38239.                     $wrappedInstance $this->getShopware_AppSystem_GuzzleService(false);
  38240.                     $proxy->setProxyInitializer(null);
  38241.                     return true;
  38242.                 });
  38243.             });
  38244.         }
  38245.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  38246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/Guzzle/AuthMiddleware.php';
  38247.         $a \GuzzleHttp\HandlerStack::create();
  38248.         $a->push(new \Shopware\Core\Framework\App\Hmac\Guzzle\AuthMiddleware('6.4.18.1', ($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] ?? $this->getAppLocaleProviderService())));
  38249.         return new \GuzzleHttp\Client(['timeout' => 5'connect_timeout' => 1'handler' => $a]);
  38250.     }
  38251.     /**
  38252.      * Gets the private 'shopware.asset.asset' shared service.
  38253.      *
  38254.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  38255.      */
  38256.     protected function getShopware_Asset_AssetService()
  38257.     {
  38258.         return $this->privates['shopware.asset.asset'] = new \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage([=> ''], ($this->privates['shopware.asset.asset.version_strategy'] ?? $this->getShopware_Asset_Asset_VersionStrategyService()));
  38259.     }
  38260.     /**
  38261.      * Gets the private 'shopware.asset.asset.version_strategy' shared service.
  38262.      *
  38263.      * @return \Shopware\Core\Framework\Adapter\Asset\FlysystemLastModifiedVersionStrategy
  38264.      */
  38265.     protected function getShopware_Asset_Asset_VersionStrategyService()
  38266.     {
  38267.         return $this->privates['shopware.asset.asset.version_strategy'] = new \Shopware\Core\Framework\Adapter\Asset\FlysystemLastModifiedVersionStrategy('asset-metaData', ($this->services['shopware.filesystem.asset'] ?? $this->getShopware_Filesystem_AssetService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  38268.     }
  38269.     /**
  38270.      * Gets the private 'shopware.asset.public' shared service.
  38271.      *
  38272.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  38273.      */
  38274.     protected function getShopware_Asset_PublicService()
  38275.     {
  38276.         return $this->privates['shopware.asset.public'] = new \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage([=> ''], ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())));
  38277.     }
  38278.     /**
  38279.      * Gets the private 'shopware.asset.sitemap' shared service.
  38280.      *
  38281.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  38282.      */
  38283.     protected function getShopware_Asset_SitemapService()
  38284.     {
  38285.         return $this->privates['shopware.asset.sitemap'] = new \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage([=> ''], ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())));
  38286.     }
  38287.     /**
  38288.      * Gets the private 'shopware.asset.theme' shared service.
  38289.      *
  38290.      * @return \Shopware\Storefront\Theme\ThemeAssetPackage
  38291.      */
  38292.     protected function getShopware_Asset_ThemeService()
  38293.     {
  38294.         return $this->privates['shopware.asset.theme'] = new \Shopware\Storefront\Theme\ThemeAssetPackage([=> ''], new \Shopware\Core\Framework\Adapter\Asset\FlysystemLastModifiedVersionStrategy('theme-metaData', ($this->services['shopware.filesystem.theme'] ?? $this->getShopware_Filesystem_ThemeService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Shopware\\Storefront\\Theme\\MD5ThemePathBuilder'] ?? ($this->privates['Shopware\\Storefront\\Theme\\MD5ThemePathBuilder'] = new \Shopware\Storefront\Theme\MD5ThemePathBuilder())));
  38295.     }
  38296.     /**
  38297.      * Gets the private 'shopware.elasticsearch.logger' shared service.
  38298.      *
  38299.      * @return \Psr\Log\LoggerInterface
  38300.      */
  38301.     protected function getShopware_Elasticsearch_LoggerService()
  38302.     {
  38303.         return $this->privates['shopware.elasticsearch.logger'] = ($this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] ?? $this->getLoggerFactoryService())->createRotating('elasticsearch'90100);
  38304.     }
  38305.     /**
  38306.      * Gets the private 'shopware.es.profiled.client.inner' shared service.
  38307.      *
  38308.      * @return \Elasticsearch\Client
  38309.      */
  38310.     protected function getShopware_Es_Profiled_Client_InnerService($lazyLoad true)
  38311.     {
  38312.         if ($lazyLoad) {
  38313.             return $this->privates['shopware.es.profiled.client.inner'] = $this->createProxy('Client_dba3ed3', function () {
  38314.                 return \Client_dba3ed3::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  38315.                     $wrappedInstance $this->getShopware_Es_Profiled_Client_InnerService(false);
  38316.                     $proxy->setProxyInitializer(null);
  38317.                     return true;
  38318.                 });
  38319.             });
  38320.         }
  38321.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ClientFactory.php';
  38322.         return \Shopware\Elasticsearch\Framework\ClientFactory::createClient($this->getEnv('string:default:default_whitespace:SHOPWARE_ES_HOSTS'), ($this->privates['shopware.elasticsearch.logger'] ?? $this->getShopware_Elasticsearch_LoggerService()), true$this->parameters['elasticsearch.ssl']);
  38323.     }
  38324.     /**
  38325.      * Gets the private 'shopware.increment.message_queue.gateway.mysql' shared service.
  38326.      *
  38327.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  38328.      */
  38329.     protected function getShopware_Increment_MessageQueue_Gateway_MysqlService()
  38330.     {
  38331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  38332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  38333.         $this->privates['shopware.increment.message_queue.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38334.         $instance->setPool('message_queue');
  38335.         $instance->setConfig([]);
  38336.         return $instance;
  38337.     }
  38338.     /**
  38339.      * Gets the private 'shopware.increment.user_activity.gateway.mysql' shared service.
  38340.      *
  38341.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  38342.      */
  38343.     protected function getShopware_Increment_UserActivity_Gateway_MysqlService()
  38344.     {
  38345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  38346.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  38347.         $this->privates['shopware.increment.user_activity.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38348.         $instance->setPool('user_activity');
  38349.         $instance->setConfig([]);
  38350.         return $instance;
  38351.     }
  38352.     /**
  38353.      * Gets the private 'shopware.jwt_config' shared service.
  38354.      *
  38355.      * @return \Lcobucci\JWT\Configuration
  38356.      */
  38357.     protected function getShopware_JwtConfigService()
  38358.     {
  38359.         return $this->privates['shopware.jwt_config'] = \Shopware\Core\Checkout\Payment\Cart\Token\JWTConfigurationFactory::createJWTConfiguration(new \Lcobucci\JWT\Signer\Rsa\Sha256(), ($this->privates['shopware.private_key'] ?? ($this->privates['shopware.private_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/private.pem'), $this->getEnv('string:default:jwt_private_key_passphrase_default:JWT_PRIVATE_KEY_PASSPHRASE')))), ($this->privates['shopware.public_key'] ?? ($this->privates['shopware.public_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/public.pem')))));
  38360.     }
  38361.     /**
  38362.      * Gets the private 'shopware.rate_limiter' shared service.
  38363.      *
  38364.      * @return \Shopware\Core\Framework\RateLimiter\RateLimiter
  38365.      */
  38366.     protected function getShopware_RateLimiterService()
  38367.     {
  38368.         $this->privates['shopware.rate_limiter'] = $instance = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  38369.         $a = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  38370.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  38371.         $c = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  38372.         $instance->registerLimiterFactory('login', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'login'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  38373.         $instance->registerLimiterFactory('guest_login', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'guest_login'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  38374.         $instance->registerLimiterFactory('oauth', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'oauth'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  38375.         $instance->registerLimiterFactory('reset_password', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'reset_password'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  38376.         $instance->registerLimiterFactory('user_recovery', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'user_recovery'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  38377.         $instance->registerLimiterFactory('contact_form', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'contact_form'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  38378.         $instance->registerLimiterFactory('notification', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'notification'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  38379.         $instance->registerLimiterFactory('newsletter_form', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'newsletter_form'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  38380.         $instance->registerLimiterFactory('cart_add_line_item', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'system_config''reset' => '1 hours''limits' => $this->parameters['shopware.api.rate_limiter.cart_add_line_item.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'cart_add_line_item'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  38381.         return $instance;
  38382.     }
  38383.     /**
  38384.      * Gets the private 'slugify' shared service.
  38385.      *
  38386.      * @return \Cocur\Slugify\Slugify
  38387.      */
  38388.     protected function getSlugifyService()
  38389.     {
  38390.         return $this->privates['slugify'] = new \Cocur\Slugify\Slugify($this->parameters['shopware.slug.config']);
  38391.     }
  38392.     /**
  38393.      * Gets the private 'translation.extractor' shared service.
  38394.      *
  38395.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  38396.      */
  38397.     protected function getTranslation_ExtractorService()
  38398.     {
  38399.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  38400.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  38401.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  38402.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  38403.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  38404.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  38405.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  38406.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  38407.         return $instance;
  38408.     }
  38409.     /**
  38410.      * Gets the private 'translation.loader.csv' shared service.
  38411.      *
  38412.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  38413.      */
  38414.     protected function getTranslation_Loader_CsvService()
  38415.     {
  38416.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38417.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38418.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38419.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  38420.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  38421.     }
  38422.     /**
  38423.      * Gets the private 'translation.loader.dat' shared service.
  38424.      *
  38425.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  38426.      */
  38427.     protected function getTranslation_Loader_DatService()
  38428.     {
  38429.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38430.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  38431.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  38432.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  38433.     }
  38434.     /**
  38435.      * Gets the private 'translation.loader.ini' shared service.
  38436.      *
  38437.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  38438.      */
  38439.     protected function getTranslation_Loader_IniService()
  38440.     {
  38441.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38444.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  38445.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  38446.     }
  38447.     /**
  38448.      * Gets the private 'translation.loader.json' shared service.
  38449.      *
  38450.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  38451.      */
  38452.     protected function getTranslation_Loader_JsonService()
  38453.     {
  38454.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38455.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38456.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38457.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  38458.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  38459.     }
  38460.     /**
  38461.      * Gets the private 'translation.loader.mo' shared service.
  38462.      *
  38463.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  38464.      */
  38465.     protected function getTranslation_Loader_MoService()
  38466.     {
  38467.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38468.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38469.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38470.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  38471.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  38472.     }
  38473.     /**
  38474.      * Gets the private 'translation.loader.php' shared service.
  38475.      *
  38476.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  38477.      */
  38478.     protected function getTranslation_Loader_PhpService()
  38479.     {
  38480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  38484.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  38485.     }
  38486.     /**
  38487.      * Gets the private 'translation.loader.po' shared service.
  38488.      *
  38489.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  38490.      */
  38491.     protected function getTranslation_Loader_PoService()
  38492.     {
  38493.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38494.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38495.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38496.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  38497.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  38498.     }
  38499.     /**
  38500.      * Gets the private 'translation.loader.qt' shared service.
  38501.      *
  38502.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  38503.      */
  38504.     protected function getTranslation_Loader_QtService()
  38505.     {
  38506.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38507.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  38508.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  38509.     }
  38510.     /**
  38511.      * Gets the private 'translation.loader.res' shared service.
  38512.      *
  38513.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  38514.      */
  38515.     protected function getTranslation_Loader_ResService()
  38516.     {
  38517.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38518.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  38519.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  38520.     }
  38521.     /**
  38522.      * Gets the private 'translation.loader.xliff' shared service.
  38523.      *
  38524.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  38525.      */
  38526.     protected function getTranslation_Loader_XliffService()
  38527.     {
  38528.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38529.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  38530.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  38531.     }
  38532.     /**
  38533.      * Gets the private 'translation.loader.yml' shared service.
  38534.      *
  38535.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  38536.      */
  38537.     protected function getTranslation_Loader_YmlService()
  38538.     {
  38539.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38540.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38541.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38542.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  38543.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  38544.     }
  38545.     /**
  38546.      * Gets the private 'translation.provider_collection' shared service.
  38547.      *
  38548.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  38549.      */
  38550.     protected function getTranslation_ProviderCollectionService()
  38551.     {
  38552.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  38553.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  38554.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  38555.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  38556.         }, 1), []))->fromConfig([]);
  38557.     }
  38558.     /**
  38559.      * Gets the private 'translation.reader' shared service.
  38560.      *
  38561.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  38562.      */
  38563.     protected function getTranslation_ReaderService()
  38564.     {
  38565.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  38566.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  38567.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38568.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38569.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38570.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  38571.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  38572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  38573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  38574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  38575.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  38576.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  38577.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  38578.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  38579.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  38580.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  38581.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  38582.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  38583.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  38584.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  38585.         $instance->addLoader('yaml'$a);
  38586.         $instance->addLoader('yml'$a);
  38587.         $instance->addLoader('xlf'$b);
  38588.         $instance->addLoader('xliff'$b);
  38589.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  38590.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  38591.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  38592.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  38593.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  38594.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  38595.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  38596.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  38597.         return $instance;
  38598.     }
  38599.     /**
  38600.      * Gets the private 'translation.warmer' shared service.
  38601.      *
  38602.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  38603.      */
  38604.     protected function getTranslation_WarmerService()
  38605.     {
  38606.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  38607.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  38608.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38609.             'translator' => ['services''translator''getTranslatorService'false],
  38610.         ], [
  38611.             'translator' => '?',
  38612.         ]))->withContext('translation.warmer'$this));
  38613.     }
  38614.     /**
  38615.      * Gets the private 'translation.writer' shared service.
  38616.      *
  38617.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  38618.      */
  38619.     protected function getTranslation_WriterService()
  38620.     {
  38621.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  38622.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  38623.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  38624.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  38625.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  38626.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  38627.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  38628.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  38629.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  38630.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  38631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  38632.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  38633.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  38634.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  38635.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  38636.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  38637.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  38638.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  38639.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  38640.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  38641.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  38642.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  38643.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  38644.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  38645.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  38646.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  38647.         return $instance;
  38648.     }
  38649.     /**
  38650.      * Gets the private 'translator.default' shared service.
  38651.      *
  38652.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  38653.      */
  38654.     protected function getTranslator_DefaultService()
  38655.     {
  38656.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38657.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  38658.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  38659.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  38660.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  38661.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  38662.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  38663.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  38664.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  38665.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  38666.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  38667.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  38668.         ], [
  38669.             'translation.loader.csv' => '?',
  38670.             'translation.loader.dat' => '?',
  38671.             'translation.loader.ini' => '?',
  38672.             'translation.loader.json' => '?',
  38673.             'translation.loader.mo' => '?',
  38674.             'translation.loader.php' => '?',
  38675.             'translation.loader.po' => '?',
  38676.             'translation.loader.qt' => '?',
  38677.             'translation.loader.res' => '?',
  38678.             'translation.loader.xliff' => '?',
  38679.             'translation.loader.yml' => '?',
  38680.         ]), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), 'en-GB', ['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/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], '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/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/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/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/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/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/security-core/Resources/translations/security.zh_TW.xlf')], 'de-DE' => [=> (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet/de_DE/storefront.de-DE.json')], 'en-GB' => [=> (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet/en_GB/storefront.en-GB.json')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/translations'), 11 => (\dirname(__DIR__4).'/vendor/shopware/core/System/translations'), 12 => (\dirname(__DIR__4).'/vendor/shopware/core/Content/translations'), 13 => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout/translations'), 14 => (\dirname(__DIR__4).'/vendor/shopware/administration/translations'), 15 => (\dirname(__DIR__4).'/vendor/shopware/storefront/translations'), 16 => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch/translations'), 17 => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling/translations'), 20 => (\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/translations'), 21 => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/translations'), 22 => (\dirname(__DIR__4).'/custom/plugins/FroshPlatformMailArchive/src/translations'), 23 => (\dirname(__DIR__4).'/custom/plugins/FourtwosixMonitorPlugin/src/translations'), 24 => (\dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/translations'), 25 => (\dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/translations'), 26 => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/translations'), 27 => (\dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/translations'), 28 => (\dirname(__DIR__4).'/custom/plugins/nwdxxItRechtConnector6/src/translations'), 29 => (\dirname(__DIR__4).'/custom/plugins/fourtwosixAddPurchaseUnit/src/translations'), 30 => (\dirname(__DIR__4).'/custom/plugins/fourtwosixBuyByQmUnit/src/translations'), 31 => (\dirname(__DIR__4).'/custom/plugins/fourtwosixAttributeBadges/src/translations'), 32 => (\dirname(__DIR__4).'/custom/plugins/IcorpCmsExtendParallaxBox/src/translations'), 33 => (\dirname(__DIR__4).'/custom/plugins/AkuCmsFactory/src/translations'), 34 => (\dirname(__DIR__4).'/custom/plugins/CoeAccountOrtPlzSw6/src/translations'), 35 => (\dirname(__DIR__4).'/custom/plugins/FourtwosixCategoryDescriptionOnPDP/src/translations'), 36 => (\dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src/translations'), 37 => (\dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/translations'), 38 => (\dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src/translations'), 39 => (\dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/translations'), 40 => (\dirname(__DIR__4).'/custom/plugins/FourtwosixShippingCostsCalculator/src/translations'), 41 => (\dirname(__DIR__4).'/custom/plugins/fourtwosixhideemptycategories/src/translations'), 42 => (\dirname(__DIR__4).'/custom/plugins/FroshTools/src/translations'), 43 => (\dirname(__DIR__4).'/custom/plugins/426-fourtwosixredirectformissingtrailingslashes/src/translations'), 44 => (\dirname(__DIR__4).'/custom/plugins/fourtwosixshippingcostspercentageorperweight/src/translations'), 45 => (\dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src/translations'), 46 => (\dirname(__DIR__4).'/custom/plugins/FourtwosixMaintainNetPrice/src/translations'), 47 => (\dirname(__DIR__4).'/custom/plugins/zenitPlatformStratusSet4/src/translations'), 48 => (\dirname(__DIR__4).'/custom/plugins/BoedenThemeExtension/src/translations'), 49 => (\dirname(__DIR__4).'/custom/plugins/426-fourtwosixregistrationfields/src/translations'), 50 => (\dirname(__DIR__4).'/custom/plugins/fourtwosixitaliantranslations/src/translations'), 51 => (\dirname(__DIR__4).'/custom/plugins/fourtwosixtranslateorderstates/src/translations'), 52 => (\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/translations'), 53 => (\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/translations'), 54 => (\dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/translations'), 55 => (\dirname(__DIR__4).'/custom/plugins/MoorlForms/src/translations'), 56 => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/shopware/storefront/Resources/snippet'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'=> 'vendor/enqueue/enqueue-bundle/translations'=> 'vendor/sroze/messenger-enqueue-transport/Bundle/translations'10 => 'vendor/shopware/core/Framework/translations'11 => 'vendor/shopware/core/System/translations'12 => 'vendor/shopware/core/Content/translations'13 => 'vendor/shopware/core/Checkout/translations'14 => 'vendor/shopware/administration/translations'15 => 'vendor/shopware/storefront/translations'16 => 'vendor/shopware/elasticsearch/translations'17 => 'vendor/shopware/core/Maintenance/translations'18 => 'vendor/symfony/web-profiler-bundle/translations'19 => 'vendor/shopware/core/Profiling/translations'20 => 'custom/plugins/SwagLanguagePack/src/translations'21 => 'custom/plugins/SwagExtensionStore/src/translations'22 => 'custom/plugins/FroshPlatformMailArchive/src/translations'23 => 'custom/plugins/FourtwosixMonitorPlugin/src/translations'24 => 'custom/plugins/zenitPlatformStratus/src/translations'25 => 'custom/plugins/FourtwosixThemeExtension/src/translations'26 => 'custom/plugins/SwagPayPal/src/translations'27 => 'custom/plugins/DIScoGA4/src/translations'28 => 'custom/plugins/nwdxxItRechtConnector6/src/translations'29 => 'custom/plugins/fourtwosixAddPurchaseUnit/src/translations'30 => 'custom/plugins/fourtwosixBuyByQmUnit/src/translations'31 => 'custom/plugins/fourtwosixAttributeBadges/src/translations'32 => 'custom/plugins/IcorpCmsExtendParallaxBox/src/translations'33 => 'custom/plugins/AkuCmsFactory/src/translations'34 => 'custom/plugins/CoeAccountOrtPlzSw6/src/translations'35 => 'custom/plugins/FourtwosixCategoryDescriptionOnPDP/src/translations'36 => 'custom/plugins/FourtwosixPhoneValidation/src/translations'37 => 'custom/plugins/AcrisTaxCS/src/translations'38 => 'custom/plugins/AcrisPromotionCS/src/translations'39 => 'custom/plugins/fourtwosixpaymentsurcharge/src/translations'40 => 'custom/plugins/FourtwosixShippingCostsCalculator/src/translations'41 => 'custom/plugins/fourtwosixhideemptycategories/src/translations'42 => 'custom/plugins/FroshTools/src/translations'43 => 'custom/plugins/426-fourtwosixredirectformissingtrailingslashes/src/translations'44 => 'custom/plugins/fourtwosixshippingcostspercentageorperweight/src/translations'45 => 'custom/plugins/fourtwosixattachments/src/translations'46 => 'custom/plugins/FourtwosixMaintainNetPrice/src/translations'47 => 'custom/plugins/zenitPlatformStratusSet4/src/translations'48 => 'custom/plugins/BoedenThemeExtension/src/translations'49 => 'custom/plugins/426-fourtwosixregistrationfields/src/translations'50 => 'custom/plugins/fourtwosixitaliantranslations/src/translations'51 => 'custom/plugins/fourtwosixtranslateorderstates/src/translations'52 => 'custom/plugins/SolidAdvancedSliderElements/src/translations'53 => 'custom/plugins/SwagPlatformSecurity/src/translations'54 => 'custom/plugins/MoorlFoundation/src/translations'55 => 'custom/plugins/MoorlForms/src/translations'56 => 'vendor/shopware/core/Framework/Plugin/KernelPluginLoader/translations']]], []);
  38681.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  38682.         $instance->setFallbackLocales([=> 'en_GB'=> 'en']);
  38683.         return $instance;
  38684.     }
  38685.     /**
  38686.      * Gets the private 'translator.formatter.default' shared service.
  38687.      *
  38688.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  38689.      */
  38690.     protected function getTranslator_Formatter_DefaultService()
  38691.     {
  38692.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator());
  38693.     }
  38694.     /**
  38695.      * Gets the private 'twig.command.debug' shared service.
  38696.      *
  38697.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  38698.      */
  38699.     protected function getTwig_Command_DebugService()
  38700.     {
  38701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38702.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  38703.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  38704.         $instance->setName('debug:twig');
  38705.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  38706.         return $instance;
  38707.     }
  38708.     /**
  38709.      * Gets the private 'twig.command.lint' shared service.
  38710.      *
  38711.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  38712.      */
  38713.     protected function getTwig_Command_LintService()
  38714.     {
  38715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38716.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  38717.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  38718.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  38719.         $instance->setName('lint:twig');
  38720.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  38721.         return $instance;
  38722.     }
  38723.     /**
  38724.      * Gets the private 'twig.extension.trans' shared service.
  38725.      *
  38726.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  38727.      */
  38728.     protected function getTwig_Extension_TransService()
  38729.     {
  38730.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  38731.         if (isset($this->privates['twig.extension.trans'])) {
  38732.             return $this->privates['twig.extension.trans'];
  38733.         }
  38734.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension($a);
  38735.     }
  38736.     /**
  38737.      * Gets the private 'twig.loader.chain' shared service.
  38738.      *
  38739.      * @return \Twig\Loader\ChainLoader
  38740.      */
  38741.     protected function getTwig_Loader_ChainService()
  38742.     {
  38743.         $this->privates['twig.loader.chain'] = $instance = new \Twig\Loader\ChainLoader();
  38744.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  38745.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  38746.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  38747.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'Enqueue');
  38748.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), '!Enqueue');
  38749.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  38750.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), '!Framework');
  38751.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  38752.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), '!Administration');
  38753.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  38754.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), '!Storefront');
  38755.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  38756.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), '!Elasticsearch');
  38757.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  38758.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  38759.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  38760.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), '!Profiling');
  38761.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/Resources/views'), 'zenitPlatformStratus');
  38762.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/Resources/views'), '!zenitPlatformStratus');
  38763.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/Resources/views'), 'FourtwosixThemeExtension');
  38764.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/Resources/views'), '!FourtwosixThemeExtension');
  38765.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Resources/views'), 'SwagPayPal');
  38766.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Resources/views'), '!SwagPayPal');
  38767.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/Resources/views'), 'DIScoGA4');
  38768.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/Resources/views'), '!DIScoGA4');
  38769.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixAddPurchaseUnit/src/Resources/views'), 'fourtwosixAddPurchaseUnit');
  38770.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixAddPurchaseUnit/src/Resources/views'), '!fourtwosixAddPurchaseUnit');
  38771.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixBuyByQmUnit/src/Resources/views'), 'fourtwosixBuyByQmUnit');
  38772.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixBuyByQmUnit/src/Resources/views'), '!fourtwosixBuyByQmUnit');
  38773.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixAttributeBadges/src/Resources/views'), 'fourtwosixAttributeBadges');
  38774.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixAttributeBadges/src/Resources/views'), '!fourtwosixAttributeBadges');
  38775.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/IcorpCmsExtendParallaxBox/src/Resources/views'), 'IcorpCmsExtendParallaxBox');
  38776.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/IcorpCmsExtendParallaxBox/src/Resources/views'), '!IcorpCmsExtendParallaxBox');
  38777.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AkuCmsFactory/src/Resources/views'), 'AkuCmsFactory');
  38778.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AkuCmsFactory/src/Resources/views'), '!AkuCmsFactory');
  38779.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixCategoryDescriptionOnPDP/src/Resources/views'), 'FourtwosixCategoryDescriptionOnPDP');
  38780.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixCategoryDescriptionOnPDP/src/Resources/views'), '!FourtwosixCategoryDescriptionOnPDP');
  38781.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src/Resources/views'), 'FourtwosixPhoneValidation');
  38782.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src/Resources/views'), '!FourtwosixPhoneValidation');
  38783.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Resources/views'), 'AcrisTaxCS');
  38784.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Resources/views'), '!AcrisTaxCS');
  38785.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src/Resources/views'), 'AcrisPromotionCS');
  38786.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src/Resources/views'), '!AcrisPromotionCS');
  38787.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Resources/views'), 'FourtwosixPaymentSurcharge');
  38788.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Resources/views'), '!FourtwosixPaymentSurcharge');
  38789.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixShippingCostsCalculator/src/Resources/views'), 'FourtwosixShippingCostsCalculator');
  38790.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixShippingCostsCalculator/src/Resources/views'), '!FourtwosixShippingCostsCalculator');
  38791.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FroshTools/src/Resources/views'), 'FroshTools');
  38792.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FroshTools/src/Resources/views'), '!FroshTools');
  38793.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src/Resources/views'), 'FourtwosixAttachments');
  38794.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src/Resources/views'), '!FourtwosixAttachments');
  38795.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/BoedenThemeExtension/src/Resources/views'), 'BoedenThemeExtension');
  38796.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/BoedenThemeExtension/src/Resources/views'), '!BoedenThemeExtension');
  38797.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/426-fourtwosixregistrationfields/src/Resources/views'), 'FourtwosixRegistrationFields');
  38798.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/426-fourtwosixregistrationfields/src/Resources/views'), '!FourtwosixRegistrationFields');
  38799.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/Resources/views'), 'SolidAdvancedSliderElements');
  38800.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/Resources/views'), '!SolidAdvancedSliderElements');
  38801.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Resources/views'), 'SwagPlatformSecurity');
  38802.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Resources/views'), '!SwagPlatformSecurity');
  38803.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Resources/views'), 'MoorlFoundation');
  38804.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Resources/views'), '!MoorlFoundation');
  38805.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Resources/views'), 'MoorlForms');
  38806.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Resources/views'), '!MoorlForms');
  38807.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  38808.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  38809.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources'), 'FrameworkBundle');
  38810.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/Resources'), 'MonologBundle');
  38811.         $a->addPath((\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Resources'), 'SensioFrameworkExtraBundle');
  38812.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources'), 'TwigBundle');
  38813.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'));
  38814.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'DebugBundle');
  38815.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources'), 'DebugBundle');
  38816.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'));
  38817.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'EnqueueBundle');
  38818.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources'), 'EnqueueBundle');
  38819.         $a->addPath((\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/Resources'), 'EnqueueAdapterBundle');
  38820.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'));
  38821.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  38822.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources'), 'Framework');
  38823.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/System/Resources'), 'System');
  38824.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Content/Resources'), 'Content');
  38825.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Checkout/Resources'), 'Checkout');
  38826.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'));
  38827.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  38828.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources'), 'Administration');
  38829.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'));
  38830.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  38831.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views/../app/storefront/dist'), 'Storefront');
  38832.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources'), 'Storefront');
  38833.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'));
  38834.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  38835.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources'), 'Elasticsearch');
  38836.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'));
  38837.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfilerBundle');
  38838.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources'), 'WebProfilerBundle');
  38839.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'));
  38840.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  38841.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources'), 'Profiling');
  38842.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Resources'), 'SwagLanguagePack');
  38843.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Resources'), 'SwagExtensionStore');
  38844.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FroshPlatformMailArchive/src/Resources'), 'FroshPlatformMailArchive');
  38845.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixMonitorPlugin/src/Resources'), 'FourtwosixMonitorPlugin');
  38846.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/Resources/views'));
  38847.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/Resources/views'), 'zenitPlatformStratus');
  38848.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/Resources/views/../app/storefront/dist'), 'zenitPlatformStratus');
  38849.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/Resources'), 'zenitPlatformStratus');
  38850.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/Resources/views'));
  38851.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/Resources/views'), 'FourtwosixThemeExtension');
  38852.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src/Resources'), 'FourtwosixThemeExtension');
  38853.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Resources/views'));
  38854.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Resources/views'), 'SwagPayPal');
  38855.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Resources/views/../app/storefront/dist'), 'SwagPayPal');
  38856.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Resources'), 'SwagPayPal');
  38857.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/Resources/views'));
  38858.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/Resources/views'), 'DIScoGA4');
  38859.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/Resources/views/../app/storefront/dist'), 'DIScoGA4');
  38860.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DIScoGA4/src/Resources'), 'DIScoGA4');
  38861.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/nwdxxItRechtConnector6/src/Resources'), 'nwdxxItRechtConnector6');
  38862.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixAddPurchaseUnit/src/Resources/views'));
  38863.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixAddPurchaseUnit/src/Resources/views'), 'fourtwosixAddPurchaseUnit');
  38864.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixAddPurchaseUnit/src/Resources'), 'fourtwosixAddPurchaseUnit');
  38865.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixBuyByQmUnit/src/Resources/views'));
  38866.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixBuyByQmUnit/src/Resources/views'), 'fourtwosixBuyByQmUnit');
  38867.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixBuyByQmUnit/src/Resources/views/../app/storefront/dist'), 'fourtwosixBuyByQmUnit');
  38868.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixBuyByQmUnit/src/Resources'), 'fourtwosixBuyByQmUnit');
  38869.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixAttributeBadges/src/Resources/views'));
  38870.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixAttributeBadges/src/Resources/views'), 'fourtwosixAttributeBadges');
  38871.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixAttributeBadges/src/Resources'), 'fourtwosixAttributeBadges');
  38872.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/IcorpCmsExtendParallaxBox/src/Resources/views'));
  38873.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/IcorpCmsExtendParallaxBox/src/Resources/views'), 'IcorpCmsExtendParallaxBox');
  38874.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/IcorpCmsExtendParallaxBox/src/Resources/views/../app/storefront/dist'), 'IcorpCmsExtendParallaxBox');
  38875.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/IcorpCmsExtendParallaxBox/src/Resources'), 'IcorpCmsExtendParallaxBox');
  38876.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AkuCmsFactory/src/Resources/views'));
  38877.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AkuCmsFactory/src/Resources/views'), 'AkuCmsFactory');
  38878.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AkuCmsFactory/src/Resources'), 'AkuCmsFactory');
  38879.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/CoeAccountOrtPlzSw6/src/Resources'), 'CoeAccountOrtPlzSw6');
  38880.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixCategoryDescriptionOnPDP/src/Resources/views'));
  38881.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixCategoryDescriptionOnPDP/src/Resources/views'), 'FourtwosixCategoryDescriptionOnPDP');
  38882.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixCategoryDescriptionOnPDP/src/Resources'), 'FourtwosixCategoryDescriptionOnPDP');
  38883.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src/Resources/views'));
  38884.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src/Resources/views'), 'FourtwosixPhoneValidation');
  38885.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src/Resources/views/../app/storefront/dist'), 'FourtwosixPhoneValidation');
  38886.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src/Resources'), 'FourtwosixPhoneValidation');
  38887.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Resources/views'));
  38888.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Resources/views'), 'AcrisTaxCS');
  38889.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Resources/views/../app/storefront/dist'), 'AcrisTaxCS');
  38890.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src/Resources'), 'AcrisTaxCS');
  38891.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src/Resources/views'));
  38892.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src/Resources/views'), 'AcrisPromotionCS');
  38893.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src/Resources'), 'AcrisPromotionCS');
  38894.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Resources/views'));
  38895.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Resources/views'), 'FourtwosixPaymentSurcharge');
  38896.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src/Resources'), 'FourtwosixPaymentSurcharge');
  38897.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixShippingCostsCalculator/src/Resources/views'));
  38898.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixShippingCostsCalculator/src/Resources/views'), 'FourtwosixShippingCostsCalculator');
  38899.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixShippingCostsCalculator/src/Resources'), 'FourtwosixShippingCostsCalculator');
  38900.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixhideemptycategories/src/Resources'), 'FourtwosixHideEmptyCategories');
  38901.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FroshTools/src/Resources/views'));
  38902.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FroshTools/src/Resources/views'), 'FroshTools');
  38903.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FroshTools/src/Resources'), 'FroshTools');
  38904.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/426-fourtwosixredirectformissingtrailingslashes/src/Resources'), 'FourtwosixRedirectForMissingTrailingSlashes');
  38905.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixshippingcostspercentageorperweight/src/Resources'), 'fourtwosixShippingCostsPercentageOrPerWeight');
  38906.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src/Resources/views'));
  38907.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src/Resources/views'), 'FourtwosixAttachments');
  38908.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src/Resources'), 'FourtwosixAttachments');
  38909.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FourtwosixMaintainNetPrice/src/Resources'), 'FourtwosixMaintainNetPrice');
  38910.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/zenitPlatformStratusSet4/src/Resources'), 'zenitPlatformStratusSet4');
  38911.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/BoedenThemeExtension/src/Resources/views'));
  38912.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/BoedenThemeExtension/src/Resources/views'), 'BoedenThemeExtension');
  38913.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/BoedenThemeExtension/src/Resources'), 'BoedenThemeExtension');
  38914.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/426-fourtwosixregistrationfields/src/Resources/views'));
  38915.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/426-fourtwosixregistrationfields/src/Resources/views'), 'FourtwosixRegistrationFields');
  38916.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/426-fourtwosixregistrationfields/src/Resources/views/../app/storefront/dist'), 'FourtwosixRegistrationFields');
  38917.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/426-fourtwosixregistrationfields/src/Resources'), 'FourtwosixRegistrationFields');
  38918.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixitaliantranslations/src/Resources'), 'FourtwosixItalianTranslations');
  38919.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/fourtwosixtranslateorderstates/src/Resources'), 'FourtwosixTranslateOrderStates');
  38920.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/Resources/views'));
  38921.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/Resources/views'), 'SolidAdvancedSliderElements');
  38922.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/Resources/views/../app/storefront/dist'), 'SolidAdvancedSliderElements');
  38923.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/Resources'), 'SolidAdvancedSliderElements');
  38924.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Resources/views'));
  38925.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Resources/views'), 'SwagPlatformSecurity');
  38926.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Resources'), 'SwagPlatformSecurity');
  38927.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Resources/views'));
  38928.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Resources/views'), 'MoorlFoundation');
  38929.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Resources/views/../app/storefront/dist'), 'MoorlFoundation');
  38930.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src/Resources'), 'MoorlFoundation');
  38931.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Resources/views'));
  38932.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Resources/views'), 'MoorlForms');
  38933.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Resources/views/../app/storefront/dist'), 'MoorlForms');
  38934.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MoorlForms/src/Resources'), 'MoorlForms');
  38935.         $instance->addLoader(($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService()));
  38936.         $instance->addLoader($a);
  38937.         return $instance;
  38938.     }
  38939.     /**
  38940.      * Gets the private 'twig.mailer.message_listener' shared service.
  38941.      *
  38942.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  38943.      */
  38944.     protected function getTwig_Mailer_MessageListenerService()
  38945.     {
  38946.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  38947.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  38948.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  38949.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  38950.         if (isset($this->privates['twig.mailer.message_listener'])) {
  38951.             return $this->privates['twig.mailer.message_listener'];
  38952.         }
  38953.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  38954.     }
  38955.     /**
  38956.      * Gets the private 'twig.runtime.httpkernel' shared service.
  38957.      *
  38958.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  38959.      */
  38960.     protected function getTwig_Runtime_HttpkernelService()
  38961.     {
  38962.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  38963.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  38964.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  38965.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  38966.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  38967.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  38968.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38969.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  38970.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  38971.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  38972.         ], [
  38973.             'esi' => '?',
  38974.             'hinclude' => '?',
  38975.             'inline' => '?',
  38976.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), $a));
  38977.     }
  38978.     /**
  38979.      * Gets the private 'twig.runtime.security_csrf' shared service.
  38980.      *
  38981.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  38982.      */
  38983.     protected function getTwig_Runtime_SecurityCsrfService()
  38984.     {
  38985.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  38986.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  38987.     }
  38988.     /**
  38989.      * Gets the private 'twig.runtime.serializer' shared service.
  38990.      *
  38991.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  38992.      */
  38993.     protected function getTwig_Runtime_SerializerService()
  38994.     {
  38995.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  38996.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  38997.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  38998.     }
  38999.     /**
  39000.      * Gets the private 'validator.builder' shared service.
  39001.      *
  39002.      * @return \Symfony\Component\Validator\ValidatorBuilder
  39003.      */
  39004.     protected function getValidator_BuilderService()
  39005.     {
  39006.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  39007.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  39008.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  39009.             'Acris\\Tax\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdValidator' => ['privates''Acris\\Tax\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdValidator''getCustomerVatIdValidatorService'false],
  39010.             'Acris\\Tax\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => ['services''Acris\\Tax\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator''getCustomerVatIdentificationValidatorService'false],
  39011.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator''getCustomerEmailUniqueValidatorService'false],
  39012.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator''getCustomerPasswordMatchesValidatorService'false],
  39013.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => ['services''Acris\\Tax\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator''getCustomerVatIdentificationValidatorService'false],
  39014.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator''getCustomerZipCodeValidatorService'false],
  39015.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator''getEntityExistsValidatorService'false],
  39016.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator''getEntityNotExistsValidatorService'false],
  39017.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  39018.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  39019.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  39020.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  39021.         ], [
  39022.             'Acris\\Tax\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdValidator' => '?',
  39023.             'Acris\\Tax\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => '?',
  39024.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => '?',
  39025.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => '?',
  39026.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => '?',
  39027.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => '?',
  39028.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => '?',
  39029.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => '?',
  39030.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  39031.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  39032.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  39033.             'validator.expression' => '?',
  39034.         ])));
  39035.         if ($this->has('translator')) {
  39036.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  39037.         }
  39038.         $instance->setTranslationDomain('validators');
  39039.         $instance->enableAnnotationMapping(true);
  39040.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  39041.         $instance->addMethodMapping('loadValidatorMetadata');
  39042.         $instance->addObjectInitializers([]);
  39043.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  39044.         return $instance;
  39045.     }
  39046.     /**
  39047.      * Gets the private 'validator.email' shared service.
  39048.      *
  39049.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  39050.      */
  39051.     protected function getValidator_EmailService()
  39052.     {
  39053.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  39054.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  39055.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  39056.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  39057.     }
  39058.     /**
  39059.      * Gets the private 'validator.expression' shared service.
  39060.      *
  39061.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  39062.      */
  39063.     protected function getValidator_ExpressionService()
  39064.     {
  39065.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  39066.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  39067.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  39068.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  39069.     }
  39070.     /**
  39071.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  39072.      *
  39073.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  39074.      */
  39075.     protected function getValidator_Mapping_CacheWarmerService()
  39076.     {
  39077.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  39078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  39079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  39080.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  39081.     }
  39082.     /**
  39083.      * Gets the private 'validator.not_compromised_password' shared service.
  39084.      *
  39085.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  39086.      */
  39087.     protected function getValidator_NotCompromisedPasswordService()
  39088.     {
  39089.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  39090.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  39091.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  39092.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  39093.     }
  39094.     /**
  39095.      * Gets the private 'var_dumper.command.server_dump' shared service.
  39096.      *
  39097.      * @return \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand
  39098.      */
  39099.     protected function getVarDumper_Command_ServerDumpService()
  39100.     {
  39101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39102.         include_once \dirname(__DIR__4).'/vendor/symfony/debug-bundle/Command/ServerDumpPlaceholderCommand.php';
  39103.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  39104.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  39105.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  39106.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  39107.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  39108.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  39109.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  39110.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  39111.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  39112.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand(new \Symfony\Component\VarDumper\Server\DumpServer(''$a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  39113.         $instance->setName('server:dump');
  39114.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  39115.         return $instance;
  39116.     }
  39117.     /**
  39118.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  39119.      *
  39120.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  39121.      */
  39122.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  39123.     {
  39124.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  39125.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  39126.         return $instance;
  39127.     }
  39128.     /**
  39129.      * Gets the private 'var_dumper.html_dumper' shared service.
  39130.      *
  39131.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  39132.      */
  39133.     protected function getVarDumper_HtmlDumperService()
  39134.     {
  39135.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  39136.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  39137.         return $instance;
  39138.     }
  39139.     /**
  39140.      * Gets the private 'web_profiler.csp.handler' shared service.
  39141.      *
  39142.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  39143.      */
  39144.     protected function getWebProfiler_Csp_HandlerService()
  39145.     {
  39146.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  39147.     }
  39148.     /**
  39149.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  39150.      *
  39151.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  39152.      */
  39153.     protected function getWebProfiler_DebugToolbarService()
  39154.     {
  39155.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  39156.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  39157.             return $this->privates['web_profiler.debug_toolbar'];
  39158.         }
  39159.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  39160.     }
  39161.     /**
  39162.      * Gets the private 'zenit\PlatformStratus\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver' shared service.
  39163.      *
  39164.      * @return \zenit\PlatformStratus\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver
  39165.      */
  39166.     protected function getImageSliderTypeDataResolver2Service()
  39167.     {
  39168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  39169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  39170.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/Core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  39171.         return $this->privates['zenit\\PlatformStratus\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] = new \zenit\PlatformStratus\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  39172.     }
  39173.     /**
  39174.      * Gets the private 'zenit\PlatformStratus\Core\Content\Media\Cms\Type\TeaserTypeDataResolver' shared service.
  39175.      *
  39176.      * @return \zenit\PlatformStratus\Core\Content\Media\Cms\Type\TeaserTypeDataResolver
  39177.      */
  39178.     protected function getTeaserTypeDataResolverService()
  39179.     {
  39180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  39181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  39182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  39183.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/Core/Content/Media/Cms/Type/TeaserTypeDataResolver.php';
  39184.         return $this->privates['zenit\\PlatformStratus\\Core\\Content\\Media\\Cms\\Type\\TeaserTypeDataResolver'] = new \zenit\PlatformStratus\Core\Content\Media\Cms\Type\TeaserTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  39185.     }
  39186.     /**
  39187.      * Gets the private 'zenit\PlatformStratus\Core\Content\Product\Cms\ProductBoxCmsElementResolverDecorator' shared service.
  39188.      *
  39189.      * @return \zenit\PlatformStratus\Core\Content\Product\Cms\ProductBoxCmsElementResolverDecorator
  39190.      */
  39191.     protected function getProductBoxCmsElementResolverDecoratorService()
  39192.     {
  39193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  39194.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  39195.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/Core/Content/Product/Cms/ProductBoxCmsElementResolverDecorator.php';
  39196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductBoxCmsElementResolver.php';
  39197.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  39198.         if (isset($this->privates['zenit\\PlatformStratus\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolverDecorator'])) {
  39199.             return $this->privates['zenit\\PlatformStratus\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolverDecorator'];
  39200.         }
  39201.         return $this->privates['zenit\\PlatformStratus\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolverDecorator'] = new \zenit\PlatformStratus\Core\Content\Product\Cms\ProductBoxCmsElementResolverDecorator(new \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver($a));
  39202.     }
  39203.     /**
  39204.      * Gets the private 'zenit\PlatformStratus\Core\Content\Product\Cms\ProductSliderCmsElementResolverDecorator' shared service.
  39205.      *
  39206.      * @return \zenit\PlatformStratus\Core\Content\Product\Cms\ProductSliderCmsElementResolverDecorator
  39207.      */
  39208.     protected function getProductSliderCmsElementResolverDecoratorService()
  39209.     {
  39210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  39211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  39212.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/Core/Content/Product/Cms/ProductSliderCmsElementResolverDecorator.php';
  39213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductSliderCmsElementResolver.php';
  39214.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  39215.         if (isset($this->privates['zenit\\PlatformStratus\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolverDecorator'])) {
  39216.             return $this->privates['zenit\\PlatformStratus\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolverDecorator'];
  39217.         }
  39218.         return $this->privates['zenit\\PlatformStratus\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolverDecorator'] = new \zenit\PlatformStratus\Core\Content\Product\Cms\ProductSliderCmsElementResolverDecorator(new \Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver(($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $a));
  39219.     }
  39220.     /**
  39221.      * Gets the private 'zenit\PlatformStratus\Subscriber\ProductListingSubscriber' shared service.
  39222.      *
  39223.      * @return \zenit\PlatformStratus\Subscriber\ProductListingSubscriber
  39224.      */
  39225.     protected function getProductListingSubscriberService()
  39226.     {
  39227.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/Subscriber/ProductListingSubscriber.php';
  39228.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService());
  39229.         if (isset($this->privates['zenit\\PlatformStratus\\Subscriber\\ProductListingSubscriber'])) {
  39230.             return $this->privates['zenit\\PlatformStratus\\Subscriber\\ProductListingSubscriber'];
  39231.         }
  39232.         $b = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  39233.         if (isset($this->privates['zenit\\PlatformStratus\\Subscriber\\ProductListingSubscriber'])) {
  39234.             return $this->privates['zenit\\PlatformStratus\\Subscriber\\ProductListingSubscriber'];
  39235.         }
  39236.         return $this->privates['zenit\\PlatformStratus\\Subscriber\\ProductListingSubscriber'] = new \zenit\PlatformStratus\Subscriber\ProductListingSubscriber($a$b);
  39237.     }
  39238.     /**
  39239.      * Gets the private 'zenit\PlatformStratus\Subscriber\QuickViewSubscriber' shared service.
  39240.      *
  39241.      * @return \zenit\PlatformStratus\Subscriber\QuickViewSubscriber
  39242.      */
  39243.     protected function getQuickViewSubscriberService()
  39244.     {
  39245.         include_once \dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src/Subscriber/QuickViewSubscriber.php';
  39246.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService());
  39247.         if (isset($this->privates['zenit\\PlatformStratus\\Subscriber\\QuickViewSubscriber'])) {
  39248.             return $this->privates['zenit\\PlatformStratus\\Subscriber\\QuickViewSubscriber'];
  39249.         }
  39250.         return $this->privates['zenit\\PlatformStratus\\Subscriber\\QuickViewSubscriber'] = new \zenit\PlatformStratus\Subscriber\QuickViewSubscriber($a);
  39251.     }
  39252.     /**
  39253.      * Gets the public 'cache_clearer' alias.
  39254.      *
  39255.      * @return object The ".container.private.cache_clearer" service.
  39256.      */
  39257.     protected function getCacheClearerService()
  39258.     {
  39259.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  39260.         return $this->get('.container.private.cache_clearer');
  39261.     }
  39262.     /**
  39263.      * Gets the public 'filesystem' alias.
  39264.      *
  39265.      * @return object The ".container.private.filesystem" service.
  39266.      */
  39267.     protected function getFilesystemService()
  39268.     {
  39269.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  39270.         return $this->get('.container.private.filesystem');
  39271.     }
  39272.     /**
  39273.      * Gets the public 'serializer' alias.
  39274.      *
  39275.      * @return object The ".container.private.serializer" service.
  39276.      */
  39277.     protected function getSerializerService()
  39278.     {
  39279.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  39280.         return $this->get('.container.private.serializer');
  39281.     }
  39282.     /**
  39283.      * Gets the public 'security.csrf.token_manager' alias.
  39284.      *
  39285.      * @return object The ".container.private.security.csrf.token_manager" service.
  39286.      */
  39287.     protected function getSecurity_Csrf_TokenManagerService()
  39288.     {
  39289.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  39290.         return $this->get('.container.private.security.csrf.token_manager');
  39291.     }
  39292.     /**
  39293.      * Gets the public 'profiler' alias.
  39294.      *
  39295.      * @return object The ".container.private.profiler" service.
  39296.      */
  39297.     protected function getProfiler2Service()
  39298.     {
  39299.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  39300.         return $this->get('.container.private.profiler');
  39301.     }
  39302.     /**
  39303.      * Gets the public 'twig' alias.
  39304.      *
  39305.      * @return object The ".container.private.twig" service.
  39306.      */
  39307.     protected function getTwigService()
  39308.     {
  39309.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  39310.         return $this->get('.container.private.twig');
  39311.     }
  39312.     /**
  39313.      * Gets the public 'session' alias.
  39314.      *
  39315.      * @return object The ".container.private.session" service.
  39316.      */
  39317.     protected function getSessionService()
  39318.     {
  39319.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  39320.         return $this->get('.container.private.session');
  39321.     }
  39322.     /**
  39323.      * Gets the public 'validator' alias.
  39324.      *
  39325.      * @return object The ".container.private.validator" service.
  39326.      */
  39327.     protected function getValidatorService()
  39328.     {
  39329.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  39330.         return $this->get('.container.private.validator');
  39331.     }
  39332.     /**
  39333.      * @return array|bool|float|int|string|\UnitEnum|null
  39334.      */
  39335.     public function getParameter(string $name)
  39336.     {
  39337.         if (isset($this->buildParameters[$name])) {
  39338.             return $this->buildParameters[$name];
  39339.         }
  39340.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  39341.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  39342.         }
  39343.         if (isset($this->loadedDynamicParameters[$name])) {
  39344.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  39345.         }
  39346.         return $this->parameters[$name];
  39347.     }
  39348.     public function hasParameter(string $name): bool
  39349.     {
  39350.         if (isset($this->buildParameters[$name])) {
  39351.             return true;
  39352.         }
  39353.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  39354.     }
  39355.     public function setParameter(string $name$value): void
  39356.     {
  39357.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  39358.     }
  39359.     public function getParameterBag(): ParameterBagInterface
  39360.     {
  39361.         if (null === $this->parameterBag) {
  39362.             $parameters $this->parameters;
  39363.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  39364.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  39365.             }
  39366.             foreach ($this->buildParameters as $name => $value) {
  39367.                 $parameters[$name] = $value;
  39368.             }
  39369.             $this->parameterBag = new FrozenParameterBag($parameters);
  39370.         }
  39371.         return $this->parameterBag;
  39372.     }
  39373.     private $loadedDynamicParameters = [
  39374.         'kernel.runtime_environment' => false,
  39375.         'kernel.build_dir' => false,
  39376.         'kernel.cache_dir' => false,
  39377.         'APP_URL' => false,
  39378.         'shopware.routing.registered_api_prefixes' => false,
  39379.         'shopware.dbal.time_zone_support_enabled' => false,
  39380.         'shopware.dbal.token_minimum_length' => false,
  39381.         'instance_id' => false,
  39382.         'shopware_administration.path_name' => false,
  39383.         'shopware.http.cache.enabled' => false,
  39384.         'shopware.http.cache.default_ttl' => false,
  39385.         'elasticsearch.enabled' => false,
  39386.         'elasticsearch.indexing_enabled' => false,
  39387.         'elasticsearch.hosts' => false,
  39388.         'elasticsearch.index_prefix' => false,
  39389.         'shopware.cdn.strategy' => false,
  39390.         'kernel.secret' => false,
  39391.         'debug.container.dump' => false,
  39392.         'serializer.mapping.cache.file' => false,
  39393.         'session.save_path' => false,
  39394.         'validator.mapping.cache.file' => false,
  39395.         'profiler.storage.dsn' => false,
  39396.         'shopware.cdn' => false,
  39397.         'shopware.deployment' => false,
  39398.         'shopware.deployment.blue_green' => false,
  39399.         'shopware.html_sanitizer' => false,
  39400.         'shopware.html_sanitizer.cache_dir' => false,
  39401.         'shopware.cache' => false,
  39402.         'shopware.cache.redis_prefix' => false,
  39403.         'elasticsearch.indexing_batch_size' => false,
  39404.         'elasticsearch.throw_exception' => false,
  39405.         'frosh_tools.queue_connection' => false,
  39406.     ];
  39407.     private $dynamicParameters = [];
  39408.     private function getDynamicParameter(string $name)
  39409.     {
  39410.         switch ($name) {
  39411.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  39412.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  39413.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  39414.             case 'APP_URL'$value $this->getEnv('string:APP_URL'); break;
  39415.             case 'shopware.routing.registered_api_prefixes'$value = [
  39416.                 => '_wdt',
  39417.                 => '_profiler',
  39418.                 => '_error',
  39419.                 => 'api',
  39420.                 => 'sw-domain-hash.html',
  39421.                 => 'store-api',
  39422.                 => $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'),
  39423.                 => 'api',
  39424.             ]; break;
  39425.             case 'shopware.dbal.time_zone_support_enabled'$value $this->getEnv('bool:SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED'); break;
  39426.             case 'shopware.dbal.token_minimum_length'$value $this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH'); break;
  39427.             case 'instance_id'$value $this->getEnv('INSTANCE_ID'); break;
  39428.             case 'shopware_administration.path_name'$value $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'); break;
  39429.             case 'shopware.http.cache.enabled'$value $this->getEnv('default:shopware_http_cache_enabled_default:SHOPWARE_HTTP_CACHE_ENABLED'); break;
  39430.             case 'shopware.http.cache.default_ttl'$value $this->getEnv('default:shopware_http_cache_default_ttl_default:SHOPWARE_HTTP_DEFAULT_TTL'); break;
  39431.             case 'elasticsearch.enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'); break;
  39432.             case 'elasticsearch.indexing_enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_INDEXING_ENABLED'); break;
  39433.             case 'elasticsearch.hosts'$value $this->getEnv('string:default:default_whitespace:SHOPWARE_ES_HOSTS'); break;
  39434.             case 'elasticsearch.index_prefix'$value $this->getEnv('string:default:default_elasticsearch_prefix:SHOPWARE_ES_INDEX_PREFIX'); break;
  39435.             case 'shopware.cdn.strategy'$value $this->getEnv('default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'); break;
  39436.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  39437.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer.xml'); break;
  39438.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  39439.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  39440.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  39441.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  39442.             case 'shopware.cdn'$value = [
  39443.                 'url' => '',
  39444.                 'strategy' => $this->getEnv('string:default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'),
  39445.             ]; break;
  39446.             case 'shopware.deployment'$value = [
  39447.                 'blue_green' => $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'),
  39448.             ]; break;
  39449.             case 'shopware.deployment.blue_green'$value $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'); break;
  39450.             case 'shopware.html_sanitizer'$value = [
  39451.                 'cache_dir' => $this->targetDir.'',
  39452.                 'cache_enabled' => true,
  39453.                 'sets' => [
  39454.                     'basic' => [
  39455.                         'tags' => [
  39456.                             => 'a',
  39457.                             => 'abbr',
  39458.                             => 'acronym',
  39459.                             => 'address',
  39460.                             => 'b',
  39461.                             => 'bdo',
  39462.                             => 'big',
  39463.                             => 'blockquote',
  39464.                             => 'br',
  39465.                             => 'caption',
  39466.                             10 => 'center',
  39467.                             11 => 'cite',
  39468.                             12 => 'code',
  39469.                             13 => 'col',
  39470.                             14 => 'colgroup',
  39471.                             15 => 'dd',
  39472.                             16 => 'del',
  39473.                             17 => 'dfn',
  39474.                             18 => 'dir',
  39475.                             19 => 'div',
  39476.                             20 => 'dl',
  39477.                             21 => 'dt',
  39478.                             22 => 'em',
  39479.                             23 => 'font',
  39480.                             24 => 'h1',
  39481.                             25 => 'h2',
  39482.                             26 => 'h3',
  39483.                             27 => 'h4',
  39484.                             28 => 'h5',
  39485.                             29 => 'h6',
  39486.                             30 => 'hr',
  39487.                             31 => 'i',
  39488.                             32 => 'ins',
  39489.                             33 => 'kbd',
  39490.                             34 => 'li',
  39491.                             35 => 'menu',
  39492.                             36 => 'ol',
  39493.                             37 => 'p',
  39494.                             38 => 'pre',
  39495.                             39 => 'q',
  39496.                             40 => 's',
  39497.                             41 => 'samp',
  39498.                             42 => 'small',
  39499.                             43 => 'span',
  39500.                             44 => 'strike',
  39501.                             45 => 'strong',
  39502.                             46 => 'sub',
  39503.                             47 => 'sup',
  39504.                             48 => 'table',
  39505.                             49 => 'tbody',
  39506.                             50 => 'td',
  39507.                             51 => 'tfoot',
  39508.                             52 => 'th',
  39509.                             53 => 'thead',
  39510.                             54 => 'tr',
  39511.                             55 => 'tt',
  39512.                             56 => 'u',
  39513.                             57 => 'ul',
  39514.                             58 => 'var',
  39515.                         ],
  39516.                         'attributes' => [
  39517.                             => 'align',
  39518.                             => 'bgcolor',
  39519.                             => 'border',
  39520.                             => 'cellpadding',
  39521.                             => 'cellspacing',
  39522.                             => 'cite',
  39523.                             => 'class',
  39524.                             => 'clear',
  39525.                             => 'color',
  39526.                             => 'colspan',
  39527.                             10 => 'dir',
  39528.                             11 => 'face',
  39529.                             12 => 'frame',
  39530.                             13 => 'height',
  39531.                             14 => 'href',
  39532.                             15 => 'id',
  39533.                             16 => 'lang',
  39534.                             17 => 'name',
  39535.                             18 => 'noshade',
  39536.                             19 => 'nowrap',
  39537.                             20 => 'rel',
  39538.                             21 => 'rev',
  39539.                             22 => 'rowspan',
  39540.                             23 => 'scope',
  39541.                             24 => 'size',
  39542.                             25 => 'span',
  39543.                             26 => 'start',
  39544.                             27 => 'style',
  39545.                             28 => 'summary',
  39546.                             29 => 'title',
  39547.                             30 => 'type',
  39548.                             31 => 'valign',
  39549.                             32 => 'value',
  39550.                             33 => 'width',
  39551.                         ],
  39552.                         'options' => [
  39553.                         ],
  39554.                     ],
  39555.                     'media' => [
  39556.                         'tags' => [
  39557.                             => 'img',
  39558.                         ],
  39559.                         'attributes' => [
  39560.                             => 'src',
  39561.                             => 'alt',
  39562.                         ],
  39563.                         'options' => [
  39564.                         ],
  39565.                     ],
  39566.                     'script' => [
  39567.                         'tags' => [
  39568.                             => 'script',
  39569.                         ],
  39570.                         'options' => [
  39571.                             'HTML.Trusted' => true,
  39572.                         ],
  39573.                         'attributes' => [
  39574.                         ],
  39575.                     ],
  39576.                     'tidy' => [
  39577.                         'options' => [
  39578.                             'Output.TidyFormat' => true,
  39579.                         ],
  39580.                         'tags' => [
  39581.                         ],
  39582.                         'attributes' => [
  39583.                         ],
  39584.                     ],
  39585.                 ],
  39586.                 'fields' => [
  39587.                     'product_translation.description' => [
  39588.                         'sets' => [
  39589.                             => 'basic',
  39590.                             => 'media',
  39591.                         ],
  39592.                     ],
  39593.                     'app_cms_block.template' => [
  39594.                         'sets' => [
  39595.                             => 'basic',
  39596.                             => 'media',
  39597.                             => 'tidy',
  39598.                         ],
  39599.                     ],
  39600.                 ],
  39601.             ]; break;
  39602.             case 'shopware.html_sanitizer.cache_dir'$value $this->targetDir.''; break;
  39603.             case 'shopware.cache'$value = [
  39604.                 'redis_prefix' => $this->getEnv('REDIS_PREFIX'),
  39605.                 'invalidation' => [
  39606.                     'delay' => 0,
  39607.                     'count' => 150,
  39608.                     'http_cache' => [
  39609.                         => 'logged-in',
  39610.                         => 'cart-filled',
  39611.                     ],
  39612.                     'product_listing_route' => [
  39613.                     ],
  39614.                     'product_detail_route' => [
  39615.                     ],
  39616.                     'product_review_route' => [
  39617.                     ],
  39618.                     'product_search_route' => [
  39619.                     ],
  39620.                     'product_suggest_route' => [
  39621.                     ],
  39622.                     'product_cross_selling_route' => [
  39623.                     ],
  39624.                     'payment_method_route' => [
  39625.                     ],
  39626.                     'shipping_method_route' => [
  39627.                     ],
  39628.                     'navigation_route' => [
  39629.                     ],
  39630.                     'category_route' => [
  39631.                     ],
  39632.                     'landing_page_route' => [
  39633.                     ],
  39634.                     'language_route' => [
  39635.                     ],
  39636.                     'currency_route' => [
  39637.                     ],
  39638.                     'country_route' => [
  39639.                     ],
  39640.                     'country_state_route' => [
  39641.                     ],
  39642.                     'salutation_route' => [
  39643.                     ],
  39644.                     'sitemap_route' => [
  39645.                     ],
  39646.                 ],
  39647.             ]; break;
  39648.             case 'shopware.cache.redis_prefix'$value $this->getEnv('REDIS_PREFIX'); break;
  39649.             case 'elasticsearch.indexing_batch_size'$value $this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'); break;
  39650.             case 'elasticsearch.throw_exception'$value $this->getEnv('string:SHOPWARE_ES_THROW_EXCEPTION'); break;
  39651.             case 'frosh_tools.queue_connection'$value $this->getEnv('MESSENGER_TRANSPORT_DSN'); break;
  39652.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  39653.         }
  39654.         $this->loadedDynamicParameters[$name] = true;
  39655.         return $this->dynamicParameters[$name] = $value;
  39656.     }
  39657.     protected function getDefaultParameters(): array
  39658.     {
  39659.         return [
  39660.             'kernel.project_dir' => \dirname(__DIR__4),
  39661.             'kernel.environment' => 'dev',
  39662.             'kernel.debug' => true,
  39663.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  39664.             'kernel.bundles' => [
  39665.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  39666.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  39667.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  39668.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  39669.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  39670.                 'EnqueueBundle' => 'Enqueue\\Bundle\\EnqueueBundle',
  39671.                 'EnqueueAdapterBundle' => 'Enqueue\\MessengerAdapter\\Bundle\\EnqueueAdapterBundle',
  39672.                 'Framework' => 'Shopware\\Core\\Framework\\Framework',
  39673.                 'System' => 'Shopware\\Core\\System\\System',
  39674.                 'Content' => 'Shopware\\Core\\Content\\Content',
  39675.                 'Checkout' => 'Shopware\\Core\\Checkout\\Checkout',
  39676.                 'Administration' => 'Shopware\\Administration\\Administration',
  39677.                 'Storefront' => 'Shopware\\Storefront\\Storefront',
  39678.                 'Elasticsearch' => 'Shopware\\Elasticsearch\\Elasticsearch',
  39679.                 'Maintenance' => 'Shopware\\Core\\Maintenance\\Maintenance',
  39680.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  39681.                 'Profiling' => 'Shopware\\Core\\Profiling\\Profiling',
  39682.                 'SwagLanguagePack' => 'Swag\\LanguagePack\\SwagLanguagePack',
  39683.                 'SwagExtensionStore' => 'SwagExtensionStore\\SwagExtensionStore',
  39684.                 'FroshPlatformMailArchive' => 'Frosh\\MailArchive\\FroshPlatformMailArchive',
  39685.                 'FourtwosixMonitorPlugin' => 'FourtwosixMonitorPlugin\\FourtwosixMonitorPlugin',
  39686.                 'zenitPlatformStratus' => 'zenit\\PlatformStratus\\zenitPlatformStratus',
  39687.                 'FourtwosixThemeExtension' => 'FourtwosixThemeExtension\\FourtwosixThemeExtension',
  39688.                 'SwagPayPal' => 'Swag\\PayPal\\SwagPayPal',
  39689.                 'DIScoGA4' => 'DISco\\GA4\\DIScoGA4',
  39690.                 'nwdxxItRechtConnector6' => 'Nwdxx\\ItRechtConnector6\\nwdxxItRechtConnector6',
  39691.                 'fourtwosixAddPurchaseUnit' => 'fourtwosix\\AddPurchaseUnit\\fourtwosixAddPurchaseUnit',
  39692.                 'fourtwosixBuyByQmUnit' => 'fourtwosix\\BuyByQmUnit\\fourtwosixBuyByQmUnit',
  39693.                 'fourtwosixAttributeBadges' => 'fourtwosix\\AttributeBadges\\fourtwosixAttributeBadges',
  39694.                 'IcorpCmsExtendParallaxBox' => 'Icorp\\CmsExtendParallaxBox\\IcorpCmsExtendParallaxBox',
  39695.                 'AkuCmsFactory' => 'AkuCmsFactory\\AkuCmsFactory',
  39696.                 'CoeAccountOrtPlzSw6' => 'CoeAccountOrtPlzSw6\\CoeAccountOrtPlzSw6',
  39697.                 'FourtwosixCategoryDescriptionOnPDP' => 'FourtwosixCategoryDescriptionOnPDP\\FourtwosixCategoryDescriptionOnPDP',
  39698.                 'FourtwosixPhoneValidation' => 'FourtwosixPhoneValidation\\FourtwosixPhoneValidation',
  39699.                 'AcrisTaxCS' => 'Acris\\Tax\\AcrisTaxCS',
  39700.                 'AcrisPromotionCS' => 'Acris\\Promotion\\AcrisPromotionCS',
  39701.                 'FourtwosixPaymentSurcharge' => 'Fourtwosix\\PaymentSurcharge\\FourtwosixPaymentSurcharge',
  39702.                 'FourtwosixShippingCostsCalculator' => 'FourtwosixShippingCostsCalculator\\FourtwosixShippingCostsCalculator',
  39703.                 'FourtwosixHideEmptyCategories' => 'FourtwosixHideEmptyCategories\\FourtwosixHideEmptyCategories',
  39704.                 'FroshTools' => 'Frosh\\Tools\\FroshTools',
  39705.                 'FourtwosixRedirectForMissingTrailingSlashes' => 'FourtwosixRedirectForMissingTrailingSlashes\\FourtwosixRedirectForMissingTrailingSlashes',
  39706.                 'fourtwosixShippingCostsPercentageOrPerWeight' => 'fourtwosix\\ShippingCostPercentageOrPerWeight\\fourtwosixShippingCostsPercentageOrPerWeight',
  39707.                 'FourtwosixAttachments' => 'Fourtwosix\\Attachments\\FourtwosixAttachments',
  39708.                 'FourtwosixMaintainNetPrice' => 'FourtwosixMaintainNetPrice\\FourtwosixMaintainNetPrice',
  39709.                 'zenitPlatformStratusSet4' => 'zenit\\PlatformStratusSet4\\zenitPlatformStratusSet4',
  39710.                 'BoedenThemeExtension' => 'BoedenThemeExtension\\BoedenThemeExtension',
  39711.                 'FourtwosixRegistrationFields' => 'FourtwosixRegistrationFields\\FourtwosixRegistrationFields',
  39712.                 'FourtwosixItalianTranslations' => 'FourtwosixItalianTranslations\\FourtwosixItalianTranslations',
  39713.                 'FourtwosixTranslateOrderStates' => 'FourtwosixTranslateOrderStates\\FourtwosixTranslateOrderStates',
  39714.                 'SolidAdvancedSliderElements' => 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements',
  39715.                 'SwagPlatformSecurity' => 'Swag\\Security\\SwagPlatformSecurity',
  39716.                 'MoorlFoundation' => 'MoorlFoundation\\MoorlFoundation',
  39717.                 'MoorlForms' => 'MoorlForms\\MoorlForms',
  39718.                 'DbalKernelPluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\DbalKernelPluginLoader',
  39719.             ],
  39720.             'kernel.bundles_metadata' => [
  39721.                 'FrameworkBundle' => [
  39722.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  39723.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  39724.                 ],
  39725.                 'MonologBundle' => [
  39726.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  39727.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  39728.                 ],
  39729.                 'SensioFrameworkExtraBundle' => [
  39730.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  39731.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  39732.                 ],
  39733.                 'TwigBundle' => [
  39734.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  39735.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  39736.                 ],
  39737.                 'DebugBundle' => [
  39738.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  39739.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  39740.                 ],
  39741.                 'EnqueueBundle' => [
  39742.                     'path' => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle'),
  39743.                     'namespace' => 'Enqueue\\Bundle',
  39744.                 ],
  39745.                 'EnqueueAdapterBundle' => [
  39746.                     'path' => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle'),
  39747.                     'namespace' => 'Enqueue\\MessengerAdapter\\Bundle',
  39748.                 ],
  39749.                 'Framework' => [
  39750.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework'),
  39751.                     'namespace' => 'Shopware\\Core\\Framework',
  39752.                 ],
  39753.                 'System' => [
  39754.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/System'),
  39755.                     'namespace' => 'Shopware\\Core\\System',
  39756.                 ],
  39757.                 'Content' => [
  39758.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Content'),
  39759.                     'namespace' => 'Shopware\\Core\\Content',
  39760.                 ],
  39761.                 'Checkout' => [
  39762.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout'),
  39763.                     'namespace' => 'Shopware\\Core\\Checkout',
  39764.                 ],
  39765.                 'Administration' => [
  39766.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/administration'),
  39767.                     'namespace' => 'Shopware\\Administration',
  39768.                 ],
  39769.                 'Storefront' => [
  39770.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  39771.                     'namespace' => 'Shopware\\Storefront',
  39772.                 ],
  39773.                 'Elasticsearch' => [
  39774.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch'),
  39775.                     'namespace' => 'Shopware\\Elasticsearch',
  39776.                 ],
  39777.                 'Maintenance' => [
  39778.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance'),
  39779.                     'namespace' => 'Shopware\\Core\\Maintenance',
  39780.                 ],
  39781.                 'WebProfilerBundle' => [
  39782.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  39783.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  39784.                 ],
  39785.                 'Profiling' => [
  39786.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling'),
  39787.                     'namespace' => 'Shopware\\Core\\Profiling',
  39788.                 ],
  39789.                 'SwagLanguagePack' => [
  39790.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src'),
  39791.                     'namespace' => 'Swag\\LanguagePack',
  39792.                 ],
  39793.                 'SwagExtensionStore' => [
  39794.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src'),
  39795.                     'namespace' => 'SwagExtensionStore',
  39796.                 ],
  39797.                 'FroshPlatformMailArchive' => [
  39798.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FroshPlatformMailArchive/src'),
  39799.                     'namespace' => 'Frosh\\MailArchive',
  39800.                 ],
  39801.                 'FourtwosixMonitorPlugin' => [
  39802.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FourtwosixMonitorPlugin/src'),
  39803.                     'namespace' => 'FourtwosixMonitorPlugin',
  39804.                 ],
  39805.                 'zenitPlatformStratus' => [
  39806.                     'path' => (\dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src'),
  39807.                     'namespace' => 'zenit\\PlatformStratus',
  39808.                 ],
  39809.                 'FourtwosixThemeExtension' => [
  39810.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src'),
  39811.                     'namespace' => 'FourtwosixThemeExtension',
  39812.                 ],
  39813.                 'SwagPayPal' => [
  39814.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src'),
  39815.                     'namespace' => 'Swag\\PayPal',
  39816.                 ],
  39817.                 'DIScoGA4' => [
  39818.                     'path' => (\dirname(__DIR__4).'/custom/plugins/DIScoGA4/src'),
  39819.                     'namespace' => 'DISco\\GA4',
  39820.                 ],
  39821.                 'nwdxxItRechtConnector6' => [
  39822.                     'path' => (\dirname(__DIR__4).'/custom/plugins/nwdxxItRechtConnector6/src'),
  39823.                     'namespace' => 'Nwdxx\\ItRechtConnector6',
  39824.                 ],
  39825.                 'fourtwosixAddPurchaseUnit' => [
  39826.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixAddPurchaseUnit/src'),
  39827.                     'namespace' => 'fourtwosix\\AddPurchaseUnit',
  39828.                 ],
  39829.                 'fourtwosixBuyByQmUnit' => [
  39830.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixBuyByQmUnit/src'),
  39831.                     'namespace' => 'fourtwosix\\BuyByQmUnit',
  39832.                 ],
  39833.                 'fourtwosixAttributeBadges' => [
  39834.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixAttributeBadges/src'),
  39835.                     'namespace' => 'fourtwosix\\AttributeBadges',
  39836.                 ],
  39837.                 'IcorpCmsExtendParallaxBox' => [
  39838.                     'path' => (\dirname(__DIR__4).'/custom/plugins/IcorpCmsExtendParallaxBox/src'),
  39839.                     'namespace' => 'Icorp\\CmsExtendParallaxBox',
  39840.                 ],
  39841.                 'AkuCmsFactory' => [
  39842.                     'path' => (\dirname(__DIR__4).'/custom/plugins/AkuCmsFactory/src'),
  39843.                     'namespace' => 'AkuCmsFactory',
  39844.                 ],
  39845.                 'CoeAccountOrtPlzSw6' => [
  39846.                     'path' => (\dirname(__DIR__4).'/custom/plugins/CoeAccountOrtPlzSw6/src'),
  39847.                     'namespace' => 'CoeAccountOrtPlzSw6',
  39848.                 ],
  39849.                 'FourtwosixCategoryDescriptionOnPDP' => [
  39850.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FourtwosixCategoryDescriptionOnPDP/src'),
  39851.                     'namespace' => 'FourtwosixCategoryDescriptionOnPDP',
  39852.                 ],
  39853.                 'FourtwosixPhoneValidation' => [
  39854.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src'),
  39855.                     'namespace' => 'FourtwosixPhoneValidation',
  39856.                 ],
  39857.                 'AcrisTaxCS' => [
  39858.                     'path' => (\dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src'),
  39859.                     'namespace' => 'Acris\\Tax',
  39860.                 ],
  39861.                 'AcrisPromotionCS' => [
  39862.                     'path' => (\dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src'),
  39863.                     'namespace' => 'Acris\\Promotion',
  39864.                 ],
  39865.                 'FourtwosixPaymentSurcharge' => [
  39866.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src'),
  39867.                     'namespace' => 'Fourtwosix\\PaymentSurcharge',
  39868.                 ],
  39869.                 'FourtwosixShippingCostsCalculator' => [
  39870.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FourtwosixShippingCostsCalculator/src'),
  39871.                     'namespace' => 'FourtwosixShippingCostsCalculator',
  39872.                 ],
  39873.                 'FourtwosixHideEmptyCategories' => [
  39874.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixhideemptycategories/src'),
  39875.                     'namespace' => 'FourtwosixHideEmptyCategories',
  39876.                 ],
  39877.                 'FroshTools' => [
  39878.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FroshTools/src'),
  39879.                     'namespace' => 'Frosh\\Tools',
  39880.                 ],
  39881.                 'FourtwosixRedirectForMissingTrailingSlashes' => [
  39882.                     'path' => (\dirname(__DIR__4).'/custom/plugins/426-fourtwosixredirectformissingtrailingslashes/src'),
  39883.                     'namespace' => 'FourtwosixRedirectForMissingTrailingSlashes',
  39884.                 ],
  39885.                 'fourtwosixShippingCostsPercentageOrPerWeight' => [
  39886.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixshippingcostspercentageorperweight/src'),
  39887.                     'namespace' => 'fourtwosix\\ShippingCostPercentageOrPerWeight',
  39888.                 ],
  39889.                 'FourtwosixAttachments' => [
  39890.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src'),
  39891.                     'namespace' => 'Fourtwosix\\Attachments',
  39892.                 ],
  39893.                 'FourtwosixMaintainNetPrice' => [
  39894.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FourtwosixMaintainNetPrice/src'),
  39895.                     'namespace' => 'FourtwosixMaintainNetPrice',
  39896.                 ],
  39897.                 'zenitPlatformStratusSet4' => [
  39898.                     'path' => (\dirname(__DIR__4).'/custom/plugins/zenitPlatformStratusSet4/src'),
  39899.                     'namespace' => 'zenit\\PlatformStratusSet4',
  39900.                 ],
  39901.                 'BoedenThemeExtension' => [
  39902.                     'path' => (\dirname(__DIR__4).'/custom/plugins/BoedenThemeExtension/src'),
  39903.                     'namespace' => 'BoedenThemeExtension',
  39904.                 ],
  39905.                 'FourtwosixRegistrationFields' => [
  39906.                     'path' => (\dirname(__DIR__4).'/custom/plugins/426-fourtwosixregistrationfields/src'),
  39907.                     'namespace' => 'FourtwosixRegistrationFields',
  39908.                 ],
  39909.                 'FourtwosixItalianTranslations' => [
  39910.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixitaliantranslations/src'),
  39911.                     'namespace' => 'FourtwosixItalianTranslations',
  39912.                 ],
  39913.                 'FourtwosixTranslateOrderStates' => [
  39914.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixtranslateorderstates/src'),
  39915.                     'namespace' => 'FourtwosixTranslateOrderStates',
  39916.                 ],
  39917.                 'SolidAdvancedSliderElements' => [
  39918.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src'),
  39919.                     'namespace' => 'StudioSolid\\AdvancedSliderElements',
  39920.                 ],
  39921.                 'SwagPlatformSecurity' => [
  39922.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src'),
  39923.                     'namespace' => 'Swag\\Security',
  39924.                 ],
  39925.                 'MoorlFoundation' => [
  39926.                     'path' => (\dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src'),
  39927.                     'namespace' => 'MoorlFoundation',
  39928.                 ],
  39929.                 'MoorlForms' => [
  39930.                     'path' => (\dirname(__DIR__4).'/custom/plugins/MoorlForms/src'),
  39931.                     'namespace' => 'MoorlForms',
  39932.                 ],
  39933.                 'DbalKernelPluginLoader' => [
  39934.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader'),
  39935.                     'namespace' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader',
  39936.                 ],
  39937.             ],
  39938.             'kernel.charset' => 'UTF-8',
  39939.             'kernel.container_class' => 'Shopware_Core_KernelDevDebugContainer',
  39940.             'kernel.cache.hash' => '00a6008ac8d83daed65bb1b250bc45b1',
  39941.             'kernel.shopware_version' => '6.4.18.1',
  39942.             'kernel.shopware_version_revision' => '7e14f7706b85770cefa095d38a560d4e26eb251f',
  39943.             'kernel.shopware_core_dir' => (\dirname(__DIR__4).'/vendor/shopware/core'),
  39944.             'kernel.plugin_dir' => (\dirname(__DIR__4).'/custom/plugins'),
  39945.             'kernel.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  39946.             'kernel.active_plugins' => [
  39947.                 'Swag\\LanguagePack\\SwagLanguagePack' => [
  39948.                     'name' => 'SwagLanguagePack',
  39949.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src'),
  39950.                     'class' => 'Swag\\LanguagePack\\SwagLanguagePack',
  39951.                 ],
  39952.                 'SwagExtensionStore\\SwagExtensionStore' => [
  39953.                     'name' => 'SwagExtensionStore',
  39954.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src'),
  39955.                     'class' => 'SwagExtensionStore\\SwagExtensionStore',
  39956.                 ],
  39957.                 'Frosh\\MailArchive\\FroshPlatformMailArchive' => [
  39958.                     'name' => 'FroshPlatformMailArchive',
  39959.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FroshPlatformMailArchive/src'),
  39960.                     'class' => 'Frosh\\MailArchive\\FroshPlatformMailArchive',
  39961.                 ],
  39962.                 'FourtwosixMonitorPlugin\\FourtwosixMonitorPlugin' => [
  39963.                     'name' => 'FourtwosixMonitorPlugin',
  39964.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FourtwosixMonitorPlugin/src'),
  39965.                     'class' => 'FourtwosixMonitorPlugin\\FourtwosixMonitorPlugin',
  39966.                 ],
  39967.                 'zenit\\PlatformStratus\\zenitPlatformStratus' => [
  39968.                     'name' => 'zenitPlatformStratus',
  39969.                     'path' => (\dirname(__DIR__4).'/custom/plugins/zenitPlatformStratus/src'),
  39970.                     'class' => 'zenit\\PlatformStratus\\zenitPlatformStratus',
  39971.                 ],
  39972.                 'FourtwosixThemeExtension\\FourtwosixThemeExtension' => [
  39973.                     'name' => 'FourtwosixThemeExtension',
  39974.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FourtwosixThemeExtension/src'),
  39975.                     'class' => 'FourtwosixThemeExtension\\FourtwosixThemeExtension',
  39976.                 ],
  39977.                 'Swag\\PayPal\\SwagPayPal' => [
  39978.                     'name' => 'SwagPayPal',
  39979.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src'),
  39980.                     'class' => 'Swag\\PayPal\\SwagPayPal',
  39981.                 ],
  39982.                 'DISco\\GA4\\DIScoGA4' => [
  39983.                     'name' => 'DIScoGA4',
  39984.                     'path' => (\dirname(__DIR__4).'/custom/plugins/DIScoGA4/src'),
  39985.                     'class' => 'DISco\\GA4\\DIScoGA4',
  39986.                 ],
  39987.                 'Nwdxx\\ItRechtConnector6\\nwdxxItRechtConnector6' => [
  39988.                     'name' => 'nwdxxItRechtConnector6',
  39989.                     'path' => (\dirname(__DIR__4).'/custom/plugins/nwdxxItRechtConnector6/src'),
  39990.                     'class' => 'Nwdxx\\ItRechtConnector6\\nwdxxItRechtConnector6',
  39991.                 ],
  39992.                 'fourtwosix\\AddPurchaseUnit\\fourtwosixAddPurchaseUnit' => [
  39993.                     'name' => 'fourtwosixAddPurchaseUnit',
  39994.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixAddPurchaseUnit/src'),
  39995.                     'class' => 'fourtwosix\\AddPurchaseUnit\\fourtwosixAddPurchaseUnit',
  39996.                 ],
  39997.                 'fourtwosix\\BuyByQmUnit\\fourtwosixBuyByQmUnit' => [
  39998.                     'name' => 'fourtwosixBuyByQmUnit',
  39999.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixBuyByQmUnit/src'),
  40000.                     'class' => 'fourtwosix\\BuyByQmUnit\\fourtwosixBuyByQmUnit',
  40001.                 ],
  40002.                 'fourtwosix\\AttributeBadges\\fourtwosixAttributeBadges' => [
  40003.                     'name' => 'fourtwosixAttributeBadges',
  40004.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixAttributeBadges/src'),
  40005.                     'class' => 'fourtwosix\\AttributeBadges\\fourtwosixAttributeBadges',
  40006.                 ],
  40007.                 'Icorp\\CmsExtendParallaxBox\\IcorpCmsExtendParallaxBox' => [
  40008.                     'name' => 'IcorpCmsExtendParallaxBox',
  40009.                     'path' => (\dirname(__DIR__4).'/custom/plugins/IcorpCmsExtendParallaxBox/src'),
  40010.                     'class' => 'Icorp\\CmsExtendParallaxBox\\IcorpCmsExtendParallaxBox',
  40011.                 ],
  40012.                 'AkuCmsFactory\\AkuCmsFactory' => [
  40013.                     'name' => 'AkuCmsFactory',
  40014.                     'path' => (\dirname(__DIR__4).'/custom/plugins/AkuCmsFactory/src'),
  40015.                     'class' => 'AkuCmsFactory\\AkuCmsFactory',
  40016.                 ],
  40017.                 'CoeAccountOrtPlzSw6\\CoeAccountOrtPlzSw6' => [
  40018.                     'name' => 'CoeAccountOrtPlzSw6',
  40019.                     'path' => (\dirname(__DIR__4).'/custom/plugins/CoeAccountOrtPlzSw6/src'),
  40020.                     'class' => 'CoeAccountOrtPlzSw6\\CoeAccountOrtPlzSw6',
  40021.                 ],
  40022.                 'FourtwosixCategoryDescriptionOnPDP\\FourtwosixCategoryDescriptionOnPDP' => [
  40023.                     'name' => 'FourtwosixCategoryDescriptionOnPDP',
  40024.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FourtwosixCategoryDescriptionOnPDP/src'),
  40025.                     'class' => 'FourtwosixCategoryDescriptionOnPDP\\FourtwosixCategoryDescriptionOnPDP',
  40026.                 ],
  40027.                 'FourtwosixPhoneValidation\\FourtwosixPhoneValidation' => [
  40028.                     'name' => 'FourtwosixPhoneValidation',
  40029.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FourtwosixPhoneValidation/src'),
  40030.                     'class' => 'FourtwosixPhoneValidation\\FourtwosixPhoneValidation',
  40031.                 ],
  40032.                 'Acris\\Tax\\AcrisTaxCS' => [
  40033.                     'name' => 'AcrisTaxCS',
  40034.                     'path' => (\dirname(__DIR__4).'/custom/plugins/AcrisTaxCS/src'),
  40035.                     'class' => 'Acris\\Tax\\AcrisTaxCS',
  40036.                 ],
  40037.                 'Acris\\Promotion\\AcrisPromotionCS' => [
  40038.                     'name' => 'AcrisPromotionCS',
  40039.                     'path' => (\dirname(__DIR__4).'/custom/plugins/AcrisPromotionCS/src'),
  40040.                     'class' => 'Acris\\Promotion\\AcrisPromotionCS',
  40041.                 ],
  40042.                 'Fourtwosix\\PaymentSurcharge\\FourtwosixPaymentSurcharge' => [
  40043.                     'name' => 'FourtwosixPaymentSurcharge',
  40044.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixpaymentsurcharge/src'),
  40045.                     'class' => 'Fourtwosix\\PaymentSurcharge\\FourtwosixPaymentSurcharge',
  40046.                 ],
  40047.                 'FourtwosixShippingCostsCalculator\\FourtwosixShippingCostsCalculator' => [
  40048.                     'name' => 'FourtwosixShippingCostsCalculator',
  40049.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FourtwosixShippingCostsCalculator/src'),
  40050.                     'class' => 'FourtwosixShippingCostsCalculator\\FourtwosixShippingCostsCalculator',
  40051.                 ],
  40052.                 'FourtwosixHideEmptyCategories\\FourtwosixHideEmptyCategories' => [
  40053.                     'name' => 'FourtwosixHideEmptyCategories',
  40054.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixhideemptycategories/src'),
  40055.                     'class' => 'FourtwosixHideEmptyCategories\\FourtwosixHideEmptyCategories',
  40056.                 ],
  40057.                 'Frosh\\Tools\\FroshTools' => [
  40058.                     'name' => 'FroshTools',
  40059.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FroshTools/src'),
  40060.                     'class' => 'Frosh\\Tools\\FroshTools',
  40061.                 ],
  40062.                 'FourtwosixRedirectForMissingTrailingSlashes\\FourtwosixRedirectForMissingTrailingSlashes' => [
  40063.                     'name' => 'FourtwosixRedirectForMissingTrailingSlashes',
  40064.                     'path' => (\dirname(__DIR__4).'/custom/plugins/426-fourtwosixredirectformissingtrailingslashes/src'),
  40065.                     'class' => 'FourtwosixRedirectForMissingTrailingSlashes\\FourtwosixRedirectForMissingTrailingSlashes',
  40066.                 ],
  40067.                 'fourtwosix\\ShippingCostPercentageOrPerWeight\\fourtwosixShippingCostsPercentageOrPerWeight' => [
  40068.                     'name' => 'fourtwosixShippingCostsPercentageOrPerWeight',
  40069.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixshippingcostspercentageorperweight/src'),
  40070.                     'class' => 'fourtwosix\\ShippingCostPercentageOrPerWeight\\fourtwosixShippingCostsPercentageOrPerWeight',
  40071.                 ],
  40072.                 'Fourtwosix\\Attachments\\FourtwosixAttachments' => [
  40073.                     'name' => 'FourtwosixAttachments',
  40074.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixattachments/src'),
  40075.                     'class' => 'Fourtwosix\\Attachments\\FourtwosixAttachments',
  40076.                 ],
  40077.                 'FourtwosixMaintainNetPrice\\FourtwosixMaintainNetPrice' => [
  40078.                     'name' => 'FourtwosixMaintainNetPrice',
  40079.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FourtwosixMaintainNetPrice/src'),
  40080.                     'class' => 'FourtwosixMaintainNetPrice\\FourtwosixMaintainNetPrice',
  40081.                 ],
  40082.                 'zenit\\PlatformStratusSet4\\zenitPlatformStratusSet4' => [
  40083.                     'name' => 'zenitPlatformStratusSet4',
  40084.                     'path' => (\dirname(__DIR__4).'/custom/plugins/zenitPlatformStratusSet4/src'),
  40085.                     'class' => 'zenit\\PlatformStratusSet4\\zenitPlatformStratusSet4',
  40086.                 ],
  40087.                 'BoedenThemeExtension\\BoedenThemeExtension' => [
  40088.                     'name' => 'BoedenThemeExtension',
  40089.                     'path' => (\dirname(__DIR__4).'/custom/plugins/BoedenThemeExtension/src'),
  40090.                     'class' => 'BoedenThemeExtension\\BoedenThemeExtension',
  40091.                 ],
  40092.                 'FourtwosixRegistrationFields\\FourtwosixRegistrationFields' => [
  40093.                     'name' => 'FourtwosixRegistrationFields',
  40094.                     'path' => (\dirname(__DIR__4).'/custom/plugins/426-fourtwosixregistrationfields/src'),
  40095.                     'class' => 'FourtwosixRegistrationFields\\FourtwosixRegistrationFields',
  40096.                 ],
  40097.                 'FourtwosixItalianTranslations\\FourtwosixItalianTranslations' => [
  40098.                     'name' => 'FourtwosixItalianTranslations',
  40099.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixitaliantranslations/src'),
  40100.                     'class' => 'FourtwosixItalianTranslations\\FourtwosixItalianTranslations',
  40101.                 ],
  40102.                 'FourtwosixTranslateOrderStates\\FourtwosixTranslateOrderStates' => [
  40103.                     'name' => 'FourtwosixTranslateOrderStates',
  40104.                     'path' => (\dirname(__DIR__4).'/custom/plugins/fourtwosixtranslateorderstates/src'),
  40105.                     'class' => 'FourtwosixTranslateOrderStates\\FourtwosixTranslateOrderStates',
  40106.                 ],
  40107.                 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements' => [
  40108.                     'name' => 'SolidAdvancedSliderElements',
  40109.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src'),
  40110.                     'class' => 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements',
  40111.                 ],
  40112.                 'Swag\\Security\\SwagPlatformSecurity' => [
  40113.                     'name' => 'SwagPlatformSecurity',
  40114.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src'),
  40115.                     'class' => 'Swag\\Security\\SwagPlatformSecurity',
  40116.                 ],
  40117.                 'MoorlFoundation\\MoorlFoundation' => [
  40118.                     'name' => 'MoorlFoundation',
  40119.                     'path' => (\dirname(__DIR__4).'/custom/plugins/MoorlFoundation/src'),
  40120.                     'class' => 'MoorlFoundation\\MoorlFoundation',
  40121.                 ],
  40122.                 'MoorlForms\\MoorlForms' => [
  40123.                     'name' => 'MoorlForms',
  40124.                     'path' => (\dirname(__DIR__4).'/custom/plugins/MoorlForms/src'),
  40125.                     'class' => 'MoorlForms\\MoorlForms',
  40126.                 ],
  40127.             ],
  40128.             'kernel.plugin_infos' => [
  40129.                 => [
  40130.                     'name' => 'NetsCheckout',
  40131.                     'baseClass' => 'Nets\\Checkout\\NetsCheckout',
  40132.                     'active' => false,
  40133.                     'path' => 'custom/plugins/NetsCheckout',
  40134.                     'version' => '1.3.9',
  40135.                     'autoload' => [
  40136.                         'psr-4' => [
  40137.                             'Nets\\Checkout\\' => 'src/',
  40138.                         ],
  40139.                     ],
  40140.                     'managedByComposer' => false,
  40141.                     'composerName' => 'netseu/checkout',
  40142.                 ],
  40143.                 => [
  40144.                     'name' => 'SwagLanguagePack',
  40145.                     'baseClass' => 'Swag\\LanguagePack\\SwagLanguagePack',
  40146.                     'active' => true,
  40147.                     'path' => 'custom/plugins/SwagLanguagePack',
  40148.                     'version' => '2.5.0',
  40149.                     'autoload' => [
  40150.                         'psr-4' => [
  40151.                             'Swag\\LanguagePack\\' => 'src/',
  40152.                         ],
  40153.                     ],
  40154.                     'managedByComposer' => false,
  40155.                     'composerName' => 'swag/language-pack',
  40156.                 ],
  40157.                 => [
  40158.                     'name' => 'SwagExtensionStore',
  40159.                     'baseClass' => 'SwagExtensionStore\\SwagExtensionStore',
  40160.                     'active' => true,
  40161.                     'path' => 'custom/plugins/SwagExtensionStore',
  40162.                     'version' => '1.7.0',
  40163.                     'autoload' => [
  40164.                         'psr-4' => [
  40165.                             'SwagExtensionStore\\' => 'src/',
  40166.                         ],
  40167.                     ],
  40168.                     'managedByComposer' => false,
  40169.                     'composerName' => 'swag/swag-extension-store',
  40170.                 ],
  40171.                 => [
  40172.                     'name' => 'FroshPlatformMailArchive',
  40173.                     'baseClass' => 'Frosh\\MailArchive\\FroshPlatformMailArchive',
  40174.                     'active' => true,
  40175.                     'path' => 'custom/plugins/FroshPlatformMailArchive',
  40176.                     'version' => '0.3.3',
  40177.                     'autoload' => [
  40178.                         'psr-4' => [
  40179.                             'Frosh\\MailArchive\\' => 'src/',
  40180.                         ],
  40181.                     ],
  40182.                     'managedByComposer' => false,
  40183.                     'composerName' => 'frosh/mail-platform-archive',
  40184.                 ],
  40185.                 => [
  40186.                     'name' => 'FourtwosixMonitorPlugin',
  40187.                     'baseClass' => 'FourtwosixMonitorPlugin\\FourtwosixMonitorPlugin',
  40188.                     'active' => true,
  40189.                     'path' => 'custom/plugins/FourtwosixMonitorPlugin',
  40190.                     'version' => '1.0.1',
  40191.                     'autoload' => [
  40192.                         'psr-4' => [
  40193.                             'FourtwosixMonitorPlugin\\' => 'src/',
  40194.                         ],
  40195.                     ],
  40196.                     'managedByComposer' => false,
  40197.                     'composerName' => 'fourtwosix/monitor-plugin',
  40198.                 ],
  40199.                 => [
  40200.                     'name' => 'zenitPlatformStratus',
  40201.                     'baseClass' => 'zenit\\PlatformStratus\\zenitPlatformStratus',
  40202.                     'active' => true,
  40203.                     'path' => 'custom/plugins/zenitPlatformStratus',
  40204.                     'version' => '2.12.0',
  40205.                     'autoload' => [
  40206.                         'psr-4' => [
  40207.                             'zenit\\PlatformStratus\\' => 'src/',
  40208.                         ],
  40209.                     ],
  40210.                     'managedByComposer' => false,
  40211.                     'composerName' => 'zenit/stratus',
  40212.                 ],
  40213.                 => [
  40214.                     'name' => 'FourtwosixThemeExtension',
  40215.                     'baseClass' => 'FourtwosixThemeExtension\\FourtwosixThemeExtension',
  40216.                     'active' => true,
  40217.                     'path' => 'custom/plugins/FourtwosixThemeExtension',
  40218.                     'version' => '1.0.3',
  40219.                     'autoload' => [
  40220.                         'psr-4' => [
  40221.                             'FourtwosixThemeExtension\\' => 'src/',
  40222.                         ],
  40223.                     ],
  40224.                     'managedByComposer' => false,
  40225.                     'composerName' => 'fourtwosix/theme-extension',
  40226.                 ],
  40227.                 => [
  40228.                     'name' => 'KlarnaPayment',
  40229.                     'baseClass' => 'KlarnaPayment\\KlarnaPayment',
  40230.                     'active' => false,
  40231.                     'path' => 'custom/plugins/KlarnaPayment',
  40232.                     'version' => '1.8.0',
  40233.                     'autoload' => [
  40234.                         'psr-4' => [
  40235.                             'KlarnaPayment\\' => 'src/',
  40236.                         ],
  40237.                     ],
  40238.                     'managedByComposer' => false,
  40239.                     'composerName' => 'klarna/payment',
  40240.                 ],
  40241.                 => [
  40242.                     'name' => 'SwagPayPal',
  40243.                     'baseClass' => 'Swag\\PayPal\\SwagPayPal',
  40244.                     'active' => true,
  40245.                     'path' => 'custom/plugins/SwagPayPal',
  40246.                     'version' => '6.2.0',
  40247.                     'autoload' => [
  40248.                         'psr-4' => [
  40249.                             'Swag\\PayPal\\' => 'src/',
  40250.                         ],
  40251.                     ],
  40252.                     'managedByComposer' => false,
  40253.                     'composerName' => 'swag/paypal',
  40254.                 ],
  40255.                 => [
  40256.                     'name' => 'DIScoGA4',
  40257.                     'baseClass' => 'DISco\\GA4\\DIScoGA4',
  40258.                     'active' => true,
  40259.                     'path' => 'custom/plugins/DIScoGA4',
  40260.                     'version' => '1.5.0',
  40261.                     'autoload' => [
  40262.                         'psr-4' => [
  40263.                             'DISco\\GA4\\' => 'src/',
  40264.                         ],
  40265.                     ],
  40266.                     'managedByComposer' => false,
  40267.                     'composerName' => 'disco/ga4',
  40268.                 ],
  40269.                 10 => [
  40270.                     'name' => 'nwdxxItRechtConnector6',
  40271.                     'baseClass' => 'Nwdxx\\ItRechtConnector6\\nwdxxItRechtConnector6',
  40272.                     'active' => true,
  40273.                     'path' => 'custom/plugins/nwdxxItRechtConnector6',
  40274.                     'version' => '1.1.6',
  40275.                     'autoload' => [
  40276.                         'psr-4' => [
  40277.                             'Nwdxx\\ItRechtConnector6\\' => 'src/',
  40278.                         ],
  40279.                     ],
  40280.                     'managedByComposer' => false,
  40281.                     'composerName' => 'nwdxx/it-recht-connector6',
  40282.                 ],
  40283.                 11 => [
  40284.                     'name' => 'fourtwosixAddPurchaseUnit',
  40285.                     'baseClass' => 'fourtwosix\\AddPurchaseUnit\\fourtwosixAddPurchaseUnit',
  40286.                     'active' => true,
  40287.                     'path' => 'custom/plugins/fourtwosixAddPurchaseUnit',
  40288.                     'version' => '1.0.0',
  40289.                     'autoload' => [
  40290.                         'psr-4' => [
  40291.                             'fourtwosix\\AddPurchaseUnit\\' => 'src/',
  40292.                         ],
  40293.                     ],
  40294.                     'managedByComposer' => false,
  40295.                     'composerName' => 'fourtwosix/add-purchase-unit-plugin',
  40296.                 ],
  40297.                 12 => [
  40298.                     'name' => 'fourtwosixBuyByQmUnit',
  40299.                     'baseClass' => 'fourtwosix\\BuyByQmUnit\\fourtwosixBuyByQmUnit',
  40300.                     'active' => true,
  40301.                     'path' => 'custom/plugins/fourtwosixBuyByQmUnit',
  40302.                     'version' => '1.0.0',
  40303.                     'autoload' => [
  40304.                         'psr-4' => [
  40305.                             'fourtwosix\\BuyByQmUnit\\' => 'src/',
  40306.                         ],
  40307.                     ],
  40308.                     'managedByComposer' => false,
  40309.                     'composerName' => 'fourtwosix/buy-by-qm-unit-plugin',
  40310.                 ],
  40311.                 13 => [
  40312.                     'name' => 'fourtwosixAttributeBadges',
  40313.                     'baseClass' => 'fourtwosix\\AttributeBadges\\fourtwosixAttributeBadges',
  40314.                     'active' => true,
  40315.                     'path' => 'custom/plugins/fourtwosixAttributeBadges',
  40316.                     'version' => '1.0.0',
  40317.                     'autoload' => [
  40318.                         'psr-4' => [
  40319.                             'fourtwosix\\AttributeBadges\\' => 'src/',
  40320.                         ],
  40321.                     ],
  40322.                     'managedByComposer' => false,
  40323.                     'composerName' => 'fourtwosix/attribute-badges-plugin',
  40324.                 ],
  40325.                 14 => [
  40326.                     'name' => 'IcorpCmsExtendParallaxBox',
  40327.                     'baseClass' => 'Icorp\\CmsExtendParallaxBox\\IcorpCmsExtendParallaxBox',
  40328.                     'active' => true,
  40329.                     'path' => 'custom/plugins/IcorpCmsExtendParallaxBox',
  40330.                     'version' => '1.1.1',
  40331.                     'autoload' => [
  40332.                         'psr-4' => [
  40333.                             'Icorp\\CmsExtendParallaxBox\\' => 'src/',
  40334.                         ],
  40335.                     ],
  40336.                     'managedByComposer' => false,
  40337.                     'composerName' => 'icorp/cms-extend-parallax-box',
  40338.                 ],
  40339.                 15 => [
  40340.                     'name' => 'AkuCmsFactory',
  40341.                     'baseClass' => 'AkuCmsFactory\\AkuCmsFactory',
  40342.                     'active' => true,
  40343.                     'path' => 'custom/plugins/AkuCmsFactory',
  40344.                     'version' => '1.3.3',
  40345.                     'autoload' => [
  40346.                         'psr-4' => [
  40347.                             'AkuCmsFactory\\' => 'src/',
  40348.                         ],
  40349.                     ],
  40350.                     'managedByComposer' => false,
  40351.                     'composerName' => 'aku/cms-factory',
  40352.                 ],
  40353.                 16 => [
  40354.                     'name' => 'CoeAccountOrtPlzSw6',
  40355.                     'baseClass' => 'CoeAccountOrtPlzSw6\\CoeAccountOrtPlzSw6',
  40356.                     'active' => true,
  40357.                     'path' => 'custom/plugins/CoeAccountOrtPlzSw6',
  40358.                     'version' => '1.0.0',
  40359.                     'autoload' => [
  40360.                         'psr-4' => [
  40361.                             'CoeAccountOrtPlzSw6\\' => 'src/',
  40362.                         ],
  40363.                     ],
  40364.                     'managedByComposer' => false,
  40365.                     'composerName' => 'codeenterprise/coe-account-ort-plz-sw6',
  40366.                 ],
  40367.                 17 => [
  40368.                     'name' => 'FourtwosixCategoryDescriptionOnPDP',
  40369.                     'baseClass' => 'FourtwosixCategoryDescriptionOnPDP\\FourtwosixCategoryDescriptionOnPDP',
  40370.                     'active' => true,
  40371.                     'path' => 'custom/plugins/FourtwosixCategoryDescriptionOnPDP',
  40372.                     'version' => '4.18.1',
  40373.                     'autoload' => [
  40374.                         'psr-4' => [
  40375.                             'FourtwosixCategoryDescriptionOnPDP\\' => 'src/',
  40376.                         ],
  40377.                     ],
  40378.                     'managedByComposer' => false,
  40379.                     'composerName' => 'fourtwosix/category-descriptionpdp',
  40380.                 ],
  40381.                 18 => [
  40382.                     'name' => 'FourtwosixPhoneValidation',
  40383.                     'baseClass' => 'FourtwosixPhoneValidation\\FourtwosixPhoneValidation',
  40384.                     'active' => true,
  40385.                     'path' => 'custom/plugins/FourtwosixPhoneValidation',
  40386.                     'version' => '4.18.1',
  40387.                     'autoload' => [
  40388.                         'psr-4' => [
  40389.                             'FourtwosixPhoneValidation\\' => 'src/',
  40390.                         ],
  40391.                     ],
  40392.                     'managedByComposer' => false,
  40393.                     'composerName' => 'fourtwosix/phone-validation',
  40394.                 ],
  40395.                 19 => [
  40396.                     'name' => 'AcrisTaxCS',
  40397.                     'baseClass' => 'Acris\\Tax\\AcrisTaxCS',
  40398.                     'active' => true,
  40399.                     'path' => 'custom/plugins/AcrisTaxCS',
  40400.                     'version' => '6.15.1',
  40401.                     'autoload' => [
  40402.                         'psr-4' => [
  40403.                             'Acris\\Tax\\' => 'src/',
  40404.                         ],
  40405.                     ],
  40406.                     'managedByComposer' => false,
  40407.                     'composerName' => 'acris/tax',
  40408.                 ],
  40409.                 20 => [
  40410.                     'name' => 'AcrisPromotionCS',
  40411.                     'baseClass' => 'Acris\\Promotion\\AcrisPromotionCS',
  40412.                     'active' => true,
  40413.                     'path' => 'custom/plugins/AcrisPromotionCS',
  40414.                     'version' => '5.1.6',
  40415.                     'autoload' => [
  40416.                         'psr-4' => [
  40417.                             'Acris\\Promotion\\' => 'src/',
  40418.                         ],
  40419.                     ],
  40420.                     'managedByComposer' => false,
  40421.                     'composerName' => 'acris/promotion',
  40422.                 ],
  40423.                 21 => [
  40424.                     'name' => 'FourtwosixPaymentSurcharge',
  40425.                     'baseClass' => 'Fourtwosix\\PaymentSurcharge\\FourtwosixPaymentSurcharge',
  40426.                     'active' => true,
  40427.                     'path' => 'custom/plugins/fourtwosixpaymentsurcharge',
  40428.                     'version' => '4.18.1',
  40429.                     'autoload' => [
  40430.                         'psr-4' => [
  40431.                             'Fourtwosix\\PaymentSurcharge\\' => 'src/',
  40432.                         ],
  40433.                     ],
  40434.                     'managedByComposer' => false,
  40435.                     'composerName' => 'fourtwosix/payment-surcharge',
  40436.                 ],
  40437.                 22 => [
  40438.                     'name' => 'FourtwosixShippingCostsCalculator',
  40439.                     'baseClass' => 'FourtwosixShippingCostsCalculator\\FourtwosixShippingCostsCalculator',
  40440.                     'active' => true,
  40441.                     'path' => 'custom/plugins/FourtwosixShippingCostsCalculator',
  40442.                     'version' => '1.0.0',
  40443.                     'autoload' => [
  40444.                         'psr-4' => [
  40445.                             'FourtwosixShippingCostsCalculator\\' => 'src/',
  40446.                         ],
  40447.                     ],
  40448.                     'managedByComposer' => false,
  40449.                     'composerName' => 'fourtwosix/fourtwosix-shipping-costs-calculator',
  40450.                 ],
  40451.                 23 => [
  40452.                     'name' => 'FourtwosixHideEmptyCategories',
  40453.                     'baseClass' => 'FourtwosixHideEmptyCategories\\FourtwosixHideEmptyCategories',
  40454.                     'active' => true,
  40455.                     'path' => 'custom/plugins/fourtwosixhideemptycategories',
  40456.                     'version' => '1.0.0',
  40457.                     'autoload' => [
  40458.                         'psr-4' => [
  40459.                             'FourtwosixHideEmptyCategories\\' => 'src/',
  40460.                         ],
  40461.                     ],
  40462.                     'managedByComposer' => false,
  40463.                     'composerName' => 'fourtwosix/hide-empty-categories',
  40464.                 ],
  40465.                 24 => [
  40466.                     'name' => 'FroshTools',
  40467.                     'baseClass' => 'Frosh\\Tools\\FroshTools',
  40468.                     'active' => true,
  40469.                     'path' => 'custom/plugins/FroshTools',
  40470.                     'version' => '0.2.18',
  40471.                     'autoload' => [
  40472.                         'psr-4' => [
  40473.                             'Frosh\\Tools\\' => 'src/',
  40474.                         ],
  40475.                     ],
  40476.                     'managedByComposer' => false,
  40477.                     'composerName' => 'frosh/tools',
  40478.                 ],
  40479.                 25 => [
  40480.                     'name' => 'FourtwosixRedirectForMissingTrailingSlashes',
  40481.                     'baseClass' => 'FourtwosixRedirectForMissingTrailingSlashes\\FourtwosixRedirectForMissingTrailingSlashes',
  40482.                     'active' => true,
  40483.                     'path' => 'custom/plugins/426-fourtwosixredirectformissingtrailingslashes',
  40484.                     'version' => '1.0.0',
  40485.                     'autoload' => [
  40486.                         'psr-4' => [
  40487.                             'FourtwosixRedirectForMissingTrailingSlashes\\' => 'src/',
  40488.                         ],
  40489.                     ],
  40490.                     'managedByComposer' => false,
  40491.                     'composerName' => 'fourtwosix/redirect-for-missing-trailing-slashes',
  40492.                 ],
  40493.                 26 => [
  40494.                     'name' => 'fourtwosixShippingCostsPercentageOrPerWeight',
  40495.                     'baseClass' => 'fourtwosix\\ShippingCostPercentageOrPerWeight\\fourtwosixShippingCostsPercentageOrPerWeight',
  40496.                     'active' => true,
  40497.                     'path' => 'custom/plugins/fourtwosixshippingcostspercentageorperweight',
  40498.                     'version' => '1.0.0',
  40499.                     'autoload' => [
  40500.                         'psr-4' => [
  40501.                             'fourtwosix\\ShippingCostPercentageOrPerWeight\\' => 'src/',
  40502.                         ],
  40503.                     ],
  40504.                     'managedByComposer' => false,
  40505.                     'composerName' => 'fourtwosix/shipping-costs-percentage-or-per-weight',
  40506.                 ],
  40507.                 27 => [
  40508.                     'name' => 'FourtwosixAttachments',
  40509.                     'baseClass' => 'Fourtwosix\\Attachments\\FourtwosixAttachments',
  40510.                     'active' => true,
  40511.                     'path' => 'custom/plugins/fourtwosixattachments',
  40512.                     'version' => '4.18.0',
  40513.                     'autoload' => [
  40514.                         'psr-4' => [
  40515.                             'Fourtwosix\\Attachments\\' => 'src/',
  40516.                         ],
  40517.                     ],
  40518.                     'managedByComposer' => false,
  40519.                     'composerName' => 'fourtwosix/attachments',
  40520.                 ],
  40521.                 28 => [
  40522.                     'name' => 'FourtwosixMaintainNetPrice',
  40523.                     'baseClass' => 'FourtwosixMaintainNetPrice\\FourtwosixMaintainNetPrice',
  40524.                     'active' => true,
  40525.                     'path' => 'custom/plugins/FourtwosixMaintainNetPrice',
  40526.                     'version' => '4.18.0',
  40527.                     'autoload' => [
  40528.                         'psr-4' => [
  40529.                             'FourtwosixMaintainNetPrice\\' => 'src/',
  40530.                         ],
  40531.                     ],
  40532.                     'managedByComposer' => false,
  40533.                     'composerName' => 'fourtwosix/desired-delivery-date',
  40534.                 ],
  40535.                 29 => [
  40536.                     'name' => 'zenitPlatformStratusSet4',
  40537.                     'baseClass' => 'zenit\\PlatformStratusSet4\\zenitPlatformStratusSet4',
  40538.                     'active' => true,
  40539.                     'path' => 'custom/plugins/zenitPlatformStratusSet4',
  40540.                     'version' => '2.12.0',
  40541.                     'autoload' => [
  40542.                         'psr-4' => [
  40543.                             'zenit\\PlatformStratusSet4\\' => 'src/',
  40544.                         ],
  40545.                     ],
  40546.                     'managedByComposer' => false,
  40547.                     'composerName' => 'zenit/stratus-set-4',
  40548.                 ],
  40549.                 30 => [
  40550.                     'name' => 'UnzerPayment6',
  40551.                     'baseClass' => 'UnzerPayment6\\UnzerPayment6',
  40552.                     'active' => false,
  40553.                     'path' => 'custom/plugins/UnzerPayment6',
  40554.                     'version' => '5.4.164',
  40555.                     'autoload' => [
  40556.                         'psr-4' => [
  40557.                             'UnzerPayment6\\' => 'src/',
  40558.                         ],
  40559.                     ],
  40560.                     'managedByComposer' => false,
  40561.                     'composerName' => 'unzerdev/shopware6',
  40562.                 ],
  40563.                 31 => [
  40564.                     'name' => 'BoedenThemeExtension',
  40565.                     'baseClass' => 'BoedenThemeExtension\\BoedenThemeExtension',
  40566.                     'active' => true,
  40567.                     'path' => 'custom/plugins/BoedenThemeExtension',
  40568.                     'version' => 'dev-master',
  40569.                     'autoload' => [
  40570.                         'psr-4' => [
  40571.                             'BoedenThemeExtension\\' => 'src/',
  40572.                         ],
  40573.                     ],
  40574.                     'managedByComposer' => false,
  40575.                     'composerName' => 'fourtwosix/boeden-extension',
  40576.                 ],
  40577.                 32 => [
  40578.                     'name' => 'FourtwosixRegistrationFields',
  40579.                     'baseClass' => 'FourtwosixRegistrationFields\\FourtwosixRegistrationFields',
  40580.                     'active' => true,
  40581.                     'path' => 'custom/plugins/426-fourtwosixregistrationfields',
  40582.                     'version' => '4.18.1',
  40583.                     'autoload' => [
  40584.                         'psr-4' => [
  40585.                             'FourtwosixRegistrationFields\\' => 'src/',
  40586.                         ],
  40587.                     ],
  40588.                     'managedByComposer' => false,
  40589.                     'composerName' => 'fourtwosix/registrationfields',
  40590.                 ],
  40591.                 33 => [
  40592.                     'name' => 'FourtwosixItalianTranslations',
  40593.                     'baseClass' => 'FourtwosixItalianTranslations\\FourtwosixItalianTranslations',
  40594.                     'active' => true,
  40595.                     'path' => 'custom/plugins/fourtwosixitaliantranslations',
  40596.                     'version' => '1.0.2',
  40597.                     'autoload' => [
  40598.                         'psr-4' => [
  40599.                             'FourtwosixItalianTranslations\\' => 'src/',
  40600.                         ],
  40601.                     ],
  40602.                     'managedByComposer' => false,
  40603.                     'composerName' => 'fourtwosix/italian-translations',
  40604.                 ],
  40605.                 34 => [
  40606.                     'name' => 'FourtwosixTranslateOrderStates',
  40607.                     'baseClass' => 'FourtwosixTranslateOrderStates\\FourtwosixTranslateOrderStates',
  40608.                     'active' => true,
  40609.                     'path' => 'custom/plugins/fourtwosixtranslateorderstates',
  40610.                     'version' => '1.0.0',
  40611.                     'autoload' => [
  40612.                         'psr-4' => [
  40613.                             'FourtwosixTranslateOrderStates\\' => 'src/',
  40614.                         ],
  40615.                     ],
  40616.                     'managedByComposer' => false,
  40617.                     'composerName' => 'fourtwosix/translate-order-states',
  40618.                 ],
  40619.                 35 => [
  40620.                     'name' => 'SolidAdvancedSliderElements',
  40621.                     'baseClass' => 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements',
  40622.                     'active' => true,
  40623.                     'path' => 'custom/plugins/SolidAdvancedSliderElements',
  40624.                     'version' => '2.0.2',
  40625.                     'autoload' => [
  40626.                         'psr-4' => [
  40627.                             'StudioSolid\\AdvancedSliderElements\\' => 'src/',
  40628.                         ],
  40629.                     ],
  40630.                     'managedByComposer' => false,
  40631.                     'composerName' => 'studiosolid/advanced-slider-elements',
  40632.                 ],
  40633.                 36 => [
  40634.                     'name' => 'SwagPlatformSecurity',
  40635.                     'baseClass' => 'Swag\\Security\\SwagPlatformSecurity',
  40636.                     'active' => true,
  40637.                     'path' => 'custom/plugins/SwagPlatformSecurity',
  40638.                     'version' => '1.0.30',
  40639.                     'autoload' => [
  40640.                         'psr-4' => [
  40641.                             'Shopware\\' => 'core/',
  40642.                             'Swag\\Security\\' => 'src/',
  40643.                         ],
  40644.                     ],
  40645.                     'managedByComposer' => false,
  40646.                     'composerName' => 'swag/platform-security',
  40647.                 ],
  40648.                 37 => [
  40649.                     'name' => 'MoorlFoundation',
  40650.                     'baseClass' => 'MoorlFoundation\\MoorlFoundation',
  40651.                     'active' => true,
  40652.                     'path' => 'custom/plugins/MoorlFoundation',
  40653.                     'version' => '1.4.2013',
  40654.                     'autoload' => [
  40655.                         'psr-4' => [
  40656.                             'DeepL\\' => 'libs/vendor/deeplcom/deepl-php/src/',
  40657.                             'MoorlFoundation\\' => 'src/',
  40658.                         ],
  40659.                     ],
  40660.                     'managedByComposer' => false,
  40661.                     'composerName' => 'moorl/foundation',
  40662.                 ],
  40663.                 38 => [
  40664.                     'name' => 'MoorlForms',
  40665.                     'baseClass' => 'MoorlForms\\MoorlForms',
  40666.                     'active' => true,
  40667.                     'path' => 'custom/plugins/MoorlForms',
  40668.                     'version' => '1.1.53',
  40669.                     'autoload' => [
  40670.                         'psr-4' => [
  40671.                             'MoorlForms\\' => 'src/',
  40672.                         ],
  40673.                     ],
  40674.                     'managedByComposer' => false,
  40675.                     'composerName' => 'moorl/forms',
  40676.                 ],
  40677.             ],
  40678.             'kernel.supported_api_versions' => [
  40679.                 => 2,
  40680.                 => 3,
  40681.                 => 4,
  40682.             ],
  40683.             'defaults_bool_true' => true,
  40684.             'defaults_bool_false' => false,
  40685.             'default_whitespace' => ' ',
  40686.             'locale' => 'en-GB',
  40687.             'messenger.default_transport_name' => 'default',
  40688.             'env(MAILER_URL)' => 'null://null',
  40689.             'env(MESSENGER_TRANSPORT_DSN)' => 'enqueue://default?receiveTimeout=100',
  40690.             'default_cdn_strategy' => 'physical_filename',
  40691.             'env(APP_URL)' => '',
  40692.             'env(REDIS_PREFIX)' => '',
  40693.             'shopware.slug.config' => [
  40694.                 'regexp' => '/([^A-Za-z0-9\\.]|-)+/',
  40695.                 'lowercase' => false,
  40696.             ],
  40697.             'core.migration.directories' => [
  40698.             ],
  40699.             'migration.active' => [
  40700.                 => 1536232600,
  40701.                 => 1536232610,
  40702.                 => 1536232620,
  40703.                 => 1536232630,
  40704.                 => 1536232640,
  40705.                 => 1536232650,
  40706.                 => 1536232660,
  40707.                 => 1536232670,
  40708.                 => 1536232680,
  40709.                 => 1536232690,
  40710.                 10 => 1536232700,
  40711.                 11 => 1536232710,
  40712.                 12 => 1536232720,
  40713.                 13 => 1536232730,
  40714.                 14 => 1536232740,
  40715.                 15 => 1536232750,
  40716.                 16 => 1536232760,
  40717.                 17 => 1536232770,
  40718.                 18 => 1536232790,
  40719.                 19 => 1536232800,
  40720.                 20 => 1536232810,
  40721.                 21 => 1536232820,
  40722.                 22 => 1536232830,
  40723.                 23 => 1536232840,
  40724.                 24 => 1536232850,
  40725.                 25 => 1536232860,
  40726.                 26 => 1536232870,
  40727.                 27 => 1536232880,
  40728.                 28 => 1536232890,
  40729.                 29 => 1536232900,
  40730.                 30 => 1536232910,
  40731.                 31 => 1536232920,
  40732.                 32 => 1536232930,
  40733.                 33 => 1536232940,
  40734.                 34 => 1536232950,
  40735.                 35 => 1536232960,
  40736.                 36 => 1536232970,
  40737.                 37 => 1536232980,
  40738.                 38 => 1536232990,
  40739.                 39 => 1536233000,
  40740.                 40 => 1536233010,
  40741.                 41 => 1536233020,
  40742.                 42 => 1536233030,
  40743.                 43 => 1536233040,
  40744.                 44 => 1536233050,
  40745.                 45 => 1536233060,
  40746.                 46 => 1536233070,
  40747.                 47 => 1536233080,
  40748.                 48 => 1536233090,
  40749.                 49 => 1536233100,
  40750.                 50 => 1536233110,
  40751.                 51 => 1536233120,
  40752.                 52 => 1536233130,
  40753.                 53 => 1536233140,
  40754.                 54 => 1536233150,
  40755.                 55 => 1536233160,
  40756.                 56 => 1536233170,
  40757.                 57 => 1536233180,
  40758.                 58 => 1536233190,
  40759.                 59 => 1536233200,
  40760.                 60 => 1536233210,
  40761.                 61 => 1536233220,
  40762.                 62 => 1536233230,
  40763.                 63 => 1536233240,
  40764.                 64 => 1536233250,
  40765.                 65 => 1536233260,
  40766.                 66 => 1536233270,
  40767.                 67 => 1536233280,
  40768.                 68 => 1536233290,
  40769.                 69 => 1536233300,
  40770.                 70 => 1536233310,
  40771.                 71 => 1536233320,
  40772.                 72 => 1536233330,
  40773.                 73 => 1536233340,
  40774.                 74 => 1536233350,
  40775.                 75 => 1536233360,
  40776.                 76 => 1536233370,
  40777.                 77 => 1536233380,
  40778.                 78 => 1536233390,
  40779.                 79 => 1536233400,
  40780.                 80 => 1536233410,
  40781.                 81 => 1536233420,
  40782.                 82 => 1536233430,
  40783.                 83 => 1536233440,
  40784.                 84 => 1536233450,
  40785.                 85 => 1536233460,
  40786.                 86 => 1536233470,
  40787.                 87 => 1536233480,
  40788.                 88 => 1536233500,
  40789.                 89 => 1536233510,
  40790.                 90 => 1536233520,
  40791.                 91 => 1536233530,
  40792.                 92 => 1536233540,
  40793.                 93 => 1536233550,
  40794.                 94 => 1536233560,
  40795.                 95 => 1552360944,
  40796.                 96 => 1554199340,
  40797.                 97 => 1554200141,
  40798.                 98 => 1554203706,
  40799.                 99 => 1554900301,
  40800.                 100 => 1556809270,
  40801.                 101 => 1558082916,
  40802.                 102 => 1558105657,
  40803.                 103 => 1558443337,
  40804.                 104 => 1558505525,
  40805.                 105 => 1558594334,
  40806.                 106 => 1558938938,
  40807.                 107 => 1559050088,
  40808.                 108 => 1559050903,
  40809.                 109 => 1559134989,
  40810.                 110 => 1559306391,
  40811.                 111 => 1561370284,
  40812.                 112 => 1561377793,
  40813.                 113 => 1561442979,
  40814.                 114 => 1561452005,
  40815.                 115 => 1561712450,
  40816.                 116 => 1562228335,
  40817.                 117 => 1562240231,
  40818.                 118 => 1562306893,
  40819.                 119 => 1562324772,
  40820.                 120 => 1562579120,
  40821.                 121 => 1562684474,
  40822.                 122 => 1562841035,
  40823.                 123 => 1562933907,
  40824.                 124 => 1563180880,
  40825.                 125 => 1563288227,
  40826.                 126 => 1563518181,
  40827.                 127 => 1563805586,
  40828.                 128 => 1563949275,
  40829.                 129 => 1564475053,
  40830.                 130 => 1565007156,
  40831.                 131 => 1565079228,
  40832.                 132 => 1565270155,
  40833.                 133 => 1565270366,
  40834.                 134 => 1565346846,
  40835.                 135 => 1565705280,
  40836.                 136 => 1566293076,
  40837.                 137 => 1566460168,
  40838.                 138 => 1566817701,
  40839.                 139 => 1567431050,
  40840.                 140 => 1568120239,
  40841.                 141 => 1568120302,
  40842.                 142 => 1568645037,
  40843.                 143 => 1568901713,
  40844.                 144 => 1569403146,
  40845.                 145 => 1570187167,
  40846.                 146 => 1570459127,
  40847.                 147 => 1570621541,
  40848.                 148 => 1570622696,
  40849.                 149 => 1570629862,
  40850.                 150 => 1570684913,
  40851.                 151 => 1571059598,
  40852.                 152 => 1571210820,
  40853.                 153 => 1571660203,
  40854.                 154 => 1571724915,
  40855.                 155 => 1571981437,
  40856.                 156 => 1571990395,
  40857.                 157 => 1572193798,
  40858.                 158 => 1572264837,
  40859.                 159 => 1572273565,
  40860.                 160 => 1572421282,
  40861.                 161 => 1572425108,
  40862.                 162 => 1572957455,
  40863.                 163 => 1573049297,
  40864.                 164 => 1573569685,
  40865.                 165 => 1573729158,
  40866.                 166 => 1574063550,
  40867.                 167 => 1574082635,
  40868.                 168 => 1574258787,
  40869.                 169 => 1574258788,
  40870.                 170 => 1574258789,
  40871.                 171 => 1574520220,
  40872.                 172 => 1574672450,
  40873.                 173 => 1574695657,
  40874.                 174 => 1574925962,
  40875.                 175 => 1575010262,
  40876.                 176 => 1575021466,
  40877.                 177 => 1575034234,
  40878.                 178 => 1575036586,
  40879.                 179 => 1575039284,
  40880.                 180 => 1575197543,
  40881.                 181 => 1575274700,
  40882.                 182 => 1575293069,
  40883.                 183 => 1575451283,
  40884.                 184 => 1575626180,
  40885.                 185 => 1575883959,
  40886.                 186 => 1576488398,
  40887.                 187 => 1576590301,
  40888.                 188 => 1578042218,
  40889.                 189 => 1578044453,
  40890.                 190 => 1578470886,
  40891.                 191 => 1578475268,
  40892.                 192 => 1578485775,
  40893.                 193 => 1578491480,
  40894.                 194 => 1578590702,
  40895.                 195 => 1578648299,
  40896.                 196 => 1578650334,
  40897.                 197 => 1580202210,
  40898.                 198 => 1580218617,
  40899.                 199 => 1580743279,
  40900.                 200 => 1580746806,
  40901.                 201 => 1580808849,
  40902.                 202 => 1580819350,
  40903.                 203 => 1580827023,
  40904.                 204 => 1582011195,
  40905.                 205 => 1583142266,
  40906.                 206 => 1583416186,
  40907.                 207 => 1583756864,
  40908.                 208 => 1583844433,
  40909.                 209 => 1584002637,
  40910.                 210 => 1584953715,
  40911.                 211 => 1585056571,
  40912.                 212 => 1585126355,
  40913.                 213 => 1585490020,
  40914.                 214 => 1585744384,
  40915.                 215 => 1585816139,
  40916.                 216 => 1586158920,
  40917.                 217 => 1586173614,
  40918.                 218 => 1586260286,
  40919.                 219 => 1586334003,
  40920.                 220 => 1587039363,
  40921.                 221 => 1587109484,
  40922.                 222 => 1587111506,
  40923.                 223 => 1587461582,
  40924.                 224 => 1588143272,
  40925.                 225 => 1588144801,
  40926.                 226 => 1588153272,
  40927.                 227 => 1589178550,
  40928.                 228 => 1589357321,
  40929.                 229 => 1589359936,
  40930.                 230 => 1589379060,
  40931.                 231 => 1589447332,
  40932.                 232 => 1589458026,
  40933.                 233 => 1590408550,
  40934.                 234 => 1590409548,
  40935.                 235 => 1590566018,
  40936.                 236 => 1590566405,
  40937.                 237 => 1590579986,
  40938.                 238 => 1590758953,
  40939.                 239 => 1591052278,
  40940.                 240 => 1591167126,
  40941.                 241 => 1591253089,
  40942.                 242 => 1591259559,
  40943.                 243 => 1591272594,
  40944.                 244 => 1591361320,
  40945.                 245 => 1591683158,
  40946.                 246 => 1591817370,
  40947.                 247 => 1592466717,
  40948.                 248 => 1592837424,
  40949.                 249 => 1592978289,
  40950.                 250 => 1593698606,
  40951.                 251 => 1594650256,
  40952.                 252 => 1594885630,
  40953.                 253 => 1594886106,
  40954.                 254 => 1594886773,
  40955.                 255 => 1594886895,
  40956.                 256 => 1594887027,
  40957.                 257 => 1595160327,
  40958.                 258 => 1595321666,
  40959.                 259 => 1595422169,
  40960.                 260 => 1595480600,
  40961.                 261 => 1595489705,
  40962.                 262 => 1595492052,
  40963.                 263 => 1595492053,
  40964.                 264 => 1595499689,
  40965.                 265 => 1595553089,
  40966.                 266 => 1595578253,
  40967.                 267 => 1595919251,
  40968.                 268 => 1596091744,
  40969.                 269 => 1596441551,
  40970.                 270 => 1597391970,
  40971.                 271 => 1597394241,
  40972.                 272 => 1597657689,
  40973.                 273 => 1597762808,
  40974.                 274 => 1597830237,
  40975.                 275 => 1597930227,
  40976.                 276 => 1598280548,
  40977.                 277 => 1598520424,
  40978.                 278 => 1598885384,
  40979.                 279 => 1599112309,
  40980.                 280 => 1599134496,
  40981.                 281 => 1599463278,
  40982.                 282 => 1599570560,
  40983.                 283 => 1599720163,
  40984.                 284 => 1599806584,
  40985.                 285 => 1599806595,
  40986.                 286 => 1599822061,
  40987.                 287 => 1600072779,
  40988.                 288 => 1600156989,
  40989.                 289 => 1600253602,
  40990.                 290 => 1600330846,
  40991.                 291 => 1600338271,
  40992.                 292 => 1600349343,
  40993.                 293 => 1600676671,
  40994.                 294 => 1600769357,
  40995.                 295 => 1600778848,
  40996.                 296 => 1601388975,
  40997.                 297 => 1601451838,
  40998.                 298 => 1601539530,
  40999.                 299 => 1601543829,
  41000.                 300 => 1601891339,
  41001.                 301 => 1602062376,
  41002.                 302 => 1602146868,
  41003.                 303 => 1602153572,
  41004.                 304 => 1602494493,
  41005.                 305 => 1602494495,
  41006.                 306 => 1602745374,
  41007.                 307 => 1602822727,
  41008.                 308 => 1603179023,
  41009.                 309 => 1603293043,
  41010.                 310 => 1603970276,
  41011.                 311 => 1604056363,
  41012.                 312 => 1604056421,
  41013.                 313 => 1604475913,
  41014.                 314 => 1604499476,
  41015.                 315 => 1604568928,
  41016.                 316 => 1604669773,
  41017.                 317 => 1605103533,
  41018.                 318 => 1605530777,
  41019.                 319 => 1605609309,
  41020.                 320 => 1605609477,
  41021.                 321 => 1605861407,
  41022.                 322 => 1606310257,
  41023.                 323 => 1607415095,
  41024.                 324 => 1607500561,
  41025.                 325 => 1607514878,
  41026.                 326 => 1607581275,
  41027.                 327 => 1607581276,
  41028.                 328 => 1608624028,
  41029.                 329 => 1609125144,
  41030.                 330 => 1609857999,
  41031.                 331 => 1610531188,
  41032.                 332 => 1610965670,
  41033.                 333 => 1610974673,
  41034.                 334 => 1611155140,
  41035.                 335 => 1614240671,
  41036.                 336 => 1552899789,
  41037.                 337 => 1555406153,
  41038.                 338 => 1563785071,
  41039.                 339 => 1564385954,
  41040.                 340 => 1564385960,
  41041.                 341 => 1565640170,
  41042.                 342 => 1565640175,
  41043.                 343 => 1595492054,
  41044.                 344 => 1604502151,
  41045.                 345 => 1594104496,
  41046.                 346 => 1604585230,
  41047.                 347 => 1609140710,
  41048.                 348 => 1610337444,
  41049.                 349 => 1610439375,
  41050.                 350 => 1610448012,
  41051.                 351 => 1610523204,
  41052.                 352 => 1610523548,
  41053.                 353 => 1610616655,
  41054.                 354 => 1610621999,
  41055.                 355 => 1610625925,
  41056.                 356 => 1610634383,
  41057.                 357 => 1610904608,
  41058.                 358 => 1611732852,
  41059.                 359 => 1611817467,
  41060.                 360 => 1612184092,
  41061.                 361 => 1612442685,
  41062.                 362 => 1612442686,
  41063.                 363 => 1612442786,
  41064.                 364 => 1612851765,
  41065.                 365 => 1612865237,
  41066.                 366 => 1612970642,
  41067.                 367 => 1612980753,
  41068.                 368 => 1613665555,
  41069.                 369 => 1614249488,
  41070.                 370 => 1614691876,
  41071.                 371 => 1614765170,
  41072.                 372 => 1614765785,
  41073.                 373 => 1615359964,
  41074.                 374 => 1615366708,
  41075.                 375 => 1615452749,
  41076.                 376 => 1615802866,
  41077.                 377 => 1615819992,
  41078.                 378 => 1616076922,
  41079.                 379 => 1616496610,
  41080.                 380 => 1616555956,
  41081.                 381 => 1617000878,
  41082.                 382 => 1617356092,
  41083.                 383 => 1617784658,
  41084.                 384 => 1617864895,
  41085.                 385 => 1617868381,
  41086.                 386 => 1617877887,
  41087.                 387 => 1617896006,
  41088.                 388 => 1617935350,
  41089.                 389 => 1617953690,
  41090.                 390 => 1617960456,
  41091.                 391 => 1617974402,
  41092.                 392 => 1618218491,
  41093.                 393 => 1618389817,
  41094.                 394 => 1618476427,
  41095.                 395 => 1618569201,
  41096.                 396 => 1618900427,
  41097.                 397 => 1618989442,
  41098.                 398 => 1619070236,
  41099.                 399 => 1619428555,
  41100.                 400 => 1619604605,
  41101.                 401 => 1619703075,
  41102.                 402 => 1620146632,
  41103.                 403 => 1620147234,
  41104.                 404 => 1620201616,
  41105.                 405 => 1620215586,
  41106.                 406 => 1620374229,
  41107.                 407 => 1620376945,
  41108.                 408 => 1620632460,
  41109.                 409 => 1620634856,
  41110.                 410 => 1620733405,
  41111.                 411 => 1620733405,
  41112.                 412 => 1620820321,
  41113.                 413 => 1621845357,
  41114.                 414 => 1621845370,
  41115.                 415 => 1622010069,
  41116.                 416 => 1622104463,
  41117.                 417 => 1622782058,
  41118.                 418 => 1623305620,
  41119.                 419 => 1623391399,
  41120.                 420 => 1623828962,
  41121.                 421 => 1624262862,
  41122.                 422 => 1624884801,
  41123.                 423 => 1624967118,
  41124.                 424 => 1625304609,
  41125.                 425 => 1625465756,
  41126.                 426 => 1625505190,
  41127.                 427 => 1625554302,
  41128.                 428 => 1625569667,
  41129.                 429 => 1625583596,
  41130.                 430 => 1625583619,
  41131.                 431 => 1625816310,
  41132.                 432 => 1625819412,
  41133.                 433 => 1625831469,
  41134.                 434 => 1626241110,
  41135.                 435 => 1626442868,
  41136.                 436 => 1626696809,
  41137.                 437 => 1626785125,
  41138.                 438 => 1627292049,
  41139.                 439 => 1627540693,
  41140.                 440 => 1627541488,
  41141.                 441 => 1627562945,
  41142.                 442 => 1627650101,
  41143.                 443 => 1627929168,
  41144.                 444 => 1627983652,
  41145.                 445 => 1628519513,
  41146.                 446 => 1628749113,
  41147.                 447 => 1629204538,
  41148.                 448 => 1629700169,
  41149.                 449 => 1629877210,
  41150.                 450 => 1630074081,
  41151.                 451 => 1630485317,
  41152.                 452 => 1631625055,
  41153.                 453 => 1631703921,
  41154.                 454 => 1631790054,
  41155.                 455 => 1631863869,
  41156.                 456 => 1632111590,
  41157.                 457 => 1632215760,
  41158.                 458 => 1632721037,
  41159.                 459 => 1633347511,
  41160.                 460 => 1633358879,
  41161.                 461 => 1633422057,
  41162.                 462 => 1634735841,
  41163.                 463 => 1635147952,
  41164.                 464 => 1635230747,
  41165.                 465 => 1635237551,
  41166.                 466 => 1635388654,
  41167.                 467 => 1635936029,
  41168.                 468 => 1636014089,
  41169.                 469 => 1636018970,
  41170.                 470 => 1636362839,
  41171.                 471 => 1636449347,
  41172.                 472 => 1636964297,
  41173.                 473 => 1636971615,
  41174.                 474 => 1638195971,
  41175.                 475 => 1638365464,
  41176.                 476 => 1638514913,
  41177.                 477 => 1638993987,
  41178.                 478 => 1639122665,
  41179.                 479 => 1639139581,
  41180.                 480 => 1639992771,
  41181.                 481 => 1641289204,
  41182.                 482 => 1642517958,
  41183.                 483 => 1642732351,
  41184.                 484 => 1642757286,
  41185.                 485 => 1643366069,
  41186.                 486 => 1643386819,
  41187.                 487 => 1643724178,
  41188.                 488 => 1643878976,
  41189.                 489 => 1643892702,
  41190.                 490 => 1645019769,
  41191.                 491 => 1645453538,
  41192.                 492 => 1646125417,
  41193.                 493 => 1646397836,
  41194.                 494 => 1646817331,
  41195.                 495 => 1647260673,
  41196.                 496 => 1647443222,
  41197.                 497 => 1647511158,
  41198.                 498 => 1648031611,
  41199.                 499 => 1648031636,
  41200.                 500 => 1648543185,
  41201.                 501 => 1648709176,
  41202.                 502 => 1648803451,
  41203.                 503 => 1649040981,
  41204.                 504 => 1649315608,
  41205.                 505 => 1649858046,
  41206.                 506 => 1650249241,
  41207.                 507 => 1650444800,
  41208.                 508 => 1650548599,
  41209.                 509 => 1650620993,
  41210.                 510 => 1650872291,
  41211.                 511 => 1650981517,
  41212.                 512 => 1651118773,
  41213.                 513 => 1652166447,
  41214.                 514 => 1652345915,
  41215.                 515 => 1652441129,
  41216.                 516 => 1652864153,
  41217.                 517 => 1653376989,
  41218.                 518 => 1653385302,
  41219.                 519 => 1655730949,
  41220.                 520 => 1656397126,
  41221.                 521 => 1656928097,
  41222.                 522 => 1657011337,
  41223.                 523 => 1657027979,
  41224.                 524 => 1658786605,
  41225.                 525 => 1660814397,
  41226.                 526 => 1661759290,
  41227.                 527 => 1661771388,
  41228.                 528 => 1663238480,
  41229.                 529 => 1664541794,
  41230.                 530 => 1664894872,
  41231.                 531 => 1665064823,
  41232.                 532 => 1665267882,
  41233.                 533 => 1667806582,
  41234.                 534 => 1672164687,
  41235.                 535 => 1672743034,
  41236.                 536 => 1673001912,
  41237.                 537 => 1632281097,
  41238.                 538 => 1636121186,
  41239.                 539 => 1660813696,
  41240.                 540 => 1641476963,
  41241.                 541 => 1651172963,
  41242.                 542 => 1661505878,
  41243.                 543 => 1632281097,
  41244.                 544 => 1636121186,
  41245.                 545 => 1660813696,
  41246.                 546 => 1552899789,
  41247.                 547 => 1555406153,
  41248.                 548 => 1563785071,
  41249.                 549 => 1564385954,
  41250.                 550 => 1564385960,
  41251.                 551 => 1565640170,
  41252.                 552 => 1565640175,
  41253.                 553 => 1595492054,
  41254.                 554 => 1604502151,
  41255.                 555 => 1605167857,
  41256.                 556 => 1575569953,
  41257.                 557 => 1598204175,
  41258.                 558 => 1720536114,
  41259.                 559 => 1584005462,
  41260.                 560 => 1589800641,
  41261.                 561 => 1589800704,
  41262.                 562 => 1589882802,
  41263.                 563 => 1589905764,
  41264.                 564 => 1591365484,
  41265.                 565 => 1626082072,
  41266.                 566 => 1675420139,
  41267.                 567 => 1604898081,
  41268.                 568 => 165657926,
  41269.                 569 => 1590657517,
  41270.                 570 => 1651494367,
  41271.                 571 => 1615371170,
  41272.                 572 => 1617881178,
  41273.                 573 => 1697795798,
  41274.                 574 => 1686812041,
  41275.                 575 => 1690469830,
  41276.                 576 => 1707984263,
  41277.                 577 => 1628172267,
  41278.                 578 => 1644922949,
  41279.                 579 => 1688378836,
  41280.                 580 => 1616141231,
  41281.                 581 => 1631631689,
  41282.                 582 => 1636082647,
  41283.                 583 => 1662306139,
  41284.                 584 => 1662757955,
  41285.                 585 => 1663039410,
  41286.                 586 => 1676830357,
  41287.                 587 => 1584635124,
  41288.                 588 => 1654529559,
  41289.                 589 => 1663348079,
  41290.                 590 => 1664148561,
  41291.                 591 => 1674735643,
  41292.                 592 => 1676971558,
  41293.             ],
  41294.             'shopware.security.csp_templates' => [
  41295.                 'default' => ''."\n".'object-src \'none\';'."\n".'script-src \'none\';'."\n".'base-uri \'self\';'."\n".'            ',
  41296.                 'administration' => ''."\n".'object-src \'none\';'."\n".'script-src \'strict-dynamic\' \'nonce-%nonce%\' \'unsafe-inline\' \'unsafe-eval\' https: http:;'."\n".'base-uri \'self\';'."\n".'            ',
  41297.                 'storefront' => '',
  41298.                 'installer' => '',
  41299.             ],
  41300.             'shopware.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  41301.             'env(SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED)' => 0,
  41302.             'env(SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH)' => 3,
  41303.             'env(INSTANCE_ID)' => 'install',
  41304.             'shopware.store_endpoints' => [
  41305.                 'ping' => '/ping',
  41306.                 'my_extensions' => '/swplatform/licenseenvironment',
  41307.                 'my_licenses' => '/swplatform/licenses',
  41308.                 'my_plugin_licenses' => '/swplatform/pluginlicenses',
  41309.                 'my_plugin_updates' => '/swplatform/pluginupdates',
  41310.                 'environment_information' => '/swplatform/environmentinformation',
  41311.                 'updater_extension_compatibility' => '/swplatform/autoupdate',
  41312.                 'updater_permission' => '/swplatform/autoupdate/permission',
  41313.                 'plugin_download' => '/swplatform/pluginfiles/{pluginName}',
  41314.                 'app_generate_signature' => '/swplatform/generatesignature',
  41315.                 'cancel_license' => '/swplatform/pluginlicenses/%s/cancel',
  41316.                 'login' => '/swplatform/login',
  41317.                 'create_rating' => '/swplatform/extensionstore/extensions/%s/ratings',
  41318.                 'user_info' => '/swplatform/userinfo',
  41319.             ],
  41320.             'env(SHOPWARE_UPDATE_TEST)' => '',
  41321.             'shopware.media.metadata.types' => [
  41322.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\ImageMetadata',
  41323.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\DocumentMetadata',
  41324.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\VideoMetadata',
  41325.             ],
  41326.             'product_export.directory' => 'export',
  41327.             'product_export.read_buffer_size' => 100,
  41328.             'import_export.supported_entities' => [
  41329.                 => 'customer',
  41330.                 => 'product',
  41331.             ],
  41332.             'import_export.supported_file_types' => [
  41333.                 => 'text/csv',
  41334.             ],
  41335.             'import_export.read_buffer_size' => 100,
  41336.             'import_export.write_buffer_size' => 100,
  41337.             'import_export.http_batch_size' => 100,
  41338.             'env(SHOPWARE_ADMINISTRATION_PATH_NAME)' => 'admin',
  41339.             'shopware_http_cache_enabled_default' => 1,
  41340.             'shopware_http_cache_default_ttl_default' => 7200,
  41341.             'shopware.twig.app_variable.allowed_server_params' => [
  41342.                 => 'server_name',
  41343.                 => 'request_uri',
  41344.                 => 'app_url',
  41345.                 => 'http_user_agent',
  41346.                 => 'http_host',
  41347.                 => 'server_name',
  41348.                 => 'server_port',
  41349.                 => 'redirect_url',
  41350.                 => 'https',
  41351.                 => 'forwarded',
  41352.                 10 => 'host',
  41353.                 11 => 'remote_addr',
  41354.                 12 => 'http_x_forwarded_for',
  41355.                 13 => 'http_x_forwarded_host',
  41356.                 14 => 'http_x_forwarded_proto',
  41357.                 15 => 'http_x_forwarded_port',
  41358.                 16 => 'http_x_forwarded_prefix',
  41359.             ],
  41360.             'storefrontRoot' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  41361.             'elasticsearch.index.config' => [
  41362.                 'settings' => [
  41363.                     'index' => [
  41364.                         'number_of_shards' => 3,
  41365.                         'number_of_replicas' => 3,
  41366.                         'mapping.total_fields.limit' => 50000,
  41367.                         'mapping.nested_fields.limit' => 500,
  41368.                         'mapping.nested_objects.limit' => 1000000,
  41369.                     ],
  41370.                     'analysis' => [
  41371.                         'normalizer' => [
  41372.                             'sw_lowercase_normalizer' => [
  41373.                                 'type' => 'custom',
  41374.                                 'filter' => [
  41375.                                     => 'lowercase',
  41376.                                 ],
  41377.                             ],
  41378.                         ],
  41379.                         'analyzer' => [
  41380.                             'sw_ngram_analyzer' => [
  41381.                                 'type' => 'custom',
  41382.                                 'tokenizer' => 'whitespace',
  41383.                                 'filter' => [
  41384.                                     => 'lowercase',
  41385.                                     => 'sw_ngram_filter',
  41386.                                 ],
  41387.                             ],
  41388.                         ],
  41389.                         'filter' => [
  41390.                             'sw_ngram_filter' => [
  41391.                                 'type' => 'ngram',
  41392.                                 'min_gram' => 4,
  41393.                                 'max_gram' => 5,
  41394.                             ],
  41395.                         ],
  41396.                     ],
  41397.                 ],
  41398.             ],
  41399.             'elasticsearch.index.mapping' => [
  41400.                 'dynamic_templates' => [
  41401.                     => [
  41402.                         'keywords' => [
  41403.                             'match_mapping_type' => 'string',
  41404.                             'mapping' => [
  41405.                                 'type' => 'keyword',
  41406.                                 'normalizer' => 'sw_lowercase_normalizer',
  41407.                                 'fields' => [
  41408.                                     'text' => [
  41409.                                         'type' => 'text',
  41410.                                     ],
  41411.                                 ],
  41412.                             ],
  41413.                         ],
  41414.                     ],
  41415.                 ],
  41416.             ],
  41417.             'default_elasticsearch_prefix' => 'sw',
  41418.             'env(SHOPWARE_ES_ENABLED)' => '',
  41419.             'env(SHOPWARE_ES_INDEXING_ENABLED)' => '',
  41420.             'env(SHOPWARE_ES_HOSTS)' => '',
  41421.             'env(SHOPWARE_ES_INDEX_PREFIX)' => 'sw',
  41422.             'env(SHOPWARE_ES_THROW_EXCEPTION)' => '',
  41423.             'env(SHOPWARE_ES_INDEXING_BATCH_SIZE)' => 100,
  41424.             'env(APP_URL_CHECK_DISABLED)' => false,
  41425.             'swag_extension_store.endpoints' => [
  41426.                 'list_extensions' => '/swplatform/extensionstore/extensions',
  41427.                 'extension_detail' => '/swplatform/extensionstore/extensions/%d',
  41428.                 'filter' => '/swplatform/extensionstore/extensions/filter',
  41429.                 'reviews' => '/swplatform/extensionstore/extensions/%d/reviews',
  41430.                 'create_basket' => '/swplatform/extensionstore/baskets',
  41431.                 'order_basket' => '/swplatform/extensionstore/orders',
  41432.                 'payment_means' => '/swplatform/extensionstore/paymentmeans',
  41433.             ],
  41434.             'SwagPlatformSecurity.activeFixes' => [
  41435.                 => 'Swag\\Security\\Fixes\\NEXT23915\\SecurityFix',
  41436.                 => 'Swag\\Security\\Fixes\\NEXT22891\\SecurityFix',
  41437.                 => 'Swag\\Security\\Fixes\\PPI737\\SecurityFix',
  41438.                 => 'Swag\\Security\\Fixes\\NEXT26140\\SecurityFix',
  41439.                 => 'Swag\\Security\\Fixes\\NEXT32887\\NEXT32887Fix',
  41440.                 => 'Swag\\Security\\Fixes\\NEXT32889\\NEXT32889Fix',
  41441.                 => 'Swag\\Security\\Fixes\\NEXT32886\\NEXT32886Fix',
  41442.                 => 'Swag\\Security\\Fixes\\NEXT34608\\LogoutSecurityFix',
  41443.                 => 'Swag\\Security\\Fixes\\NEXT37140\\SecurityFix',
  41444.             ],
  41445.             'SwagPlatformSecurity.availableFixes' => [
  41446.                 => 'Swag\\Security\\Fixes\\NEXT23915\\SecurityFix',
  41447.                 => 'Swag\\Security\\Fixes\\NEXT22891\\SecurityFix',
  41448.                 => 'Swag\\Security\\Fixes\\PPI737\\SecurityFix',
  41449.                 => 'Swag\\Security\\Fixes\\NEXT26140\\SecurityFix',
  41450.                 => 'Swag\\Security\\Fixes\\NEXT32887\\NEXT32887Fix',
  41451.                 => 'Swag\\Security\\Fixes\\NEXT32889\\NEXT32889Fix',
  41452.                 => 'Swag\\Security\\Fixes\\NEXT32886\\NEXT32886Fix',
  41453.                 => 'Swag\\Security\\Fixes\\NEXT34608\\LogoutSecurityFix',
  41454.                 => 'Swag\\Security\\Fixes\\NEXT37140\\SecurityFix',
  41455.             ],
  41456.             'container.dumper.inline_class_loader' => true,
  41457.             'container.dumper.inline_factories' => true,
  41458.             'jwt_private_key_passphrase_default' => 'shopware',
  41459.             'shopware.store.frw' => true,
  41460.             'event_dispatcher.event_aliases' => [
  41461.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  41462.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  41463.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  41464.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  41465.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  41466.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  41467.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  41468.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  41469.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  41470.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  41471.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  41472.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  41473.             ],
  41474.             'fragment.renderer.hinclude.global_template' => NULL,
  41475.             'fragment.path' => '/_fragment',
  41476.             'kernel.http_method_override' => true,
  41477.             'kernel.trusted_hosts' => [
  41478.             ],
  41479.             'kernel.default_locale' => 'en-GB',
  41480.             'kernel.enabled_locales' => [
  41481.             ],
  41482.             'kernel.error_controller' => 'error_controller',
  41483.             'debug.file_link_format' => NULL,
  41484.             'asset.request_context.base_path' => NULL,
  41485.             'asset.request_context.secure' => NULL,
  41486.             'translator.logging' => false,
  41487.             'translator.default_path' => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'),
  41488.             'debug.error_handler.throw_at' => -1,
  41489.             'router.request_context.host' => 'localhost',
  41490.             'router.request_context.scheme' => 'http',
  41491.             'router.request_context.base_url' => '',
  41492.             'router.resource' => 'kernel::loadRoutes',
  41493.             'request_listener.http_port' => 80,
  41494.             'request_listener.https_port' => 443,
  41495.             'session.metadata.storage_key' => '_sf2_meta',
  41496.             'session.storage.options' => [
  41497.                 'cache_limiter' => '0',
  41498.                 'name' => 'session-',
  41499.                 'cookie_secure' => 'auto',
  41500.                 'cookie_httponly' => true,
  41501.                 'cookie_samesite' => 'lax',
  41502.                 'gc_probability' => 1,
  41503.             ],
  41504.             'session.metadata.update_threshold' => 0,
  41505.             'validator.translation_domain' => 'validators',
  41506.             'profiler_listener.only_exceptions' => false,
  41507.             'profiler_listener.only_main_requests' => false,
  41508.             'monolog.use_microseconds' => true,
  41509.             'monolog.swift_mailer.handlers' => [
  41510.             ],
  41511.             'monolog.handlers_to_channels' => [
  41512.                 'monolog.handler.business_event_handler_buffer' => [
  41513.                     'type' => 'inclusive',
  41514.                     'elements' => [
  41515.                         => 'business_events',
  41516.                     ],
  41517.                 ],
  41518.                 'monolog.handler.console' => [
  41519.                     'type' => 'exclusive',
  41520.                     'elements' => [
  41521.                         => 'event',
  41522.                         => 'doctrine',
  41523.                         => 'console',
  41524.                     ],
  41525.                 ],
  41526.                 'monolog.handler.main' => [
  41527.                     'type' => 'exclusive',
  41528.                     'elements' => [
  41529.                         => 'event',
  41530.                         => 'doctrine',
  41531.                     ],
  41532.                 ],
  41533.             ],
  41534.             'twig.form.resources' => [
  41535.                 => 'form_div_layout.html.twig',
  41536.             ],
  41537.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  41538.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  41539.             'enqueue.transport.default.receive_timeout' => 1000,
  41540.             'enqueue.client.default.router_processor' => 'enqueue.client.default.router_processor',
  41541.             'enqueue.client.default.router_queue_name' => 'default',
  41542.             'enqueue.client.default.default_queue_name' => 'default',
  41543.             'enqueue.transports' => [
  41544.                 => 'default',
  41545.             ],
  41546.             'enqueue.clients' => [
  41547.                 => 'default',
  41548.             ],
  41549.             'enqueue.default_transport' => 'default',
  41550.             'enqueue.default_client' => 'default',
  41551.             'shopware.search' => [
  41552.                 'term_max_length' => 300,
  41553.             ],
  41554.             'shopware.search.term_max_length' => 300,
  41555.             'shopware.feature' => [
  41556.                 'flags' => [
  41557.                     'v6.5.0.0' => [
  41558.                         'default' => false,
  41559.                         'major' => true,
  41560.                     ],
  41561.                     'PERFORMANCE_TWEAKS' => [
  41562.                         'default' => false,
  41563.                         'major' => true,
  41564.                         'description' => 'Performance improvements that include a breaking change',
  41565.                     ],
  41566.                     'FEATURE_NEXT_1797' => [
  41567.                         'default' => false,
  41568.                         'major' => true,
  41569.                         'description' => 'composer require for plugins',
  41570.                     ],
  41571.                     'FEATURE_NEXT_16710' => [
  41572.                         'default' => false,
  41573.                         'major' => true,
  41574.                         'description' => 'Do not allow empty ids provided in criteria',
  41575.                     ],
  41576.                     'FEATURE_NEXT_13810' => [
  41577.                         'default' => false,
  41578.                         'major' => true,
  41579.                         'description' => 'Deprecate old promotion module',
  41580.                     ],
  41581.                     'FEATURE_NEXT_13250' => [
  41582.                         'default' => false,
  41583.                         'major' => true,
  41584.                         'description' => 'Reduce database queries if all required data for the line items is already assign',
  41585.                     ],
  41586.                     'FEATURE_NEXT_17276' => [
  41587.                         'default' => false,
  41588.                         'major' => true,
  41589.                         'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  41590.                     ],
  41591.                     'FEATURE_NEXT_16151' => [
  41592.                         'default' => false,
  41593.                         'major' => true,
  41594.                         'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  41595.                     ],
  41596.                     'FEATURE_NEXT_16155' => [
  41597.                         'default' => false,
  41598.                         'major' => true,
  41599.                         'description' => 'EntityLoadedEventFactory will be required in repositories',
  41600.                     ],
  41601.                     'FEATURE_NEXT_19501' => [
  41602.                         'default' => false,
  41603.                         'major' => false,
  41604.                         'description' => 'Disables the cart.container function',
  41605.                     ],
  41606.                     'FEATURE_NEXT_15053' => [
  41607.                         'default' => false,
  41608.                         'major' => false,
  41609.                         'description' => 'Replace wrong displayed characters in number format',
  41610.                     ],
  41611.                     'FEATURE_NEXT_18215' => [
  41612.                         'default' => false,
  41613.                         'major' => true,
  41614.                         'description' => 'Rules are aware of their assignment',
  41615.                     ],
  41616.                     'FEATURE_NEXT_15815' => [
  41617.                         'default' => false,
  41618.                         'major' => true,
  41619.                         'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  41620.                     ],
  41621.                     'FEATURE_NEXT_14699' => [
  41622.                         'default' => false,
  41623.                         'major' => true,
  41624.                         'description' => 'Refactoring of Storefront theme assets',
  41625.                     ],
  41626.                     'FEATURE_NEXT_15707' => [
  41627.                         'default' => false,
  41628.                         'major' => false,
  41629.                         'description' => 'Delivery notice for EU geoblocking regulation',
  41630.                     ],
  41631.                     'FEATURE_NEXT_14360' => [
  41632.                         'default' => false,
  41633.                         'major' => true,
  41634.                         'description' => 'App System 4.0 - Build action button messaging system',
  41635.                     ],
  41636.                     'FEATURE_NEXT_15172' => [
  41637.                         'default' => false,
  41638.                         'major' => true,
  41639.                         'description' => 'Sanitize html of fields with AllowHtml flag',
  41640.                     ],
  41641.                     'FEATURE_NEXT_14001' => [
  41642.                         'default' => false,
  41643.                         'major' => true,
  41644.                         'description' => 'Newsletter DOI for registered customers',
  41645.                     ],
  41646.                     'FEATURE_NEXT_7739' => [
  41647.                         'default' => false,
  41648.                         'major' => true,
  41649.                         'description' => 'Optional salutation',
  41650.                     ],
  41651.                     'FEATURE_NEXT_16200' => [
  41652.                         'default' => false,
  41653.                         'major' => false,
  41654.                         'description' => 'Register Doi Domain',
  41655.                     ],
  41656.                     'FEATURE_NEXT_13410' => [
  41657.                         'default' => false,
  41658.                         'major' => true,
  41659.                         'description' => 'Make sales channels required in seo generator',
  41660.                     ],
  41661.                     'FEATURE_NEXT_15917' => [
  41662.                         'default' => false,
  41663.                         'major' => true,
  41664.                         'description' => 'Move storefront script tags to head with defer',
  41665.                     ],
  41666.                     'FEATURE_NEXT_15957' => [
  41667.                         'default' => false,
  41668.                         'major' => true,
  41669.                         'description' => 'VAT id field for guest',
  41670.                     ],
  41671.                     'FEATURE_NEXT_13601' => [
  41672.                         'default' => false,
  41673.                         'major' => true,
  41674.                         'description' => 'Default transaction state for async app payments',
  41675.                     ],
  41676.                     'FEATURE_NEXT_16992' => [
  41677.                         'default' => false,
  41678.                         'major' => true,
  41679.                         'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  41680.                     ],
  41681.                     'FEATURE_NEXT_7530' => [
  41682.                         'default' => false,
  41683.                         'major' => true,
  41684.                         'description' => 'Improve orders UX in Administration',
  41685.                     ],
  41686.                     'FEATURE_NEXT_16824' => [
  41687.                         'default' => false,
  41688.                         'major' => true,
  41689.                         'description' => 'Cart merged event',
  41690.                     ],
  41691.                     'FEATURE_NEXT_16271' => [
  41692.                         'default' => false,
  41693.                         'major' => true,
  41694.                         'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  41695.                     ],
  41696.                     'FEATURE_NEXT_15381' => [
  41697.                         'default' => false,
  41698.                         'major' => true,
  41699.                         'description' => 'Save theme compilation',
  41700.                     ],
  41701.                     'FEATURE_NEXT_17275' => [
  41702.                         'default' => false,
  41703.                         'major' => true,
  41704.                         'description' => 'StorefrontRenderEvent only gets original view',
  41705.                     ],
  41706.                     'FEATURE_NEXT_17016' => [
  41707.                         'default' => false,
  41708.                         'major' => true,
  41709.                         'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  41710.                     ],
  41711.                     'FEATURE_NEXT_16236' => [
  41712.                         'default' => false,
  41713.                         'major' => true,
  41714.                         'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  41715.                     ],
  41716.                     'FEATURE_NEXT_16640' => [
  41717.                         'default' => false,
  41718.                         'major' => true,
  41719.                         'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  41720.                     ],
  41721.                     'FEATURE_NEXT_17858' => [
  41722.                         'default' => false,
  41723.                         'major' => true,
  41724.                         'description' => 'Major feature flag for Business Event',
  41725.                     ],
  41726.                     'FEATURE_NEXT_6758' => [
  41727.                         'default' => false,
  41728.                         'major' => true,
  41729.                         'description' => 'Layout assignment for category as list',
  41730.                     ],
  41731.                     'FEATURE_NEXT_19048' => [
  41732.                         'default' => false,
  41733.                         'major' => true,
  41734.                         'description' => 'Fix media resolution in theme',
  41735.                     ],
  41736.                     'FEATURE_NEXT_19822' => [
  41737.                         'default' => false,
  41738.                         'major' => true,
  41739.                         'description' => 'Enables lazy loading components in the administration',
  41740.                     ],
  41741.                     'FEATURE_NEXT_18129' => [
  41742.                         'default' => false,
  41743.                         'major' => true,
  41744.                         'description' => 'Require positionIdentifier for some components',
  41745.                     ],
  41746.                     'FEATURE_NEXT_19163' => [
  41747.                         'default' => false,
  41748.                         'major' => true,
  41749.                         'description' => 'one to one inheritance',
  41750.                     ],
  41751.                     'FEATURE_NEXT_18187' => [
  41752.                         'default' => false,
  41753.                         'major' => true,
  41754.                         'description' => 'Move admin dashboard statistics into separate component',
  41755.                     ],
  41756.                     'FEATURE_NEXT_17978' => [
  41757.                         'default' => false,
  41758.                         'major' => true,
  41759.                         'description' => 'Change component factory to work with extension overrides in Administration',
  41760.                     ],
  41761.                     'FEATURE_NEXT_11634' => [
  41762.                         'default' => false,
  41763.                         'major' => true,
  41764.                         'description' => 'Webpack alias refactor',
  41765.                     ],
  41766.                     'FEATURE_NEXT_21547' => [
  41767.                         'default' => false,
  41768.                         'major' => true,
  41769.                         'description' => 'Change admin criteria defaults',
  41770.                     ],
  41771.                     'FEATURE_NEXT_22900' => [
  41772.                         'default' => false,
  41773.                         'major' => true,
  41774.                         'description' => 'Admin search configuration is used in Elasticsearch',
  41775.                     ],
  41776.                 ],
  41777.             ],
  41778.             'shopware.feature.flags' => [
  41779.                 'v6.5.0.0' => [
  41780.                     'default' => false,
  41781.                     'major' => true,
  41782.                 ],
  41783.                 'PERFORMANCE_TWEAKS' => [
  41784.                     'default' => false,
  41785.                     'major' => true,
  41786.                     'description' => 'Performance improvements that include a breaking change',
  41787.                 ],
  41788.                 'FEATURE_NEXT_1797' => [
  41789.                     'default' => false,
  41790.                     'major' => true,
  41791.                     'description' => 'composer require for plugins',
  41792.                 ],
  41793.                 'FEATURE_NEXT_16710' => [
  41794.                     'default' => false,
  41795.                     'major' => true,
  41796.                     'description' => 'Do not allow empty ids provided in criteria',
  41797.                 ],
  41798.                 'FEATURE_NEXT_13810' => [
  41799.                     'default' => false,
  41800.                     'major' => true,
  41801.                     'description' => 'Deprecate old promotion module',
  41802.                 ],
  41803.                 'FEATURE_NEXT_13250' => [
  41804.                     'default' => false,
  41805.                     'major' => true,
  41806.                     'description' => 'Reduce database queries if all required data for the line items is already assign',
  41807.                 ],
  41808.                 'FEATURE_NEXT_17276' => [
  41809.                     'default' => false,
  41810.                     'major' => true,
  41811.                     'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  41812.                 ],
  41813.                 'FEATURE_NEXT_16151' => [
  41814.                     'default' => false,
  41815.                     'major' => true,
  41816.                     'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  41817.                 ],
  41818.                 'FEATURE_NEXT_16155' => [
  41819.                     'default' => false,
  41820.                     'major' => true,
  41821.                     'description' => 'EntityLoadedEventFactory will be required in repositories',
  41822.                 ],
  41823.                 'FEATURE_NEXT_19501' => [
  41824.                     'default' => false,
  41825.                     'major' => false,
  41826.                     'description' => 'Disables the cart.container function',
  41827.                 ],
  41828.                 'FEATURE_NEXT_15053' => [
  41829.                     'default' => false,
  41830.                     'major' => false,
  41831.                     'description' => 'Replace wrong displayed characters in number format',
  41832.                 ],
  41833.                 'FEATURE_NEXT_18215' => [
  41834.                     'default' => false,
  41835.                     'major' => true,
  41836.                     'description' => 'Rules are aware of their assignment',
  41837.                 ],
  41838.                 'FEATURE_NEXT_15815' => [
  41839.                     'default' => false,
  41840.                     'major' => true,
  41841.                     'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  41842.                 ],
  41843.                 'FEATURE_NEXT_14699' => [
  41844.                     'default' => false,
  41845.                     'major' => true,
  41846.                     'description' => 'Refactoring of Storefront theme assets',
  41847.                 ],
  41848.                 'FEATURE_NEXT_15707' => [
  41849.                     'default' => false,
  41850.                     'major' => false,
  41851.                     'description' => 'Delivery notice for EU geoblocking regulation',
  41852.                 ],
  41853.                 'FEATURE_NEXT_14360' => [
  41854.                     'default' => false,
  41855.                     'major' => true,
  41856.                     'description' => 'App System 4.0 - Build action button messaging system',
  41857.                 ],
  41858.                 'FEATURE_NEXT_15172' => [
  41859.                     'default' => false,
  41860.                     'major' => true,
  41861.                     'description' => 'Sanitize html of fields with AllowHtml flag',
  41862.                 ],
  41863.                 'FEATURE_NEXT_14001' => [
  41864.                     'default' => false,
  41865.                     'major' => true,
  41866.                     'description' => 'Newsletter DOI for registered customers',
  41867.                 ],
  41868.                 'FEATURE_NEXT_7739' => [
  41869.                     'default' => false,
  41870.                     'major' => true,
  41871.                     'description' => 'Optional salutation',
  41872.                 ],
  41873.                 'FEATURE_NEXT_16200' => [
  41874.                     'default' => false,
  41875.                     'major' => false,
  41876.                     'description' => 'Register Doi Domain',
  41877.                 ],
  41878.                 'FEATURE_NEXT_13410' => [
  41879.                     'default' => false,
  41880.                     'major' => true,
  41881.                     'description' => 'Make sales channels required in seo generator',
  41882.                 ],
  41883.                 'FEATURE_NEXT_15917' => [
  41884.                     'default' => false,
  41885.                     'major' => true,
  41886.                     'description' => 'Move storefront script tags to head with defer',
  41887.                 ],
  41888.                 'FEATURE_NEXT_15957' => [
  41889.                     'default' => false,
  41890.                     'major' => true,
  41891.                     'description' => 'VAT id field for guest',
  41892.                 ],
  41893.                 'FEATURE_NEXT_13601' => [
  41894.                     'default' => false,
  41895.                     'major' => true,
  41896.                     'description' => 'Default transaction state for async app payments',
  41897.                 ],
  41898.                 'FEATURE_NEXT_16992' => [
  41899.                     'default' => false,
  41900.                     'major' => true,
  41901.                     'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  41902.                 ],
  41903.                 'FEATURE_NEXT_7530' => [
  41904.                     'default' => false,
  41905.                     'major' => true,
  41906.                     'description' => 'Improve orders UX in Administration',
  41907.                 ],
  41908.                 'FEATURE_NEXT_16824' => [
  41909.                     'default' => false,
  41910.                     'major' => true,
  41911.                     'description' => 'Cart merged event',
  41912.                 ],
  41913.                 'FEATURE_NEXT_16271' => [
  41914.                     'default' => false,
  41915.                     'major' => true,
  41916.                     'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  41917.                 ],
  41918.                 'FEATURE_NEXT_15381' => [
  41919.                     'default' => false,
  41920.                     'major' => true,
  41921.                     'description' => 'Save theme compilation',
  41922.                 ],
  41923.                 'FEATURE_NEXT_17275' => [
  41924.                     'default' => false,
  41925.                     'major' => true,
  41926.                     'description' => 'StorefrontRenderEvent only gets original view',
  41927.                 ],
  41928.                 'FEATURE_NEXT_17016' => [
  41929.                     'default' => false,
  41930.                     'major' => true,
  41931.                     'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  41932.                 ],
  41933.                 'FEATURE_NEXT_16236' => [
  41934.                     'default' => false,
  41935.                     'major' => true,
  41936.                     'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  41937.                 ],
  41938.                 'FEATURE_NEXT_16640' => [
  41939.                     'default' => false,
  41940.                     'major' => true,
  41941.                     'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  41942.                 ],
  41943.                 'FEATURE_NEXT_17858' => [
  41944.                     'default' => false,
  41945.                     'major' => true,
  41946.                     'description' => 'Major feature flag for Business Event',
  41947.                 ],
  41948.                 'FEATURE_NEXT_6758' => [
  41949.                     'default' => false,
  41950.                     'major' => true,
  41951.                     'description' => 'Layout assignment for category as list',
  41952.                 ],
  41953.                 'FEATURE_NEXT_19048' => [
  41954.                     'default' => false,
  41955.                     'major' => true,
  41956.                     'description' => 'Fix media resolution in theme',
  41957.                 ],
  41958.                 'FEATURE_NEXT_19822' => [
  41959.                     'default' => false,
  41960.                     'major' => true,
  41961.                     'description' => 'Enables lazy loading components in the administration',
  41962.                 ],
  41963.                 'FEATURE_NEXT_18129' => [
  41964.                     'default' => false,
  41965.                     'major' => true,
  41966.                     'description' => 'Require positionIdentifier for some components',
  41967.                 ],
  41968.                 'FEATURE_NEXT_19163' => [
  41969.                     'default' => false,
  41970.                     'major' => true,
  41971.                     'description' => 'one to one inheritance',
  41972.                 ],
  41973.                 'FEATURE_NEXT_18187' => [
  41974.                     'default' => false,
  41975.                     'major' => true,
  41976.                     'description' => 'Move admin dashboard statistics into separate component',
  41977.                 ],
  41978.                 'FEATURE_NEXT_17978' => [
  41979.                     'default' => false,
  41980.                     'major' => true,
  41981.                     'description' => 'Change component factory to work with extension overrides in Administration',
  41982.                 ],
  41983.                 'FEATURE_NEXT_11634' => [
  41984.                     'default' => false,
  41985.                     'major' => true,
  41986.                     'description' => 'Webpack alias refactor',
  41987.                 ],
  41988.                 'FEATURE_NEXT_21547' => [
  41989.                     'default' => false,
  41990.                     'major' => true,
  41991.                     'description' => 'Change admin criteria defaults',
  41992.                 ],
  41993.                 'FEATURE_NEXT_22900' => [
  41994.                     'default' => false,
  41995.                     'major' => true,
  41996.                     'description' => 'Admin search configuration is used in Elasticsearch',
  41997.                 ],
  41998.             ],
  41999.             'shopware.feature.flags.v6.5.0.0' => [
  42000.                 'default' => false,
  42001.                 'major' => true,
  42002.             ],
  42003.             'shopware.feature.flags.v6.5.0.0.default' => false,
  42004.             'shopware.feature.flags.v6.5.0.0.major' => true,
  42005.             'shopware.feature.flags.PERFORMANCE_TWEAKS' => [
  42006.                 'default' => false,
  42007.                 'major' => true,
  42008.                 'description' => 'Performance improvements that include a breaking change',
  42009.             ],
  42010.             'shopware.feature.flags.PERFORMANCE_TWEAKS.default' => false,
  42011.             'shopware.feature.flags.PERFORMANCE_TWEAKS.major' => true,
  42012.             'shopware.feature.flags.PERFORMANCE_TWEAKS.description' => 'Performance improvements that include a breaking change',
  42013.             'shopware.feature.flags.FEATURE_NEXT_1797' => [
  42014.                 'default' => false,
  42015.                 'major' => true,
  42016.                 'description' => 'composer require for plugins',
  42017.             ],
  42018.             'shopware.feature.flags.FEATURE_NEXT_1797.default' => false,
  42019.             'shopware.feature.flags.FEATURE_NEXT_1797.major' => true,
  42020.             'shopware.feature.flags.FEATURE_NEXT_1797.description' => 'composer require for plugins',
  42021.             'shopware.feature.flags.FEATURE_NEXT_16710' => [
  42022.                 'default' => false,
  42023.                 'major' => true,
  42024.                 'description' => 'Do not allow empty ids provided in criteria',
  42025.             ],
  42026.             'shopware.feature.flags.FEATURE_NEXT_16710.default' => false,
  42027.             'shopware.feature.flags.FEATURE_NEXT_16710.major' => true,
  42028.             'shopware.feature.flags.FEATURE_NEXT_16710.description' => 'Do not allow empty ids provided in criteria',
  42029.             'shopware.feature.flags.FEATURE_NEXT_13810' => [
  42030.                 'default' => false,
  42031.                 'major' => true,
  42032.                 'description' => 'Deprecate old promotion module',
  42033.             ],
  42034.             'shopware.feature.flags.FEATURE_NEXT_13810.default' => false,
  42035.             'shopware.feature.flags.FEATURE_NEXT_13810.major' => true,
  42036.             'shopware.feature.flags.FEATURE_NEXT_13810.description' => 'Deprecate old promotion module',
  42037.             'shopware.feature.flags.FEATURE_NEXT_13250' => [
  42038.                 'default' => false,
  42039.                 'major' => true,
  42040.                 'description' => 'Reduce database queries if all required data for the line items is already assign',
  42041.             ],
  42042.             'shopware.feature.flags.FEATURE_NEXT_13250.default' => false,
  42043.             'shopware.feature.flags.FEATURE_NEXT_13250.major' => true,
  42044.             'shopware.feature.flags.FEATURE_NEXT_13250.description' => 'Reduce database queries if all required data for the line items is already assign',
  42045.             'shopware.feature.flags.FEATURE_NEXT_17276' => [
  42046.                 'default' => false,
  42047.                 'major' => true,
  42048.                 'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  42049.             ],
  42050.             'shopware.feature.flags.FEATURE_NEXT_17276.default' => false,
  42051.             'shopware.feature.flags.FEATURE_NEXT_17276.major' => true,
  42052.             'shopware.feature.flags.FEATURE_NEXT_17276.description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  42053.             'shopware.feature.flags.FEATURE_NEXT_16151' => [
  42054.                 'default' => false,
  42055.                 'major' => true,
  42056.                 'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  42057.             ],
  42058.             'shopware.feature.flags.FEATURE_NEXT_16151.default' => false,
  42059.             'shopware.feature.flags.FEATURE_NEXT_16151.major' => true,
  42060.             'shopware.feature.flags.FEATURE_NEXT_16151.description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  42061.             'shopware.feature.flags.FEATURE_NEXT_16155' => [
  42062.                 'default' => false,
  42063.                 'major' => true,
  42064.                 'description' => 'EntityLoadedEventFactory will be required in repositories',
  42065.             ],
  42066.             'shopware.feature.flags.FEATURE_NEXT_16155.default' => false,
  42067.             'shopware.feature.flags.FEATURE_NEXT_16155.major' => true,
  42068.             'shopware.feature.flags.FEATURE_NEXT_16155.description' => 'EntityLoadedEventFactory will be required in repositories',
  42069.             'shopware.feature.flags.FEATURE_NEXT_19501' => [
  42070.                 'default' => false,
  42071.                 'major' => false,
  42072.                 'description' => 'Disables the cart.container function',
  42073.             ],
  42074.             'shopware.feature.flags.FEATURE_NEXT_19501.default' => false,
  42075.             'shopware.feature.flags.FEATURE_NEXT_19501.major' => false,
  42076.             'shopware.feature.flags.FEATURE_NEXT_19501.description' => 'Disables the cart.container function',
  42077.             'shopware.feature.flags.FEATURE_NEXT_15053' => [
  42078.                 'default' => false,
  42079.                 'major' => false,
  42080.                 'description' => 'Replace wrong displayed characters in number format',
  42081.             ],
  42082.             'shopware.feature.flags.FEATURE_NEXT_15053.default' => false,
  42083.             'shopware.feature.flags.FEATURE_NEXT_15053.major' => false,
  42084.             'shopware.feature.flags.FEATURE_NEXT_15053.description' => 'Replace wrong displayed characters in number format',
  42085.             'shopware.feature.flags.FEATURE_NEXT_18215' => [
  42086.                 'default' => false,
  42087.                 'major' => true,
  42088.                 'description' => 'Rules are aware of their assignment',
  42089.             ],
  42090.             'shopware.feature.flags.FEATURE_NEXT_18215.default' => false,
  42091.             'shopware.feature.flags.FEATURE_NEXT_18215.major' => true,
  42092.             'shopware.feature.flags.FEATURE_NEXT_18215.description' => 'Rules are aware of their assignment',
  42093.             'shopware.feature.flags.FEATURE_NEXT_15815' => [
  42094.                 'default' => false,
  42095.                 'major' => true,
  42096.                 'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  42097.             ],
  42098.             'shopware.feature.flags.FEATURE_NEXT_15815.default' => false,
  42099.             'shopware.feature.flags.FEATURE_NEXT_15815.major' => true,
  42100.             'shopware.feature.flags.FEATURE_NEXT_15815.description' => 'Remove single record handling in sync service. Only single operation should be supported',
  42101.             'shopware.feature.flags.FEATURE_NEXT_14699' => [
  42102.                 'default' => false,
  42103.                 'major' => true,
  42104.                 'description' => 'Refactoring of Storefront theme assets',
  42105.             ],
  42106.             'shopware.feature.flags.FEATURE_NEXT_14699.default' => false,
  42107.             'shopware.feature.flags.FEATURE_NEXT_14699.major' => true,
  42108.             'shopware.feature.flags.FEATURE_NEXT_14699.description' => 'Refactoring of Storefront theme assets',
  42109.             'shopware.feature.flags.FEATURE_NEXT_15707' => [
  42110.                 'default' => false,
  42111.                 'major' => false,
  42112.                 'description' => 'Delivery notice for EU geoblocking regulation',
  42113.             ],
  42114.             'shopware.feature.flags.FEATURE_NEXT_15707.default' => false,
  42115.             'shopware.feature.flags.FEATURE_NEXT_15707.major' => false,
  42116.             'shopware.feature.flags.FEATURE_NEXT_15707.description' => 'Delivery notice for EU geoblocking regulation',
  42117.             'shopware.feature.flags.FEATURE_NEXT_14360' => [
  42118.                 'default' => false,
  42119.                 'major' => true,
  42120.                 'description' => 'App System 4.0 - Build action button messaging system',
  42121.             ],
  42122.             'shopware.feature.flags.FEATURE_NEXT_14360.default' => false,
  42123.             'shopware.feature.flags.FEATURE_NEXT_14360.major' => true,
  42124.             'shopware.feature.flags.FEATURE_NEXT_14360.description' => 'App System 4.0 - Build action button messaging system',
  42125.             'shopware.feature.flags.FEATURE_NEXT_15172' => [
  42126.                 'default' => false,
  42127.                 'major' => true,
  42128.                 'description' => 'Sanitize html of fields with AllowHtml flag',
  42129.             ],
  42130.             'shopware.feature.flags.FEATURE_NEXT_15172.default' => false,
  42131.             'shopware.feature.flags.FEATURE_NEXT_15172.major' => true,
  42132.             'shopware.feature.flags.FEATURE_NEXT_15172.description' => 'Sanitize html of fields with AllowHtml flag',
  42133.             'shopware.feature.flags.FEATURE_NEXT_14001' => [
  42134.                 'default' => false,
  42135.                 'major' => true,
  42136.                 'description' => 'Newsletter DOI for registered customers',
  42137.             ],
  42138.             'shopware.feature.flags.FEATURE_NEXT_14001.default' => false,
  42139.             'shopware.feature.flags.FEATURE_NEXT_14001.major' => true,
  42140.             'shopware.feature.flags.FEATURE_NEXT_14001.description' => 'Newsletter DOI for registered customers',
  42141.             'shopware.feature.flags.FEATURE_NEXT_7739' => [
  42142.                 'default' => false,
  42143.                 'major' => true,
  42144.                 'description' => 'Optional salutation',
  42145.             ],
  42146.             'shopware.feature.flags.FEATURE_NEXT_7739.default' => false,
  42147.             'shopware.feature.flags.FEATURE_NEXT_7739.major' => true,
  42148.             'shopware.feature.flags.FEATURE_NEXT_7739.description' => 'Optional salutation',
  42149.             'shopware.feature.flags.FEATURE_NEXT_16200' => [
  42150.                 'default' => false,
  42151.                 'major' => false,
  42152.                 'description' => 'Register Doi Domain',
  42153.             ],
  42154.             'shopware.feature.flags.FEATURE_NEXT_16200.default' => false,
  42155.             'shopware.feature.flags.FEATURE_NEXT_16200.major' => false,
  42156.             'shopware.feature.flags.FEATURE_NEXT_16200.description' => 'Register Doi Domain',
  42157.             'shopware.feature.flags.FEATURE_NEXT_13410' => [
  42158.                 'default' => false,
  42159.                 'major' => true,
  42160.                 'description' => 'Make sales channels required in seo generator',
  42161.             ],
  42162.             'shopware.feature.flags.FEATURE_NEXT_13410.default' => false,
  42163.             'shopware.feature.flags.FEATURE_NEXT_13410.major' => true,
  42164.             'shopware.feature.flags.FEATURE_NEXT_13410.description' => 'Make sales channels required in seo generator',
  42165.             'shopware.feature.flags.FEATURE_NEXT_15917' => [
  42166.                 'default' => false,
  42167.                 'major' => true,
  42168.                 'description' => 'Move storefront script tags to head with defer',
  42169.             ],
  42170.             'shopware.feature.flags.FEATURE_NEXT_15917.default' => false,
  42171.             'shopware.feature.flags.FEATURE_NEXT_15917.major' => true,
  42172.             'shopware.feature.flags.FEATURE_NEXT_15917.description' => 'Move storefront script tags to head with defer',
  42173.             'shopware.feature.flags.FEATURE_NEXT_15957' => [
  42174.                 'default' => false,
  42175.                 'major' => true,
  42176.                 'description' => 'VAT id field for guest',
  42177.             ],
  42178.             'shopware.feature.flags.FEATURE_NEXT_15957.default' => false,
  42179.             'shopware.feature.flags.FEATURE_NEXT_15957.major' => true,
  42180.             'shopware.feature.flags.FEATURE_NEXT_15957.description' => 'VAT id field for guest',
  42181.             'shopware.feature.flags.FEATURE_NEXT_13601' => [
  42182.                 'default' => false,
  42183.                 'major' => true,
  42184.                 'description' => 'Default transaction state for async app payments',
  42185.             ],
  42186.             'shopware.feature.flags.FEATURE_NEXT_13601.default' => false,
  42187.             'shopware.feature.flags.FEATURE_NEXT_13601.major' => true,
  42188.             'shopware.feature.flags.FEATURE_NEXT_13601.description' => 'Default transaction state for async app payments',
  42189.             'shopware.feature.flags.FEATURE_NEXT_16992' => [
  42190.                 'default' => false,
  42191.                 'major' => true,
  42192.                 'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  42193.             ],
  42194.             'shopware.feature.flags.FEATURE_NEXT_16992.default' => false,
  42195.             'shopware.feature.flags.FEATURE_NEXT_16992.major' => true,
  42196.             'shopware.feature.flags.FEATURE_NEXT_16992.description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  42197.             'shopware.feature.flags.FEATURE_NEXT_7530' => [
  42198.                 'default' => false,
  42199.                 'major' => true,
  42200.                 'description' => 'Improve orders UX in Administration',
  42201.             ],
  42202.             'shopware.feature.flags.FEATURE_NEXT_7530.default' => false,
  42203.             'shopware.feature.flags.FEATURE_NEXT_7530.major' => true,
  42204.             'shopware.feature.flags.FEATURE_NEXT_7530.description' => 'Improve orders UX in Administration',
  42205.             'shopware.feature.flags.FEATURE_NEXT_16824' => [
  42206.                 'default' => false,
  42207.                 'major' => true,
  42208.                 'description' => 'Cart merged event',
  42209.             ],
  42210.             'shopware.feature.flags.FEATURE_NEXT_16824.default' => false,
  42211.             'shopware.feature.flags.FEATURE_NEXT_16824.major' => true,
  42212.             'shopware.feature.flags.FEATURE_NEXT_16824.description' => 'Cart merged event',
  42213.             'shopware.feature.flags.FEATURE_NEXT_16271' => [
  42214.                 'default' => false,
  42215.                 'major' => true,
  42216.                 'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  42217.             ],
  42218.             'shopware.feature.flags.FEATURE_NEXT_16271.default' => false,
  42219.             'shopware.feature.flags.FEATURE_NEXT_16271.major' => true,
  42220.             'shopware.feature.flags.FEATURE_NEXT_16271.description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  42221.             'shopware.feature.flags.FEATURE_NEXT_15381' => [
  42222.                 'default' => false,
  42223.                 'major' => true,
  42224.                 'description' => 'Save theme compilation',
  42225.             ],
  42226.             'shopware.feature.flags.FEATURE_NEXT_15381.default' => false,
  42227.             'shopware.feature.flags.FEATURE_NEXT_15381.major' => true,
  42228.             'shopware.feature.flags.FEATURE_NEXT_15381.description' => 'Save theme compilation',
  42229.             'shopware.feature.flags.FEATURE_NEXT_17275' => [
  42230.                 'default' => false,
  42231.                 'major' => true,
  42232.                 'description' => 'StorefrontRenderEvent only gets original view',
  42233.             ],
  42234.             'shopware.feature.flags.FEATURE_NEXT_17275.default' => false,
  42235.             'shopware.feature.flags.FEATURE_NEXT_17275.major' => true,
  42236.             'shopware.feature.flags.FEATURE_NEXT_17275.description' => 'StorefrontRenderEvent only gets original view',
  42237.             'shopware.feature.flags.FEATURE_NEXT_17016' => [
  42238.                 'default' => false,
  42239.                 'major' => true,
  42240.                 'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  42241.             ],
  42242.             'shopware.feature.flags.FEATURE_NEXT_17016.default' => false,
  42243.             'shopware.feature.flags.FEATURE_NEXT_17016.major' => true,
  42244.             'shopware.feature.flags.FEATURE_NEXT_17016.description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  42245.             'shopware.feature.flags.FEATURE_NEXT_16236' => [
  42246.                 'default' => false,
  42247.                 'major' => true,
  42248.                 'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  42249.             ],
  42250.             'shopware.feature.flags.FEATURE_NEXT_16236.default' => false,
  42251.             'shopware.feature.flags.FEATURE_NEXT_16236.major' => true,
  42252.             'shopware.feature.flags.FEATURE_NEXT_16236.description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  42253.             'shopware.feature.flags.FEATURE_NEXT_16640' => [
  42254.                 'default' => false,
  42255.                 'major' => true,
  42256.                 'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  42257.             ],
  42258.             'shopware.feature.flags.FEATURE_NEXT_16640.default' => false,
  42259.             'shopware.feature.flags.FEATURE_NEXT_16640.major' => true,
  42260.             'shopware.feature.flags.FEATURE_NEXT_16640.description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  42261.             'shopware.feature.flags.FEATURE_NEXT_17858' => [
  42262.                 'default' => false,
  42263.                 'major' => true,
  42264.                 'description' => 'Major feature flag for Business Event',
  42265.             ],
  42266.             'shopware.feature.flags.FEATURE_NEXT_17858.default' => false,
  42267.             'shopware.feature.flags.FEATURE_NEXT_17858.major' => true,
  42268.             'shopware.feature.flags.FEATURE_NEXT_17858.description' => 'Major feature flag for Business Event',
  42269.             'shopware.feature.flags.FEATURE_NEXT_6758' => [
  42270.                 'default' => false,
  42271.                 'major' => true,
  42272.                 'description' => 'Layout assignment for category as list',
  42273.             ],
  42274.             'shopware.feature.flags.FEATURE_NEXT_6758.default' => false,
  42275.             'shopware.feature.flags.FEATURE_NEXT_6758.major' => true,
  42276.             'shopware.feature.flags.FEATURE_NEXT_6758.description' => 'Layout assignment for category as list',
  42277.             'shopware.feature.flags.FEATURE_NEXT_19048' => [
  42278.                 'default' => false,
  42279.                 'major' => true,
  42280.                 'description' => 'Fix media resolution in theme',
  42281.             ],
  42282.             'shopware.feature.flags.FEATURE_NEXT_19048.default' => false,
  42283.             'shopware.feature.flags.FEATURE_NEXT_19048.major' => true,
  42284.             'shopware.feature.flags.FEATURE_NEXT_19048.description' => 'Fix media resolution in theme',
  42285.             'shopware.feature.flags.FEATURE_NEXT_19822' => [
  42286.                 'default' => false,
  42287.                 'major' => true,
  42288.                 'description' => 'Enables lazy loading components in the administration',
  42289.             ],
  42290.             'shopware.feature.flags.FEATURE_NEXT_19822.default' => false,
  42291.             'shopware.feature.flags.FEATURE_NEXT_19822.major' => true,
  42292.             'shopware.feature.flags.FEATURE_NEXT_19822.description' => 'Enables lazy loading components in the administration',
  42293.             'shopware.feature.flags.FEATURE_NEXT_18129' => [
  42294.                 'default' => false,
  42295.                 'major' => true,
  42296.                 'description' => 'Require positionIdentifier for some components',
  42297.             ],
  42298.             'shopware.feature.flags.FEATURE_NEXT_18129.default' => false,
  42299.             'shopware.feature.flags.FEATURE_NEXT_18129.major' => true,
  42300.             'shopware.feature.flags.FEATURE_NEXT_18129.description' => 'Require positionIdentifier for some components',
  42301.             'shopware.feature.flags.FEATURE_NEXT_19163' => [
  42302.                 'default' => false,
  42303.                 'major' => true,
  42304.                 'description' => 'one to one inheritance',
  42305.             ],
  42306.             'shopware.feature.flags.FEATURE_NEXT_19163.default' => false,
  42307.             'shopware.feature.flags.FEATURE_NEXT_19163.major' => true,
  42308.             'shopware.feature.flags.FEATURE_NEXT_19163.description' => 'one to one inheritance',
  42309.             'shopware.feature.flags.FEATURE_NEXT_18187' => [
  42310.                 'default' => false,
  42311.                 'major' => true,
  42312.                 'description' => 'Move admin dashboard statistics into separate component',
  42313.             ],
  42314.             'shopware.feature.flags.FEATURE_NEXT_18187.default' => false,
  42315.             'shopware.feature.flags.FEATURE_NEXT_18187.major' => true,
  42316.             'shopware.feature.flags.FEATURE_NEXT_18187.description' => 'Move admin dashboard statistics into separate component',
  42317.             'shopware.feature.flags.FEATURE_NEXT_17978' => [
  42318.                 'default' => false,
  42319.                 'major' => true,
  42320.                 'description' => 'Change component factory to work with extension overrides in Administration',
  42321.             ],
  42322.             'shopware.feature.flags.FEATURE_NEXT_17978.default' => false,
  42323.             'shopware.feature.flags.FEATURE_NEXT_17978.major' => true,
  42324.             'shopware.feature.flags.FEATURE_NEXT_17978.description' => 'Change component factory to work with extension overrides in Administration',
  42325.             'shopware.feature.flags.FEATURE_NEXT_11634' => [
  42326.                 'default' => false,
  42327.                 'major' => true,
  42328.                 'description' => 'Webpack alias refactor',
  42329.             ],
  42330.             'shopware.feature.flags.FEATURE_NEXT_11634.default' => false,
  42331.             'shopware.feature.flags.FEATURE_NEXT_11634.major' => true,
  42332.             'shopware.feature.flags.FEATURE_NEXT_11634.description' => 'Webpack alias refactor',
  42333.             'shopware.feature.flags.FEATURE_NEXT_21547' => [
  42334.                 'default' => false,
  42335.                 'major' => true,
  42336.                 'description' => 'Change admin criteria defaults',
  42337.             ],
  42338.             'shopware.feature.flags.FEATURE_NEXT_21547.default' => false,
  42339.             'shopware.feature.flags.FEATURE_NEXT_21547.major' => true,
  42340.             'shopware.feature.flags.FEATURE_NEXT_21547.description' => 'Change admin criteria defaults',
  42341.             'shopware.feature.flags.FEATURE_NEXT_22900' => [
  42342.                 'default' => false,
  42343.                 'major' => true,
  42344.                 'description' => 'Admin search configuration is used in Elasticsearch',
  42345.             ],
  42346.             'shopware.feature.flags.FEATURE_NEXT_22900.default' => false,
  42347.             'shopware.feature.flags.FEATURE_NEXT_22900.major' => true,
  42348.             'shopware.feature.flags.FEATURE_NEXT_22900.description' => 'Admin search configuration is used in Elasticsearch',
  42349.             'shopware.profiler' => [
  42350.                 'integrations' => [
  42351.                     => 'Symfony',
  42352.                 ],
  42353.             ],
  42354.             'shopware.profiler.integrations' => [
  42355.                 => 'Symfony',
  42356.             ],
  42357.             'shopware.profiler.integrations.0' => 'Symfony',
  42358.             'shopware.filesystem' => [
  42359.                 'private' => [
  42360.                     'type' => 'local',
  42361.                     'config' => [
  42362.                         'root' => (\dirname(__DIR__4).'/files'),
  42363.                     ],
  42364.                 ],
  42365.                 'public' => [
  42366.                     'type' => 'local',
  42367.                     'config' => [
  42368.                         'root' => (\dirname(__DIR__4).'/public'),
  42369.                     ],
  42370.                 ],
  42371.                 'temp' => [
  42372.                     'type' => 'local',
  42373.                     'config' => [
  42374.                         'root' => \dirname(__DIR__3),
  42375.                     ],
  42376.                 ],
  42377.                 'theme' => [
  42378.                 ],
  42379.                 'asset' => [
  42380.                 ],
  42381.                 'sitemap' => [
  42382.                 ],
  42383.                 'allowed_extensions' => [
  42384.                     => 'jpg',
  42385.                     => 'jpeg',
  42386.                     => 'png',
  42387.                     => 'webp',
  42388.                     => 'gif',
  42389.                     => 'svg',
  42390.                     => 'bmp',
  42391.                     => 'tiff',
  42392.                     => 'tif',
  42393.                     => 'eps',
  42394.                     10 => 'webm',
  42395.                     11 => 'mkv',
  42396.                     12 => 'flv',
  42397.                     13 => 'ogv',
  42398.                     14 => 'ogg',
  42399.                     15 => 'mov',
  42400.                     16 => 'mp4',
  42401.                     17 => 'avi',
  42402.                     18 => 'wmv',
  42403.                     19 => 'pdf',
  42404.                     20 => 'aac',
  42405.                     21 => 'mp3',
  42406.                     22 => 'wav',
  42407.                     23 => 'flac',
  42408.                     24 => 'oga',
  42409.                     25 => 'wma',
  42410.                     26 => 'txt',
  42411.                     27 => 'doc',
  42412.                     28 => 'ico',
  42413.                 ],
  42414.             ],
  42415.             'shopware.filesystem.private' => [
  42416.                 'type' => 'local',
  42417.                 'config' => [
  42418.                     'root' => (\dirname(__DIR__4).'/files'),
  42419.                 ],
  42420.             ],
  42421.             'shopware.filesystem.private.type' => 'local',
  42422.             'shopware.filesystem.private.config' => [
  42423.                 'root' => (\dirname(__DIR__4).'/files'),
  42424.             ],
  42425.             'shopware.filesystem.private.config.root' => (\dirname(__DIR__4).'/files'),
  42426.             'shopware.filesystem.public' => [
  42427.                 'type' => 'local',
  42428.                 'config' => [
  42429.                     'root' => (\dirname(__DIR__4).'/public'),
  42430.                 ],
  42431.             ],
  42432.             'shopware.filesystem.public.type' => 'local',
  42433.             'shopware.filesystem.public.config' => [
  42434.                 'root' => (\dirname(__DIR__4).'/public'),
  42435.             ],
  42436.             'shopware.filesystem.public.config.root' => (\dirname(__DIR__4).'/public'),
  42437.             'shopware.filesystem.temp' => [
  42438.                 'type' => 'local',
  42439.                 'config' => [
  42440.                     'root' => \dirname(__DIR__3),
  42441.                 ],
  42442.             ],
  42443.             'shopware.filesystem.temp.type' => 'local',
  42444.             'shopware.filesystem.temp.config' => [
  42445.                 'root' => \dirname(__DIR__3),
  42446.             ],
  42447.             'shopware.filesystem.temp.config.root' => \dirname(__DIR__3),
  42448.             'shopware.filesystem.theme' => [
  42449.                 'type' => 'local',
  42450.                 'config' => [
  42451.                     'root' => (\dirname(__DIR__4).'/public'),
  42452.                 ],
  42453.             ],
  42454.             'shopware.filesystem.asset' => [
  42455.                 'type' => 'local',
  42456.                 'config' => [
  42457.                     'root' => (\dirname(__DIR__4).'/public'),
  42458.                 ],
  42459.             ],
  42460.             'shopware.filesystem.sitemap' => [
  42461.                 'type' => 'local',
  42462.                 'config' => [
  42463.                     'root' => (\dirname(__DIR__4).'/public'),
  42464.                 ],
  42465.             ],
  42466.             'shopware.filesystem.allowed_extensions' => [
  42467.                 => 'jpg',
  42468.                 => 'jpeg',
  42469.                 => 'png',
  42470.                 => 'webp',
  42471.                 => 'gif',
  42472.                 => 'svg',
  42473.                 => 'bmp',
  42474.                 => 'tiff',
  42475.                 => 'tif',
  42476.                 => 'eps',
  42477.                 10 => 'webm',
  42478.                 11 => 'mkv',
  42479.                 12 => 'flv',
  42480.                 13 => 'ogv',
  42481.                 14 => 'ogg',
  42482.                 15 => 'mov',
  42483.                 16 => 'mp4',
  42484.                 17 => 'avi',
  42485.                 18 => 'wmv',
  42486.                 19 => 'pdf',
  42487.                 20 => 'aac',
  42488.                 21 => 'mp3',
  42489.                 22 => 'wav',
  42490.                 23 => 'flac',
  42491.                 24 => 'oga',
  42492.                 25 => 'wma',
  42493.                 26 => 'txt',
  42494.                 27 => 'doc',
  42495.                 28 => 'ico',
  42496.             ],
  42497.             'shopware.filesystem.allowed_extensions.0' => 'jpg',
  42498.             'shopware.filesystem.allowed_extensions.1' => 'jpeg',
  42499.             'shopware.filesystem.allowed_extensions.2' => 'png',
  42500.             'shopware.filesystem.allowed_extensions.3' => 'webp',
  42501.             'shopware.filesystem.allowed_extensions.4' => 'gif',
  42502.             'shopware.filesystem.allowed_extensions.5' => 'svg',
  42503.             'shopware.filesystem.allowed_extensions.6' => 'bmp',
  42504.             'shopware.filesystem.allowed_extensions.7' => 'tiff',
  42505.             'shopware.filesystem.allowed_extensions.8' => 'tif',
  42506.             'shopware.filesystem.allowed_extensions.9' => 'eps',
  42507.             'shopware.filesystem.allowed_extensions.10' => 'webm',
  42508.             'shopware.filesystem.allowed_extensions.11' => 'mkv',
  42509.             'shopware.filesystem.allowed_extensions.12' => 'flv',
  42510.             'shopware.filesystem.allowed_extensions.13' => 'ogv',
  42511.             'shopware.filesystem.allowed_extensions.14' => 'ogg',
  42512.             'shopware.filesystem.allowed_extensions.15' => 'mov',
  42513.             'shopware.filesystem.allowed_extensions.16' => 'mp4',
  42514.             'shopware.filesystem.allowed_extensions.17' => 'avi',
  42515.             'shopware.filesystem.allowed_extensions.18' => 'wmv',
  42516.             'shopware.filesystem.allowed_extensions.19' => 'pdf',
  42517.             'shopware.filesystem.allowed_extensions.20' => 'aac',
  42518.             'shopware.filesystem.allowed_extensions.21' => 'mp3',
  42519.             'shopware.filesystem.allowed_extensions.22' => 'wav',
  42520.             'shopware.filesystem.allowed_extensions.23' => 'flac',
  42521.             'shopware.filesystem.allowed_extensions.24' => 'oga',
  42522.             'shopware.filesystem.allowed_extensions.25' => 'wma',
  42523.             'shopware.filesystem.allowed_extensions.26' => 'txt',
  42524.             'shopware.filesystem.allowed_extensions.27' => 'doc',
  42525.             'shopware.filesystem.allowed_extensions.28' => 'ico',
  42526.             'shopware.cdn.url' => '',
  42527.             'shopware.increment' => [
  42528.                 'user_activity' => [
  42529.                     'type' => 'mysql',
  42530.                 ],
  42531.                 'message_queue' => [
  42532.                     'type' => 'mysql',
  42533.                 ],
  42534.             ],
  42535.             'shopware.increment.user_activity' => [
  42536.                 'type' => 'mysql',
  42537.             ],
  42538.             'shopware.increment.user_activity.type' => 'mysql',
  42539.             'shopware.increment.message_queue' => [
  42540.                 'type' => 'mysql',
  42541.             ],
  42542.             'shopware.increment.message_queue.type' => 'mysql',
  42543.             'shopware.api' => [
  42544.                 'max_limit' => 100,
  42545.                 'api_browser' => [
  42546.                     'auth_required' => false,
  42547.                 ],
  42548.                 'store' => [
  42549.                     'context_lifetime' => 'P1D',
  42550.                 ],
  42551.                 'rate_limiter' => [
  42552.                     'login' => [
  42553.                         'enabled' => true,
  42554.                         'policy' => 'time_backoff',
  42555.                         'reset' => '24 hours',
  42556.                         'limits' => [
  42557.                             => [
  42558.                                 'limit' => 10,
  42559.                                 'interval' => '10 seconds',
  42560.                             ],
  42561.                             => [
  42562.                                 'limit' => 15,
  42563.                                 'interval' => '30 seconds',
  42564.                             ],
  42565.                             => [
  42566.                                 'limit' => 20,
  42567.                                 'interval' => '60 seconds',
  42568.                             ],
  42569.                         ],
  42570.                         'lock_factory' => 'lock.factory',
  42571.                         'cache_pool' => 'cache.rate_limiter',
  42572.                     ],
  42573.                     'guest_login' => [
  42574.                         'enabled' => true,
  42575.                         'policy' => 'time_backoff',
  42576.                         'reset' => '24 hours',
  42577.                         'limits' => [
  42578.                             => [
  42579.                                 'limit' => 10,
  42580.                                 'interval' => '10 seconds',
  42581.                             ],
  42582.                             => [
  42583.                                 'limit' => 15,
  42584.                                 'interval' => '30 seconds',
  42585.                             ],
  42586.                             => [
  42587.                                 'limit' => 20,
  42588.                                 'interval' => '60 seconds',
  42589.                             ],
  42590.                         ],
  42591.                         'lock_factory' => 'lock.factory',
  42592.                         'cache_pool' => 'cache.rate_limiter',
  42593.                     ],
  42594.                     'oauth' => [
  42595.                         'enabled' => true,
  42596.                         'policy' => 'time_backoff',
  42597.                         'reset' => '24 hours',
  42598.                         'limits' => [
  42599.                             => [
  42600.                                 'limit' => 10,
  42601.                                 'interval' => '10 seconds',
  42602.                             ],
  42603.                             => [
  42604.                                 'limit' => 15,
  42605.                                 'interval' => '30 seconds',
  42606.                             ],
  42607.                             => [
  42608.                                 'limit' => 20,
  42609.                                 'interval' => '60 seconds',
  42610.                             ],
  42611.                         ],
  42612.                         'lock_factory' => 'lock.factory',
  42613.                         'cache_pool' => 'cache.rate_limiter',
  42614.                     ],
  42615.                     'reset_password' => [
  42616.                         'enabled' => true,
  42617.                         'policy' => 'time_backoff',
  42618.                         'reset' => '24 hours',
  42619.                         'limits' => [
  42620.                             => [
  42621.                                 'limit' => 3,
  42622.                                 'interval' => '30 seconds',
  42623.                             ],
  42624.                             => [
  42625.                                 'limit' => 5,
  42626.                                 'interval' => '60 seconds',
  42627.                             ],
  42628.                             => [
  42629.                                 'limit' => 10,
  42630.                                 'interval' => '90 seconds',
  42631.                             ],
  42632.                         ],
  42633.                         'lock_factory' => 'lock.factory',
  42634.                         'cache_pool' => 'cache.rate_limiter',
  42635.                     ],
  42636.                     'user_recovery' => [
  42637.                         'enabled' => true,
  42638.                         'policy' => 'time_backoff',
  42639.                         'reset' => '24 hours',
  42640.                         'limits' => [
  42641.                             => [
  42642.                                 'limit' => 3,
  42643.                                 'interval' => '30 seconds',
  42644.                             ],
  42645.                             => [
  42646.                                 'limit' => 5,
  42647.                                 'interval' => '60 seconds',
  42648.                             ],
  42649.                             => [
  42650.                                 'limit' => 10,
  42651.                                 'interval' => '90 seconds',
  42652.                             ],
  42653.                         ],
  42654.                         'lock_factory' => 'lock.factory',
  42655.                         'cache_pool' => 'cache.rate_limiter',
  42656.                     ],
  42657.                     'contact_form' => [
  42658.                         'enabled' => true,
  42659.                         'policy' => 'time_backoff',
  42660.                         'reset' => '24 hours',
  42661.                         'limits' => [
  42662.                             => [
  42663.                                 'limit' => 3,
  42664.                                 'interval' => '30 seconds',
  42665.                             ],
  42666.                             => [
  42667.                                 'limit' => 5,
  42668.                                 'interval' => '60 seconds',
  42669.                             ],
  42670.                             => [
  42671.                                 'limit' => 10,
  42672.                                 'interval' => '90 seconds',
  42673.                             ],
  42674.                         ],
  42675.                         'lock_factory' => 'lock.factory',
  42676.                         'cache_pool' => 'cache.rate_limiter',
  42677.                     ],
  42678.                     'notification' => [
  42679.                         'enabled' => true,
  42680.                         'policy' => 'time_backoff',
  42681.                         'reset' => '24 hours',
  42682.                         'limits' => [
  42683.                             => [
  42684.                                 'limit' => 10,
  42685.                                 'interval' => '10 seconds',
  42686.                             ],
  42687.                             => [
  42688.                                 'limit' => 15,
  42689.                                 'interval' => '30 seconds',
  42690.                             ],
  42691.                             => [
  42692.                                 'limit' => 20,
  42693.                                 'interval' => '60 seconds',
  42694.                             ],
  42695.                         ],
  42696.                         'lock_factory' => 'lock.factory',
  42697.                         'cache_pool' => 'cache.rate_limiter',
  42698.                     ],
  42699.                     'newsletter_form' => [
  42700.                         'enabled' => true,
  42701.                         'policy' => 'time_backoff',
  42702.                         'reset' => '24 hours',
  42703.                         'limits' => [
  42704.                             => [
  42705.                                 'limit' => 3,
  42706.                                 'interval' => '30 seconds',
  42707.                             ],
  42708.                             => [
  42709.                                 'limit' => 5,
  42710.                                 'interval' => '60 seconds',
  42711.                             ],
  42712.                             => [
  42713.                                 'limit' => 10,
  42714.                                 'interval' => '90 seconds',
  42715.                             ],
  42716.                         ],
  42717.                         'lock_factory' => 'lock.factory',
  42718.                         'cache_pool' => 'cache.rate_limiter',
  42719.                     ],
  42720.                     'cart_add_line_item' => [
  42721.                         'enabled' => true,
  42722.                         'policy' => 'system_config',
  42723.                         'reset' => '1 hours',
  42724.                         'limits' => [
  42725.                             => [
  42726.                                 'domain' => 'core.cart.lineItemAddLimit',
  42727.                                 'interval' => '60 seconds',
  42728.                             ],
  42729.                         ],
  42730.                         'lock_factory' => 'lock.factory',
  42731.                         'cache_pool' => 'cache.rate_limiter',
  42732.                     ],
  42733.                 ],
  42734.             ],
  42735.             'shopware.api.max_limit' => 100,
  42736.             'shopware.api.api_browser' => [
  42737.                 'auth_required' => false,
  42738.             ],
  42739.             'shopware.api.api_browser.auth_required' => false,
  42740.             'shopware.api.api_browser.auth_required_str' => '0',
  42741.             'shopware.api.store' => [
  42742.                 'context_lifetime' => 'P1D',
  42743.             ],
  42744.             'shopware.api.store.context_lifetime' => 'P1D',
  42745.             'shopware.api.rate_limiter' => [
  42746.                 'login' => [
  42747.                     'enabled' => true,
  42748.                     'policy' => 'time_backoff',
  42749.                     'reset' => '24 hours',
  42750.                     'limits' => [
  42751.                         => [
  42752.                             'limit' => 10,
  42753.                             'interval' => '10 seconds',
  42754.                         ],
  42755.                         => [
  42756.                             'limit' => 15,
  42757.                             'interval' => '30 seconds',
  42758.                         ],
  42759.                         => [
  42760.                             'limit' => 20,
  42761.                             'interval' => '60 seconds',
  42762.                         ],
  42763.                     ],
  42764.                     'lock_factory' => 'lock.factory',
  42765.                     'cache_pool' => 'cache.rate_limiter',
  42766.                 ],
  42767.                 'guest_login' => [
  42768.                     'enabled' => true,
  42769.                     'policy' => 'time_backoff',
  42770.                     'reset' => '24 hours',
  42771.                     'limits' => [
  42772.                         => [
  42773.                             'limit' => 10,
  42774.                             'interval' => '10 seconds',
  42775.                         ],
  42776.                         => [
  42777.                             'limit' => 15,
  42778.                             'interval' => '30 seconds',
  42779.                         ],
  42780.                         => [
  42781.                             'limit' => 20,
  42782.                             'interval' => '60 seconds',
  42783.                         ],
  42784.                     ],
  42785.                     'lock_factory' => 'lock.factory',
  42786.                     'cache_pool' => 'cache.rate_limiter',
  42787.                 ],
  42788.                 'oauth' => [
  42789.                     'enabled' => true,
  42790.                     'policy' => 'time_backoff',
  42791.                     'reset' => '24 hours',
  42792.                     'limits' => [
  42793.                         => [
  42794.                             'limit' => 10,
  42795.                             'interval' => '10 seconds',
  42796.                         ],
  42797.                         => [
  42798.                             'limit' => 15,
  42799.                             'interval' => '30 seconds',
  42800.                         ],
  42801.                         => [
  42802.                             'limit' => 20,
  42803.                             'interval' => '60 seconds',
  42804.                         ],
  42805.                     ],
  42806.                     'lock_factory' => 'lock.factory',
  42807.                     'cache_pool' => 'cache.rate_limiter',
  42808.                 ],
  42809.                 'reset_password' => [
  42810.                     'enabled' => true,
  42811.                     'policy' => 'time_backoff',
  42812.                     'reset' => '24 hours',
  42813.                     'limits' => [
  42814.                         => [
  42815.                             'limit' => 3,
  42816.                             'interval' => '30 seconds',
  42817.                         ],
  42818.                         => [
  42819.                             'limit' => 5,
  42820.                             'interval' => '60 seconds',
  42821.                         ],
  42822.                         => [
  42823.                             'limit' => 10,
  42824.                             'interval' => '90 seconds',
  42825.                         ],
  42826.                     ],
  42827.                     'lock_factory' => 'lock.factory',
  42828.                     'cache_pool' => 'cache.rate_limiter',
  42829.                 ],
  42830.                 'user_recovery' => [
  42831.                     'enabled' => true,
  42832.                     'policy' => 'time_backoff',
  42833.                     'reset' => '24 hours',
  42834.                     'limits' => [
  42835.                         => [
  42836.                             'limit' => 3,
  42837.                             'interval' => '30 seconds',
  42838.                         ],
  42839.                         => [
  42840.                             'limit' => 5,
  42841.                             'interval' => '60 seconds',
  42842.                         ],
  42843.                         => [
  42844.                             'limit' => 10,
  42845.                             'interval' => '90 seconds',
  42846.                         ],
  42847.                     ],
  42848.                     'lock_factory' => 'lock.factory',
  42849.                     'cache_pool' => 'cache.rate_limiter',
  42850.                 ],
  42851.                 'contact_form' => [
  42852.                     'enabled' => true,
  42853.                     'policy' => 'time_backoff',
  42854.                     'reset' => '24 hours',
  42855.                     'limits' => [
  42856.                         => [
  42857.                             'limit' => 3,
  42858.                             'interval' => '30 seconds',
  42859.                         ],
  42860.                         => [
  42861.                             'limit' => 5,
  42862.                             'interval' => '60 seconds',
  42863.                         ],
  42864.                         => [
  42865.                             'limit' => 10,
  42866.                             'interval' => '90 seconds',
  42867.                         ],
  42868.                     ],
  42869.                     'lock_factory' => 'lock.factory',
  42870.                     'cache_pool' => 'cache.rate_limiter',
  42871.                 ],
  42872.                 'notification' => [
  42873.                     'enabled' => true,
  42874.                     'policy' => 'time_backoff',
  42875.                     'reset' => '24 hours',
  42876.                     'limits' => [
  42877.                         => [
  42878.                             'limit' => 10,
  42879.                             'interval' => '10 seconds',
  42880.                         ],
  42881.                         => [
  42882.                             'limit' => 15,
  42883.                             'interval' => '30 seconds',
  42884.                         ],
  42885.                         => [
  42886.                             'limit' => 20,
  42887.                             'interval' => '60 seconds',
  42888.                         ],
  42889.                     ],
  42890.                     'lock_factory' => 'lock.factory',
  42891.                     'cache_pool' => 'cache.rate_limiter',
  42892.                 ],
  42893.                 'newsletter_form' => [
  42894.                     'enabled' => true,
  42895.                     'policy' => 'time_backoff',
  42896.                     'reset' => '24 hours',
  42897.                     'limits' => [
  42898.                         => [
  42899.                             'limit' => 3,
  42900.                             'interval' => '30 seconds',
  42901.                         ],
  42902.                         => [
  42903.                             'limit' => 5,
  42904.                             'interval' => '60 seconds',
  42905.                         ],
  42906.                         => [
  42907.                             'limit' => 10,
  42908.                             'interval' => '90 seconds',
  42909.                         ],
  42910.                     ],
  42911.                     'lock_factory' => 'lock.factory',
  42912.                     'cache_pool' => 'cache.rate_limiter',
  42913.                 ],
  42914.                 'cart_add_line_item' => [
  42915.                     'enabled' => true,
  42916.                     'policy' => 'system_config',
  42917.                     'reset' => '1 hours',
  42918.                     'limits' => [
  42919.                         => [
  42920.                             'domain' => 'core.cart.lineItemAddLimit',
  42921.                             'interval' => '60 seconds',
  42922.                         ],
  42923.                     ],
  42924.                     'lock_factory' => 'lock.factory',
  42925.                     'cache_pool' => 'cache.rate_limiter',
  42926.                 ],
  42927.             ],
  42928.             'shopware.api.rate_limiter.login' => [
  42929.                 'enabled' => true,
  42930.                 'policy' => 'time_backoff',
  42931.                 'reset' => '24 hours',
  42932.                 'limits' => [
  42933.                     => [
  42934.                         'limit' => 10,
  42935.                         'interval' => '10 seconds',
  42936.                     ],
  42937.                     => [
  42938.                         'limit' => 15,
  42939.                         'interval' => '30 seconds',
  42940.                     ],
  42941.                     => [
  42942.                         'limit' => 20,
  42943.                         'interval' => '60 seconds',
  42944.                     ],
  42945.                 ],
  42946.                 'lock_factory' => 'lock.factory',
  42947.                 'cache_pool' => 'cache.rate_limiter',
  42948.             ],
  42949.             'shopware.api.rate_limiter.login.enabled' => true,
  42950.             'shopware.api.rate_limiter.login.policy' => 'time_backoff',
  42951.             'shopware.api.rate_limiter.login.reset' => '24 hours',
  42952.             'shopware.api.rate_limiter.login.limits' => [
  42953.                 => [
  42954.                     'limit' => 10,
  42955.                     'interval' => '10 seconds',
  42956.                 ],
  42957.                 => [
  42958.                     'limit' => 15,
  42959.                     'interval' => '30 seconds',
  42960.                 ],
  42961.                 => [
  42962.                     'limit' => 20,
  42963.                     'interval' => '60 seconds',
  42964.                 ],
  42965.             ],
  42966.             'shopware.api.rate_limiter.login.limits.0' => [
  42967.                 'limit' => 10,
  42968.                 'interval' => '10 seconds',
  42969.             ],
  42970.             'shopware.api.rate_limiter.login.limits.0.limit' => 10,
  42971.             'shopware.api.rate_limiter.login.limits.0.interval' => '10 seconds',
  42972.             'shopware.api.rate_limiter.login.limits.1' => [
  42973.                 'limit' => 15,
  42974.                 'interval' => '30 seconds',
  42975.             ],
  42976.             'shopware.api.rate_limiter.login.limits.1.limit' => 15,
  42977.             'shopware.api.rate_limiter.login.limits.1.interval' => '30 seconds',
  42978.             'shopware.api.rate_limiter.login.limits.2' => [
  42979.                 'limit' => 20,
  42980.                 'interval' => '60 seconds',
  42981.             ],
  42982.             'shopware.api.rate_limiter.login.limits.2.limit' => 20,
  42983.             'shopware.api.rate_limiter.login.limits.2.interval' => '60 seconds',
  42984.             'shopware.api.rate_limiter.login.lock_factory' => 'lock.factory',
  42985.             'shopware.api.rate_limiter.login.cache_pool' => 'cache.rate_limiter',
  42986.             'shopware.api.rate_limiter.guest_login' => [
  42987.                 'enabled' => true,
  42988.                 'policy' => 'time_backoff',
  42989.                 'reset' => '24 hours',
  42990.                 'limits' => [
  42991.                     => [
  42992.                         'limit' => 10,
  42993.                         'interval' => '10 seconds',
  42994.                     ],
  42995.                     => [
  42996.                         'limit' => 15,
  42997.                         'interval' => '30 seconds',
  42998.                     ],
  42999.                     => [
  43000.                         'limit' => 20,
  43001.                         'interval' => '60 seconds',
  43002.                     ],
  43003.                 ],
  43004.                 'lock_factory' => 'lock.factory',
  43005.                 'cache_pool' => 'cache.rate_limiter',
  43006.             ],
  43007.             'shopware.api.rate_limiter.guest_login.enabled' => true,
  43008.             'shopware.api.rate_limiter.guest_login.policy' => 'time_backoff',
  43009.             'shopware.api.rate_limiter.guest_login.reset' => '24 hours',
  43010.             'shopware.api.rate_limiter.guest_login.limits' => [
  43011.                 => [
  43012.                     'limit' => 10,
  43013.                     'interval' => '10 seconds',
  43014.                 ],
  43015.                 => [
  43016.                     'limit' => 15,
  43017.                     'interval' => '30 seconds',
  43018.                 ],
  43019.                 => [
  43020.                     'limit' => 20,
  43021.                     'interval' => '60 seconds',
  43022.                 ],
  43023.             ],
  43024.             'shopware.api.rate_limiter.guest_login.limits.0' => [
  43025.                 'limit' => 10,
  43026.                 'interval' => '10 seconds',
  43027.             ],
  43028.             'shopware.api.rate_limiter.guest_login.limits.0.limit' => 10,
  43029.             'shopware.api.rate_limiter.guest_login.limits.0.interval' => '10 seconds',
  43030.             'shopware.api.rate_limiter.guest_login.limits.1' => [
  43031.                 'limit' => 15,
  43032.                 'interval' => '30 seconds',
  43033.             ],
  43034.             'shopware.api.rate_limiter.guest_login.limits.1.limit' => 15,
  43035.             'shopware.api.rate_limiter.guest_login.limits.1.interval' => '30 seconds',
  43036.             'shopware.api.rate_limiter.guest_login.limits.2' => [
  43037.                 'limit' => 20,
  43038.                 'interval' => '60 seconds',
  43039.             ],
  43040.             'shopware.api.rate_limiter.guest_login.limits.2.limit' => 20,
  43041.             'shopware.api.rate_limiter.guest_login.limits.2.interval' => '60 seconds',
  43042.             'shopware.api.rate_limiter.guest_login.lock_factory' => 'lock.factory',
  43043.             'shopware.api.rate_limiter.guest_login.cache_pool' => 'cache.rate_limiter',
  43044.             'shopware.api.rate_limiter.oauth' => [
  43045.                 'enabled' => true,
  43046.                 'policy' => 'time_backoff',
  43047.                 'reset' => '24 hours',
  43048.                 'limits' => [
  43049.                     => [
  43050.                         'limit' => 10,
  43051.                         'interval' => '10 seconds',
  43052.                     ],
  43053.                     => [
  43054.                         'limit' => 15,
  43055.                         'interval' => '30 seconds',
  43056.                     ],
  43057.                     => [
  43058.                         'limit' => 20,
  43059.                         'interval' => '60 seconds',
  43060.                     ],
  43061.                 ],
  43062.                 'lock_factory' => 'lock.factory',
  43063.                 'cache_pool' => 'cache.rate_limiter',
  43064.             ],
  43065.             'shopware.api.rate_limiter.oauth.enabled' => true,
  43066.             'shopware.api.rate_limiter.oauth.policy' => 'time_backoff',
  43067.             'shopware.api.rate_limiter.oauth.reset' => '24 hours',
  43068.             'shopware.api.rate_limiter.oauth.limits' => [
  43069.                 => [
  43070.                     'limit' => 10,
  43071.                     'interval' => '10 seconds',
  43072.                 ],
  43073.                 => [
  43074.                     'limit' => 15,
  43075.                     'interval' => '30 seconds',
  43076.                 ],
  43077.                 => [
  43078.                     'limit' => 20,
  43079.                     'interval' => '60 seconds',
  43080.                 ],
  43081.             ],
  43082.             'shopware.api.rate_limiter.oauth.limits.0' => [
  43083.                 'limit' => 10,
  43084.                 'interval' => '10 seconds',
  43085.             ],
  43086.             'shopware.api.rate_limiter.oauth.limits.0.limit' => 10,
  43087.             'shopware.api.rate_limiter.oauth.limits.0.interval' => '10 seconds',
  43088.             'shopware.api.rate_limiter.oauth.limits.1' => [
  43089.                 'limit' => 15,
  43090.                 'interval' => '30 seconds',
  43091.             ],
  43092.             'shopware.api.rate_limiter.oauth.limits.1.limit' => 15,
  43093.             'shopware.api.rate_limiter.oauth.limits.1.interval' => '30 seconds',
  43094.             'shopware.api.rate_limiter.oauth.limits.2' => [
  43095.                 'limit' => 20,
  43096.                 'interval' => '60 seconds',
  43097.             ],
  43098.             'shopware.api.rate_limiter.oauth.limits.2.limit' => 20,
  43099.             'shopware.api.rate_limiter.oauth.limits.2.interval' => '60 seconds',
  43100.             'shopware.api.rate_limiter.oauth.lock_factory' => 'lock.factory',
  43101.             'shopware.api.rate_limiter.oauth.cache_pool' => 'cache.rate_limiter',
  43102.             'shopware.api.rate_limiter.reset_password' => [
  43103.                 'enabled' => true,
  43104.                 'policy' => 'time_backoff',
  43105.                 'reset' => '24 hours',
  43106.                 'limits' => [
  43107.                     => [
  43108.                         'limit' => 3,
  43109.                         'interval' => '30 seconds',
  43110.                     ],
  43111.                     => [
  43112.                         'limit' => 5,
  43113.                         'interval' => '60 seconds',
  43114.                     ],
  43115.                     => [
  43116.                         'limit' => 10,
  43117.                         'interval' => '90 seconds',
  43118.                     ],
  43119.                 ],
  43120.                 'lock_factory' => 'lock.factory',
  43121.                 'cache_pool' => 'cache.rate_limiter',
  43122.             ],
  43123.             'shopware.api.rate_limiter.reset_password.enabled' => true,
  43124.             'shopware.api.rate_limiter.reset_password.policy' => 'time_backoff',
  43125.             'shopware.api.rate_limiter.reset_password.reset' => '24 hours',
  43126.             'shopware.api.rate_limiter.reset_password.limits' => [
  43127.                 => [
  43128.                     'limit' => 3,
  43129.                     'interval' => '30 seconds',
  43130.                 ],
  43131.                 => [
  43132.                     'limit' => 5,
  43133.                     'interval' => '60 seconds',
  43134.                 ],
  43135.                 => [
  43136.                     'limit' => 10,
  43137.                     'interval' => '90 seconds',
  43138.                 ],
  43139.             ],
  43140.             'shopware.api.rate_limiter.reset_password.limits.0' => [
  43141.                 'limit' => 3,
  43142.                 'interval' => '30 seconds',
  43143.             ],
  43144.             'shopware.api.rate_limiter.reset_password.limits.0.limit' => 3,
  43145.             'shopware.api.rate_limiter.reset_password.limits.0.interval' => '30 seconds',
  43146.             'shopware.api.rate_limiter.reset_password.limits.1' => [
  43147.                 'limit' => 5,
  43148.                 'interval' => '60 seconds',
  43149.             ],
  43150.             'shopware.api.rate_limiter.reset_password.limits.1.limit' => 5,
  43151.             'shopware.api.rate_limiter.reset_password.limits.1.interval' => '60 seconds',
  43152.             'shopware.api.rate_limiter.reset_password.limits.2' => [
  43153.                 'limit' => 10,
  43154.                 'interval' => '90 seconds',
  43155.             ],
  43156.             'shopware.api.rate_limiter.reset_password.limits.2.limit' => 10,
  43157.             'shopware.api.rate_limiter.reset_password.limits.2.interval' => '90 seconds',
  43158.             'shopware.api.rate_limiter.reset_password.lock_factory' => 'lock.factory',
  43159.             'shopware.api.rate_limiter.reset_password.cache_pool' => 'cache.rate_limiter',
  43160.             'shopware.api.rate_limiter.user_recovery' => [
  43161.                 'enabled' => true,
  43162.                 'policy' => 'time_backoff',
  43163.                 'reset' => '24 hours',
  43164.                 'limits' => [
  43165.                     => [
  43166.                         'limit' => 3,
  43167.                         'interval' => '30 seconds',
  43168.                     ],
  43169.                     => [
  43170.                         'limit' => 5,
  43171.                         'interval' => '60 seconds',
  43172.                     ],
  43173.                     => [
  43174.                         'limit' => 10,
  43175.                         'interval' => '90 seconds',
  43176.                     ],
  43177.                 ],
  43178.                 'lock_factory' => 'lock.factory',
  43179.                 'cache_pool' => 'cache.rate_limiter',
  43180.             ],
  43181.             'shopware.api.rate_limiter.user_recovery.enabled' => true,
  43182.             'shopware.api.rate_limiter.user_recovery.policy' => 'time_backoff',
  43183.             'shopware.api.rate_limiter.user_recovery.reset' => '24 hours',
  43184.             'shopware.api.rate_limiter.user_recovery.limits' => [
  43185.                 => [
  43186.                     'limit' => 3,
  43187.                     'interval' => '30 seconds',
  43188.                 ],
  43189.                 => [
  43190.                     'limit' => 5,
  43191.                     'interval' => '60 seconds',
  43192.                 ],
  43193.                 => [
  43194.                     'limit' => 10,
  43195.                     'interval' => '90 seconds',
  43196.                 ],
  43197.             ],
  43198.             'shopware.api.rate_limiter.user_recovery.limits.0' => [
  43199.                 'limit' => 3,
  43200.                 'interval' => '30 seconds',
  43201.             ],
  43202.             'shopware.api.rate_limiter.user_recovery.limits.0.limit' => 3,
  43203.             'shopware.api.rate_limiter.user_recovery.limits.0.interval' => '30 seconds',
  43204.             'shopware.api.rate_limiter.user_recovery.limits.1' => [
  43205.                 'limit' => 5,
  43206.                 'interval' => '60 seconds',
  43207.             ],
  43208.             'shopware.api.rate_limiter.user_recovery.limits.1.limit' => 5,
  43209.             'shopware.api.rate_limiter.user_recovery.limits.1.interval' => '60 seconds',
  43210.             'shopware.api.rate_limiter.user_recovery.limits.2' => [
  43211.                 'limit' => 10,
  43212.                 'interval' => '90 seconds',
  43213.             ],
  43214.             'shopware.api.rate_limiter.user_recovery.limits.2.limit' => 10,
  43215.             'shopware.api.rate_limiter.user_recovery.limits.2.interval' => '90 seconds',
  43216.             'shopware.api.rate_limiter.user_recovery.lock_factory' => 'lock.factory',
  43217.             'shopware.api.rate_limiter.user_recovery.cache_pool' => 'cache.rate_limiter',
  43218.             'shopware.api.rate_limiter.contact_form' => [
  43219.                 'enabled' => true,
  43220.                 'policy' => 'time_backoff',
  43221.                 'reset' => '24 hours',
  43222.                 'limits' => [
  43223.                     => [
  43224.                         'limit' => 3,
  43225.                         'interval' => '30 seconds',
  43226.                     ],
  43227.                     => [
  43228.                         'limit' => 5,
  43229.                         'interval' => '60 seconds',
  43230.                     ],
  43231.                     => [
  43232.                         'limit' => 10,
  43233.                         'interval' => '90 seconds',
  43234.                     ],
  43235.                 ],
  43236.                 'lock_factory' => 'lock.factory',
  43237.                 'cache_pool' => 'cache.rate_limiter',
  43238.             ],
  43239.             'shopware.api.rate_limiter.contact_form.enabled' => true,
  43240.             'shopware.api.rate_limiter.contact_form.policy' => 'time_backoff',
  43241.             'shopware.api.rate_limiter.contact_form.reset' => '24 hours',
  43242.             'shopware.api.rate_limiter.contact_form.limits' => [
  43243.                 => [
  43244.                     'limit' => 3,
  43245.                     'interval' => '30 seconds',
  43246.                 ],
  43247.                 => [
  43248.                     'limit' => 5,
  43249.                     'interval' => '60 seconds',
  43250.                 ],
  43251.                 => [
  43252.                     'limit' => 10,
  43253.                     'interval' => '90 seconds',
  43254.                 ],
  43255.             ],
  43256.             'shopware.api.rate_limiter.contact_form.limits.0' => [
  43257.                 'limit' => 3,
  43258.                 'interval' => '30 seconds',
  43259.             ],
  43260.             'shopware.api.rate_limiter.contact_form.limits.0.limit' => 3,
  43261.             'shopware.api.rate_limiter.contact_form.limits.0.interval' => '30 seconds',
  43262.             'shopware.api.rate_limiter.contact_form.limits.1' => [
  43263.                 'limit' => 5,
  43264.                 'interval' => '60 seconds',
  43265.             ],
  43266.             'shopware.api.rate_limiter.contact_form.limits.1.limit' => 5,
  43267.             'shopware.api.rate_limiter.contact_form.limits.1.interval' => '60 seconds',
  43268.             'shopware.api.rate_limiter.contact_form.limits.2' => [
  43269.                 'limit' => 10,
  43270.                 'interval' => '90 seconds',
  43271.             ],
  43272.             'shopware.api.rate_limiter.contact_form.limits.2.limit' => 10,
  43273.             'shopware.api.rate_limiter.contact_form.limits.2.interval' => '90 seconds',
  43274.             'shopware.api.rate_limiter.contact_form.lock_factory' => 'lock.factory',
  43275.             'shopware.api.rate_limiter.contact_form.cache_pool' => 'cache.rate_limiter',
  43276.             'shopware.api.rate_limiter.notification' => [
  43277.                 'enabled' => true,
  43278.                 'policy' => 'time_backoff',
  43279.                 'reset' => '24 hours',
  43280.                 'limits' => [
  43281.                     => [
  43282.                         'limit' => 10,
  43283.                         'interval' => '10 seconds',
  43284.                     ],
  43285.                     => [
  43286.                         'limit' => 15,
  43287.                         'interval' => '30 seconds',
  43288.                     ],
  43289.                     => [
  43290.                         'limit' => 20,
  43291.                         'interval' => '60 seconds',
  43292.                     ],
  43293.                 ],
  43294.                 'lock_factory' => 'lock.factory',
  43295.                 'cache_pool' => 'cache.rate_limiter',
  43296.             ],
  43297.             'shopware.api.rate_limiter.notification.enabled' => true,
  43298.             'shopware.api.rate_limiter.notification.policy' => 'time_backoff',
  43299.             'shopware.api.rate_limiter.notification.reset' => '24 hours',
  43300.             'shopware.api.rate_limiter.notification.limits' => [
  43301.                 => [
  43302.                     'limit' => 10,
  43303.                     'interval' => '10 seconds',
  43304.                 ],
  43305.                 => [
  43306.                     'limit' => 15,
  43307.                     'interval' => '30 seconds',
  43308.                 ],
  43309.                 => [
  43310.                     'limit' => 20,
  43311.                     'interval' => '60 seconds',
  43312.                 ],
  43313.             ],
  43314.             'shopware.api.rate_limiter.notification.limits.0' => [
  43315.                 'limit' => 10,
  43316.                 'interval' => '10 seconds',
  43317.             ],
  43318.             'shopware.api.rate_limiter.notification.limits.0.limit' => 10,
  43319.             'shopware.api.rate_limiter.notification.limits.0.interval' => '10 seconds',
  43320.             'shopware.api.rate_limiter.notification.limits.1' => [
  43321.                 'limit' => 15,
  43322.                 'interval' => '30 seconds',
  43323.             ],
  43324.             'shopware.api.rate_limiter.notification.limits.1.limit' => 15,
  43325.             'shopware.api.rate_limiter.notification.limits.1.interval' => '30 seconds',
  43326.             'shopware.api.rate_limiter.notification.limits.2' => [
  43327.                 'limit' => 20,
  43328.                 'interval' => '60 seconds',
  43329.             ],
  43330.             'shopware.api.rate_limiter.notification.limits.2.limit' => 20,
  43331.             'shopware.api.rate_limiter.notification.limits.2.interval' => '60 seconds',
  43332.             'shopware.api.rate_limiter.notification.lock_factory' => 'lock.factory',
  43333.             'shopware.api.rate_limiter.notification.cache_pool' => 'cache.rate_limiter',
  43334.             'shopware.api.rate_limiter.newsletter_form' => [
  43335.                 'enabled' => true,
  43336.                 'policy' => 'time_backoff',
  43337.                 'reset' => '24 hours',
  43338.                 'limits' => [
  43339.                     => [
  43340.                         'limit' => 3,
  43341.                         'interval' => '30 seconds',
  43342.                     ],
  43343.                     => [
  43344.                         'limit' => 5,
  43345.                         'interval' => '60 seconds',
  43346.                     ],
  43347.                     => [
  43348.                         'limit' => 10,
  43349.                         'interval' => '90 seconds',
  43350.                     ],
  43351.                 ],
  43352.                 'lock_factory' => 'lock.factory',
  43353.                 'cache_pool' => 'cache.rate_limiter',
  43354.             ],
  43355.             'shopware.api.rate_limiter.newsletter_form.enabled' => true,
  43356.             'shopware.api.rate_limiter.newsletter_form.policy' => 'time_backoff',
  43357.             'shopware.api.rate_limiter.newsletter_form.reset' => '24 hours',
  43358.             'shopware.api.rate_limiter.newsletter_form.limits' => [
  43359.                 => [
  43360.                     'limit' => 3,
  43361.                     'interval' => '30 seconds',
  43362.                 ],
  43363.                 => [
  43364.                     'limit' => 5,
  43365.                     'interval' => '60 seconds',
  43366.                 ],
  43367.                 => [
  43368.                     'limit' => 10,
  43369.                     'interval' => '90 seconds',
  43370.                 ],
  43371.             ],
  43372.             'shopware.api.rate_limiter.newsletter_form.limits.0' => [
  43373.                 'limit' => 3,
  43374.                 'interval' => '30 seconds',
  43375.             ],
  43376.             'shopware.api.rate_limiter.newsletter_form.limits.0.limit' => 3,
  43377.             'shopware.api.rate_limiter.newsletter_form.limits.0.interval' => '30 seconds',
  43378.             'shopware.api.rate_limiter.newsletter_form.limits.1' => [
  43379.                 'limit' => 5,
  43380.                 'interval' => '60 seconds',
  43381.             ],
  43382.             'shopware.api.rate_limiter.newsletter_form.limits.1.limit' => 5,
  43383.             'shopware.api.rate_limiter.newsletter_form.limits.1.interval' => '60 seconds',
  43384.             'shopware.api.rate_limiter.newsletter_form.limits.2' => [
  43385.                 'limit' => 10,
  43386.                 'interval' => '90 seconds',
  43387.             ],
  43388.             'shopware.api.rate_limiter.newsletter_form.limits.2.limit' => 10,
  43389.             'shopware.api.rate_limiter.newsletter_form.limits.2.interval' => '90 seconds',
  43390.             'shopware.api.rate_limiter.newsletter_form.lock_factory' => 'lock.factory',
  43391.             'shopware.api.rate_limiter.newsletter_form.cache_pool' => 'cache.rate_limiter',
  43392.             'shopware.api.rate_limiter.cart_add_line_item' => [
  43393.                 'enabled' => true,
  43394.                 'policy' => 'system_config',
  43395.                 'reset' => '1 hours',
  43396.                 'limits' => [
  43397.                     => [
  43398.                         'domain' => 'core.cart.lineItemAddLimit',
  43399.                         'interval' => '60 seconds',
  43400.                     ],
  43401.                 ],
  43402.                 'lock_factory' => 'lock.factory',
  43403.                 'cache_pool' => 'cache.rate_limiter',
  43404.             ],
  43405.             'shopware.api.rate_limiter.cart_add_line_item.enabled' => true,
  43406.             'shopware.api.rate_limiter.cart_add_line_item.policy' => 'system_config',
  43407.             'shopware.api.rate_limiter.cart_add_line_item.reset' => '1 hours',
  43408.             'shopware.api.rate_limiter.cart_add_line_item.limits' => [
  43409.                 => [
  43410.                     'domain' => 'core.cart.lineItemAddLimit',
  43411.                     'interval' => '60 seconds',
  43412.                 ],
  43413.             ],
  43414.             'shopware.api.rate_limiter.cart_add_line_item.limits.0' => [
  43415.                 'domain' => 'core.cart.lineItemAddLimit',
  43416.                 'interval' => '60 seconds',
  43417.             ],
  43418.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.domain' => 'core.cart.lineItemAddLimit',
  43419.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.interval' => '60 seconds',
  43420.             'shopware.api.rate_limiter.cart_add_line_item.lock_factory' => 'lock.factory',
  43421.             'shopware.api.rate_limiter.cart_add_line_item.cache_pool' => 'cache.rate_limiter',
  43422.             'shopware.admin_worker' => [
  43423.                 'enable_admin_worker' => false,
  43424.                 'poll_interval' => 20,
  43425.                 'transports' => [
  43426.                     => 'default',
  43427.                 ],
  43428.                 'memory_limit' => '128M',
  43429.             ],
  43430.             'shopware.admin_worker.enable_admin_worker' => false,
  43431.             'shopware.admin_worker.poll_interval' => 20,
  43432.             'shopware.admin_worker.transports' => [
  43433.                 => 'default',
  43434.             ],
  43435.             'shopware.admin_worker.transports.0' => 'default',
  43436.             'shopware.admin_worker.memory_limit' => '128M',
  43437.             'shopware.auto_update' => [
  43438.                 'enabled' => true,
  43439.             ],
  43440.             'shopware.auto_update.enabled' => true,
  43441.             'shopware.store' => [
  43442.                 'frw' => false,
  43443.             ],
  43444.             'shopware.sitemap' => [
  43445.                 'batchsize' => 100,
  43446.                 'custom_urls' => [
  43447.                 ],
  43448.                 'excluded_urls' => [
  43449.                 ],
  43450.             ],
  43451.             'shopware.sitemap.batchsize' => 100,
  43452.             'shopware.sitemap.custom_urls' => [
  43453.             ],
  43454.             'shopware.sitemap.excluded_urls' => [
  43455.             ],
  43456.             'shopware.media' => [
  43457.                 'enable_url_upload_feature' => true,
  43458.                 'enable_url_validation' => false,
  43459.                 'url_upload_max_size' => 0,
  43460.             ],
  43461.             'shopware.media.enable_url_upload_feature' => true,
  43462.             'shopware.media.enable_url_validation' => false,
  43463.             'shopware.media.url_upload_max_size' => 0,
  43464.             'shopware.dal' => [
  43465.                 'batch_size' => 125,
  43466.                 'max_rule_prices' => 100,
  43467.                 'versioning' => [
  43468.                     'expire_days' => 30,
  43469.                 ],
  43470.             ],
  43471.             'shopware.dal.batch_size' => 125,
  43472.             'shopware.dal.max_rule_prices' => 100,
  43473.             'shopware.dal.versioning' => [
  43474.                 'expire_days' => 30,
  43475.             ],
  43476.             'shopware.dal.versioning.expire_days' => 30,
  43477.             'shopware.mail' => [
  43478.                 'update_mail_variables_on_send' => true,
  43479.             ],
  43480.             'shopware.mail.update_mail_variables_on_send' => true,
  43481.             'shopware.cart' => [
  43482.                 'compress' => false,
  43483.                 'expire_days' => 120,
  43484.                 'redis_url' => false,
  43485.             ],
  43486.             'shopware.cart.compress' => false,
  43487.             'shopware.cart.expire_days' => 120,
  43488.             'shopware.cart.redis_url' => false,
  43489.             'shopware.number_range' => [
  43490.                 'increment_storage' => 'SQL',
  43491.                 'redis_url' => false,
  43492.             ],
  43493.             'shopware.number_range.increment_storage' => 'SQL',
  43494.             'shopware.number_range.redis_url' => false,
  43495.             'shopware.sales_channel_context' => [
  43496.                 'expire_days' => 120,
  43497.             ],
  43498.             'shopware.sales_channel_context.expire_days' => 120,
  43499.             'shopware.html_sanitizer.cache_enabled' => true,
  43500.             'shopware.html_sanitizer.sets' => [
  43501.                 'basic' => [
  43502.                     'tags' => [
  43503.                         => 'a',
  43504.                         => 'abbr',
  43505.                         => 'acronym',
  43506.                         => 'address',
  43507.                         => 'b',
  43508.                         => 'bdo',
  43509.                         => 'big',
  43510.                         => 'blockquote',
  43511.                         => 'br',
  43512.                         => 'caption',
  43513.                         10 => 'center',
  43514.                         11 => 'cite',
  43515.                         12 => 'code',
  43516.                         13 => 'col',
  43517.                         14 => 'colgroup',
  43518.                         15 => 'dd',
  43519.                         16 => 'del',
  43520.                         17 => 'dfn',
  43521.                         18 => 'dir',
  43522.                         19 => 'div',
  43523.                         20 => 'dl',
  43524.                         21 => 'dt',
  43525.                         22 => 'em',
  43526.                         23 => 'font',
  43527.                         24 => 'h1',
  43528.                         25 => 'h2',
  43529.                         26 => 'h3',
  43530.                         27 => 'h4',
  43531.                         28 => 'h5',
  43532.                         29 => 'h6',
  43533.                         30 => 'hr',
  43534.                         31 => 'i',
  43535.                         32 => 'ins',
  43536.                         33 => 'kbd',
  43537.                         34 => 'li',
  43538.                         35 => 'menu',
  43539.                         36 => 'ol',
  43540.                         37 => 'p',
  43541.                         38 => 'pre',
  43542.                         39 => 'q',
  43543.                         40 => 's',
  43544.                         41 => 'samp',
  43545.                         42 => 'small',
  43546.                         43 => 'span',
  43547.                         44 => 'strike',
  43548.                         45 => 'strong',
  43549.                         46 => 'sub',
  43550.                         47 => 'sup',
  43551.                         48 => 'table',
  43552.                         49 => 'tbody',
  43553.                         50 => 'td',
  43554.                         51 => 'tfoot',
  43555.                         52 => 'th',
  43556.                         53 => 'thead',
  43557.                         54 => 'tr',
  43558.                         55 => 'tt',
  43559.                         56 => 'u',
  43560.                         57 => 'ul',
  43561.                         58 => 'var',
  43562.                     ],
  43563.                     'attributes' => [
  43564.                         => 'align',
  43565.                         => 'bgcolor',
  43566.                         => 'border',
  43567.                         => 'cellpadding',
  43568.                         => 'cellspacing',
  43569.                         => 'cite',
  43570.                         => 'class',
  43571.                         => 'clear',
  43572.                         => 'color',
  43573.                         => 'colspan',
  43574.                         10 => 'dir',
  43575.                         11 => 'face',
  43576.                         12 => 'frame',
  43577.                         13 => 'height',
  43578.                         14 => 'href',
  43579.                         15 => 'id',
  43580.                         16 => 'lang',
  43581.                         17 => 'name',
  43582.                         18 => 'noshade',
  43583.                         19 => 'nowrap',
  43584.                         20 => 'rel',
  43585.                         21 => 'rev',
  43586.                         22 => 'rowspan',
  43587.                         23 => 'scope',
  43588.                         24 => 'size',
  43589.                         25 => 'span',
  43590.                         26 => 'start',
  43591.                         27 => 'style',
  43592.                         28 => 'summary',
  43593.                         29 => 'title',
  43594.                         30 => 'type',
  43595.                         31 => 'valign',
  43596.                         32 => 'value',
  43597.                         33 => 'width',
  43598.                     ],
  43599.                     'options' => [
  43600.                     ],
  43601.                 ],
  43602.                 'media' => [
  43603.                     'tags' => [
  43604.                         => 'img',
  43605.                     ],
  43606.                     'attributes' => [
  43607.                         => 'src',
  43608.                         => 'alt',
  43609.                     ],
  43610.                     'options' => [
  43611.                     ],
  43612.                 ],
  43613.                 'script' => [
  43614.                     'tags' => [
  43615.                         => 'script',
  43616.                     ],
  43617.                     'options' => [
  43618.                         'HTML.Trusted' => true,
  43619.                     ],
  43620.                     'attributes' => [
  43621.                     ],
  43622.                 ],
  43623.                 'tidy' => [
  43624.                     'options' => [
  43625.                         'Output.TidyFormat' => true,
  43626.                     ],
  43627.                     'tags' => [
  43628.                     ],
  43629.                     'attributes' => [
  43630.                     ],
  43631.                 ],
  43632.             ],
  43633.             'shopware.html_sanitizer.sets.basic' => [
  43634.                 'tags' => [
  43635.                     => 'a',
  43636.                     => 'abbr',
  43637.                     => 'acronym',
  43638.                     => 'address',
  43639.                     => 'b',
  43640.                     => 'bdo',
  43641.                     => 'big',
  43642.                     => 'blockquote',
  43643.                     => 'br',
  43644.                     => 'caption',
  43645.                     10 => 'center',
  43646.                     11 => 'cite',
  43647.                     12 => 'code',
  43648.                     13 => 'col',
  43649.                     14 => 'colgroup',
  43650.                     15 => 'dd',
  43651.                     16 => 'del',
  43652.                     17 => 'dfn',
  43653.                     18 => 'dir',
  43654.                     19 => 'div',
  43655.                     20 => 'dl',
  43656.                     21 => 'dt',
  43657.                     22 => 'em',
  43658.                     23 => 'font',
  43659.                     24 => 'h1',
  43660.                     25 => 'h2',
  43661.                     26 => 'h3',
  43662.                     27 => 'h4',
  43663.                     28 => 'h5',
  43664.                     29 => 'h6',
  43665.                     30 => 'hr',
  43666.                     31 => 'i',
  43667.                     32 => 'ins',
  43668.                     33 => 'kbd',
  43669.                     34 => 'li',
  43670.                     35 => 'menu',
  43671.                     36 => 'ol',
  43672.                     37 => 'p',
  43673.                     38 => 'pre',
  43674.                     39 => 'q',
  43675.                     40 => 's',
  43676.                     41 => 'samp',
  43677.                     42 => 'small',
  43678.                     43 => 'span',
  43679.                     44 => 'strike',
  43680.                     45 => 'strong',
  43681.                     46 => 'sub',
  43682.                     47 => 'sup',
  43683.                     48 => 'table',
  43684.                     49 => 'tbody',
  43685.                     50 => 'td',
  43686.                     51 => 'tfoot',
  43687.                     52 => 'th',
  43688.                     53 => 'thead',
  43689.                     54 => 'tr',
  43690.                     55 => 'tt',
  43691.                     56 => 'u',
  43692.                     57 => 'ul',
  43693.                     58 => 'var',
  43694.                 ],
  43695.                 'attributes' => [
  43696.                     => 'align',
  43697.                     => 'bgcolor',
  43698.                     => 'border',
  43699.                     => 'cellpadding',
  43700.                     => 'cellspacing',
  43701.                     => 'cite',
  43702.                     => 'class',
  43703.                     => 'clear',
  43704.                     => 'color',
  43705.                     => 'colspan',
  43706.                     10 => 'dir',
  43707.                     11 => 'face',
  43708.                     12 => 'frame',
  43709.                     13 => 'height',
  43710.                     14 => 'href',
  43711.                     15 => 'id',
  43712.                     16 => 'lang',
  43713.                     17 => 'name',
  43714.                     18 => 'noshade',
  43715.                     19 => 'nowrap',
  43716.                     20 => 'rel',
  43717.                     21 => 'rev',
  43718.                     22 => 'rowspan',
  43719.                     23 => 'scope',
  43720.                     24 => 'size',
  43721.                     25 => 'span',
  43722.                     26 => 'start',
  43723.                     27 => 'style',
  43724.                     28 => 'summary',
  43725.                     29 => 'title',
  43726.                     30 => 'type',
  43727.                     31 => 'valign',
  43728.                     32 => 'value',
  43729.                     33 => 'width',
  43730.                 ],
  43731.                 'options' => [
  43732.                 ],
  43733.             ],
  43734.             'shopware.html_sanitizer.sets.basic.tags' => [
  43735.                 => 'a',
  43736.                 => 'abbr',
  43737.                 => 'acronym',
  43738.                 => 'address',
  43739.                 => 'b',
  43740.                 => 'bdo',
  43741.                 => 'big',
  43742.                 => 'blockquote',
  43743.                 => 'br',
  43744.                 => 'caption',
  43745.                 10 => 'center',
  43746.                 11 => 'cite',
  43747.                 12 => 'code',
  43748.                 13 => 'col',
  43749.                 14 => 'colgroup',
  43750.                 15 => 'dd',
  43751.                 16 => 'del',
  43752.                 17 => 'dfn',
  43753.                 18 => 'dir',
  43754.                 19 => 'div',
  43755.                 20 => 'dl',
  43756.                 21 => 'dt',
  43757.                 22 => 'em',
  43758.                 23 => 'font',
  43759.                 24 => 'h1',
  43760.                 25 => 'h2',
  43761.                 26 => 'h3',
  43762.                 27 => 'h4',
  43763.                 28 => 'h5',
  43764.                 29 => 'h6',
  43765.                 30 => 'hr',
  43766.                 31 => 'i',
  43767.                 32 => 'ins',
  43768.                 33 => 'kbd',
  43769.                 34 => 'li',
  43770.                 35 => 'menu',
  43771.                 36 => 'ol',
  43772.                 37 => 'p',
  43773.                 38 => 'pre',
  43774.                 39 => 'q',
  43775.                 40 => 's',
  43776.                 41 => 'samp',
  43777.                 42 => 'small',
  43778.                 43 => 'span',
  43779.                 44 => 'strike',
  43780.                 45 => 'strong',
  43781.                 46 => 'sub',
  43782.                 47 => 'sup',
  43783.                 48 => 'table',
  43784.                 49 => 'tbody',
  43785.                 50 => 'td',
  43786.                 51 => 'tfoot',
  43787.                 52 => 'th',
  43788.                 53 => 'thead',
  43789.                 54 => 'tr',
  43790.                 55 => 'tt',
  43791.                 56 => 'u',
  43792.                 57 => 'ul',
  43793.                 58 => 'var',
  43794.             ],
  43795.             'shopware.html_sanitizer.sets.basic.tags.0' => 'a',
  43796.             'shopware.html_sanitizer.sets.basic.tags.1' => 'abbr',
  43797.             'shopware.html_sanitizer.sets.basic.tags.2' => 'acronym',
  43798.             'shopware.html_sanitizer.sets.basic.tags.3' => 'address',
  43799.             'shopware.html_sanitizer.sets.basic.tags.4' => 'b',
  43800.             'shopware.html_sanitizer.sets.basic.tags.5' => 'bdo',
  43801.             'shopware.html_sanitizer.sets.basic.tags.6' => 'big',
  43802.             'shopware.html_sanitizer.sets.basic.tags.7' => 'blockquote',
  43803.             'shopware.html_sanitizer.sets.basic.tags.8' => 'br',
  43804.             'shopware.html_sanitizer.sets.basic.tags.9' => 'caption',
  43805.             'shopware.html_sanitizer.sets.basic.tags.10' => 'center',
  43806.             'shopware.html_sanitizer.sets.basic.tags.11' => 'cite',
  43807.             'shopware.html_sanitizer.sets.basic.tags.12' => 'code',
  43808.             'shopware.html_sanitizer.sets.basic.tags.13' => 'col',
  43809.             'shopware.html_sanitizer.sets.basic.tags.14' => 'colgroup',
  43810.             'shopware.html_sanitizer.sets.basic.tags.15' => 'dd',
  43811.             'shopware.html_sanitizer.sets.basic.tags.16' => 'del',
  43812.             'shopware.html_sanitizer.sets.basic.tags.17' => 'dfn',
  43813.             'shopware.html_sanitizer.sets.basic.tags.18' => 'dir',
  43814.             'shopware.html_sanitizer.sets.basic.tags.19' => 'div',
  43815.             'shopware.html_sanitizer.sets.basic.tags.20' => 'dl',
  43816.             'shopware.html_sanitizer.sets.basic.tags.21' => 'dt',
  43817.             'shopware.html_sanitizer.sets.basic.tags.22' => 'em',
  43818.             'shopware.html_sanitizer.sets.basic.tags.23' => 'font',
  43819.             'shopware.html_sanitizer.sets.basic.tags.24' => 'h1',
  43820.             'shopware.html_sanitizer.sets.basic.tags.25' => 'h2',
  43821.             'shopware.html_sanitizer.sets.basic.tags.26' => 'h3',
  43822.             'shopware.html_sanitizer.sets.basic.tags.27' => 'h4',
  43823.             'shopware.html_sanitizer.sets.basic.tags.28' => 'h5',
  43824.             'shopware.html_sanitizer.sets.basic.tags.29' => 'h6',
  43825.             'shopware.html_sanitizer.sets.basic.tags.30' => 'hr',
  43826.             'shopware.html_sanitizer.sets.basic.tags.31' => 'i',
  43827.             'shopware.html_sanitizer.sets.basic.tags.32' => 'ins',
  43828.             'shopware.html_sanitizer.sets.basic.tags.33' => 'kbd',
  43829.             'shopware.html_sanitizer.sets.basic.tags.34' => 'li',
  43830.             'shopware.html_sanitizer.sets.basic.tags.35' => 'menu',
  43831.             'shopware.html_sanitizer.sets.basic.tags.36' => 'ol',
  43832.             'shopware.html_sanitizer.sets.basic.tags.37' => 'p',
  43833.             'shopware.html_sanitizer.sets.basic.tags.38' => 'pre',
  43834.             'shopware.html_sanitizer.sets.basic.tags.39' => 'q',
  43835.             'shopware.html_sanitizer.sets.basic.tags.40' => 's',
  43836.             'shopware.html_sanitizer.sets.basic.tags.41' => 'samp',
  43837.             'shopware.html_sanitizer.sets.basic.tags.42' => 'small',
  43838.             'shopware.html_sanitizer.sets.basic.tags.43' => 'span',
  43839.             'shopware.html_sanitizer.sets.basic.tags.44' => 'strike',
  43840.             'shopware.html_sanitizer.sets.basic.tags.45' => 'strong',
  43841.             'shopware.html_sanitizer.sets.basic.tags.46' => 'sub',
  43842.             'shopware.html_sanitizer.sets.basic.tags.47' => 'sup',
  43843.             'shopware.html_sanitizer.sets.basic.tags.48' => 'table',
  43844.             'shopware.html_sanitizer.sets.basic.tags.49' => 'tbody',
  43845.             'shopware.html_sanitizer.sets.basic.tags.50' => 'td',
  43846.             'shopware.html_sanitizer.sets.basic.tags.51' => 'tfoot',
  43847.             'shopware.html_sanitizer.sets.basic.tags.52' => 'th',
  43848.             'shopware.html_sanitizer.sets.basic.tags.53' => 'thead',
  43849.             'shopware.html_sanitizer.sets.basic.tags.54' => 'tr',
  43850.             'shopware.html_sanitizer.sets.basic.tags.55' => 'tt',
  43851.             'shopware.html_sanitizer.sets.basic.tags.56' => 'u',
  43852.             'shopware.html_sanitizer.sets.basic.tags.57' => 'ul',
  43853.             'shopware.html_sanitizer.sets.basic.tags.58' => 'var',
  43854.             'shopware.html_sanitizer.sets.basic.attributes' => [
  43855.                 => 'align',
  43856.                 => 'bgcolor',
  43857.                 => 'border',
  43858.                 => 'cellpadding',
  43859.                 => 'cellspacing',
  43860.                 => 'cite',
  43861.                 => 'class',
  43862.                 => 'clear',
  43863.                 => 'color',
  43864.                 => 'colspan',
  43865.                 10 => 'dir',
  43866.                 11 => 'face',
  43867.                 12 => 'frame',
  43868.                 13 => 'height',
  43869.                 14 => 'href',
  43870.                 15 => 'id',
  43871.                 16 => 'lang',
  43872.                 17 => 'name',
  43873.                 18 => 'noshade',
  43874.                 19 => 'nowrap',
  43875.                 20 => 'rel',
  43876.                 21 => 'rev',
  43877.                 22 => 'rowspan',
  43878.                 23 => 'scope',
  43879.                 24 => 'size',
  43880.                 25 => 'span',
  43881.                 26 => 'start',
  43882.                 27 => 'style',
  43883.                 28 => 'summary',
  43884.                 29 => 'title',
  43885.                 30 => 'type',
  43886.                 31 => 'valign',
  43887.                 32 => 'value',
  43888.                 33 => 'width',
  43889.             ],
  43890.             'shopware.html_sanitizer.sets.basic.attributes.0' => 'align',
  43891.             'shopware.html_sanitizer.sets.basic.attributes.1' => 'bgcolor',
  43892.             'shopware.html_sanitizer.sets.basic.attributes.2' => 'border',
  43893.             'shopware.html_sanitizer.sets.basic.attributes.3' => 'cellpadding',
  43894.             'shopware.html_sanitizer.sets.basic.attributes.4' => 'cellspacing',
  43895.             'shopware.html_sanitizer.sets.basic.attributes.5' => 'cite',
  43896.             'shopware.html_sanitizer.sets.basic.attributes.6' => 'class',
  43897.             'shopware.html_sanitizer.sets.basic.attributes.7' => 'clear',
  43898.             'shopware.html_sanitizer.sets.basic.attributes.8' => 'color',
  43899.             'shopware.html_sanitizer.sets.basic.attributes.9' => 'colspan',
  43900.             'shopware.html_sanitizer.sets.basic.attributes.10' => 'dir',
  43901.             'shopware.html_sanitizer.sets.basic.attributes.11' => 'face',
  43902.             'shopware.html_sanitizer.sets.basic.attributes.12' => 'frame',
  43903.             'shopware.html_sanitizer.sets.basic.attributes.13' => 'height',
  43904.             'shopware.html_sanitizer.sets.basic.attributes.14' => 'href',
  43905.             'shopware.html_sanitizer.sets.basic.attributes.15' => 'id',
  43906.             'shopware.html_sanitizer.sets.basic.attributes.16' => 'lang',
  43907.             'shopware.html_sanitizer.sets.basic.attributes.17' => 'name',
  43908.             'shopware.html_sanitizer.sets.basic.attributes.18' => 'noshade',
  43909.             'shopware.html_sanitizer.sets.basic.attributes.19' => 'nowrap',
  43910.             'shopware.html_sanitizer.sets.basic.attributes.20' => 'rel',
  43911.             'shopware.html_sanitizer.sets.basic.attributes.21' => 'rev',
  43912.             'shopware.html_sanitizer.sets.basic.attributes.22' => 'rowspan',
  43913.             'shopware.html_sanitizer.sets.basic.attributes.23' => 'scope',
  43914.             'shopware.html_sanitizer.sets.basic.attributes.24' => 'size',
  43915.             'shopware.html_sanitizer.sets.basic.attributes.25' => 'span',
  43916.             'shopware.html_sanitizer.sets.basic.attributes.26' => 'start',
  43917.             'shopware.html_sanitizer.sets.basic.attributes.27' => 'style',
  43918.             'shopware.html_sanitizer.sets.basic.attributes.28' => 'summary',
  43919.             'shopware.html_sanitizer.sets.basic.attributes.29' => 'title',
  43920.             'shopware.html_sanitizer.sets.basic.attributes.30' => 'type',
  43921.             'shopware.html_sanitizer.sets.basic.attributes.31' => 'valign',
  43922.             'shopware.html_sanitizer.sets.basic.attributes.32' => 'value',
  43923.             'shopware.html_sanitizer.sets.basic.attributes.33' => 'width',
  43924.             'shopware.html_sanitizer.sets.basic.options' => [
  43925.             ],
  43926.             'shopware.html_sanitizer.sets.media' => [
  43927.                 'tags' => [
  43928.                     => 'img',
  43929.                 ],
  43930.                 'attributes' => [
  43931.                     => 'src',
  43932.                     => 'alt',
  43933.                 ],
  43934.                 'options' => [
  43935.                 ],
  43936.             ],
  43937.             'shopware.html_sanitizer.sets.media.tags' => [
  43938.                 => 'img',
  43939.             ],
  43940.             'shopware.html_sanitizer.sets.media.tags.0' => 'img',
  43941.             'shopware.html_sanitizer.sets.media.attributes' => [
  43942.                 => 'src',
  43943.                 => 'alt',
  43944.             ],
  43945.             'shopware.html_sanitizer.sets.media.attributes.0' => 'src',
  43946.             'shopware.html_sanitizer.sets.media.attributes.1' => 'alt',
  43947.             'shopware.html_sanitizer.sets.media.options' => [
  43948.             ],
  43949.             'shopware.html_sanitizer.sets.script' => [
  43950.                 'tags' => [
  43951.                     => 'script',
  43952.                 ],
  43953.                 'options' => [
  43954.                     'HTML.Trusted' => true,
  43955.                 ],
  43956.                 'attributes' => [
  43957.                 ],
  43958.             ],
  43959.             'shopware.html_sanitizer.sets.script.tags' => [
  43960.                 => 'script',
  43961.             ],
  43962.             'shopware.html_sanitizer.sets.script.tags.0' => 'script',
  43963.             'shopware.html_sanitizer.sets.script.options' => [
  43964.                 'HTML.Trusted' => true,
  43965.             ],
  43966.             'shopware.html_sanitizer.sets.script.options.HTML.Trusted' => true,
  43967.             'shopware.html_sanitizer.sets.script.attributes' => [
  43968.             ],
  43969.             'shopware.html_sanitizer.sets.tidy' => [
  43970.                 'options' => [
  43971.                     'Output.TidyFormat' => true,
  43972.                 ],
  43973.                 'tags' => [
  43974.                 ],
  43975.                 'attributes' => [
  43976.                 ],
  43977.             ],
  43978.             'shopware.html_sanitizer.sets.tidy.options' => [
  43979.                 'Output.TidyFormat' => true,
  43980.             ],
  43981.             'shopware.html_sanitizer.sets.tidy.options.Output.TidyFormat' => true,
  43982.             'shopware.html_sanitizer.sets.tidy.tags' => [
  43983.             ],
  43984.             'shopware.html_sanitizer.sets.tidy.attributes' => [
  43985.             ],
  43986.             'shopware.html_sanitizer.fields' => [
  43987.                 'product_translation.description' => [
  43988.                     'sets' => [
  43989.                         => 'basic',
  43990.                         => 'media',
  43991.                     ],
  43992.                 ],
  43993.                 'app_cms_block.template' => [
  43994.                     'sets' => [
  43995.                         => 'basic',
  43996.                         => 'media',
  43997.                         => 'tidy',
  43998.                     ],
  43999.                 ],
  44000.             ],
  44001.             'shopware.html_sanitizer.fields.product_translation.description' => [
  44002.                 'sets' => [
  44003.                     => 'basic',
  44004.                     => 'media',
  44005.                 ],
  44006.             ],
  44007.             'shopware.html_sanitizer.fields.product_translation.description.sets' => [
  44008.                 => 'basic',
  44009.                 => 'media',
  44010.             ],
  44011.             'shopware.html_sanitizer.fields.product_translation.description.sets.0' => 'basic',
  44012.             'shopware.html_sanitizer.fields.product_translation.description.sets.1' => 'media',
  44013.             'shopware.html_sanitizer.fields.app_cms_block.template' => [
  44014.                 'sets' => [
  44015.                     => 'basic',
  44016.                     => 'media',
  44017.                     => 'tidy',
  44018.                 ],
  44019.             ],
  44020.             'shopware.html_sanitizer.fields.app_cms_block.template.sets' => [
  44021.                 => 'basic',
  44022.                 => 'media',
  44023.                 => 'tidy',
  44024.             ],
  44025.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.0' => 'basic',
  44026.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.1' => 'media',
  44027.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.2' => 'tidy',
  44028.             'shopware.logger' => [
  44029.                 'file_rotation_count' => 14,
  44030.                 'exclude_exception' => [
  44031.                     => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  44032.                 ],
  44033.                 'exclude_events' => [
  44034.                     => 'user.recovery.request',
  44035.                     => 'customer.recovery.request',
  44036.                 ],
  44037.             ],
  44038.             'shopware.logger.file_rotation_count' => 14,
  44039.             'shopware.logger.exclude_exception' => [
  44040.                 => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  44041.             ],
  44042.             'shopware.logger.exclude_exception.0' => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  44043.             'shopware.logger.exclude_events' => [
  44044.                 => 'user.recovery.request',
  44045.                 => 'customer.recovery.request',
  44046.             ],
  44047.             'shopware.logger.exclude_events.0' => 'user.recovery.request',
  44048.             'shopware.logger.exclude_events.1' => 'customer.recovery.request',
  44049.             'shopware.cache.invalidation' => [
  44050.                 'delay' => 0,
  44051.                 'count' => 150,
  44052.                 'http_cache' => [
  44053.                     => 'logged-in',
  44054.                     => 'cart-filled',
  44055.                 ],
  44056.                 'product_listing_route' => [
  44057.                 ],
  44058.                 'product_detail_route' => [
  44059.                 ],
  44060.                 'product_review_route' => [
  44061.                 ],
  44062.                 'product_search_route' => [
  44063.                 ],
  44064.                 'product_suggest_route' => [
  44065.                 ],
  44066.                 'product_cross_selling_route' => [
  44067.                 ],
  44068.                 'payment_method_route' => [
  44069.                 ],
  44070.                 'shipping_method_route' => [
  44071.                 ],
  44072.                 'navigation_route' => [
  44073.                 ],
  44074.                 'category_route' => [
  44075.                 ],
  44076.                 'landing_page_route' => [
  44077.                 ],
  44078.                 'language_route' => [
  44079.                 ],
  44080.                 'currency_route' => [
  44081.                 ],
  44082.                 'country_route' => [
  44083.                 ],
  44084.                 'country_state_route' => [
  44085.                 ],
  44086.                 'salutation_route' => [
  44087.                 ],
  44088.                 'sitemap_route' => [
  44089.                 ],
  44090.             ],
  44091.             'shopware.cache.invalidation.delay' => 0,
  44092.             'shopware.cache.invalidation.count' => 150,
  44093.             'shopware.cache.invalidation.http_cache' => [
  44094.                 => 'logged-in',
  44095.                 => 'cart-filled',
  44096.             ],
  44097.             'shopware.cache.invalidation.http_cache.0' => 'logged-in',
  44098.             'shopware.cache.invalidation.http_cache.1' => 'cart-filled',
  44099.             'shopware.cache.invalidation.product_listing_route' => [
  44100.             ],
  44101.             'shopware.cache.invalidation.product_detail_route' => [
  44102.             ],
  44103.             'shopware.cache.invalidation.product_review_route' => [
  44104.             ],
  44105.             'shopware.cache.invalidation.product_search_route' => [
  44106.             ],
  44107.             'shopware.cache.invalidation.product_suggest_route' => [
  44108.             ],
  44109.             'shopware.cache.invalidation.product_cross_selling_route' => [
  44110.             ],
  44111.             'shopware.cache.invalidation.payment_method_route' => [
  44112.             ],
  44113.             'shopware.cache.invalidation.shipping_method_route' => [
  44114.             ],
  44115.             'shopware.cache.invalidation.navigation_route' => [
  44116.             ],
  44117.             'shopware.cache.invalidation.category_route' => [
  44118.             ],
  44119.             'shopware.cache.invalidation.landing_page_route' => [
  44120.             ],
  44121.             'shopware.cache.invalidation.language_route' => [
  44122.             ],
  44123.             'shopware.cache.invalidation.currency_route' => [
  44124.             ],
  44125.             'shopware.cache.invalidation.country_route' => [
  44126.             ],
  44127.             'shopware.cache.invalidation.country_state_route' => [
  44128.             ],
  44129.             'shopware.cache.invalidation.salutation_route' => [
  44130.             ],
  44131.             'shopware.cache.invalidation.sitemap_route' => [
  44132.             ],
  44133.             'shopware.twig' => [
  44134.                 'allowed_php_functions' => [
  44135.                 ],
  44136.             ],
  44137.             'shopware.twig.allowed_php_functions' => [
  44138.             ],
  44139.             'storefront.csrf' => [
  44140.                 'enabled' => true,
  44141.                 'mode' => 'twig',
  44142.             ],
  44143.             'storefront.csrf.enabled' => true,
  44144.             'storefront.csrf.mode' => 'twig',
  44145.             'storefront.reverse_proxy' => [
  44146.                 'enabled' => false,
  44147.                 'ban_method' => 'BAN',
  44148.                 'hosts' => [
  44149.                     => 'http://varnish',
  44150.                 ],
  44151.                 'max_parallel_invalidations' => 2,
  44152.                 'redis_url' => 'redis://redis',
  44153.                 'purge_all' => [
  44154.                     'ban_method' => 'BAN',
  44155.                     'ban_headers' => [
  44156.                     ],
  44157.                     'urls' => [
  44158.                         => '/',
  44159.                     ],
  44160.                 ],
  44161.                 'fastly' => [
  44162.                     'enabled' => false,
  44163.                     'api_key' => '',
  44164.                     'instance_tag' => '',
  44165.                     'service_id' => '',
  44166.                     'soft_purge' => '0',
  44167.                     'tag_prefix' => '',
  44168.                 ],
  44169.                 'use_varnish_xkey' => false,
  44170.                 'ban_headers' => [
  44171.                 ],
  44172.             ],
  44173.             'storefront.reverse_proxy.enabled' => false,
  44174.             'storefront.reverse_proxy.ban_method' => 'BAN',
  44175.             'storefront.reverse_proxy.hosts' => [
  44176.                 => 'http://varnish',
  44177.             ],
  44178.             'storefront.reverse_proxy.hosts.0' => 'http://varnish',
  44179.             'storefront.reverse_proxy.max_parallel_invalidations' => 2,
  44180.             'storefront.reverse_proxy.redis_url' => 'redis://redis',
  44181.             'storefront.reverse_proxy.purge_all' => [
  44182.                 'ban_method' => 'BAN',
  44183.                 'ban_headers' => [
  44184.                 ],
  44185.                 'urls' => [
  44186.                     => '/',
  44187.                 ],
  44188.             ],
  44189.             'storefront.reverse_proxy.purge_all.ban_method' => 'BAN',
  44190.             'storefront.reverse_proxy.purge_all.ban_headers' => [
  44191.             ],
  44192.             'storefront.reverse_proxy.purge_all.urls' => [
  44193.                 => '/',
  44194.             ],
  44195.             'storefront.reverse_proxy.purge_all.urls.0' => '/',
  44196.             'storefront.reverse_proxy.fastly' => [
  44197.                 'enabled' => false,
  44198.                 'api_key' => '',
  44199.                 'instance_tag' => '',
  44200.                 'service_id' => '',
  44201.                 'soft_purge' => '0',
  44202.                 'tag_prefix' => '',
  44203.             ],
  44204.             'storefront.reverse_proxy.fastly.enabled' => false,
  44205.             'storefront.reverse_proxy.fastly.api_key' => '',
  44206.             'storefront.reverse_proxy.fastly.instance_tag' => '',
  44207.             'storefront.reverse_proxy.fastly.service_id' => '',
  44208.             'storefront.reverse_proxy.fastly.soft_purge' => '0',
  44209.             'storefront.reverse_proxy.fastly.tag_prefix' => '',
  44210.             'storefront.reverse_proxy.use_varnish_xkey' => false,
  44211.             'storefront.reverse_proxy.ban_headers' => [
  44212.             ],
  44213.             'storefront.http_cache' => [
  44214.                 'ignored_url_parameters' => [
  44215.                     => 'pk_campaign',
  44216.                     => 'piwik_campaign',
  44217.                     => 'pk_kwd',
  44218.                     => 'piwik_kwd',
  44219.                     => 'pk_keyword',
  44220.                     => 'mtm_campaign',
  44221.                     => 'matomo_campaign',
  44222.                     => 'mtm_cid',
  44223.                     => 'matomo_cid',
  44224.                     => 'mtm_kwd',
  44225.                     10 => 'matomo_kwd',
  44226.                     11 => 'mtm_keyword',
  44227.                     12 => 'matomo_keyword',
  44228.                     13 => 'mtm_source',
  44229.                     14 => 'matomo_source',
  44230.                     15 => 'mtm_medium',
  44231.                     16 => 'matomo_medium',
  44232.                     17 => 'mtm_content',
  44233.                     18 => 'matomo_content',
  44234.                     19 => 'mtm_group',
  44235.                     20 => 'matomo_group',
  44236.                     21 => 'mtm_placement',
  44237.                     22 => 'matomo_placement',
  44238.                     23 => 'pixelId',
  44239.                     24 => 'kwid',
  44240.                     25 => 'kw',
  44241.                     26 => 'chl',
  44242.                     27 => 'dv',
  44243.                     28 => 'nk',
  44244.                     29 => 'pa',
  44245.                     30 => 'camid',
  44246.                     31 => 'adgid',
  44247.                     32 => 'utm_term',
  44248.                     33 => 'utm_source',
  44249.                     34 => 'utm_medium',
  44250.                     35 => 'utm_campaign',
  44251.                     36 => 'utm_content',
  44252.                     37 => 'cx',
  44253.                     38 => 'ie',
  44254.                     39 => 'cof',
  44255.                     40 => 'siteurl',
  44256.                     41 => '_ga',
  44257.                     42 => 'adgroupid',
  44258.                     43 => 'campaignid',
  44259.                     44 => 'adid',
  44260.                     45 => 'gclsrc',
  44261.                     46 => 'gclid',
  44262.                     47 => 'fbclid',
  44263.                     48 => 'fb_action_ids',
  44264.                     49 => 'fb_action_types',
  44265.                     50 => 'fb_source',
  44266.                     51 => 'mc_cid',
  44267.                     52 => 'mc_eid',
  44268.                     53 => '_bta_tid',
  44269.                     54 => '_bta_c',
  44270.                     55 => 'trk_contact',
  44271.                     56 => 'trk_msg',
  44272.                     57 => 'trk_module',
  44273.                     58 => 'trk_sid',
  44274.                     59 => 'gdfms',
  44275.                     60 => 'gdftrk',
  44276.                     61 => 'gdffi',
  44277.                     62 => '_ke',
  44278.                     63 => 'redirect_log_mongo_id',
  44279.                     64 => 'redirect_mongo_id',
  44280.                     65 => 'sb_referer_host',
  44281.                     66 => 'mkwid',
  44282.                     67 => 'pcrid',
  44283.                     68 => 'ef_id',
  44284.                     69 => 's_kwcid',
  44285.                     70 => 'msclkid',
  44286.                     71 => 'dm_i',
  44287.                     72 => 'epik',
  44288.                     73 => 'pp',
  44289.                 ],
  44290.                 'stale_while_revalidate' => NULL,
  44291.                 'stale_if_error' => NULL,
  44292.             ],
  44293.             'storefront.http_cache.ignored_url_parameters' => [
  44294.                 => 'pk_campaign',
  44295.                 => 'piwik_campaign',
  44296.                 => 'pk_kwd',
  44297.                 => 'piwik_kwd',
  44298.                 => 'pk_keyword',
  44299.                 => 'mtm_campaign',
  44300.                 => 'matomo_campaign',
  44301.                 => 'mtm_cid',
  44302.                 => 'matomo_cid',
  44303.                 => 'mtm_kwd',
  44304.                 10 => 'matomo_kwd',
  44305.                 11 => 'mtm_keyword',
  44306.                 12 => 'matomo_keyword',
  44307.                 13 => 'mtm_source',
  44308.                 14 => 'matomo_source',
  44309.                 15 => 'mtm_medium',
  44310.                 16 => 'matomo_medium',
  44311.                 17 => 'mtm_content',
  44312.                 18 => 'matomo_content',
  44313.                 19 => 'mtm_group',
  44314.                 20 => 'matomo_group',
  44315.                 21 => 'mtm_placement',
  44316.                 22 => 'matomo_placement',
  44317.                 23 => 'pixelId',
  44318.                 24 => 'kwid',
  44319.                 25 => 'kw',
  44320.                 26 => 'chl',
  44321.                 27 => 'dv',
  44322.                 28 => 'nk',
  44323.                 29 => 'pa',
  44324.                 30 => 'camid',
  44325.                 31 => 'adgid',
  44326.                 32 => 'utm_term',
  44327.                 33 => 'utm_source',
  44328.                 34 => 'utm_medium',
  44329.                 35 => 'utm_campaign',
  44330.                 36 => 'utm_content',
  44331.                 37 => 'cx',
  44332.                 38 => 'ie',
  44333.                 39 => 'cof',
  44334.                 40 => 'siteurl',
  44335.                 41 => '_ga',
  44336.                 42 => 'adgroupid',
  44337.                 43 => 'campaignid',
  44338.                 44 => 'adid',
  44339.                 45 => 'gclsrc',
  44340.                 46 => 'gclid',
  44341.                 47 => 'fbclid',
  44342.                 48 => 'fb_action_ids',
  44343.                 49 => 'fb_action_types',
  44344.                 50 => 'fb_source',
  44345.                 51 => 'mc_cid',
  44346.                 52 => 'mc_eid',
  44347.                 53 => '_bta_tid',
  44348.                 54 => '_bta_c',
  44349.                 55 => 'trk_contact',
  44350.                 56 => 'trk_msg',
  44351.                 57 => 'trk_module',
  44352.                 58 => 'trk_sid',
  44353.                 59 => 'gdfms',
  44354.                 60 => 'gdftrk',
  44355.                 61 => 'gdffi',
  44356.                 62 => '_ke',
  44357.                 63 => 'redirect_log_mongo_id',
  44358.                 64 => 'redirect_mongo_id',
  44359.                 65 => 'sb_referer_host',
  44360.                 66 => 'mkwid',
  44361.                 67 => 'pcrid',
  44362.                 68 => 'ef_id',
  44363.                 69 => 's_kwcid',
  44364.                 70 => 'msclkid',
  44365.                 71 => 'dm_i',
  44366.                 72 => 'epik',
  44367.                 73 => 'pp',
  44368.             ],
  44369.             'storefront.http_cache.ignored_url_parameters.0' => 'pk_campaign',
  44370.             'storefront.http_cache.ignored_url_parameters.1' => 'piwik_campaign',
  44371.             'storefront.http_cache.ignored_url_parameters.2' => 'pk_kwd',
  44372.             'storefront.http_cache.ignored_url_parameters.3' => 'piwik_kwd',
  44373.             'storefront.http_cache.ignored_url_parameters.4' => 'pk_keyword',
  44374.             'storefront.http_cache.ignored_url_parameters.5' => 'mtm_campaign',
  44375.             'storefront.http_cache.ignored_url_parameters.6' => 'matomo_campaign',
  44376.             'storefront.http_cache.ignored_url_parameters.7' => 'mtm_cid',
  44377.             'storefront.http_cache.ignored_url_parameters.8' => 'matomo_cid',
  44378.             'storefront.http_cache.ignored_url_parameters.9' => 'mtm_kwd',
  44379.             'storefront.http_cache.ignored_url_parameters.10' => 'matomo_kwd',
  44380.             'storefront.http_cache.ignored_url_parameters.11' => 'mtm_keyword',
  44381.             'storefront.http_cache.ignored_url_parameters.12' => 'matomo_keyword',
  44382.             'storefront.http_cache.ignored_url_parameters.13' => 'mtm_source',
  44383.             'storefront.http_cache.ignored_url_parameters.14' => 'matomo_source',
  44384.             'storefront.http_cache.ignored_url_parameters.15' => 'mtm_medium',
  44385.             'storefront.http_cache.ignored_url_parameters.16' => 'matomo_medium',
  44386.             'storefront.http_cache.ignored_url_parameters.17' => 'mtm_content',
  44387.             'storefront.http_cache.ignored_url_parameters.18' => 'matomo_content',
  44388.             'storefront.http_cache.ignored_url_parameters.19' => 'mtm_group',
  44389.             'storefront.http_cache.ignored_url_parameters.20' => 'matomo_group',
  44390.             'storefront.http_cache.ignored_url_parameters.21' => 'mtm_placement',
  44391.             'storefront.http_cache.ignored_url_parameters.22' => 'matomo_placement',
  44392.             'storefront.http_cache.ignored_url_parameters.23' => 'pixelId',
  44393.             'storefront.http_cache.ignored_url_parameters.24' => 'kwid',
  44394.             'storefront.http_cache.ignored_url_parameters.25' => 'kw',
  44395.             'storefront.http_cache.ignored_url_parameters.26' => 'chl',
  44396.             'storefront.http_cache.ignored_url_parameters.27' => 'dv',
  44397.             'storefront.http_cache.ignored_url_parameters.28' => 'nk',
  44398.             'storefront.http_cache.ignored_url_parameters.29' => 'pa',
  44399.             'storefront.http_cache.ignored_url_parameters.30' => 'camid',
  44400.             'storefront.http_cache.ignored_url_parameters.31' => 'adgid',
  44401.             'storefront.http_cache.ignored_url_parameters.32' => 'utm_term',
  44402.             'storefront.http_cache.ignored_url_parameters.33' => 'utm_source',
  44403.             'storefront.http_cache.ignored_url_parameters.34' => 'utm_medium',
  44404.             'storefront.http_cache.ignored_url_parameters.35' => 'utm_campaign',
  44405.             'storefront.http_cache.ignored_url_parameters.36' => 'utm_content',
  44406.             'storefront.http_cache.ignored_url_parameters.37' => 'cx',
  44407.             'storefront.http_cache.ignored_url_parameters.38' => 'ie',
  44408.             'storefront.http_cache.ignored_url_parameters.39' => 'cof',
  44409.             'storefront.http_cache.ignored_url_parameters.40' => 'siteurl',
  44410.             'storefront.http_cache.ignored_url_parameters.41' => '_ga',
  44411.             'storefront.http_cache.ignored_url_parameters.42' => 'adgroupid',
  44412.             'storefront.http_cache.ignored_url_parameters.43' => 'campaignid',
  44413.             'storefront.http_cache.ignored_url_parameters.44' => 'adid',
  44414.             'storefront.http_cache.ignored_url_parameters.45' => 'gclsrc',
  44415.             'storefront.http_cache.ignored_url_parameters.46' => 'gclid',
  44416.             'storefront.http_cache.ignored_url_parameters.47' => 'fbclid',
  44417.             'storefront.http_cache.ignored_url_parameters.48' => 'fb_action_ids',
  44418.             'storefront.http_cache.ignored_url_parameters.49' => 'fb_action_types',
  44419.             'storefront.http_cache.ignored_url_parameters.50' => 'fb_source',
  44420.             'storefront.http_cache.ignored_url_parameters.51' => 'mc_cid',
  44421.             'storefront.http_cache.ignored_url_parameters.52' => 'mc_eid',
  44422.             'storefront.http_cache.ignored_url_parameters.53' => '_bta_tid',
  44423.             'storefront.http_cache.ignored_url_parameters.54' => '_bta_c',
  44424.             'storefront.http_cache.ignored_url_parameters.55' => 'trk_contact',
  44425.             'storefront.http_cache.ignored_url_parameters.56' => 'trk_msg',
  44426.             'storefront.http_cache.ignored_url_parameters.57' => 'trk_module',
  44427.             'storefront.http_cache.ignored_url_parameters.58' => 'trk_sid',
  44428.             'storefront.http_cache.ignored_url_parameters.59' => 'gdfms',
  44429.             'storefront.http_cache.ignored_url_parameters.60' => 'gdftrk',
  44430.             'storefront.http_cache.ignored_url_parameters.61' => 'gdffi',
  44431.             'storefront.http_cache.ignored_url_parameters.62' => '_ke',
  44432.             'storefront.http_cache.ignored_url_parameters.63' => 'redirect_log_mongo_id',
  44433.             'storefront.http_cache.ignored_url_parameters.64' => 'redirect_mongo_id',
  44434.             'storefront.http_cache.ignored_url_parameters.65' => 'sb_referer_host',
  44435.             'storefront.http_cache.ignored_url_parameters.66' => 'mkwid',
  44436.             'storefront.http_cache.ignored_url_parameters.67' => 'pcrid',
  44437.             'storefront.http_cache.ignored_url_parameters.68' => 'ef_id',
  44438.             'storefront.http_cache.ignored_url_parameters.69' => 's_kwcid',
  44439.             'storefront.http_cache.ignored_url_parameters.70' => 'msclkid',
  44440.             'storefront.http_cache.ignored_url_parameters.71' => 'dm_i',
  44441.             'storefront.http_cache.ignored_url_parameters.72' => 'epik',
  44442.             'storefront.http_cache.ignored_url_parameters.73' => 'pp',
  44443.             'storefront.http_cache.stale_while_revalidate' => NULL,
  44444.             'storefront.http_cache.stale_if_error' => NULL,
  44445.             'storefront.theme' => [
  44446.                 'config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  44447.                 'theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  44448.                 'available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  44449.             ],
  44450.             'storefront.theme.config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  44451.             'storefront.theme.theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  44452.             'storefront.theme.available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  44453.             'elasticsearch.product' => [
  44454.                 'custom_fields_mapping' => [
  44455.                 ],
  44456.             ],
  44457.             'elasticsearch.product.custom_fields_mapping' => [
  44458.             ],
  44459.             'elasticsearch.ssl' => [
  44460.                 'verify_server_cert' => true,
  44461.             ],
  44462.             'elasticsearch.ssl.verify_server_cert' => true,
  44463.             'elasticsearch.index_settings' => [
  44464.                 'number_of_shards' => 3,
  44465.                 'number_of_replicas' => 3,
  44466.                 'mapping.total_fields.limit' => 50000,
  44467.                 'mapping.nested_fields.limit' => 500,
  44468.                 'mapping.nested_objects.limit' => 1000000,
  44469.             ],
  44470.             'elasticsearch.index_settings.number_of_shards' => 3,
  44471.             'elasticsearch.index_settings.number_of_replicas' => 3,
  44472.             'elasticsearch.index_settings.mapping.total_fields.limit' => 50000,
  44473.             'elasticsearch.index_settings.mapping.nested_fields.limit' => 500,
  44474.             'elasticsearch.index_settings.mapping.nested_objects.limit' => 1000000,
  44475.             'elasticsearch.analysis' => [
  44476.                 'normalizer' => [
  44477.                     'sw_lowercase_normalizer' => [
  44478.                         'type' => 'custom',
  44479.                         'filter' => [
  44480.                             => 'lowercase',
  44481.                         ],
  44482.                     ],
  44483.                 ],
  44484.                 'analyzer' => [
  44485.                     'sw_ngram_analyzer' => [
  44486.                         'type' => 'custom',
  44487.                         'tokenizer' => 'whitespace',
  44488.                         'filter' => [
  44489.                             => 'lowercase',
  44490.                             => 'sw_ngram_filter',
  44491.                         ],
  44492.                     ],
  44493.                 ],
  44494.                 'filter' => [
  44495.                     'sw_ngram_filter' => [
  44496.                         'type' => 'ngram',
  44497.                         'min_gram' => 4,
  44498.                         'max_gram' => 5,
  44499.                     ],
  44500.                 ],
  44501.             ],
  44502.             'elasticsearch.analysis.normalizer' => [
  44503.                 'sw_lowercase_normalizer' => [
  44504.                     'type' => 'custom',
  44505.                     'filter' => [
  44506.                         => 'lowercase',
  44507.                     ],
  44508.                 ],
  44509.             ],
  44510.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer' => [
  44511.                 'type' => 'custom',
  44512.                 'filter' => [
  44513.                     => 'lowercase',
  44514.                 ],
  44515.             ],
  44516.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.type' => 'custom',
  44517.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter' => [
  44518.                 => 'lowercase',
  44519.             ],
  44520.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter.0' => 'lowercase',
  44521.             'elasticsearch.analysis.analyzer' => [
  44522.                 'sw_ngram_analyzer' => [
  44523.                     'type' => 'custom',
  44524.                     'tokenizer' => 'whitespace',
  44525.                     'filter' => [
  44526.                         => 'lowercase',
  44527.                         => 'sw_ngram_filter',
  44528.                     ],
  44529.                 ],
  44530.             ],
  44531.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer' => [
  44532.                 'type' => 'custom',
  44533.                 'tokenizer' => 'whitespace',
  44534.                 'filter' => [
  44535.                     => 'lowercase',
  44536.                     => 'sw_ngram_filter',
  44537.                 ],
  44538.             ],
  44539.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.type' => 'custom',
  44540.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.tokenizer' => 'whitespace',
  44541.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter' => [
  44542.                 => 'lowercase',
  44543.                 => 'sw_ngram_filter',
  44544.             ],
  44545.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.0' => 'lowercase',
  44546.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.1' => 'sw_ngram_filter',
  44547.             'elasticsearch.analysis.filter' => [
  44548.                 'sw_ngram_filter' => [
  44549.                     'type' => 'ngram',
  44550.                     'min_gram' => 4,
  44551.                     'max_gram' => 5,
  44552.                 ],
  44553.             ],
  44554.             'elasticsearch.analysis.filter.sw_ngram_filter' => [
  44555.                 'type' => 'ngram',
  44556.                 'min_gram' => 4,
  44557.                 'max_gram' => 5,
  44558.             ],
  44559.             'elasticsearch.analysis.filter.sw_ngram_filter.type' => 'ngram',
  44560.             'elasticsearch.analysis.filter.sw_ngram_filter.min_gram' => 4,
  44561.             'elasticsearch.analysis.filter.sw_ngram_filter.max_gram' => 5,
  44562.             'elasticsearch.dynamic_templates' => [
  44563.                 => [
  44564.                     'keywords' => [
  44565.                         'match_mapping_type' => 'string',
  44566.                         'mapping' => [
  44567.                             'type' => 'keyword',
  44568.                             'normalizer' => 'sw_lowercase_normalizer',
  44569.                             'fields' => [
  44570.                                 'text' => [
  44571.                                     'type' => 'text',
  44572.                                 ],
  44573.                             ],
  44574.                         ],
  44575.                     ],
  44576.                 ],
  44577.             ],
  44578.             'elasticsearch.dynamic_templates.0' => [
  44579.                 'keywords' => [
  44580.                     'match_mapping_type' => 'string',
  44581.                     'mapping' => [
  44582.                         'type' => 'keyword',
  44583.                         'normalizer' => 'sw_lowercase_normalizer',
  44584.                         'fields' => [
  44585.                             'text' => [
  44586.                                 'type' => 'text',
  44587.                             ],
  44588.                         ],
  44589.                     ],
  44590.                 ],
  44591.             ],
  44592.             'elasticsearch.dynamic_templates.0.keywords' => [
  44593.                 'match_mapping_type' => 'string',
  44594.                 'mapping' => [
  44595.                     'type' => 'keyword',
  44596.                     'normalizer' => 'sw_lowercase_normalizer',
  44597.                     'fields' => [
  44598.                         'text' => [
  44599.                             'type' => 'text',
  44600.                         ],
  44601.                     ],
  44602.                 ],
  44603.             ],
  44604.             'elasticsearch.dynamic_templates.0.keywords.match_mapping_type' => 'string',
  44605.             'elasticsearch.dynamic_templates.0.keywords.mapping' => [
  44606.                 'type' => 'keyword',
  44607.                 'normalizer' => 'sw_lowercase_normalizer',
  44608.                 'fields' => [
  44609.                     'text' => [
  44610.                         'type' => 'text',
  44611.                     ],
  44612.                 ],
  44613.             ],
  44614.             'elasticsearch.dynamic_templates.0.keywords.mapping.type' => 'keyword',
  44615.             'elasticsearch.dynamic_templates.0.keywords.mapping.normalizer' => 'sw_lowercase_normalizer',
  44616.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields' => [
  44617.                 'text' => [
  44618.                     'type' => 'text',
  44619.                 ],
  44620.             ],
  44621.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text' => [
  44622.                 'type' => 'text',
  44623.             ],
  44624.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text.type' => 'text',
  44625.             'elasticsearch.logger_level' => 100,
  44626.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  44627.             'web_profiler.debug_toolbar.mode' => 2,
  44628.             'frosh_tools.elasticsearch' => [
  44629.                 'product_fields' => [
  44630.                 ],
  44631.                 'product_minimum_should_match' => 1,
  44632.             ],
  44633.             'frosh_tools.elasticsearch.product_fields' => [
  44634.             ],
  44635.             'frosh_tools.elasticsearch.product_minimum_should_match' => 1,
  44636.             'frosh_tools.file_checker.exclude_files' => [
  44637.             ],
  44638.             'frosh_tools.file_checker' => [
  44639.                 'exclude_files' => [
  44640.                 ],
  44641.             ],
  44642.             'frosh_tools.storefront' => [
  44643.                 'lightningcss' => [
  44644.                     'enabled' => false,
  44645.                     'api_url' => 'https://27uhytumuulrysydgmak3tlsgu0giwff.lambda-url.eu-central-1.on.aws',
  44646.                     'browserlist' => [
  44647.                         => 'defaults',
  44648.                     ],
  44649.                 ],
  44650.             ],
  44651.             'frosh_tools.storefront.lightningcss' => [
  44652.                 'enabled' => false,
  44653.                 'api_url' => 'https://27uhytumuulrysydgmak3tlsgu0giwff.lambda-url.eu-central-1.on.aws',
  44654.                 'browserlist' => [
  44655.                     => 'defaults',
  44656.                 ],
  44657.             ],
  44658.             'frosh_tools.storefront.lightningcss.enabled' => false,
  44659.             'frosh_tools.storefront.lightningcss.api_url' => 'https://27uhytumuulrysydgmak3tlsgu0giwff.lambda-url.eu-central-1.on.aws',
  44660.             'frosh_tools.storefront.lightningcss.browserlist' => [
  44661.                 => 'defaults',
  44662.             ],
  44663.             'frosh_tools.storefront.lightningcss.browserlist.0' => 'defaults',
  44664.             'data_collector.templates' => [
  44665.                 'data_collector.request' => [
  44666.                     => 'request',
  44667.                     => '@WebProfiler/Collector/request.html.twig',
  44668.                 ],
  44669.                 'data_collector.time' => [
  44670.                     => 'time',
  44671.                     => '@WebProfiler/Collector/time.html.twig',
  44672.                 ],
  44673.                 'data_collector.memory' => [
  44674.                     => 'memory',
  44675.                     => '@WebProfiler/Collector/memory.html.twig',
  44676.                 ],
  44677.                 'data_collector.validator' => [
  44678.                     => 'validator',
  44679.                     => '@WebProfiler/Collector/validator.html.twig',
  44680.                 ],
  44681.                 'data_collector.ajax' => [
  44682.                     => 'ajax',
  44683.                     => '@WebProfiler/Collector/ajax.html.twig',
  44684.                 ],
  44685.                 'data_collector.exception' => [
  44686.                     => 'exception',
  44687.                     => '@WebProfiler/Collector/exception.html.twig',
  44688.                 ],
  44689.                 'data_collector.logger' => [
  44690.                     => 'logger',
  44691.                     => '@WebProfiler/Collector/logger.html.twig',
  44692.                 ],
  44693.                 'data_collector.events' => [
  44694.                     => 'events',
  44695.                     => '@WebProfiler/Collector/events.html.twig',
  44696.                 ],
  44697.                 'data_collector.router' => [
  44698.                     => 'router',
  44699.                     => '@WebProfiler/Collector/router.html.twig',
  44700.                 ],
  44701.                 'data_collector.cache' => [
  44702.                     => 'cache',
  44703.                     => '@WebProfiler/Collector/cache.html.twig',
  44704.                 ],
  44705.                 'data_collector.translation' => [
  44706.                     => 'translation',
  44707.                     => '@WebProfiler/Collector/translation.html.twig',
  44708.                 ],
  44709.                 'data_collector.twig' => [
  44710.                     => 'twig',
  44711.                     => '@WebProfiler/Collector/twig.html.twig',
  44712.                 ],
  44713.                 'data_collector.dump' => [
  44714.                     => 'dump',
  44715.                     => '@Debug/Profiler/dump.html.twig',
  44716.                 ],
  44717.                 'Shopware\\Core\\Profiling\\Doctrine\\ConnectionProfiler' => [
  44718.                     => 'app.connection_collector',
  44719.                     => '@Profiling/Collector/db.html.twig',
  44720.                 ],
  44721.                 'data_collector.messenger' => [
  44722.                     => 'messenger',
  44723.                     => '@WebProfiler/Collector/messenger.html.twig',
  44724.                 ],
  44725.                 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => [
  44726.                     => 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces',
  44727.                     => '@Profiling/Collector/script_traces.html.twig',
  44728.                 ],
  44729.                 'Shopware\\Elasticsearch\\Profiler\\DataCollector' => [
  44730.                     => 'elasticsearch',
  44731.                     => '@Elasticsearch/Collector/elasticsearch.html.twig',
  44732.                 ],
  44733.                 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber' => [
  44734.                     => 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber',
  44735.                     => '@Profiling/Collector/rules.html.twig',
  44736.                 ],
  44737.                 'mailer.data_collector' => [
  44738.                     => 'mailer',
  44739.                     => '@WebProfiler/Collector/mailer.html.twig',
  44740.                 ],
  44741.                 'enqueue.profiler.message_queue_collector' => [
  44742.                     => 'enqueue.message_queue',
  44743.                     => '@Enqueue/Profiler/panel.html.twig',
  44744.                 ],
  44745.                 'data_collector.config' => [
  44746.                     => 'config',
  44747.                     => '@WebProfiler/Collector/config.html.twig',
  44748.                 ],
  44749.             ],
  44750.             'shopware.filesystem.theme.url' => '',
  44751.             'shopware.filesystem.theme.type' => 'local',
  44752.             'shopware.filesystem.theme.config' => [
  44753.                 'root' => (\dirname(__DIR__4).'/public'),
  44754.             ],
  44755.             'shopware.filesystem.asset.url' => '',
  44756.             'shopware.filesystem.asset.type' => 'local',
  44757.             'shopware.filesystem.asset.config' => [
  44758.                 'root' => (\dirname(__DIR__4).'/public'),
  44759.             ],
  44760.             'shopware.filesystem.sitemap.url' => '',
  44761.             'shopware.filesystem.sitemap.type' => 'local',
  44762.             'shopware.filesystem.sitemap.config' => [
  44763.                 'root' => (\dirname(__DIR__4).'/public'),
  44764.             ],
  44765.             'shopware.filesystem.public.url' => '',
  44766.             'frosh_tools.mail_over_queue' => true,
  44767.             'frosh_tools.elasticsearch.enabled' => true,
  44768.             'console.command.ids' => [
  44769.                 => 'console.command.public_alias.Frosh\\Tools\\Command\\DevRobotsTxtCommand',
  44770.             ],
  44771.         ];
  44772.     }
  44773.     protected function throw($message)
  44774.     {
  44775.         throw new RuntimeException($message);
  44776.     }
  44777. }