var/cache/dev_hb3717a76ebc1566204522dabc772a7b6/ContainerEHPO9Yr/Shopware_Core_KernelDevDebugContainer.php line 30120

Open in your IDE?
  1. <?php
  2. namespace ContainerEHPO9Yr;
  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.             'Doctrine\\DBAL\\Connection' => 'getConnectionService',
  42.             'Elasticsearch\\Client' => 'getClientService',
  43.             'ElgentosDutchEmailTemplates\\ElgentosDutchEmailTemplates' => 'getElgentosDutchEmailTemplatesService',
  44.             'Frosh\\Tools\\Controller\\CacheController' => 'getCacheControllerService',
  45.             'Frosh\\Tools\\Controller\\ElasticsearchController' => 'getElasticsearchControllerService',
  46.             'Frosh\\Tools\\Controller\\FeatureFlagController' => 'getFeatureFlagControllerService',
  47.             'Frosh\\Tools\\Controller\\HealthController' => 'getHealthControllerService',
  48.             'Frosh\\Tools\\Controller\\LogController' => 'getLogControllerService',
  49.             'Frosh\\Tools\\Controller\\QueueController' => 'getQueueControllerService',
  50.             'Frosh\\Tools\\Controller\\ScheduledTaskController' => 'getScheduledTaskControllerService',
  51.             'Frosh\\Tools\\Controller\\ShopwareFilesController' => 'getShopwareFilesControllerService',
  52.             'Frosh\\Tools\\Controller\\StateMachineController' => 'getStateMachineControllerService',
  53.             'Frosh\\Tools\\FroshTools' => 'getFroshToolsService',
  54.             'Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect' => 'getApplePayDirectService',
  55.             'Kiener\\MolliePayments\\Components\\Installer\\PluginInstaller' => 'getPluginInstallerService',
  56.             'Kiener\\MolliePayments\\Components\\RefundManager\\DAL\\Refund\\RefundDefinition' => 'getRefundDefinitionService',
  57.             'Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Aggregate\\SubscriptionAddress\\SubscriptionAddressDefinition' => 'getSubscriptionAddressDefinitionService',
  58.             'Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Aggregate\\SubscriptionHistory\\SubscriptionHistoryDefinition' => 'getSubscriptionHistoryDefinitionService',
  59.             'Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\SubscriptionDefinition' => 'getSubscriptionDefinitionService',
  60.             'Kiener\\MolliePayments\\Components\\Subscription\\Services\\Installer\\MailTemplateInstaller' => 'getMailTemplateInstallerService',
  61.             'Kiener\\MolliePayments\\Controller\\Api\\Order\\OrderController' => 'getOrderControllerService',
  62.             'Kiener\\MolliePayments\\Controller\\Api\\Order\\RefundController' => 'getRefundControllerService',
  63.             'Kiener\\MolliePayments\\Controller\\Api\\Order\\ShippingController' => 'getShippingControllerService',
  64.             'Kiener\\MolliePayments\\Controller\\Api\\PaymentMethod\\PaymentMethodController' => 'getPaymentMethodControllerService',
  65.             'Kiener\\MolliePayments\\Controller\\Api\\Payment\\ReturnController' => 'getReturnControllerService',
  66.             'Kiener\\MolliePayments\\Controller\\Api\\PluginConfig\\ConfigController' => 'getConfigControllerService',
  67.             'Kiener\\MolliePayments\\Controller\\Api\\Subscription\\SubscriptionController' => 'getSubscriptionControllerService',
  68.             'Kiener\\MolliePayments\\Controller\\Api\\SupportController' => 'getSupportControllerService',
  69.             'Kiener\\MolliePayments\\Controller\\Api\\Webhook\\WebhookController' => 'getWebhookControllerService',
  70.             'Kiener\\MolliePayments\\Controller\\StoreApi\\ApplePayDirect\\ApplePayDirectController' => 'getApplePayDirectControllerService',
  71.             'Kiener\\MolliePayments\\Controller\\StoreApi\\CreditCard\\CreditCardController' => 'getCreditCardControllerService',
  72.             'Kiener\\MolliePayments\\Controller\\StoreApi\\Subscription\\SubscriptionController' => 'getSubscriptionController2Service',
  73.             'Kiener\\MolliePayments\\Controller\\StoreApi\\iDEAL\\iDealController' => 'getIDealControllerService',
  74.             'Kiener\\MolliePayments\\Controller\\Storefront\\AccountController' => 'getAccountControllerService',
  75.             'Kiener\\MolliePayments\\Controller\\Storefront\\ApplePayDirect\\ApplePayDirectController' => 'getApplePayDirectController2Service',
  76.             'Kiener\\MolliePayments\\Controller\\Storefront\\CreditCard\\CreditCardController' => 'getCreditCardController2Service',
  77.             'Kiener\\MolliePayments\\Controller\\Storefront\\Payment\\MollieFailureController' => 'getMollieFailureControllerService',
  78.             'Kiener\\MolliePayments\\Controller\\Storefront\\Payment\\ReturnController' => 'getReturnController2Service',
  79.             'Kiener\\MolliePayments\\Controller\\Storefront\\Webhook\\WebhookController' => 'getWebhookController2Service',
  80.             'Kiener\\MolliePayments\\Controller\\Storefront\\iDEAL\\iDealController' => 'getIDealController2Service',
  81.             'Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay' => 'getMolliePaymentDoPayService',
  82.             'Kiener\\MolliePayments\\Facade\\MolliePaymentFinalize' => 'getMolliePaymentFinalizeService',
  83.             'Kiener\\MolliePayments\\MolliePayments' => 'getMolliePaymentsService',
  84.             'Kiener\\MolliePayments\\Resources\\snippet\\de_DE\\SnippetFile_de_DE' => 'getSnippetFileDeDEService',
  85.             'Kiener\\MolliePayments\\Resources\\snippet\\en_GB\\SnippetFile_en_GB' => 'getSnippetFileEnGBService',
  86.             'Kiener\\MolliePayments\\Resources\\snippet\\nl_NL\\SnippetFile_nl_NL' => 'getSnippetFileNlNLService',
  87.             'Kiener\\MolliePayments\\Service\\CartService' => 'getCartServiceService',
  88.             'Kiener\\MolliePayments\\Service\\Installer\\CustomFieldsInstaller' => 'getCustomFieldsInstallerService',
  89.             'Kiener\\MolliePayments\\Service\\PaymentMethodService' => 'getPaymentMethodServiceService',
  90.             'Kiener\\MolliePayments\\Service\\Transition\\TransactionTransitionService' => 'getTransactionTransitionServiceService',
  91.             'Okeonline\\AtcCustom\\OkeonlineAtcCustom' => 'getOkeonlineAtcCustomService',
  92.             'Scop\\PlatformRedirecter\\Administration\\ImportExportRedirectsController' => 'getImportExportRedirectsControllerService',
  93.             'Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition' => 'getRedirectDefinitionService',
  94.             'Scop\\PlatformRedirecter\\ScopPlatformRedirecter' => 'getScopPlatformRedirecterService',
  95.             'Shopware\\Administration\\Controller\\AdminExtensionApiController' => 'getAdminExtensionApiControllerService',
  96.             'Shopware\\Administration\\Controller\\AdminProductStreamController' => 'getAdminProductStreamControllerService',
  97.             'Shopware\\Administration\\Controller\\AdminSearchController' => 'getAdminSearchControllerService',
  98.             'Shopware\\Administration\\Controller\\AdminTagController' => 'getAdminTagControllerService',
  99.             'Shopware\\Administration\\Controller\\AdministrationController' => 'getAdministrationControllerService',
  100.             'Shopware\\Administration\\Controller\\DocumentServiceDeprecationController' => 'getDocumentServiceDeprecationControllerService',
  101.             'Shopware\\Administration\\Controller\\NotificationController' => 'getNotificationControllerService',
  102.             'Shopware\\Administration\\Controller\\UserConfigController' => 'getUserConfigControllerService',
  103.             'Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinitionService',
  104.             'Shopware\\Administration\\Notification\\NotificationService' => 'getNotificationServiceService',
  105.             'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinitionService',
  106.             'Shopware\\Core\\Checkout\\Cart\\Calculator' => 'getCalculatorService',
  107.             'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHookFactory' => 'getCartFacadeHookFactoryService',
  108.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderConverterController' => 'getOrderConverterControllerService',
  109.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderRecalculationController' => 'getOrderRecalculationControllerService',
  110.             'Shopware\\Core\\Checkout\\Cart\\PriceActionController' => 'getPriceActionControllerService',
  111.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute' => 'getCartDeleteRouteService',
  112.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute' => 'getCartItemAddRouteService',
  113.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute' => 'getCartItemRemoveRouteService',
  114.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute' => 'getCartItemUpdateRouteService',
  115.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute' => 'getCartLoadRouteService',
  116.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute' => 'getCartOrderRouteService',
  117.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => 'getCartService2Service',
  118.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinitionService',
  119.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinitionService',
  120.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinitionService',
  121.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinitionService',
  122.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinitionService',
  123.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinitionService',
  124.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinitionService',
  125.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinitionService',
  126.             'Shopware\\Core\\Checkout\\Customer\\Api\\CustomerGroupRegistrationActionController' => 'getCustomerGroupRegistrationActionControllerService',
  127.             'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinitionService',
  128.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountNewsletterRecipientRoute' => 'getAccountNewsletterRecipientRouteService',
  129.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute' => 'getAddWishlistProductRouteService',
  130.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute' => 'getChangeCustomerProfileRouteService',
  131.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeEmailRoute' => 'getChangeEmailRouteService',
  132.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeLanguageRoute' => 'getChangeLanguageRouteService',
  133.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePasswordRoute' => 'getChangePasswordRouteService',
  134.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePaymentMethodRoute' => 'getChangePaymentMethodRouteService',
  135.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute' => 'getCustomerGroupRegistrationSettingsRouteService',
  136.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRecoveryIsExpiredRoute' => 'getCustomerRecoveryIsExpiredRouteService',
  137.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute' => 'getCustomerRouteService',
  138.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute' => 'getDeleteAddressRouteService',
  139.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute' => 'getDeleteCustomerRouteService',
  140.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DownloadRoute' => 'getDownloadRouteService',
  141.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute' => 'getListAddressRouteService',
  142.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute' => 'getLoadWishlistRouteService',
  143.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoginRoute' => 'getLoginRouteService',
  144.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute' => 'getLogoutRouteService',
  145.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute' => 'getMergeWishlistProductRouteService',
  146.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterConfirmRoute' => 'getRegisterConfirmRouteService',
  147.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute' => 'getRegisterRouteService',
  148.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute' => 'getRemoveWishlistProductRouteService',
  149.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ResetPasswordRoute' => 'getResetPasswordRouteService',
  150.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SendPasswordRecoveryMailRoute' => 'getSendPasswordRecoveryMailRouteService',
  151.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute' => 'getSwitchDefaultAddressRouteService',
  152.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute' => 'getUpsertAddressRouteService',
  153.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinitionService',
  154.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinitionService',
  155.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinitionService',
  156.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinitionService',
  157.             'Shopware\\Core\\Checkout\\Document\\Controller\\DocumentController' => 'getDocumentControllerService',
  158.             'Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinitionService',
  159.             'Shopware\\Core\\Checkout\\Document\\DocumentGeneratorController' => 'getDocumentGeneratorControllerService',
  160.             'Shopware\\Core\\Checkout\\Document\\SalesChannel\\DocumentRoute' => 'getDocumentRouteService',
  161.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinitionService',
  162.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinitionService',
  163.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinitionService',
  164.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinitionService',
  165.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition' => 'getOrderLineItemDownloadDefinitionService',
  166.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinitionService',
  167.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinitionService',
  168.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinitionService',
  169.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinitionService',
  170.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinitionService',
  171.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinitionService',
  172.             'Shopware\\Core\\Checkout\\Order\\Api\\OrderActionController' => 'getOrderActionControllerService',
  173.             'Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinitionService',
  174.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute' => 'getCancelOrderRouteService',
  175.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute' => 'getOrderRouteService',
  176.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute' => 'getSetPaymentOrderRouteService',
  177.             'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinitionService',
  178.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor' => 'getPaymentRefundProcessorService',
  179.             'Shopware\\Core\\Checkout\\Payment\\Controller\\PaymentController' => 'getPaymentControllerService',
  180.             'Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'getPaymentMethodDefinitionService',
  181.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute' => 'getCachedPaymentMethodRouteService',
  182.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\HandlePaymentMethodRoute' => 'getHandlePaymentMethodRouteService',
  183.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinitionService',
  184.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute' => 'getSortedPaymentMethodRouteService',
  185.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinitionService',
  186.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinitionService',
  187.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinitionService',
  188.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinitionService',
  189.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinitionService',
  190.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinitionService',
  191.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinitionService',
  192.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinitionService',
  193.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinitionService',
  194.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinitionService',
  195.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinitionService',
  196.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinitionService',
  197.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionActionController' => 'getPromotionActionControllerService',
  198.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionController' => 'getPromotionControllerService',
  199.             'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinitionService',
  200.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinitionService',
  201.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinitionService',
  202.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinitionService',
  203.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute' => 'getCachedShippingMethodRouteService',
  204.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinitionService',
  205.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute' => 'getSortedShippingMethodRouteService',
  206.             'Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'getShippingMethodDefinitionService',
  207.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinitionService',
  208.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinitionService',
  209.             'Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'getCategoryDefinitionService',
  210.             'Shopware\\Core\\Content\\Category\\CategoryHydrator' => 'getCategoryHydratorService',
  211.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute' => 'getCachedCategoryRouteService',
  212.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute' => 'getCachedNavigationRouteService',
  213.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryListRoute' => 'getCategoryListRouteService',
  214.             'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'getSalesChannelCategoryDefinitionService',
  215.             'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute' => 'getTreeBuildingNavigationRouteService',
  216.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinitionService',
  217.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinitionService',
  218.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinitionService',
  219.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinitionService',
  220.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinitionService',
  221.             'Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinitionService',
  222.             'Shopware\\Core\\Content\\Cms\\DataAbstractionLayer\\FieldSerializer\\SlotConfigFieldSerializer' => 'getSlotConfigFieldSerializerService',
  223.             'Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver' => 'getCmsSlotsDataResolverService',
  224.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute' => 'getCmsRouteService',
  225.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository' => 'getSalesChannelCmsPageRepositoryService',
  226.             'Shopware\\Core\\Content\\ContactForm\\SalesChannel\\ContactFormRoute' => 'getContactFormRouteService',
  227.             'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinitionService',
  228.             'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition' => 'getFlowTemplateDefinitionService',
  229.             'Shopware\\Core\\Content\\Flow\\DataAbstractionLayer\\FieldSerializer\\FlowTemplateConfigFieldSerializer' => 'getFlowTemplateConfigFieldSerializerService',
  230.             'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => 'getCachedFlowLoaderService',
  231.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowExecutor' => 'getFlowExecutorService',
  232.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory' => 'getFlowFactoryService',
  233.             'Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinitionService',
  234.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinitionService',
  235.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinitionService',
  236.             'Shopware\\Core\\Content\\ImportExport\\Controller\\ImportExportActionController' => 'getImportExportActionControllerService',
  237.             'Shopware\\Core\\Content\\ImportExport\\ImportExportFactory' => 'getImportExportFactoryService',
  238.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinitionService',
  239.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinitionService',
  240.             'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler' => 'getImportExportHandlerService',
  241.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinitionService',
  242.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinitionService',
  243.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinitionService',
  244.             'Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'getLandingPageDefinitionService',
  245.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute' => 'getCachedLandingPageRouteService',
  246.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'getSalesChannelLandingPageDefinitionService',
  247.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinitionService',
  248.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinitionService',
  249.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinitionService',
  250.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinitionService',
  251.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinitionService',
  252.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinitionService',
  253.             'Shopware\\Core\\Content\\MailTemplate\\Api\\MailActionController' => 'getMailActionControllerService',
  254.             'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinitionService',
  255.             'Shopware\\Core\\Content\\Mail\\Service\\MailFactory' => 'getMailFactoryService',
  256.             'Shopware\\Core\\Content\\Mail\\Service\\MailSender' => 'getMailSenderService',
  257.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinitionService',
  258.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinitionService',
  259.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinitionService',
  260.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinitionService',
  261.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinitionService',
  262.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinitionService',
  263.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinitionService',
  264.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinitionService',
  265.             'Shopware\\Core\\Content\\Media\\Api\\MediaFolderController' => 'getMediaFolderControllerService',
  266.             'Shopware\\Core\\Content\\Media\\Api\\MediaUploadController' => 'getMediaUploadControllerService',
  267.             'Shopware\\Core\\Content\\Media\\File\\FileSaver' => 'getFileSaverService',
  268.             'Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinitionService',
  269.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinitionService',
  270.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'getNewsletterRecipientDefinitionService',
  271.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterConfirmRoute' => 'getNewsletterConfirmRouteService',
  272.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute' => 'getNewsletterSubscribeRouteService',
  273.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute' => 'getNewsletterUnsubscribeRouteService',
  274.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'getSalesChannelNewsletterRecipientDefinitionService',
  275.             'Shopware\\Core\\Content\\ProductExport\\Api\\ProductExportController' => 'getProductExportControllerService',
  276.             'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinitionService',
  277.             'Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator' => 'getProductExportHydratorService',
  278.             'Shopware\\Core\\Content\\ProductExport\\SalesChannel\\ExportController' => 'getExportControllerService',
  279.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator' => 'getProductExportGeneratorService',
  280.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter' => 'getProductExporterService',
  281.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinitionService',
  282.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator' => 'getProductStreamFilterHydratorService',
  283.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinitionService',
  284.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinitionService',
  285.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator' => 'getProductStreamHydratorService',
  286.             'Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder' => 'getProductStreamBuilderService',
  287.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinitionService',
  288.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinitionService',
  289.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinitionService',
  290.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator' => 'getProductConfiguratorSettingHydratorService',
  291.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinitionService',
  292.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator' => 'getProductCrossSellingAssignedProductsHydratorService',
  293.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinitionService',
  294.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinitionService',
  295.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator' => 'getProductCrossSellingHydratorService',
  296.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinitionService',
  297.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition' => 'getProductDownloadDefinitionService',
  298.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinitionService',
  299.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinitionService',
  300.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator' => 'getProductFeatureSetHydratorService',
  301.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinitionService',
  302.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator' => 'getProductKeywordDictionaryHydratorService',
  303.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinitionService',
  304.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinitionService',
  305.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator' => 'getProductManufacturerHydratorService',
  306.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinitionService',
  307.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator' => 'getProductMediaHydratorService',
  308.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinitionService',
  309.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinitionService',
  310.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator' => 'getProductPriceHydratorService',
  311.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinitionService',
  312.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinitionService',
  313.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator' => 'getProductReviewHydratorService',
  314.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinitionService',
  315.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator' => 'getProductSearchConfigFieldHydratorService',
  316.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinitionService',
  317.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator' => 'getProductSearchConfigHydratorService',
  318.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinitionService',
  319.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator' => 'getProductSearchKeywordHydratorService',
  320.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinitionService',
  321.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinitionService',
  322.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinitionService',
  323.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinitionService',
  324.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator' => 'getProductVisibilityHydratorService',
  325.             'Shopware\\Core\\Content\\Product\\Api\\ProductActionController' => 'getProductActionControllerService',
  326.             'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder' => 'getCheapestPriceAccessorBuilderService',
  327.             'Shopware\\Core\\Content\\Product\\ProductDefinition' => 'getProductDefinitionService',
  328.             'Shopware\\Core\\Content\\Product\\ProductHydrator' => 'getProductHydratorService',
  329.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute' => 'getCachedProductCrossSellingRouteService',
  330.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute' => 'getCachedProductDetailRouteService',
  331.             'Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute' => 'getFindProductVariantRouteService',
  332.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute' => 'getCachedProductListingRouteService',
  333.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute' => 'getResolveCriteriaProductListingRouteService',
  334.             'Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute' => 'getProductListRouteService',
  335.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute' => 'getCachedProductReviewRouteService',
  336.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute' => 'getProductReviewSaveRouteService',
  337.             'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'getSalesChannelProductDefinitionService',
  338.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\CachedProductSearchRoute' => 'getCachedProductSearchRouteService',
  339.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute' => 'getResolvedCriteriaProductSearchRouteService',
  340.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinitionService',
  341.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator' => 'getProductSortingHydratorService',
  342.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinitionService',
  343.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute' => 'getCachedProductSuggestRouteService',
  344.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinitionService',
  345.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinitionService',
  346.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator' => 'getPropertyGroupOptionHydratorService',
  347.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinitionService',
  348.             'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinitionService',
  349.             'Shopware\\Core\\Content\\Property\\PropertyGroupHydrator' => 'getPropertyGroupHydratorService',
  350.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinitionService',
  351.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinitionService',
  352.             'Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinitionService',
  353.             'Shopware\\Core\\Content\\Seo\\Api\\SeoActionController' => 'getSeoActionControllerService',
  354.             'Shopware\\Core\\Content\\Seo\\CachedSeoResolver' => 'getCachedSeoResolverService',
  355.             'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver' => 'getEmptyPathInfoResolverService',
  356.             'Shopware\\Core\\Content\\Seo\\Entity\\Dbal\\SeoUrlAssociationFieldResolver' => 'getSeoUrlAssociationFieldResolverService',
  357.             'Shopware\\Core\\Content\\Seo\\Entity\\Serializer\\SeoUrlFieldSerializer' => 'getSeoUrlFieldSerializerService',
  358.             'Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'getMainCategoryDefinitionService',
  359.             'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'getSalesChannelMainCategoryDefinitionService',
  360.             'Shopware\\Core\\Content\\Seo\\SalesChannel\\SeoUrlRoute' => 'getSeoUrlRouteService',
  361.             'Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface' => 'getSeoUrlPlaceholderHandlerInterfaceService',
  362.             'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinitionService',
  363.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'getSalesChannelSeoUrlDefinitionService',
  364.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'getSeoUrlDefinitionService',
  365.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute' => 'getCachedSitemapRouteService',
  366.             'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetPackageService' => 'getAssetPackageServiceService',
  367.             'Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader' => 'getCacheIdLoaderService',
  368.             'Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\Facade\\CacheInvalidatorFacadeHookFactory' => 'getCacheInvalidatorFacadeHookFactoryService',
  369.             'Shopware\\Core\\Framework\\Adapter\\Twig\\AppTemplateIterator' => 'getAppTemplateIteratorService',
  370.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => 'getTemplateFinderService',
  371.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateIterator' => 'getTemplateIteratorService',
  372.             'Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator' => 'getAclCriteriaValidatorService',
  373.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinitionService',
  374.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinitionService',
  375.             'Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController' => 'getAccessKeyControllerService',
  376.             'Shopware\\Core\\Framework\\Api\\Controller\\AclController' => 'getAclControllerService',
  377.             'Shopware\\Core\\Framework\\Api\\Controller\\ApiController' => 'getApiControllerService',
  378.             'Shopware\\Core\\Framework\\Api\\Controller\\AuthController' => 'getAuthControllerService',
  379.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController' => 'getCacheController2Service',
  380.             'Shopware\\Core\\Framework\\Api\\Controller\\CustomSnippetFormatController' => 'getCustomSnippetFormatControllerService',
  381.             'Shopware\\Core\\Framework\\Api\\Controller\\FallbackController' => 'getFallbackControllerService',
  382.             'Shopware\\Core\\Framework\\Api\\Controller\\IndexingController' => 'getIndexingControllerService',
  383.             'Shopware\\Core\\Framework\\Api\\Controller\\InfoController' => 'getInfoControllerService',
  384.             'Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController' => 'getIntegrationControllerService',
  385.             'Shopware\\Core\\Framework\\Api\\Controller\\SalesChannelProxyController' => 'getSalesChannelProxyControllerService',
  386.             'Shopware\\Core\\Framework\\Api\\Controller\\SyncController' => 'getSyncControllerService',
  387.             'Shopware\\Core\\Framework\\Api\\Controller\\UserController' => 'getUserControllerService',
  388.             'Shopware\\Core\\Framework\\Api\\Sync\\SyncService' => 'getSyncServiceService',
  389.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinitionService',
  390.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinitionService',
  391.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinitionService',
  392.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinitionService',
  393.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinitionService',
  394.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinitionService',
  395.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinitionService',
  396.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinitionService',
  397.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinitionService',
  398.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinitionService',
  399.             'Shopware\\Core\\Framework\\App\\Api\\AppActionController' => 'getAppActionControllerService',
  400.             'Shopware\\Core\\Framework\\App\\Api\\AppCmsController' => 'getAppCmsControllerService',
  401.             'Shopware\\Core\\Framework\\App\\Api\\AppUrlChangeController' => 'getAppUrlChangeControllerService',
  402.             'Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinitionService',
  403.             'Shopware\\Core\\Framework\\App\\AppLocaleProvider' => 'getAppLocaleProviderService',
  404.             'Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver' => 'getResolverService',
  405.             'Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionProvider' => 'getAppFlowActionProviderService',
  406.             'Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider' => 'getShopIdProviderService',
  407.             'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinitionService',
  408.             'Shopware\\Core\\Framework\\App\\Template\\TemplateStateService' => 'getTemplateStateServiceService',
  409.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator' => 'getEntityCacheKeyGeneratorService',
  410.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator' => 'getEntityHydratorService',
  411.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\ConfigJsonFieldAccessorBuilder' => 'getConfigJsonFieldAccessorBuilderService',
  412.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\CustomFieldsAccessorBuilder' => 'getCustomFieldsAccessorBuilderService',
  413.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder' => 'getDefaultFieldAccessorBuilderService',
  414.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\JsonFieldAccessorBuilder' => 'getJsonFieldAccessorBuilderService',
  415.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\PriceFieldAccessorBuilder' => 'getPriceFieldAccessorBuilderService',
  416.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver' => 'getManyToManyAssociationFieldResolverService',
  417.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToOneAssociationFieldResolver' => 'getManyToOneAssociationFieldResolverService',
  418.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver' => 'getOneToManyAssociationFieldResolverService',
  419.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver' => 'getTranslationFieldResolverService',
  420.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder' => 'getJoinGroupBuilderService',
  421.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry' => 'getDefinitionInstanceRegistryService',
  422.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory' => 'getEntityLoadedEventFactoryService',
  423.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry' => 'getExtensionRegistryService',
  424.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryFacadeHookFactory' => 'getRepositoryFacadeHookFactoryService',
  425.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryWriterFacadeHookFactory' => 'getRepositoryWriterFacadeHookFactoryService',
  426.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\SalesChannelRepositoryFacadeHookFactory' => 'getSalesChannelRepositoryFacadeHookFactoryService',
  427.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer' => 'getBlobFieldSerializerService',
  428.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BoolFieldSerializer' => 'getBoolFieldSerializerService',
  429.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CalculatedPriceFieldSerializer' => 'getCalculatedPriceFieldSerializerService',
  430.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CartPriceFieldSerializer' => 'getCartPriceFieldSerializerService',
  431.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CashRoundingConfigFieldSerializer' => 'getCashRoundingConfigFieldSerializerService',
  432.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ConfigJsonFieldSerializer' => 'getConfigJsonFieldSerializerService',
  433.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedAtFieldSerializer' => 'getCreatedAtFieldSerializerService',
  434.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedByFieldSerializer' => 'getCreatedByFieldSerializerService',
  435.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer' => 'getCustomFieldsSerializerService',
  436.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateFieldSerializer' => 'getDateFieldSerializerService',
  437.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateTimeFieldSerializer' => 'getDateTimeFieldSerializerService',
  438.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\EmailFieldSerializer' => 'getEmailFieldSerializerService',
  439.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FkFieldSerializer' => 'getFkFieldSerializerService',
  440.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FloatFieldSerializer' => 'getFloatFieldSerializerService',
  441.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IdFieldSerializer' => 'getIdFieldSerializerService',
  442.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IntFieldSerializer' => 'getIntFieldSerializerService',
  443.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\JsonFieldSerializer' => 'getJsonFieldSerializerService',
  444.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ListFieldSerializer' => 'getListFieldSerializerService',
  445.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\LongTextFieldSerializer' => 'getLongTextFieldSerializerService',
  446.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToManyAssociationFieldSerializer' => 'getManyToManyAssociationFieldSerializerService',
  447.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToOneAssociationFieldSerializer' => 'getManyToOneAssociationFieldSerializerService',
  448.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToManyAssociationFieldSerializer' => 'getOneToManyAssociationFieldSerializerService',
  449.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToOneAssociationFieldSerializer' => 'getOneToOneAssociationFieldSerializerService',
  450.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer' => 'getPHPUnserializeFieldSerializerService',
  451.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PasswordFieldSerializer' => 'getPasswordFieldSerializerService',
  452.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceDefinitionFieldSerializer' => 'getPriceDefinitionFieldSerializerService',
  453.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceFieldSerializer' => 'getPriceFieldSerializerService',
  454.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer' => 'getReferenceVersionFieldSerializerService',
  455.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\RemoteAddressFieldSerializer' => 'getRemoteAddressFieldSerializerService',
  456.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StateMachineStateFieldSerializer' => 'getStateMachineStateFieldSerializerService',
  457.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StringFieldSerializer' => 'getStringFieldSerializerService',
  458.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TaxFreeConfigFieldSerializer' => 'getTaxFreeConfigFieldSerializerService',
  459.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TimeZoneFieldSerializer' => 'getTimeZoneFieldSerializerService',
  460.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer' => 'getTranslatedFieldSerializerService',
  461.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslationsAssociationFieldSerializer' => 'getTranslationsAssociationFieldSerializerService',
  462.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedAtFieldSerializer' => 'getUpdatedAtFieldSerializerService',
  463.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedByFieldSerializer' => 'getUpdatedByFieldSerializerService',
  464.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VariantListingConfigFieldSerializer' => 'getVariantListingConfigFieldSerializerService',
  465.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer' => 'getVersionDataPayloadFieldSerializerService',
  466.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer' => 'getVersionFieldSerializerService',
  467.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry' => 'getEntityIndexerRegistryService',
  468.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface' => 'getEntityReaderInterfaceService',
  469.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface' => 'getEntityAggregatorInterfaceService',
  470.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface' => 'getEntitySearcherInterfaceService',
  471.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager' => 'getVersionManagerService',
  472.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinitionService',
  473.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinitionService',
  474.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinitionService',
  475.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface' => 'getEntityWriteGatewayInterfaceService',
  476.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter' => 'getEntityWriterService',
  477.             'Shopware\\Core\\Framework\\Event\\BusinessEventRegistry' => 'getBusinessEventRegistryService',
  478.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinitionService',
  479.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinitionService',
  480.             'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinitionService',
  481.             'Shopware\\Core\\Framework\\Increment\\Controller\\IncrementApiController' => 'getIncrementApiControllerService',
  482.             'Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinitionService',
  483.             'Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController' => 'getConsumeMessagesControllerService',
  484.             'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinitionService',
  485.             'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinitionService',
  486.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Api\\ScheduledTaskController' => 'getScheduledTaskController2Service',
  487.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinitionService',
  488.             'Shopware\\Core\\Framework\\Migration\\Api\\MigrationController' => 'getMigrationControllerService',
  489.             'Shopware\\Core\\Framework\\Migration\\IndexerQueuer' => 'getIndexerQueuerService',
  490.             'Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader' => 'getMigrationCollectionLoaderService',
  491.             'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinitionService',
  492.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection' => 'getKernelPluginCollectionService',
  493.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader' => 'getKernelPluginLoaderService',
  494.             'Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinitionService',
  495.             'Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider' => 'getPluginIdProviderService',
  496.             'Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService' => 'getCanonicalRedirectServiceService',
  497.             'Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface' => 'getRequestTransformerInterfaceService',
  498.             'Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController' => 'getRuleConfigControllerService',
  499.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptApiRoute' => 'getScriptApiRouteService',
  500.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseFactoryFacadeHookFactory' => 'getScriptResponseFactoryFacadeHookFactoryService',
  501.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptStoreApiRoute' => 'getScriptStoreApiRouteService',
  502.             'Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor' => 'getScriptExecutorService',
  503.             'Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinitionService',
  504.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreActionsController' => 'getExtensionStoreActionsControllerService',
  505.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreDataController' => 'getExtensionStoreDataControllerService',
  506.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreLicensesController' => 'getExtensionStoreLicensesControllerService',
  507.             'Shopware\\Core\\Framework\\Store\\Api\\FirstRunWizardController' => 'getFirstRunWizardControllerService',
  508.             'Shopware\\Core\\Framework\\Store\\Api\\StoreController' => 'getStoreControllerService',
  509.             'Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider' => 'getStoreRequestOptionsProviderService',
  510.             'Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware' => 'getShopSecretInvalidMiddlewareService',
  511.             'Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware' => 'getStoreSessionExpiredMiddlewareService',
  512.             'Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware' => 'getVerifyResponseSignatureMiddlewareService',
  513.             'Shopware\\Core\\Framework\\Update\\Api\\UpdateController' => 'getUpdateControllerService',
  514.             'Shopware\\Core\\Framework\\Util\\HtmlSanitizer' => 'getHtmlSanitizerService',
  515.             'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinitionService',
  516.             'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinitionService',
  517.             'Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator' => 'getSalesChannelCreatorService',
  518.             'Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner' => 'getUserProvisionerService',
  519.             'Shopware\\Core\\Profiling\\Profiler' => 'getProfilerService',
  520.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinitionService',
  521.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'getCountryStateDefinitionService',
  522.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'getSalesChannelCountryStateDefinitionService',
  523.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinitionService',
  524.             'Shopware\\Core\\System\\Country\\CountryDefinition' => 'getCountryDefinitionService',
  525.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute' => 'getCachedCountryRouteService',
  526.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute' => 'getCachedCountryStateRouteService',
  527.             'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinitionService',
  528.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinitionService',
  529.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinitionService',
  530.             'Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'getCurrencyDefinitionService',
  531.             'Shopware\\Core\\System\\Currency\\CurrencyFormatter' => 'getCurrencyFormatterService',
  532.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute' => 'getCachedCurrencyRouteService',
  533.             'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinitionService',
  534.             'Shopware\\Core\\System\\CustomEntity\\Api\\CustomEntityApiController' => 'getCustomEntityApiControllerService',
  535.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinitionService',
  536.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar' => 'getCustomEntityRegistrarService',
  537.             'Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater' => 'getCustomEntitySchemaUpdaterService',
  538.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinitionService',
  539.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinitionService',
  540.             'Shopware\\Core\\System\\CustomField\\Api\\CustomFieldSetActionController' => 'getCustomFieldSetActionControllerService',
  541.             'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinitionService',
  542.             'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinitionService',
  543.             'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinitionService',
  544.             'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinitionService',
  545.             'Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinitionService',
  546.             'Shopware\\Core\\System\\Language\\LanguageDefinition' => 'getLanguageDefinitionService',
  547.             'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute' => 'getCachedLanguageRouteService',
  548.             'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinitionService',
  549.             'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinitionService',
  550.             'Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinitionService',
  551.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinitionService',
  552.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinitionService',
  553.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinitionService',
  554.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinitionService',
  555.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinitionService',
  556.             'Shopware\\Core\\System\\NumberRange\\Api\\NumberRangeController' => 'getNumberRangeControllerService',
  557.             'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinitionService',
  558.             'Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface' => 'getNumberRangeValueGeneratorInterfaceService',
  559.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinitionService',
  560.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition2Service',
  561.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition2Service',
  562.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinitionService',
  563.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition2Service',
  564.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition2Service',
  565.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition2Service',
  566.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinitionService',
  567.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinitionService',
  568.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinitionService',
  569.             'Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory' => 'getSalesChannelContextFactoryService',
  570.             'Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry' => 'getSalesChannelDefinitionInstanceRegistryService',
  571.             'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinitionService',
  572.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute' => 'getContextSwitchRouteService',
  573.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\StoreApiInfoController' => 'getStoreApiInfoControllerService',
  574.             'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinitionService',
  575.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute' => 'getCachedSalutationRouteService',
  576.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'getSalesChannelSalutationDefinitionService',
  577.             'Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'getSalutationDefinitionService',
  578.             'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinitionService',
  579.             'Shopware\\Core\\System\\Snippet\\Api\\SnippetController' => 'getSnippetControllerService',
  580.             'Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection' => 'getSnippetFileCollectionService',
  581.             'Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory' => 'getSnippetFilterFactoryService',
  582.             'Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinitionService',
  583.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinitionService',
  584.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinitionService',
  585.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinitionService',
  586.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinitionService',
  587.             'Shopware\\Core\\System\\StateMachine\\Api\\StateMachineActionController' => 'getStateMachineActionControllerService',
  588.             'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinitionService',
  589.             'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinitionService',
  590.             'Shopware\\Core\\System\\SystemConfig\\Api\\SystemConfigController' => 'getSystemConfigControllerService',
  591.             'Shopware\\Core\\System\\SystemConfig\\Facade\\SystemConfigFacadeHookFactory' => 'getSystemConfigFacadeHookFactoryService',
  592.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinitionService',
  593.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigService' => 'getSystemConfigServiceService',
  594.             'Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService' => 'getFilterTagIdsServiceService',
  595.             'Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinitionService',
  596.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinitionService',
  597.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinitionService',
  598.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinitionService',
  599.             'Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinitionService',
  600.             'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinitionService',
  601.             'Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinitionService',
  602.             'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinitionService',
  603.             'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinitionService',
  604.             'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinitionService',
  605.             'Shopware\\Core\\System\\User\\Api\\UserRecoveryController' => 'getUserRecoveryControllerService',
  606.             'Shopware\\Core\\System\\User\\Api\\UserValidationController' => 'getUserValidationControllerService',
  607.             'Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinitionService',
  608.             'Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper' => 'getAdminElasticsearchHelperService',
  609.             'Shopware\\Elasticsearch\\Admin\\AdminSearchController' => 'getAdminSearchController2Service',
  610.             'Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper' => 'getElasticsearchHelperService',
  611.             'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler' => 'getCreateAliasTaskHandlerService',
  612.             'Shopware\\Storefront\\Controller\\AccountOrderController' => 'getAccountOrderControllerService',
  613.             'Shopware\\Storefront\\Controller\\AccountPaymentController' => 'getAccountPaymentControllerService',
  614.             'Shopware\\Storefront\\Controller\\AccountProfileController' => 'getAccountProfileControllerService',
  615.             'Shopware\\Storefront\\Controller\\AddressController' => 'getAddressControllerService',
  616.             'Shopware\\Storefront\\Controller\\Api\\CaptchaController' => 'getCaptchaControllerService',
  617.             'Shopware\\Storefront\\Controller\\AuthController' => 'getAuthController2Service',
  618.             'Shopware\\Storefront\\Controller\\CaptchaController' => 'getCaptchaController2Service',
  619.             'Shopware\\Storefront\\Controller\\CartLineItemController' => 'getCartLineItemControllerService',
  620.             'Shopware\\Storefront\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  621.             'Shopware\\Storefront\\Controller\\CmsController' => 'getCmsControllerService',
  622.             'Shopware\\Storefront\\Controller\\ContextController' => 'getContextControllerService',
  623.             'Shopware\\Storefront\\Controller\\CookieController' => 'getCookieControllerService',
  624.             'Shopware\\Storefront\\Controller\\CountryStateController' => 'getCountryStateControllerService',
  625.             'Shopware\\Storefront\\Controller\\CsrfController' => 'getCsrfControllerService',
  626.             'Shopware\\Storefront\\Controller\\DocumentController' => 'getDocumentController2Service',
  627.             'Shopware\\Storefront\\Controller\\DownloadController' => 'getDownloadControllerService',
  628.             'Shopware\\Storefront\\Controller\\ErrorController' => 'getErrorControllerService',
  629.             'Shopware\\Storefront\\Controller\\FormController' => 'getFormControllerService',
  630.             'Shopware\\Storefront\\Controller\\LandingPageController' => 'getLandingPageControllerService',
  631.             'Shopware\\Storefront\\Controller\\MaintenanceController' => 'getMaintenanceControllerService',
  632.             'Shopware\\Storefront\\Controller\\NavigationController' => 'getNavigationControllerService',
  633.             'Shopware\\Storefront\\Controller\\NewsletterController' => 'getNewsletterControllerService',
  634.             'Shopware\\Storefront\\Controller\\ProductController' => 'getProductControllerService',
  635.             'Shopware\\Storefront\\Controller\\RegisterController' => 'getRegisterControllerService',
  636.             'Shopware\\Storefront\\Controller\\ScriptController' => 'getScriptControllerService',
  637.             'Shopware\\Storefront\\Controller\\SearchController' => 'getSearchControllerService',
  638.             'Shopware\\Storefront\\Controller\\SitemapController' => 'getSitemapControllerService',
  639.             'Shopware\\Storefront\\Controller\\StoreApiProxyController' => 'getStoreApiProxyControllerService',
  640.             'Shopware\\Storefront\\Controller\\VerificationHashController' => 'getVerificationHashControllerService',
  641.             'Shopware\\Storefront\\Controller\\WellKnownController' => 'getWellKnownControllerService',
  642.             'Shopware\\Storefront\\Controller\\WishlistController' => 'getWishlistControllerService',
  643.             'Shopware\\Storefront\\Framework\\Cache\\CacheStore' => 'getCacheStoreService',
  644.             'Shopware\\Storefront\\Framework\\Csrf\\CsrfPlaceholderHandler' => 'getCsrfPlaceholderHandlerService',
  645.             'Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry' => 'getStorefrontMediaValidatorRegistryService',
  646.             'Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader' => 'getCheckoutRegisterPageLoaderService',
  647.             'Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder' => 'getProductCombinationFinderService',
  648.             'Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader' => 'getProductReviewLoaderService',
  649.             'Shopware\\Storefront\\Page\\Search\\SearchPageLoader' => 'getSearchPageLoaderService',
  650.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinitionService',
  651.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinitionService',
  652.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinitionService',
  653.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinitionService',
  654.             'Shopware\\Storefront\\Theme\\Controller\\ThemeController' => 'getThemeControllerService',
  655.             'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => 'getSalesChannelThemeLoaderService',
  656.             'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => 'getStorefrontPluginRegistryService',
  657.             'Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinitionService',
  658.             'SwagExtensionStore\\Controller\\DataController' => 'getDataControllerService',
  659.             'SwagExtensionStore\\Controller\\LicenseController' => 'getLicenseControllerService',
  660.             'SwagExtensionStore\\SwagExtensionStore' => 'getSwagExtensionStoreService',
  661.             'Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition' => 'getPackLanguageDefinitionService',
  662.             'Swag\\LanguagePack\\SwagLanguagePack' => 'getSwagLanguagePackService',
  663.             'Swpa\\SwpaMenu\\SwpaMenu' => 'getSwpaMenuService',
  664.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  665.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  666.             'ThemeCarbonized\\ThemeCarbonized' => 'getThemeCarbonizedService',
  667.             'ThemeOkeOnline\\Core\\Content\\Category\\CategoryInfo\\CategoryInfoDefinition' => 'getCategoryInfoDefinitionService',
  668.             'ThemeOkeOnline\\Core\\Content\\Category\\CategoryInfo\\Translation\\CategoryInfoTranslationDefinition' => 'getCategoryInfoTranslationDefinitionService',
  669.             'ThemeOkeOnline\\ThemeOkeOnline' => 'getThemeOkeOnlineService',
  670.             'acl_role.repository' => 'getAclRole_RepositoryService',
  671.             'acl_user_role.repository' => 'getAclUserRole_RepositoryService',
  672.             'admin.openSearch.client' => 'getAdmin_OpenSearch_ClientService',
  673.             'administration.filesystem.private' => 'getAdministration_Filesystem_PrivateService',
  674.             'administration.filesystem.public' => 'getAdministration_Filesystem_PublicService',
  675.             'app.repository' => 'getApp_RepositoryService',
  676.             'app_action_button.repository' => 'getAppActionButton_RepositoryService',
  677.             'app_action_button_translation.repository' => 'getAppActionButtonTranslation_RepositoryService',
  678.             'app_administration_snippet.repository' => 'getAppAdministrationSnippet_RepositoryService',
  679.             'app_cms_block.repository' => 'getAppCmsBlock_RepositoryService',
  680.             'app_cms_block_translation.repository' => 'getAppCmsBlockTranslation_RepositoryService',
  681.             'app_flow_action.repository' => 'getAppFlowAction_RepositoryService',
  682.             'app_flow_action_translation.repository' => 'getAppFlowActionTranslation_RepositoryService',
  683.             'app_payment_method.repository' => 'getAppPaymentMethod_RepositoryService',
  684.             'app_script_condition.repository' => 'getAppScriptCondition_RepositoryService',
  685.             'app_script_condition_translation.repository' => 'getAppScriptConditionTranslation_RepositoryService',
  686.             'app_template.repository' => 'getAppTemplate_RepositoryService',
  687.             'app_translation.repository' => 'getAppTranslation_RepositoryService',
  688.             'cache.app' => 'getCache_AppService',
  689.             'cache.app_clearer' => 'getCache_AppClearerService',
  690.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  691.             'cache.system' => 'getCache_SystemService',
  692.             'cache.system_clearer' => 'getCache_SystemClearerService',
  693.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  694.             'cache_warmer' => 'getCacheWarmerService',
  695.             'category.repository' => 'getCategory_RepositoryService',
  696.             'category_tag.repository' => 'getCategoryTag_RepositoryService',
  697.             'category_translation.repository' => 'getCategoryTranslation_RepositoryService',
  698.             'checkout.filesystem.private' => 'getCheckout_Filesystem_PrivateService',
  699.             'checkout.filesystem.public' => 'getCheckout_Filesystem_PublicService',
  700.             'cms_block.repository' => 'getCmsBlock_RepositoryService',
  701.             'cms_page.repository' => 'getCmsPage_RepositoryService',
  702.             'cms_page_translation.repository' => 'getCmsPageTranslation_RepositoryService',
  703.             'cms_section.repository' => 'getCmsSection_RepositoryService',
  704.             'cms_slot.repository' => 'getCmsSlot_RepositoryService',
  705.             'cms_slot_translation.repository' => 'getCmsSlotTranslation_RepositoryService',
  706.             'console.command.public_alias.Frosh\\Tools\\Command\\DevRobotsTxtCommand' => 'getDevRobotsTxtCommandService',
  707.             'console.command_loader' => 'getConsole_CommandLoaderService',
  708.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  709.             'content.filesystem.private' => 'getContent_Filesystem_PrivateService',
  710.             'content.filesystem.public' => 'getContent_Filesystem_PublicService',
  711.             'country.repository' => 'getCountry_RepositoryService',
  712.             'country_state.repository' => 'getCountryState_RepositoryService',
  713.             'country_state_translation.repository' => 'getCountryStateTranslation_RepositoryService',
  714.             'country_translation.repository' => 'getCountryTranslation_RepositoryService',
  715.             'currency.repository' => 'getCurrency_RepositoryService',
  716.             'currency_country_rounding.repository' => 'getCurrencyCountryRounding_RepositoryService',
  717.             'currency_translation.repository' => 'getCurrencyTranslation_RepositoryService',
  718.             'custom_entity.repository' => 'getCustomEntity_RepositoryService',
  719.             'custom_field.repository' => 'getCustomField_RepositoryService',
  720.             'custom_field_set.repository' => 'getCustomFieldSet_RepositoryService',
  721.             'custom_field_set_relation.repository' => 'getCustomFieldSetRelation_RepositoryService',
  722.             'customer.repository' => 'getCustomer_RepositoryService',
  723.             'customer_address.repository' => 'getCustomerAddress_RepositoryService',
  724.             'customer_group.repository' => 'getCustomerGroup_RepositoryService',
  725.             'customer_group_registration_sales_channels.repository' => 'getCustomerGroupRegistrationSalesChannels_RepositoryService',
  726.             'customer_group_translation.repository' => 'getCustomerGroupTranslation_RepositoryService',
  727.             'customer_recovery.repository' => 'getCustomerRecovery_RepositoryService',
  728.             'customer_tag.repository' => 'getCustomerTag_RepositoryService',
  729.             'customer_wishlist.repository' => 'getCustomerWishlist_RepositoryService',
  730.             'customer_wishlist_product.repository' => 'getCustomerWishlistProduct_RepositoryService',
  731.             'data_collector.dump' => 'getDataCollector_DumpService',
  732.             'dead_message.repository' => 'getDeadMessage_RepositoryService',
  733.             'delivery_time.repository' => 'getDeliveryTime_RepositoryService',
  734.             'delivery_time_translation.repository' => 'getDeliveryTimeTranslation_RepositoryService',
  735.             'document.repository' => 'getDocument_RepositoryService',
  736.             'document_base_config.repository' => 'getDocumentBaseConfig_RepositoryService',
  737.             'document_base_config_sales_channel.repository' => 'getDocumentBaseConfigSalesChannel_RepositoryService',
  738.             'document_type.repository' => 'getDocumentType_RepositoryService',
  739.             'document_type_translation.repository' => 'getDocumentTypeTranslation_RepositoryService',
  740.             'elasticsearch.filesystem.private' => 'getElasticsearch_Filesystem_PrivateService',
  741.             'elasticsearch.filesystem.public' => 'getElasticsearch_Filesystem_PublicService',
  742.             'elgentos_dutch_email_templates.filesystem.private' => 'getElgentosDutchEmailTemplates_Filesystem_PrivateService',
  743.             'elgentos_dutch_email_templates.filesystem.public' => 'getElgentosDutchEmailTemplates_Filesystem_PublicService',
  744.             'enqueue.client.default.producer' => 'getEnqueue_Client_Default_ProducerService',
  745.             'error_controller' => 'getErrorController2Service',
  746.             'event_action.repository' => 'getEventAction_RepositoryService',
  747.             'event_action_rule.repository' => 'getEventActionRule_RepositoryService',
  748.             'event_action_sales_channel.repository' => 'getEventActionSalesChannel_RepositoryService',
  749.             'event_dispatcher' => 'getEventDispatcherService',
  750.             'flow.repository' => 'getFlow_RepositoryService',
  751.             'flow_sequence.repository' => 'getFlowSequence_RepositoryService',
  752.             'flow_template.repository' => 'getFlowTemplate_RepositoryService',
  753.             'framework.filesystem.private' => 'getFramework_Filesystem_PrivateService',
  754.             'framework.filesystem.public' => 'getFramework_Filesystem_PublicService',
  755.             'frosh_tools.filesystem.private' => 'getFroshTools_Filesystem_PrivateService',
  756.             'frosh_tools.filesystem.public' => 'getFroshTools_Filesystem_PublicService',
  757.             'http_kernel' => 'getHttpKernelService',
  758.             'import_export_file.repository' => 'getImportExportFile_RepositoryService',
  759.             'import_export_log.repository' => 'getImportExportLog_RepositoryService',
  760.             'import_export_profile.repository' => 'getImportExportProfile_RepositoryService',
  761.             'import_export_profile_translation.repository' => 'getImportExportProfileTranslation_RepositoryService',
  762.             'integration.repository' => 'getIntegration_RepositoryService',
  763.             'integration_role.repository' => 'getIntegrationRole_RepositoryService',
  764.             'landing_page.repository' => 'getLandingPage_RepositoryService',
  765.             'landing_page_sales_channel.repository' => 'getLandingPageSalesChannel_RepositoryService',
  766.             'landing_page_tag.repository' => 'getLandingPageTag_RepositoryService',
  767.             'landing_page_translation.repository' => 'getLandingPageTranslation_RepositoryService',
  768.             'language.repository' => 'getLanguage_RepositoryService',
  769.             'locale.repository' => 'getLocale_RepositoryService',
  770.             'locale_translation.repository' => 'getLocaleTranslation_RepositoryService',
  771.             'log_entry.repository' => 'getLogEntry_RepositoryService',
  772.             'mail_header_footer.repository' => 'getMailHeaderFooter_RepositoryService',
  773.             'mail_header_footer_translation.repository' => 'getMailHeaderFooterTranslation_RepositoryService',
  774.             'mail_template.repository' => 'getMailTemplate_RepositoryService',
  775.             'mail_template_media.repository' => 'getMailTemplateMedia_RepositoryService',
  776.             'mail_template_translation.repository' => 'getMailTemplateTranslation_RepositoryService',
  777.             'mail_template_type.repository' => 'getMailTemplateType_RepositoryService',
  778.             'mail_template_type_translation.repository' => 'getMailTemplateTypeTranslation_RepositoryService',
  779.             'main_category.repository' => 'getMainCategory_RepositoryService',
  780.             'maintenance.filesystem.private' => 'getMaintenance_Filesystem_PrivateService',
  781.             'maintenance.filesystem.public' => 'getMaintenance_Filesystem_PublicService',
  782.             'media.repository' => 'getMedia_RepositoryService',
  783.             'media_default_folder.repository' => 'getMediaDefaultFolder_RepositoryService',
  784.             'media_folder.repository' => 'getMediaFolder_RepositoryService',
  785.             'media_folder_configuration.repository' => 'getMediaFolderConfiguration_RepositoryService',
  786.             'media_folder_configuration_media_thumbnail_size.repository' => 'getMediaFolderConfigurationMediaThumbnailSize_RepositoryService',
  787.             'media_tag.repository' => 'getMediaTag_RepositoryService',
  788.             'media_thumbnail.repository' => 'getMediaThumbnail_RepositoryService',
  789.             'media_thumbnail_size.repository' => 'getMediaThumbnailSize_RepositoryService',
  790.             'media_translation.repository' => 'getMediaTranslation_RepositoryService',
  791.             'message_queue_stats.repository' => 'getMessageQueueStats_RepositoryService',
  792.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  793.             'mollie_payments.filesystem.private' => 'getMolliePayments_Filesystem_PrivateService',
  794.             'mollie_payments.filesystem.public' => 'getMolliePayments_Filesystem_PublicService',
  795.             'mollie_refund.repository' => 'getMollieRefund_RepositoryService',
  796.             'mollie_subscription.repository' => 'getMollieSubscription_RepositoryService',
  797.             'mollie_subscription_address.repository' => 'getMollieSubscriptionAddress_RepositoryService',
  798.             'mollie_subscription_history.repository' => 'getMollieSubscriptionHistory_RepositoryService',
  799.             'monolog.logger.business_events' => 'getMonolog_Logger_BusinessEventsService',
  800.             'newsletter_recipient.repository' => 'getNewsletterRecipient_RepositoryService',
  801.             'newsletter_recipient_tag.repository' => 'getNewsletterRecipientTag_RepositoryService',
  802.             'notification.repository' => 'getNotification_RepositoryService',
  803.             'number_range.repository' => 'getNumberRange_RepositoryService',
  804.             'number_range_sales_channel.repository' => 'getNumberRangeSalesChannel_RepositoryService',
  805.             'number_range_state.repository' => 'getNumberRangeState_RepositoryService',
  806.             'number_range_translation.repository' => 'getNumberRangeTranslation_RepositoryService',
  807.             'number_range_type.repository' => 'getNumberRangeType_RepositoryService',
  808.             'number_range_type_translation.repository' => 'getNumberRangeTypeTranslation_RepositoryService',
  809.             'okeonline_atc_custom.filesystem.private' => 'getOkeonlineAtcCustom_Filesystem_PrivateService',
  810.             'okeonline_atc_custom.filesystem.public' => 'getOkeonlineAtcCustom_Filesystem_PublicService',
  811.             'oo_category_info.repository' => 'getOoCategoryInfo_RepositoryService',
  812.             'oo_category_info_translation.repository' => 'getOoCategoryInfoTranslation_RepositoryService',
  813.             'order.repository' => 'getOrder_RepositoryService',
  814.             'order_address.repository' => 'getOrderAddress_RepositoryService',
  815.             'order_customer.repository' => 'getOrderCustomer_RepositoryService',
  816.             'order_delivery.repository' => 'getOrderDelivery_RepositoryService',
  817.             'order_delivery_position.repository' => 'getOrderDeliveryPosition_RepositoryService',
  818.             'order_line_item.repository' => 'getOrderLineItem_RepositoryService',
  819.             'order_line_item_download.repository' => 'getOrderLineItemDownload_RepositoryService',
  820.             'order_tag.repository' => 'getOrderTag_RepositoryService',
  821.             'order_transaction.repository' => 'getOrderTransaction_RepositoryService',
  822.             'order_transaction_capture.repository' => 'getOrderTransactionCapture_RepositoryService',
  823.             'order_transaction_capture_refund.repository' => 'getOrderTransactionCaptureRefund_RepositoryService',
  824.             'order_transaction_capture_refund_position.repository' => 'getOrderTransactionCaptureRefundPosition_RepositoryService',
  825.             'payment_method.repository' => 'getPaymentMethod_RepositoryService',
  826.             'payment_method_translation.repository' => 'getPaymentMethodTranslation_RepositoryService',
  827.             'plugin.repository' => 'getPlugin_RepositoryService',
  828.             'plugin_translation.repository' => 'getPluginTranslation_RepositoryService',
  829.             'product.repository' => 'getProduct_RepositoryService',
  830.             'product_category.repository' => 'getProductCategory_RepositoryService',
  831.             'product_category_tree.repository' => 'getProductCategoryTree_RepositoryService',
  832.             'product_configurator_setting.repository' => 'getProductConfiguratorSetting_RepositoryService',
  833.             'product_cross_selling.repository' => 'getProductCrossSelling_RepositoryService',
  834.             'product_cross_selling_assigned_products.repository' => 'getProductCrossSellingAssignedProducts_RepositoryService',
  835.             'product_cross_selling_translation.repository' => 'getProductCrossSellingTranslation_RepositoryService',
  836.             'product_custom_field_set.repository' => 'getProductCustomFieldSet_RepositoryService',
  837.             'product_download.repository' => 'getProductDownload_RepositoryService',
  838.             'product_export.repository' => 'getProductExport_RepositoryService',
  839.             'product_feature_set.repository' => 'getProductFeatureSet_RepositoryService',
  840.             'product_feature_set_translation.repository' => 'getProductFeatureSetTranslation_RepositoryService',
  841.             'product_keyword_dictionary.repository' => 'getProductKeywordDictionary_RepositoryService',
  842.             'product_manufacturer.repository' => 'getProductManufacturer_RepositoryService',
  843.             'product_manufacturer_translation.repository' => 'getProductManufacturerTranslation_RepositoryService',
  844.             'product_media.repository' => 'getProductMedia_RepositoryService',
  845.             'product_option.repository' => 'getProductOption_RepositoryService',
  846.             'product_price.repository' => 'getProductPrice_RepositoryService',
  847.             'product_property.repository' => 'getProductProperty_RepositoryService',
  848.             'product_review.repository' => 'getProductReview_RepositoryService',
  849.             'product_search_config.repository' => 'getProductSearchConfig_RepositoryService',
  850.             'product_search_config_field.repository' => 'getProductSearchConfigField_RepositoryService',
  851.             'product_search_keyword.repository' => 'getProductSearchKeyword_RepositoryService',
  852.             'product_sorting.repository' => 'getProductSorting_RepositoryService',
  853.             'product_sorting_translation.repository' => 'getProductSortingTranslation_RepositoryService',
  854.             'product_stream.repository' => 'getProductStream_RepositoryService',
  855.             'product_stream_filter.repository' => 'getProductStreamFilter_RepositoryService',
  856.             'product_stream_mapping.repository' => 'getProductStreamMapping_RepositoryService',
  857.             'product_stream_translation.repository' => 'getProductStreamTranslation_RepositoryService',
  858.             'product_tag.repository' => 'getProductTag_RepositoryService',
  859.             'product_translation.repository' => 'getProductTranslation_RepositoryService',
  860.             'product_visibility.repository' => 'getProductVisibility_RepositoryService',
  861.             'profiling.filesystem.private' => 'getProfiling_Filesystem_PrivateService',
  862.             'profiling.filesystem.public' => 'getProfiling_Filesystem_PublicService',
  863.             'promotion.repository' => 'getPromotion_RepositoryService',
  864.             'promotion_cart_rule.repository' => 'getPromotionCartRule_RepositoryService',
  865.             'promotion_discount.repository' => 'getPromotionDiscount_RepositoryService',
  866.             'promotion_discount_prices.repository' => 'getPromotionDiscountPrices_RepositoryService',
  867.             'promotion_discount_rule.repository' => 'getPromotionDiscountRule_RepositoryService',
  868.             'promotion_individual_code.repository' => 'getPromotionIndividualCode_RepositoryService',
  869.             'promotion_order_rule.repository' => 'getPromotionOrderRule_RepositoryService',
  870.             'promotion_persona_customer.repository' => 'getPromotionPersonaCustomer_RepositoryService',
  871.             'promotion_persona_rule.repository' => 'getPromotionPersonaRule_RepositoryService',
  872.             'promotion_sales_channel.repository' => 'getPromotionSalesChannel_RepositoryService',
  873.             'promotion_setgroup.repository' => 'getPromotionSetgroup_RepositoryService',
  874.             'promotion_setgroup_rule.repository' => 'getPromotionSetgroupRule_RepositoryService',
  875.             'promotion_translation.repository' => 'getPromotionTranslation_RepositoryService',
  876.             'property_group.repository' => 'getPropertyGroup_RepositoryService',
  877.             'property_group_option.repository' => 'getPropertyGroupOption_RepositoryService',
  878.             'property_group_option_translation.repository' => 'getPropertyGroupOptionTranslation_RepositoryService',
  879.             'property_group_translation.repository' => 'getPropertyGroupTranslation_RepositoryService',
  880.             'request_stack' => 'getRequestStackService',
  881.             'router' => 'getRouterService',
  882.             'routing.loader' => 'getRouting_LoaderService',
  883.             'rule.repository' => 'getRule_RepositoryService',
  884.             'rule_condition.repository' => 'getRuleCondition_RepositoryService',
  885.             'rule_tag.repository' => 'getRuleTag_RepositoryService',
  886.             'sales_channel.category.repository' => 'getSalesChannel_Category_RepositoryService',
  887.             'sales_channel.country.repository' => 'getSalesChannel_Country_RepositoryService',
  888.             'sales_channel.country_state.repository' => 'getSalesChannel_CountryState_RepositoryService',
  889.             'sales_channel.currency.repository' => 'getSalesChannel_Currency_RepositoryService',
  890.             'sales_channel.landing_page.repository' => 'getSalesChannel_LandingPage_RepositoryService',
  891.             'sales_channel.language.repository' => 'getSalesChannel_Language_RepositoryService',
  892.             'sales_channel.main_category.repository' => 'getSalesChannel_MainCategory_RepositoryService',
  893.             'sales_channel.newsletter_recipient.repository' => 'getSalesChannel_NewsletterRecipient_RepositoryService',
  894.             'sales_channel.payment_method.repository' => 'getSalesChannel_PaymentMethod_RepositoryService',
  895.             'sales_channel.product.repository' => 'getSalesChannel_Product_RepositoryService',
  896.             'sales_channel.repository' => 'getSalesChannel_RepositoryService',
  897.             'sales_channel.salutation.repository' => 'getSalesChannel_Salutation_RepositoryService',
  898.             'sales_channel.seo_url.repository' => 'getSalesChannel_SeoUrl_RepositoryService',
  899.             'sales_channel.shipping_method.repository' => 'getSalesChannel_ShippingMethod_RepositoryService',
  900.             'sales_channel_analytics.repository' => 'getSalesChannelAnalytics_RepositoryService',
  901.             'sales_channel_country.repository' => 'getSalesChannelCountry_RepositoryService',
  902.             'sales_channel_currency.repository' => 'getSalesChannelCurrency_RepositoryService',
  903.             'sales_channel_definition.Kiener\\MolliePayments\\Components\\RefundManager\\DAL\\Refund\\RefundDefinition' => 'getRefundDefinition2Service',
  904.             'sales_channel_definition.Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Aggregate\\SubscriptionAddress\\SubscriptionAddressDefinition' => 'getSubscriptionAddressDefinition2Service',
  905.             'sales_channel_definition.Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Aggregate\\SubscriptionHistory\\SubscriptionHistoryDefinition' => 'getSubscriptionHistoryDefinition2Service',
  906.             'sales_channel_definition.Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\SubscriptionDefinition' => 'getSubscriptionDefinition2Service',
  907.             'sales_channel_definition.Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition' => 'getRedirectDefinition2Service',
  908.             'sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinition2Service',
  909.             'sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinition2Service',
  910.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinition2Service',
  911.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinition2Service',
  912.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinition2Service',
  913.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinition2Service',
  914.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinition2Service',
  915.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinition2Service',
  916.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinition2Service',
  917.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinition2Service',
  918.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinition2Service',
  919.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinition2Service',
  920.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinition2Service',
  921.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinition2Service',
  922.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinition2Service',
  923.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinition2Service',
  924.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinition2Service',
  925.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinition2Service',
  926.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinition2Service',
  927.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinition2Service',
  928.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition' => 'getOrderLineItemDownloadDefinition2Service',
  929.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinition2Service',
  930.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinition2Service',
  931.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinition2Service',
  932.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinition2Service',
  933.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinition2Service',
  934.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinition2Service',
  935.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinition2Service',
  936.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinition2Service',
  937.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinition2Service',
  938.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinition2Service',
  939.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinition2Service',
  940.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinition2Service',
  941.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinition2Service',
  942.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinition2Service',
  943.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinition2Service',
  944.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinition2Service',
  945.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinition2Service',
  946.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinition2Service',
  947.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinition2Service',
  948.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinition2Service',
  949.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinition2Service',
  950.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinition2Service',
  951.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinition2Service',
  952.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinition2Service',
  953.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinition2Service',
  954.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinition2Service',
  955.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinition2Service',
  956.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinition2Service',
  957.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinition2Service',
  958.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinition2Service',
  959.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinition2Service',
  960.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinition2Service',
  961.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinition2Service',
  962.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition' => 'getFlowTemplateDefinition2Service',
  963.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinition2Service',
  964.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinition2Service',
  965.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinition2Service',
  966.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinition2Service',
  967.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinition2Service',
  968.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinition2Service',
  969.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinition2Service',
  970.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinition2Service',
  971.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinition2Service',
  972.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinition2Service',
  973.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinition2Service',
  974.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinition2Service',
  975.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinition2Service',
  976.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinition2Service',
  977.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinition2Service',
  978.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinition2Service',
  979.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service',
  980.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinition2Service',
  981.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinition2Service',
  982.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinition2Service',
  983.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinition2Service',
  984.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinition2Service',
  985.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinition2Service',
  986.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinition2Service',
  987.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinition2Service',
  988.             'sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinition2Service',
  989.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinition2Service',
  990.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinition2Service',
  991.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinition2Service',
  992.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinition2Service',
  993.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinition2Service',
  994.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinition2Service',
  995.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinition2Service',
  996.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinition2Service',
  997.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinition2Service',
  998.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinition2Service',
  999.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition' => 'getProductDownloadDefinition2Service',
  1000.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinition2Service',
  1001.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinition2Service',
  1002.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinition2Service',
  1003.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinition2Service',
  1004.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinition2Service',
  1005.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinition2Service',
  1006.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinition2Service',
  1007.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinition2Service',
  1008.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinition2Service',
  1009.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinition2Service',
  1010.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinition2Service',
  1011.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinition2Service',
  1012.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinition2Service',
  1013.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinition2Service',
  1014.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinition2Service',
  1015.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinition2Service',
  1016.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinition2Service',
  1017.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinition2Service',
  1018.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinition2Service',
  1019.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinition2Service',
  1020.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinition2Service',
  1021.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinition2Service',
  1022.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinition2Service',
  1023.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinition2Service',
  1024.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinition2Service',
  1025.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinition2Service',
  1026.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinition2Service',
  1027.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinition2Service',
  1028.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinition2Service',
  1029.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinition2Service',
  1030.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinition2Service',
  1031.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinition2Service',
  1032.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinition2Service',
  1033.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinition2Service',
  1034.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinition2Service',
  1035.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinition2Service',
  1036.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinition2Service',
  1037.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinition2Service',
  1038.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinition2Service',
  1039.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinition2Service',
  1040.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinition2Service',
  1041.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinition2Service',
  1042.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinition2Service',
  1043.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinition2Service',
  1044.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinition2Service',
  1045.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinition2Service',
  1046.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinition2Service',
  1047.             'sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinition2Service',
  1048.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinition2Service',
  1049.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinition2Service',
  1050.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinition2Service',
  1051.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinition2Service',
  1052.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinition2Service',
  1053.             'sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinition2Service',
  1054.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinition2Service',
  1055.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinition2Service',
  1056.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinition2Service',
  1057.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinition2Service',
  1058.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinition2Service',
  1059.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinition2Service',
  1060.             'sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinition2Service',
  1061.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinition2Service',
  1062.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinition2Service',
  1063.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinition2Service',
  1064.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinition2Service',
  1065.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinition2Service',
  1066.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinition2Service',
  1067.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinition2Service',
  1068.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinition2Service',
  1069.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinition2Service',
  1070.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinition2Service',
  1071.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinition2Service',
  1072.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinition2Service',
  1073.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinition2Service',
  1074.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinition2Service',
  1075.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinition2Service',
  1076.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinition2Service',
  1077.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition3Service',
  1078.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition3Service',
  1079.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinition2Service',
  1080.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition3Service',
  1081.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition3Service',
  1082.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition3Service',
  1083.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinition2Service',
  1084.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinition2Service',
  1085.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinition2Service',
  1086.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinition2Service',
  1087.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinition2Service',
  1088.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinition2Service',
  1089.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinition2Service',
  1090.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinition2Service',
  1091.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinition2Service',
  1092.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinition2Service',
  1093.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinition2Service',
  1094.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinition2Service',
  1095.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinition2Service',
  1096.             'sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinition2Service',
  1097.             'sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinition2Service',
  1098.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinition2Service',
  1099.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinition2Service',
  1100.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinition2Service',
  1101.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinition2Service',
  1102.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinition2Service',
  1103.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinition2Service',
  1104.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinition2Service',
  1105.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinition2Service',
  1106.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinition2Service',
  1107.             'sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinition2Service',
  1108.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinition2Service',
  1109.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinition2Service',
  1110.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinition2Service',
  1111.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinition2Service',
  1112.             'sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinition2Service',
  1113.             'sales_channel_definition.Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition' => 'getPackLanguageDefinition2Service',
  1114.             'sales_channel_definition.ThemeOkeOnline\\Core\\Content\\Category\\CategoryInfo\\CategoryInfoDefinition' => 'getCategoryInfoDefinition2Service',
  1115.             'sales_channel_definition.ThemeOkeOnline\\Core\\Content\\Category\\CategoryInfo\\Translation\\CategoryInfoTranslationDefinition' => 'getCategoryInfoTranslationDefinition2Service',
  1116.             'sales_channel_domain.repository' => 'getSalesChannelDomain_RepositoryService',
  1117.             'sales_channel_language.repository' => 'getSalesChannelLanguage_RepositoryService',
  1118.             'sales_channel_payment_method.repository' => 'getSalesChannelPaymentMethod_RepositoryService',
  1119.             'sales_channel_shipping_method.repository' => 'getSalesChannelShippingMethod_RepositoryService',
  1120.             'sales_channel_translation.repository' => 'getSalesChannelTranslation_RepositoryService',
  1121.             'sales_channel_type.repository' => 'getSalesChannelType_RepositoryService',
  1122.             'sales_channel_type_translation.repository' => 'getSalesChannelTypeTranslation_RepositoryService',
  1123.             'salutation.repository' => 'getSalutation_RepositoryService',
  1124.             'salutation_translation.repository' => 'getSalutationTranslation_RepositoryService',
  1125.             'scheduled_task.repository' => 'getScheduledTask_RepositoryService',
  1126.             'scop.platform_redirecter.test.test_browser' => 'getScop_PlatformRedirecter_Test_TestBrowserService',
  1127.             'scop_platform_redirecter.filesystem.private' => 'getScopPlatformRedirecter_Filesystem_PrivateService',
  1128.             'scop_platform_redirecter.filesystem.public' => 'getScopPlatformRedirecter_Filesystem_PublicService',
  1129.             'scop_platform_redirecter_redirect.repository' => 'getScopPlatformRedirecterRedirect_RepositoryService',
  1130.             'script.repository' => 'getScript_RepositoryService',
  1131.             'seo_url.repository' => 'getSeoUrl_RepositoryService',
  1132.             'seo_url_template.repository' => 'getSeoUrlTemplate_RepositoryService',
  1133.             'services_resetter' => 'getServicesResetterService',
  1134.             'shipping_method.repository' => 'getShippingMethod_RepositoryService',
  1135.             'shipping_method_price.repository' => 'getShippingMethodPrice_RepositoryService',
  1136.             'shipping_method_tag.repository' => 'getShippingMethodTag_RepositoryService',
  1137.             'shipping_method_translation.repository' => 'getShippingMethodTranslation_RepositoryService',
  1138.             'shopware.filesystem.asset' => 'getShopware_Filesystem_AssetService',
  1139.             'shopware.filesystem.private' => 'getShopware_Filesystem_PrivateService',
  1140.             'shopware.filesystem.public' => 'getShopware_Filesystem_PublicService',
  1141.             'shopware.filesystem.sitemap' => 'getShopware_Filesystem_SitemapService',
  1142.             'shopware.filesystem.temp' => 'getShopware_Filesystem_TempService',
  1143.             'shopware.filesystem.theme' => 'getShopware_Filesystem_ThemeService',
  1144.             'shopware.increment.gateway.registry' => 'getShopware_Increment_Gateway_RegistryService',
  1145.             'shopware.store_client' => 'getShopware_StoreClientService',
  1146.             'snippet.repository' => 'getSnippet_RepositoryService',
  1147.             'snippet_set.repository' => 'getSnippetSet_RepositoryService',
  1148.             'state_machine.repository' => 'getStateMachine_RepositoryService',
  1149.             'state_machine_history.repository' => 'getStateMachineHistory_RepositoryService',
  1150.             'state_machine_state.repository' => 'getStateMachineState_RepositoryService',
  1151.             'state_machine_state_translation.repository' => 'getStateMachineStateTranslation_RepositoryService',
  1152.             'state_machine_transition.repository' => 'getStateMachineTransition_RepositoryService',
  1153.             'state_machine_translation.repository' => 'getStateMachineTranslation_RepositoryService',
  1154.             'storefront.filesystem.private' => 'getStorefront_Filesystem_PrivateService',
  1155.             'storefront.filesystem.public' => 'getStorefront_Filesystem_PublicService',
  1156.             'swag_extension_store.filesystem.private' => 'getSwagExtensionStore_Filesystem_PrivateService',
  1157.             'swag_extension_store.filesystem.public' => 'getSwagExtensionStore_Filesystem_PublicService',
  1158.             'swag_language_pack.filesystem.private' => 'getSwagLanguagePack_Filesystem_PrivateService',
  1159.             'swag_language_pack.filesystem.public' => 'getSwagLanguagePack_Filesystem_PublicService',
  1160.             'swag_language_pack_language.repository' => 'getSwagLanguagePackLanguage_RepositoryService',
  1161.             'swpa_menu.filesystem.private' => 'getSwpaMenu_Filesystem_PrivateService',
  1162.             'swpa_menu.filesystem.public' => 'getSwpaMenu_Filesystem_PublicService',
  1163.             'system.filesystem.private' => 'getSystem_Filesystem_PrivateService',
  1164.             'system.filesystem.public' => 'getSystem_Filesystem_PublicService',
  1165.             'system_config.repository' => 'getSystemConfig_RepositoryService',
  1166.             'tag.repository' => 'getTag_RepositoryService',
  1167.             'tax.repository' => 'getTax_RepositoryService',
  1168.             'tax_rule.repository' => 'getTaxRule_RepositoryService',
  1169.             'tax_rule_type.repository' => 'getTaxRuleType_RepositoryService',
  1170.             'tax_rule_type_translation.repository' => 'getTaxRuleTypeTranslation_RepositoryService',
  1171.             'theme.repository' => 'getTheme_RepositoryService',
  1172.             'theme_carbonized.filesystem.private' => 'getThemeCarbonized_Filesystem_PrivateService',
  1173.             'theme_carbonized.filesystem.public' => 'getThemeCarbonized_Filesystem_PublicService',
  1174.             'theme_child.repository' => 'getThemeChild_RepositoryService',
  1175.             'theme_media.repository' => 'getThemeMedia_RepositoryService',
  1176.             'theme_oke_online.filesystem.private' => 'getThemeOkeOnline_Filesystem_PrivateService',
  1177.             'theme_oke_online.filesystem.public' => 'getThemeOkeOnline_Filesystem_PublicService',
  1178.             'theme_sales_channel.repository' => 'getThemeSalesChannel_RepositoryService',
  1179.             'theme_translation.repository' => 'getThemeTranslation_RepositoryService',
  1180.             'translator' => 'getTranslatorService',
  1181.             'unit.repository' => 'getUnit_RepositoryService',
  1182.             'unit_translation.repository' => 'getUnitTranslation_RepositoryService',
  1183.             'user.repository' => 'getUser_RepositoryService',
  1184.             'user_access_key.repository' => 'getUserAccessKey_RepositoryService',
  1185.             'user_config.repository' => 'getUserConfig_RepositoryService',
  1186.             'user_recovery.repository' => 'getUserRecovery_RepositoryService',
  1187.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  1188.             'version.repository' => 'getVersion_RepositoryService',
  1189.             'version_commit.repository' => 'getVersionCommit_RepositoryService',
  1190.             'version_commit_data.repository' => 'getVersionCommitData_RepositoryService',
  1191.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  1192.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  1193.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  1194.             'webhook.repository' => 'getWebhook_RepositoryService',
  1195.             'webhook_event_log.repository' => 'getWebhookEventLog_RepositoryService',
  1196.             'cache_clearer' => 'getCacheClearerService',
  1197.             'filesystem' => 'getFilesystemService',
  1198.             'serializer' => 'getSerializerService',
  1199.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  1200.             'profiler' => 'getProfiler2Service',
  1201.             'twig' => 'getTwigService',
  1202.             'session' => 'getSessionService',
  1203.             'validator' => 'getValidatorService',
  1204.         ];
  1205.         $this->aliases = [
  1206.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\PaymentMethodRoute' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute',
  1207.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\ShippingMethodRoute' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute',
  1208.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute',
  1209.             'Shopware\\Core\\Content\\Category\\SalesChannel\\NavigationRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute',
  1210.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowLoader' => 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader',
  1211.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\LandingPageRoute' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute',
  1212.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\ProductCrossSellingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute',
  1213.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute',
  1214.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute',
  1215.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute',
  1216.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ProductSearchRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute',
  1217.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\ProductSuggestRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute',
  1218.             'Shopware\\Core\\Content\\Seo\\SeoResolver' => 'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver',
  1219.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\SitemapRoute' => 'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute',
  1220.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute',
  1221.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryStateRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute',
  1222.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CurrencyRoute' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute',
  1223.             'Shopware\\Core\\System\\Language\\SalesChannel\\LanguageRoute' => 'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute',
  1224.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalutationRoute' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute',
  1225.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1226.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1227.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1228.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1229.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1230.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1231.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1232.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1233.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1234.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1235.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\ProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1236.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1237.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1238.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1239.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1240.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1241.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1242.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1243.             'sales_channel_definition.Shopware\\Core\\System\\Country\\CountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1244.             'sales_channel_definition.Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1245.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1246.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1247.             'sales_channel_definition.Shopware\\Core\\System\\Language\\LanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1248.             'sales_channel_definition.Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1249.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1250.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1251.         ];
  1252.         $this->privates['service_container'] = function () {
  1253.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Kernel.php';
  1262.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  1265.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ContextResolverListener.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CoreSubscriber.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeListener.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteEventSubscriber.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/AbstractTranslator.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/Translator.php';
  1275.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetService.php';
  1276.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Filter/SnippetFilterFactory.php';
  1277.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinderInterface.php';
  1278.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  1279.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinder.php';
  1280.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/NamespaceHierarchyBuilder.php';
  1281.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1282.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/EntityTemplateLoader.php';
  1283.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestContextResolverInterface.php';
  1284.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeCheckTrait.php';
  1285.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php';
  1286.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ApiRequestContextResolver.php';
  1287.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeRegistry.php';
  1288.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheStateSubscriber.php';
  1289.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1290.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  1291.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/AbstractMessageHandler.php';
  1292.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskHandler.php';
  1293.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidator.php';
  1294.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggerFactory.php';
  1295.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php';
  1296.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  1297.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  1298.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  1299.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  1300.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  1301.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  1302.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheDecorator.php';
  1303.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  1304.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  1305.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  1306.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  1307.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  1308.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  1309.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  1310.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/HtmlSanitizer.php';
  1311.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1312.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1313.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  1314.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1315.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/ExcludeFlowEventHandler.php';
  1316.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1317.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1318.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1319.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1320.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1321.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1322.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1323.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1324.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteParamsCleanupListener.php';
  1325.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclAnnotationValidator.php';
  1326.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/CorsListener.php';
  1327.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ResponseHeaderListener.php';
  1328.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonEntityEncoder.php';
  1329.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ApiVersionConverter.php';
  1330.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ConverterRegistry.php';
  1331.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/DefaultApiConverter.php';
  1332.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RepositoryInterface.php';
  1333.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/AccessTokenRepositoryInterface.php';
  1334.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/AccessTokenRepository.php';
  1335.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RefreshTokenRepositoryInterface.php';
  1336.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/RefreshTokenRepository.php';
  1337.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptKey.php';
  1338.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareInterface.php';
  1339.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareTrait.php';
  1340.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationServer.php';
  1341.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ClientRepositoryInterface.php';
  1342.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ClientRepository.php';
  1343.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ScopeRepositoryInterface.php';
  1344.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ScopeRepository.php';
  1345.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/JsonRequestTransformerListener.php';
  1346.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ExpectationSubscriber.php';
  1347.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/SalesChannelAuthenticationListener.php';
  1348.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/ApiAuthenticationListener.php';
  1349.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/ResourceServer.php';
  1350.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/AuthorizationValidatorInterface.php';
  1351.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/BearerTokenValidator.php';
  1352.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptTrait.php';
  1353.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/BearerTokenValidator.php';
  1354.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/UserRepositoryInterface.php';
  1355.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/UserRepository.php';
  1356.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidator.php';
  1357.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  1358.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  1359.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  1360.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  1361.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  1362.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  1363.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  1364.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  1365.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  1366.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ShopId/ShopIdProvider.php';
  1367.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ScriptPersister.php';
  1368.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReaderInterface.php';
  1369.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReader.php';
  1370.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActiveAppsLoader.php';
  1371.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLoader.php';
  1372.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLoader.php';
  1373.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Xml/CustomEntityXmlSchemaValidator.php';
  1374.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppLocaleProvider.php';
  1375.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityDefinition.php';
  1376.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppDefinition.php';
  1377.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppPaymentMethod/AppPaymentMethodDefinition.php';
  1378.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Event/EntityLoadedEventFactory.php';
  1379.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Cache/EntityCacheKeyGenerator.php';
  1380.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelper.php';
  1381.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/JoinGroupBuilder.php';
  1382.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php';
  1383.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/TokenizerInterface.php';
  1384.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Tokenizer.php';
  1385.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/SearchTermInterpreter.php';
  1386.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/EntityScoreQueryBuilder.php';
  1387.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Read/EntityReaderInterface.php';
  1388.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php';
  1389.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php';
  1390.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/CriteriaPartResolver.php';
  1391.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriterInterface.php';
  1392.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriter.php';
  1393.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityForeignKeyResolver.php';
  1394.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteResultFactory.php';
  1395.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/WriteCommandExtractor.php';
  1396.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteGatewayInterface.php';
  1397.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityWriteGateway.php';
  1398.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/ExceptionHandlerRegistry.php';
  1399.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php';
  1400.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/VersionDefinition.php';
  1401.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommit/VersionCommitDefinition.php';
  1402.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommitData/VersionCommitDataDefinition.php';
  1403.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/VersionManager.php';
  1404.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionInstanceRegistry.php';
  1405.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionDefinition.php';
  1406.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1407.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1408.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1409.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php';
  1410.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/FilesystemFactory.php';
  1411.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemInterface.php';
  1412.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1413.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1414.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  1415.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FallbackUrlPackage.php';
  1416.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAssetPackage.php';
  1417.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1418.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FlysystemLastModifiedVersionStrategy.php';
  1419.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskDefinition.php';
  1420.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptLoader.php';
  1421.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php';
  1422.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/ScriptDefinition.php';
  1423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  1424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  1425.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php';
  1426.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/AbstractDataCollector.php';
  1427.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php';
  1428.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageDefinition.php';
  1429.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInterface.php';
  1430.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/SalesChannelLanguageDefinition.php';
  1431.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoaderInterface.php';
  1432.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/CachedLanguageLoader.php';
  1433.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoader.php';
  1434.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/AbstractLanguageRoute.php';
  1435.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/CachedLanguageRoute.php';
  1436.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/LanguageRoute.php';
  1437.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SeoUrlDefinition.php';
  1438.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SalesChannel/SalesChannelSeoUrlDefinition.php';
  1439.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteRegistry.php';
  1440.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandlerInterface.php';
  1441.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandler.php';
  1442.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/StoreApiSeoResolver.php';
  1443.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php';
  1444.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php';
  1445.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1446.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/BusinessEventEncoder.php';
  1447.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/IncrementGatewayRegistry.php';
  1448.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannelDefinition.php';
  1449.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelDomain/SalesChannelDomainDefinition.php';
  1450.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextPersister.php';
  1451.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextServiceInterface.php';
  1452.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php';
  1453.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInstanceRegistry.php';
  1454.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StoreApiResponseListener.php';
  1455.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StructEncoder.php';
  1456.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryDefinition.php';
  1457.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/CountryStateDefinition.php';
  1458.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyDefinition.php';
  1459.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyCountryRounding/CurrencyCountryRoundingDefinition.php';
  1460.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/SalesChannelCurrencyDefinition.php';
  1461.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyFormatter.php';
  1462.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/AbstractCurrencyRoute.php';
  1463.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CachedCurrencyRoute.php';
  1464.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CurrencyRoute.php';
  1465.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LanguageLocaleCodeProvider.php';
  1466.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Aggregate/SnippetSet/SnippetSetDefinition.php';
  1467.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetDefinition.php';
  1468.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/TaxDefinition.php';
  1469.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/UserDefinition.php';
  1470.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Loader/InitialStateIdLoader.php';
  1471.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigDefinition.php';
  1472.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/XmlReader.php';
  1473.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Util/ConfigReader.php';
  1474.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigService.php';
  1475.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/AbstractSystemConfigLoader.php';
  1476.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/MemoizedSystemConfigLoader.php';
  1477.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/CachedSystemConfigLoader.php';
  1478.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigLoader.php';
  1479.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Store/MemoizedSystemConfigStore.php';
  1480.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGeneratorInterface.php';
  1481.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGenerator.php';
  1482.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternRegistry.php';
  1483.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryDefinition.php';
  1484.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/SalesChannelCategoryDefinition.php';
  1485.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoaderInterface.php';
  1486.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoader.php';
  1487.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractNavigationRoute.php';
  1488.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedNavigationRoute.php';
  1489.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/NavigationRoute.php';
  1490.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/TreeBuildingNavigationRoute.php';
  1491.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryBreadcrumbBuilder.php';
  1492.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaDefinition.php';
  1493.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepositoryInterface.php';
  1494.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaRepositoryDecorator.php';
  1495.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php';
  1496.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductDefinition.php';
  1497.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/SalesChannelProductDefinition.php';
  1498.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductDownload/ProductDownloadDefinition.php';
  1499.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleDefinition.php';
  1500.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/CmsPageDefinition.php';
  1501.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php';
  1502.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderInterface.php';
  1503.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php';
  1504.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowFactory.php';
  1505.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AmountCalculator.php';
  1506.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CashRounding.php';
  1507.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersisterInterface.php';
  1508.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractCartPersister.php';
  1509.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersister.php';
  1510.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartSerializationCleaner.php';
  1511.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php';
  1512.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartCalculator.php';
  1513.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemUpdateRoute.php';
  1514.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemUpdateRoute.php';
  1515.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartLoadRoute.php';
  1516.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartLoadRoute.php';
  1517.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartDeleteRoute.php';
  1518.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartDeleteRoute.php';
  1519.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemRemoveRoute.php';
  1520.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemRemoveRoute.php';
  1521.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemAddRoute.php';
  1522.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemAddRoute.php';
  1523.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartOrderRoute.php';
  1524.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartOrderRoute.php';
  1525.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersisterInterface.php';
  1526.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersister.php';
  1527.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PreparedPaymentService.php';
  1528.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/PercentageTaxRuleBuilder.php';
  1529.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxDetector.php';
  1530.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxCalculator.php';
  1531.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor.php';
  1532.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Validator.php';
  1533.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Transaction/TransactionProcessor.php';
  1534.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php';
  1535.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractRuleLoader.php';
  1536.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CachedRuleLoader.php';
  1537.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/RuleLoader.php';
  1538.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryRegistry.php';
  1539.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerDefinition.php';
  1540.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerAddress/CustomerAddressDefinition.php';
  1541.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroup/CustomerGroupDefinition.php';
  1542.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/OrderDefinition.php';
  1543.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderAddress/OrderAddressDefinition.php';
  1544.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  1545.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderConverter.php';
  1546.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/LineItemDownloadLoader.php';
  1547.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentMethodDefinition.php';
  1548.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SalesChannelPaymentMethodDefinition.php';
  1549.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Configuration.php';
  1550.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTConfigurationFactory.php';
  1551.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer.php';
  1552.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/OpenSSL.php';
  1553.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa.php';
  1554.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa/Sha256.php';
  1555.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php';
  1556.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  1557.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  1558.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  1559.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  1560.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractPaymentMethodRoute.php';
  1561.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/CachedPaymentMethodRoute.php';
  1562.             include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Compatibility/Storefront/Route/PaymentMethodRoute/RemovePaymentMethodRoute64.php';
  1563.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/PaymentMethodRoute.php';
  1564.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SortedPaymentMethodRoute.php';
  1565.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/ShippingMethodDefinition.php';
  1566.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SalesChannelShippingMethodDefinition.php';
  1567.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/AbstractShippingMethodRoute.php';
  1568.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/CachedShippingMethodRoute.php';
  1569.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/ShippingMethodRoute.php';
  1570.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SortedShippingMethodRoute.php';
  1571.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/MaintenanceModeResolver.php';
  1572.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php';
  1573.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractResolvedConfigLoader.php';
  1574.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoader.php';
  1575.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ResolvedConfigLoader.php';
  1576.             include_once \dirname(__DIR__4).'/vendor/composer/composer/src/Composer/EventDispatcher/EventSubscriberInterface.php';
  1577.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigDateRequestListener.php';
  1578.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfPlaceholderHandler.php';
  1579.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php';
  1580.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoaderInterface.php';
  1581.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoader.php';
  1582.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/NotFound/NotFoundSubscriber.php';
  1583.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfRouteListener.php';
  1584.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/AffiliateTracking/AffiliateTrackingListener.php';
  1585.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoaderInterface.php';
  1586.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoader.php';
  1587.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoaderInterface.php';
  1588.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php';
  1589.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoaderInterface.php';
  1590.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoader.php';
  1591.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/AbstractCacheTracer.php';
  1592.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheTracer.php';
  1593.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php';
  1594.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheResponseSubscriber.php';
  1595.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/CaptchaRouteListener.php';
  1596.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/ResponseHeaderListener.php';
  1597.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/AbstractStorefrontPluginConfigurationFactory.php';
  1598.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/StorefrontPluginConfigurationFactory.php';
  1599.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistryInterface.php';
  1600.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistry.php';
  1601.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporterInterface.php';
  1602.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporter.php';
  1603.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileResolver.php';
  1604.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeService.php';
  1605.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompilerInterface.php';
  1606.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompiler.php';
  1607.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractScssCompiler.php';
  1608.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ScssPhpCompiler.php';
  1609.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractConfigLoader.php';
  1610.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseConfigLoader.php';
  1611.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractThemePathBuilder.php';
  1612.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/MD5ThemePathBuilder.php';
  1613.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeDefinition.php';
  1614.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/MappingEntityDefinition.php';
  1615.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeSalesChannelDefinition.php';
  1616.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/TemplateNamespaceHierarchyBuilderInterface.php';
  1617.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeNamespaceHierarchyBuilder.php';
  1618.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilderInterface.php';
  1619.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilder.php';
  1620.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/SalesChannelThemeLoader.php';
  1621.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/CriteriaParser.php';
  1622.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php';
  1623.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchRegistry.php';
  1624.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  1625.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Subscriber/ActiveRulesDataCollectorSubscriber.php';
  1626.             include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Elasticsearch/AdminInfoSubscriber.php';
  1627.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1628.             include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Logger/MollieLoggerFactory.php';
  1629.             include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Subscriber/WebhookTimezoneSubscriber.php';
  1630.             include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/PluginSettingsServiceInterface.php';
  1631.             include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/SettingsService.php';
  1632.             include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/TransactionService.php';
  1633.             include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Router/RoutingDetector.php';
  1634.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  1635.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  1636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  1637.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  1638.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  1639.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  1640.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  1641.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  1642.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  1643.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  1644.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  1645.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  1646.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  1647.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  1648.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  1649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  1650.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  1651.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  1652.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1653.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  1654.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  1655.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  1656.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  1657.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  1658.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  1659.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  1660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  1661.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  1662.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1663.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  1664.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  1665.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1666.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1667.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  1668.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  1669.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1670.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  1671.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  1672.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  1673.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  1674.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  1675.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  1676.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  1677.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  1678.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  1679.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  1680.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  1681.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  1682.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  1683.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  1684.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  1685.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  1686.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  1687.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  1688.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  1689.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1690.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1691.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1692.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1693.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1694.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1695.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1696.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  1697.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  1698.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  1699.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Compatibility/AnnotationReader.php';
  1700.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  1701.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  1702.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  1703.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  1704.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  1705.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  1706.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  1707.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  1708.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  1709.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  1710.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  1711.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  1712.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  1713.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  1714.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  1715.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  1716.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  1717.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  1718.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  1719.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  1720.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  1721.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  1722.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/StoreFactory.php';
  1723.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  1724.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  1725.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  1726.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  1727.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  1728.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  1729.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  1730.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  1731.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  1732.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  1733.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  1734.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  1735.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  1736.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  1737.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  1738.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  1739.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  1740.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  1741.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  1742.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  1743.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  1744.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  1745.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1746.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1747.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1748.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1749.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1750.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1751.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1752.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  1753.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  1754.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  1755.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  1756.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  1757.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  1758.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  1759.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  1760.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  1761.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  1762.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  1763.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  1764.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1765.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  1766.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1767.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1768.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1769.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1770.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1771.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1772.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1773.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1774.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1775.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1776.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1777.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1778.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/ConnectionFactory.php';
  1779.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ConnectionFactoryFactoryInterface.php';
  1780.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Enqueue/ConnectionFactoryFactory.php';
  1781.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Context.php';
  1782.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverInterface.php';
  1783.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactoryInterface.php';
  1784.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactory.php';
  1785.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Config.php';
  1786.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouteCollection.php';
  1787.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1788.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1789.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1790.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiter.php';
  1791.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiterFactory.php';
  1792.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/StorageInterface.php';
  1793.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/CacheStorage.php';
  1794.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepositoryInterface.php';
  1795.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php';
  1796.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1797.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/Router.php';
  1798.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1799.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1800.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Monitoring/MonitoringBusDecorator.php';
  1801.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1802.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1803.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1804.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php';
  1805.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1806.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntitySearcherInterface.php';
  1807.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php';
  1808.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntitySearcher.php';
  1809.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchSearchHydrator.php';
  1810.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearchHydrator.php';
  1811.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntityAggregatorInterface.php';
  1812.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregator.php';
  1813.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityAggregator.php';
  1814.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchAggregationHydrator.php';
  1815.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregatorHydrator.php';
  1816.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepositoryForwardCompatibilityDecorator.php';
  1817.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodRepositoryDecorator.php';
  1818.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ProducerInterface.php';
  1819.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/TraceableProducer.php';
  1820.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Producer.php';
  1821.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Rpc/RpcFactory.php';
  1822.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendEventExtensionInterface.php';
  1823.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendCommandExtensionInterface.php';
  1824.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverPreSendExtensionInterface.php';
  1825.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PostSendExtensionInterface.php';
  1826.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ExtensionInterface.php';
  1827.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ChainExtension.php';
  1828.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/ClientProfiler.php';
  1829.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractSalesChannelContextFactory.php';
  1830.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php';
  1831.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php';
  1832.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractBaseContextFactory.php';
  1833.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php';
  1834.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php';
  1835.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1836.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1837.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1838.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1839.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1840.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1841.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1842.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1843.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1844.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1845.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1846.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1847.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1848.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1849.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  1850.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  1851.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructNormalizer.php';
  1852.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1853.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1854.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1855.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1856.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1857.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1858.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1859.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1860.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1861.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1862.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1863.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1864.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1865.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1866.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1867.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1868.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1869.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1870.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1871.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  1872.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1873.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1874.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1875.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1876.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1877.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1878.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructDecoder.php';
  1879.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiDecoder.php';
  1880.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1881.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1882.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1883.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1884.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1885.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1886.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1887.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1888.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1889.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  1890.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  1891.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  1892.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1893.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1894.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1895.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1896.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1897.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1898.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1899.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1900.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1901.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1902.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1903.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1904.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1905.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Doctrine/ConnectionProfiler.php';
  1906.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1907.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/DataCollector.php';
  1908.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1909.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/AbstractMessageQueueCollector.php';
  1910.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/MessageQueueCollector.php';
  1911.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1912.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1913.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1914.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1915.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1916.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1917.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1918.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1919.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1920.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1921.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1922.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigEnvironment.php';
  1923.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1924.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1925.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1926.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1927.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1928.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1929.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1930.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1931.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1932.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1933.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1934.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1935.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1936.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/NodeExtension.php';
  1937.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/PhpSyntaxExtension.php';
  1938.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/FeatureFlagExtension.php';
  1939.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1940.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1941.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/InstanceOfExtension.php';
  1942.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/CurrencyFilter.php';
  1943.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  1944.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/ReplaceRecursiveFilter.php';
  1945.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/SecurityExtension.php';
  1946.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SeoUrlFunctionExtension.php';
  1947.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/CategoryUrlExtension.php';
  1948.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/AbstractCategoryUrlGenerator.php';
  1949.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryUrlGenerator.php';
  1950.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/MediaExtension.php';
  1951.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/RawUrlFunctionExtension.php';
  1952.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SwSanitizeTwigFilter.php';
  1953.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/BuildBreadcrumbExtension.php';
  1954.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1955.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateDataExtension.php';
  1956.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/ConfigExtension.php';
  1957.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateConfigAccessor.php';
  1958.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/IconExtension.php';
  1959.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ThumbnailExtension.php';
  1960.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/UrlEncodingTwigFilter.php';
  1961.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/IconCacheTwigFilter.php';
  1962.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/CsrfFunctionExtension.php';
  1963.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Twig/DoctrineExtension.php';
  1964.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1965.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1966.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigAppVariable.php';
  1967.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1968.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1969.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1970.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1971.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1972.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/HappyPathValidator.php';
  1973.             include_once __DIR__.'/proxy-classes.php';
  1974.         };
  1975.     }
  1976.     public function compile(): void
  1977.     {
  1978.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1979.     }
  1980.     public function isCompiled(): bool
  1981.     {
  1982.         return true;
  1983.     }
  1984.     public function getRemovedIds(): array
  1985.     {
  1986.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1987.     }
  1988.     protected function createProxy($class\Closure $factory)
  1989.     {
  1990.         return $factory();
  1991.     }
  1992.     /**
  1993.      * Gets the public '.container.private.cache_clearer' shared service.
  1994.      *
  1995.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1996.      */
  1997.     protected function get_Container_Private_CacheClearerService()
  1998.     {
  1999.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2000.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  2001.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  2002.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  2003.         }, 1));
  2004.     }
  2005.     /**
  2006.      * Gets the public '.container.private.filesystem' shared service.
  2007.      *
  2008.      * @return \Symfony\Component\Filesystem\Filesystem
  2009.      */
  2010.     protected function get_Container_Private_FilesystemService()
  2011.     {
  2012.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2013.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  2014.     }
  2015.     /**
  2016.      * Gets the public '.container.private.profiler' shared service.
  2017.      *
  2018.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2019.      */
  2020.     protected function get_Container_Private_ProfilerService()
  2021.     {
  2022.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2023.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2024.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2025.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  2026.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2027.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2028.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2029.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2030.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2031.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2032.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2033.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2034.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2035.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2036.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2037.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  2038.         $d->addInstance('cache.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  2039.         $d->addInstance('cache.object', ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()));
  2040.         $d->addInstance('cache.http', ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()));
  2041.         $d->addInstance('cache.tags', ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  2042.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  2043.         $e = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  2044.         $e->registerBus('messenger.bus.shopware', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  2045.         $f = new \Enqueue\Bundle\Profiler\MessageQueueCollector();
  2046.         $f->addProducer('default', ($this->services['enqueue.client.default.producer'] ?? $this->getEnqueue_Client_Default_ProducerService()));
  2047.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2048.         if ($this->has('kernel')) {
  2049.             $g->setKernel($b);
  2050.         }
  2051.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  2052.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2053.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2054.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  2055.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2056.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2057.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer'), $c));
  2058.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2059.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2060.         $instance->add($d);
  2061.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2062.         $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())));
  2063.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2064.         $instance->add(new \Shopware\Core\Profiling\Doctrine\ConnectionProfiler());
  2065.         $instance->add($e);
  2066.         $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())));
  2067.         $instance->add(new \Shopware\Elasticsearch\Profiler\DataCollector($this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'), $this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'), ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->services['admin.openSearch.client'] ?? $this->getAdmin_OpenSearch_ClientService())));
  2068.         $instance->add(($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService()));
  2069.         $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()))));
  2070.         $instance->add($f);
  2071.         $instance->add($g);
  2072.         return $instance;
  2073.     }
  2074.     /**
  2075.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  2076.      *
  2077.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2078.      */
  2079.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  2080.     {
  2081.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2082.         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);
  2083.     }
  2084.     /**
  2085.      * Gets the public '.container.private.serializer' shared service.
  2086.      *
  2087.      * @return \Symfony\Component\Serializer\Serializer
  2088.      */
  2089.     protected function get_Container_Private_SerializerService()
  2090.     {
  2091.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2092.         $b = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2093.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2094.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  2095.         $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2096.         $f = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  2097.         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()]);
  2098.     }
  2099.     /**
  2100.      * Gets the public '.container.private.session' shared service.
  2101.      *
  2102.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2103.      */
  2104.     protected function get_Container_Private_SessionService()
  2105.     {
  2106.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  2107.         if (isset($this->services['.container.private.session'])) {
  2108.             return $this->services['.container.private.session'];
  2109.         }
  2110.         return $this->services['.container.private.session'] = $a->createSession();
  2111.     }
  2112.     /**
  2113.      * Gets the public '.container.private.twig' shared service.
  2114.      *
  2115.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigEnvironment
  2116.      */
  2117.     protected function get_Container_Private_TwigService()
  2118.     {
  2119.         $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']);
  2120.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2121.         $b = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2122.         $c = ($this->services['router'] ?? $this->getRouterService());
  2123.         $d = new \Symfony\Bridge\Twig\Extension\RoutingExtension($c);
  2124.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2125.         $f = ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? $this->getTemplateFinderService());
  2126.         $g = ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService());
  2127.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2128.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  2129.         $i = new \Symfony\Bridge\Twig\AppVariable();
  2130.         $i->setEnvironment('dev');
  2131.         $i->setDebug(true);
  2132.         if ($this->has('request_stack')) {
  2133.             $i->setRequestStack($e);
  2134.         }
  2135.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2136.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  2137.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  2138.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  2139.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b\dirname(__DIR__4), 'UTF-8'));
  2140.         $instance->addExtension($d);
  2141.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2142.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  2143.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2144.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2145.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2146.         $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())));
  2147.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension($f));
  2148.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\PhpSyntaxExtension());
  2149.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension());
  2150.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  2151.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  2152.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\InstanceOfExtension());
  2153.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\CurrencyFilter(($this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] ?? $this->getCurrencyFormatterService())));
  2154.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['slugify'] ?? $this->getSlugifyService())));
  2155.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\ReplaceRecursiveFilter());
  2156.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\SecurityExtension([]));
  2157.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SeoUrlFunctionExtension($d$g));
  2158.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\CategoryUrlExtension($d, new \Shopware\Core\Content\Category\Service\CategoryUrlGenerator($g)));
  2159.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\MediaExtension(($this->services['media.repository'] ?? $this->getMedia_RepositoryService())));
  2160.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\RawUrlFunctionExtension($c$e));
  2161.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService())));
  2162.         $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())));
  2163.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\TemplateDataExtension($etrue'twig'));
  2164.         $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()))));
  2165.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\IconExtension($f));
  2166.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\ThumbnailExtension($f));
  2167.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\UrlEncodingTwigFilter());
  2168.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\IconCacheTwigFilter());
  2169.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension());
  2170.         $instance->addExtension(new \Shopware\Core\Profiling\Twig\DoctrineExtension());
  2171.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  2172.         $instance->addGlobal('app', new \Shopware\Storefront\Framework\Twig\TwigAppVariable($i$this->parameters['shopware.twig.app_variable.allowed_server_params']));
  2173.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2174.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2175.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2176.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  2177.         ], [
  2178.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2179.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2180.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2181.         ])));
  2182.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2183.         return $instance;
  2184.     }
  2185.     /**
  2186.      * Gets the public '.container.private.validator' shared service.
  2187.      *
  2188.      * @return \Shopware\Core\Framework\Validation\HappyPathValidator
  2189.      */
  2190.     protected function get_Container_Private_ValidatorService()
  2191.     {
  2192.         $a = ($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService());
  2193.         if (isset($this->services['.container.private.validator'])) {
  2194.             return $this->services['.container.private.validator'];
  2195.         }
  2196.         return $this->services['.container.private.validator'] = new \Shopware\Core\Framework\Validation\HappyPathValidator($a);
  2197.     }
  2198.     /**
  2199.      * Gets the public 'Doctrine\DBAL\Connection' shared service.
  2200.      *
  2201.      * @return \Doctrine\DBAL\Connection
  2202.      */
  2203.     protected function getConnectionService()
  2204.     {
  2205.         return $this->services['Doctrine\\DBAL\\Connection'] = \Shopware\Core\Kernel::getConnection();
  2206.     }
  2207.     /**
  2208.      * Gets the public 'Elasticsearch\Client' shared service.
  2209.      *
  2210.      * @return \Shopware\Elasticsearch\Profiler\ClientProfiler
  2211.      */
  2212.     protected function getClientService()
  2213.     {
  2214.         return $this->services['Elasticsearch\\Client'] = new \Shopware\Elasticsearch\Profiler\ClientProfiler(($this->privates['shopware.es.profiled.client.inner'] ?? $this->getShopware_Es_Profiled_Client_InnerService()));
  2215.     }
  2216.     /**
  2217.      * Gets the public 'ElgentosDutchEmailTemplates\ElgentosDutchEmailTemplates' shared autowired service.
  2218.      *
  2219.      * @return \ElgentosDutchEmailTemplates\ElgentosDutchEmailTemplates
  2220.      */
  2221.     protected function getElgentosDutchEmailTemplatesService()
  2222.     {
  2223.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2224.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2225.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2226.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2229.         include_once \dirname(__DIR__4).'/custom/plugins/ElgentosDutchEmailTemplates/src/ElgentosDutchEmailTemplates.php';
  2230.         return $this->services['ElgentosDutchEmailTemplates\\ElgentosDutchEmailTemplates'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('ElgentosDutchEmailTemplates\\ElgentosDutchEmailTemplates');
  2231.     }
  2232.     /**
  2233.      * Gets the public 'Frosh\Tools\Controller\CacheController' shared service.
  2234.      *
  2235.      * @return \Frosh\Tools\Controller\CacheController
  2236.      */
  2237.     protected function getCacheControllerService()
  2238.     {
  2239.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/CacheController.php';
  2240.         return $this->services['Frosh\\Tools\\Controller\\CacheController'] = new \Frosh\Tools\Controller\CacheController($this->targetDir.'', ($this->privates['Frosh\\Tools\\Components\\CacheRegistry'] ?? $this->getCacheRegistryService()));
  2241.     }
  2242.     /**
  2243.      * Gets the public 'Frosh\Tools\Controller\ElasticsearchController' shared service.
  2244.      *
  2245.      * @return \Frosh\Tools\Controller\ElasticsearchController
  2246.      */
  2247.     protected function getElasticsearchControllerService()
  2248.     {
  2249.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/ElasticsearchController.php';
  2250.         return $this->services['Frosh\\Tools\\Controller\\ElasticsearchController'] = new \Frosh\Tools\Controller\ElasticsearchController(($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\ElasticsearchManager'] ?? $this->getElasticsearchManagerService()));
  2251.     }
  2252.     /**
  2253.      * Gets the public 'Frosh\Tools\Controller\FeatureFlagController' shared service.
  2254.      *
  2255.      * @return \Frosh\Tools\Controller\FeatureFlagController
  2256.      */
  2257.     protected function getFeatureFlagControllerService()
  2258.     {
  2259.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/FeatureFlagController.php';
  2260.         return $this->services['Frosh\\Tools\\Controller\\FeatureFlagController'] = new \Frosh\Tools\Controller\FeatureFlagController(\dirname(__DIR__4));
  2261.     }
  2262.     /**
  2263.      * Gets the public 'Frosh\Tools\Controller\HealthController' shared service.
  2264.      *
  2265.      * @return \Frosh\Tools\Controller\HealthController
  2266.      */
  2267.     protected function getHealthControllerService()
  2268.     {
  2269.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/HealthController.php';
  2270.         return $this->services['Frosh\\Tools\\Controller\\HealthController'] = new \Frosh\Tools\Controller\HealthController(new RewindableGenerator(function () {
  2271.             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()));
  2272.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\MysqlChecker'] ?? $this->getMysqlCheckerService());
  2273.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\QueueChecker'] ?? $this->getQueueCheckerService());
  2274.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\TaskChecker'] ?? $this->getTaskCheckerService());
  2275.             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')));
  2276.         }, 5), new RewindableGenerator(function () {
  2277.             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()));
  2278.             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(true)));
  2279.             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')));
  2280.             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(false)));
  2281.             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')));
  2282.             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'))));
  2283.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\EsChecker'] ?? $this->getEsCheckerService());
  2284.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\DisabledMailUpdatesChecker'] ?? $this->getDisabledMailUpdatesCheckerService());
  2285.             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.20.2')));
  2286.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\LoggerLevelChecker'] ?? $this->getLoggerLevelCheckerService());
  2287.             yield 10 => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\MySQL8Checker'] ?? $this->getMySQL8CheckerService());
  2288.         }, 11));
  2289.     }
  2290.     /**
  2291.      * Gets the public 'Frosh\Tools\Controller\LogController' shared service.
  2292.      *
  2293.      * @return \Frosh\Tools\Controller\LogController
  2294.      */
  2295.     protected function getLogControllerService()
  2296.     {
  2297.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/LogController.php';
  2298.         return $this->services['Frosh\\Tools\\Controller\\LogController'] = new \Frosh\Tools\Controller\LogController((\dirname(__DIR__3).'/log'));
  2299.     }
  2300.     /**
  2301.      * Gets the public 'Frosh\Tools\Controller\QueueController' shared service.
  2302.      *
  2303.      * @return \Frosh\Tools\Controller\QueueController
  2304.      */
  2305.     protected function getQueueControllerService()
  2306.     {
  2307.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/QueueController.php';
  2308.         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()));
  2309.     }
  2310.     /**
  2311.      * Gets the public 'Frosh\Tools\Controller\ScheduledTaskController' shared service.
  2312.      *
  2313.      * @return \Frosh\Tools\Controller\ScheduledTaskController
  2314.      */
  2315.     protected function getScheduledTaskControllerService()
  2316.     {
  2317.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/ScheduledTaskController.php';
  2318.         return $this->services['Frosh\\Tools\\Controller\\ScheduledTaskController'] = new \Frosh\Tools\Controller\ScheduledTaskController(new RewindableGenerator(function () {
  2319.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  2320.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  2321.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  2322.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  2323.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  2324.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  2325.             yield => ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  2326.             yield => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  2327.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  2328.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  2329.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService());
  2330.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  2331.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService());
  2332.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  2333.             yield 14 => ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService());
  2334.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service());
  2335.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService());
  2336.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] ?? $this->getCleanupUnusedDownloadMediaTaskHandlerService());
  2337.             yield 18 => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService());
  2338.             yield 19 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService());
  2339.             yield 20 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  2340.             yield 21 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  2341.             yield 22 => ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  2342.             yield 23 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService());
  2343.             yield 24 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService());
  2344.             yield 25 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  2345.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService());
  2346.             yield 27 => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService());
  2347.             yield 28 => ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  2348.             yield 29 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  2349.             yield 30 => ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  2350.             yield 31 => ($this->privates['Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTaskHandler'] ?? $this->getRenewalReminderTaskHandlerService());
  2351.             yield 32 => ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  2352.         }, 33), ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService()));
  2353.     }
  2354.     /**
  2355.      * Gets the public 'Frosh\Tools\Controller\ShopwareFilesController' shared service.
  2356.      *
  2357.      * @return \Frosh\Tools\Controller\ShopwareFilesController
  2358.      */
  2359.     protected function getShopwareFilesControllerService()
  2360.     {
  2361.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/ShopwareFilesController.php';
  2362.         return $this->services['Frosh\\Tools\\Controller\\ShopwareFilesController'] = new \Frosh\Tools\Controller\ShopwareFilesController('6.4.20.2'\dirname(__DIR__4), []);
  2363.     }
  2364.     /**
  2365.      * Gets the public 'Frosh\Tools\Controller\StateMachineController' shared service.
  2366.      *
  2367.      * @return \Frosh\Tools\Controller\StateMachineController
  2368.      */
  2369.     protected function getStateMachineControllerService()
  2370.     {
  2371.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Controller/StateMachineController.php';
  2372.         return $this->services['Frosh\\Tools\\Controller\\StateMachineController'] = new \Frosh\Tools\Controller\StateMachineController(($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService()));
  2373.     }
  2374.     /**
  2375.      * Gets the public 'Frosh\Tools\FroshTools' shared autowired service.
  2376.      *
  2377.      * @return \Frosh\Tools\FroshTools
  2378.      */
  2379.     protected function getFroshToolsService()
  2380.     {
  2381.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2382.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2383.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2384.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2387.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/FroshTools.php';
  2388.         return $this->services['Frosh\\Tools\\FroshTools'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Frosh\\Tools\\FroshTools');
  2389.     }
  2390.     /**
  2391.      * Gets the public 'Kiener\MolliePayments\Components\ApplePayDirect\ApplePayDirect' shared service.
  2392.      *
  2393.      * @return \Kiener\MolliePayments\Components\ApplePayDirect\ApplePayDirect
  2394.      */
  2395.     protected function getApplePayDirectService()
  2396.     {
  2397.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/ApplePayDirect/ApplePayDirect.php';
  2398.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/ApplePayDirect/Services/ApplePayDomainVerificationService.php';
  2399.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/ApplePayDirect/Services/ApplePayFormatter.php';
  2400.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/ApplePayDirect/Services/ApplePayShippingBuilder.php';
  2401.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/ShippingMethodService.php';
  2402.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Repository/PaymentMethod/PaymentMethodRepository.php';
  2403.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/ShopService.php';
  2404.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Repository/Order/OrderAddressRepository.php';
  2405.         $a = ($this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'] ?? $this->getMolliePaymentDoPayService());
  2406.         if (isset($this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'])) {
  2407.             return $this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'];
  2408.         }
  2409.         $b = ($this->services['Kiener\\MolliePayments\\Service\\CartService'] ?? $this->getCartServiceService());
  2410.         if (isset($this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'])) {
  2411.             return $this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'];
  2412.         }
  2413.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  2414.         if (isset($this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'])) {
  2415.             return $this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'];
  2416.         }
  2417.         $d = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  2418.         if (isset($this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'])) {
  2419.             return $this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'];
  2420.         }
  2421.         $e = ($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'] ?? $this->getCustomerServiceService());
  2422.         if (isset($this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'])) {
  2423.             return $this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'];
  2424.         }
  2425.         $f = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  2426.         if (isset($this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'])) {
  2427.             return $this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'];
  2428.         }
  2429.         $g = ($this->privates['Kiener\\MolliePayments\\Service\\Cart\\CartBackupService'] ?? $this->getCartBackupServiceService());
  2430.         if (isset($this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'])) {
  2431.             return $this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'];
  2432.         }
  2433.         $h = ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService());
  2434.         if (isset($this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'])) {
  2435.             return $this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'];
  2436.         }
  2437.         $i = ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService());
  2438.         if (isset($this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'])) {
  2439.             return $this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'];
  2440.         }
  2441.         $j = new \Kiener\MolliePayments\Components\ApplePayDirect\Services\ApplePayFormatter($c, ($this->privates['Kiener\\MolliePayments\\Service\\Router\\RoutingDetector'] ?? $this->getRoutingDetectorService()));
  2442.         return $this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'] = new \Kiener\MolliePayments\Components\ApplePayDirect\ApplePayDirect(new \Kiener\MolliePayments\Components\ApplePayDirect\Services\ApplePayDomainVerificationService(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->privates['kiener.mollie_payments.http.client'] ?? $this->getKiener_MolliePayments_Http_ClientService()), ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] ?? ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()))), ($this->privates['Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment'] ?? $this->getApplePayPaymentService()), $a$b$j, new \Kiener\MolliePayments\Components\ApplePayDirect\Services\ApplePayShippingBuilder($b, new \Kiener\MolliePayments\Service\ShippingMethodService($d), $j), ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), $e, new \Kiener\MolliePayments\Repository\PaymentMethod\PaymentMethodRepository($f), $g, ($this->privates['Kiener\\MolliePayments\\Factory\\MollieApiFactory'] ?? $this->getMollieApiFactoryService()), new \Kiener\MolliePayments\Service\ShopService(($this->services['router'] ?? $this->getRouterService())), $h, new \Kiener\MolliePayments\Repository\Order\OrderAddressRepository($i));
  2443.     }
  2444.     /**
  2445.      * Gets the public 'Kiener\MolliePayments\Components\Installer\PluginInstaller' shared service.
  2446.      *
  2447.      * @return \Kiener\MolliePayments\Components\Installer\PluginInstaller
  2448.      */
  2449.     protected function getPluginInstallerService()
  2450.     {
  2451.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Installer/PluginInstaller.php';
  2452.         return $this->services['Kiener\\MolliePayments\\Components\\Installer\\PluginInstaller'] = new \Kiener\MolliePayments\Components\Installer\PluginInstaller(($this->services['Kiener\\MolliePayments\\Service\\Installer\\CustomFieldsInstaller'] ?? $this->getCustomFieldsInstallerService()), ($this->services['Kiener\\MolliePayments\\Service\\PaymentMethodService'] ?? $this->getPaymentMethodServiceService()), ($this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'] ?? $this->getApplePayDirectService()), ($this->services['Kiener\\MolliePayments\\Components\\Subscription\\Services\\Installer\\MailTemplateInstaller'] ?? $this->getMailTemplateInstallerService()));
  2453.     }
  2454.     /**
  2455.      * Gets the public 'Kiener\MolliePayments\Components\RefundManager\DAL\Refund\RefundDefinition' shared service.
  2456.      *
  2457.      * @return \Kiener\MolliePayments\Components\RefundManager\DAL\Refund\RefundDefinition
  2458.      */
  2459.     protected function getRefundDefinitionService()
  2460.     {
  2461.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/RefundManager/DAL/Refund/RefundDefinition.php';
  2462.         $this->services['Kiener\\MolliePayments\\Components\\RefundManager\\DAL\\Refund\\RefundDefinition'] = $instance = new \Kiener\MolliePayments\Components\RefundManager\DAL\Refund\RefundDefinition();
  2463.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2464.         return $instance;
  2465.     }
  2466.     /**
  2467.      * Gets the public 'Kiener\MolliePayments\Components\Subscription\DAL\Subscription\Aggregate\SubscriptionAddress\SubscriptionAddressDefinition' shared service.
  2468.      *
  2469.      * @return \Kiener\MolliePayments\Components\Subscription\DAL\Subscription\Aggregate\SubscriptionAddress\SubscriptionAddressDefinition
  2470.      */
  2471.     protected function getSubscriptionAddressDefinitionService()
  2472.     {
  2473.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/DAL/Subscription/Aggregate/SubscriptionAddress/SubscriptionAddressDefinition.php';
  2474.         $this->services['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Aggregate\\SubscriptionAddress\\SubscriptionAddressDefinition'] = $instance = new \Kiener\MolliePayments\Components\Subscription\DAL\Subscription\Aggregate\SubscriptionAddress\SubscriptionAddressDefinition();
  2475.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2476.         return $instance;
  2477.     }
  2478.     /**
  2479.      * Gets the public 'Kiener\MolliePayments\Components\Subscription\DAL\Subscription\Aggregate\SubscriptionHistory\SubscriptionHistoryDefinition' shared service.
  2480.      *
  2481.      * @return \Kiener\MolliePayments\Components\Subscription\DAL\Subscription\Aggregate\SubscriptionHistory\SubscriptionHistoryDefinition
  2482.      */
  2483.     protected function getSubscriptionHistoryDefinitionService()
  2484.     {
  2485.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/DAL/Subscription/Aggregate/SubscriptionHistory/SubscriptionHistoryDefinition.php';
  2486.         $this->services['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Aggregate\\SubscriptionHistory\\SubscriptionHistoryDefinition'] = $instance = new \Kiener\MolliePayments\Components\Subscription\DAL\Subscription\Aggregate\SubscriptionHistory\SubscriptionHistoryDefinition();
  2487.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2488.         return $instance;
  2489.     }
  2490.     /**
  2491.      * Gets the public 'Kiener\MolliePayments\Components\Subscription\DAL\Subscription\SubscriptionDefinition' shared service.
  2492.      *
  2493.      * @return \Kiener\MolliePayments\Components\Subscription\DAL\Subscription\SubscriptionDefinition
  2494.      */
  2495.     protected function getSubscriptionDefinitionService()
  2496.     {
  2497.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/DAL/Subscription/SubscriptionDefinition.php';
  2498.         $this->services['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\SubscriptionDefinition'] = $instance = new \Kiener\MolliePayments\Components\Subscription\DAL\Subscription\SubscriptionDefinition();
  2499.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2500.         return $instance;
  2501.     }
  2502.     /**
  2503.      * Gets the public 'Kiener\MolliePayments\Components\Subscription\Services\Installer\MailTemplateInstaller' shared service.
  2504.      *
  2505.      * @return \Kiener\MolliePayments\Components\Subscription\Services\Installer\MailTemplateInstaller
  2506.      */
  2507.     protected function getMailTemplateInstallerService()
  2508.     {
  2509.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Services/Installer/MailTemplateInstaller.php';
  2510.         return $this->services['Kiener\\MolliePayments\\Components\\Subscription\\Services\\Installer\\MailTemplateInstaller'] = new \Kiener\MolliePayments\Components\Subscription\Services\Installer\MailTemplateInstaller(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService()), ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  2511.     }
  2512.     /**
  2513.      * Gets the public 'Kiener\MolliePayments\Controller\Api\Order\OrderController' shared service.
  2514.      *
  2515.      * @return \Kiener\MolliePayments\Controller\Api\Order\OrderController
  2516.      */
  2517.     protected function getOrderControllerService()
  2518.     {
  2519.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Api/Order/OrderController.php';
  2520.         $this->services['Kiener\\MolliePayments\\Controller\\Api\\Order\\OrderController'] = $instance = new \Kiener\MolliePayments\Controller\Api\Order\OrderController(($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\Order'] ?? $this->getOrderService()));
  2521.         $instance->setContainer($this);
  2522.         return $instance;
  2523.     }
  2524.     /**
  2525.      * Gets the public 'Kiener\MolliePayments\Controller\Api\Order\RefundController' shared service.
  2526.      *
  2527.      * @return \Kiener\MolliePayments\Controller\Api\Order\RefundController
  2528.      */
  2529.     protected function getRefundControllerService()
  2530.     {
  2531.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Traits/Api/ApiTrait.php';
  2532.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Api/Order/RefundController.php';
  2533.         $this->services['Kiener\\MolliePayments\\Controller\\Api\\Order\\RefundController'] = $instance = new \Kiener\MolliePayments\Controller\Api\Order\RefundController(($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Kiener\\MolliePayments\\Components\\RefundManager\\RefundManager'] ?? $this->getRefundManagerService()), ($this->privates['Kiener\\MolliePayments\\Service\\Refund\\RefundService'] ?? $this->getRefundServiceService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  2534.         $instance->setContainer($this);
  2535.         return $instance;
  2536.     }
  2537.     /**
  2538.      * Gets the public 'Kiener\MolliePayments\Controller\Api\Order\ShippingController' shared service.
  2539.      *
  2540.      * @return \Kiener\MolliePayments\Controller\Api\Order\ShippingController
  2541.      */
  2542.     protected function getShippingControllerService()
  2543.     {
  2544.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Api/Order/ShippingController.php';
  2545.         $this->services['Kiener\\MolliePayments\\Controller\\Api\\Order\\ShippingController'] = $instance = new \Kiener\MolliePayments\Controller\Api\Order\ShippingController(($this->privates['Kiener\\MolliePayments\\Facade\\MollieShipment'] ?? $this->getMollieShipmentService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  2546.         $instance->setContainer($this);
  2547.         return $instance;
  2548.     }
  2549.     /**
  2550.      * Gets the public 'Kiener\MolliePayments\Controller\Api\PaymentMethod\PaymentMethodController' shared service.
  2551.      *
  2552.      * @return \Kiener\MolliePayments\Controller\Api\PaymentMethod\PaymentMethodController
  2553.      */
  2554.     protected function getPaymentMethodControllerService()
  2555.     {
  2556.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Api/PaymentMethod/PaymentMethodController.php';
  2557.         $this->services['Kiener\\MolliePayments\\Controller\\Api\\PaymentMethod\\PaymentMethodController'] = $instance = new \Kiener\MolliePayments\Controller\Api\PaymentMethod\PaymentMethodController(($this->services['Kiener\\MolliePayments\\Service\\PaymentMethodService'] ?? $this->getPaymentMethodServiceService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  2558.         $instance->setContainer($this);
  2559.         return $instance;
  2560.     }
  2561.     /**
  2562.      * Gets the public 'Kiener\MolliePayments\Controller\Api\Payment\ReturnController' shared service.
  2563.      *
  2564.      * @return \Kiener\MolliePayments\Controller\Api\Payment\ReturnController
  2565.      */
  2566.     protected function getReturnControllerService()
  2567.     {
  2568.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Api/Payment/ReturnController.php';
  2569.         $this->services['Kiener\\MolliePayments\\Controller\\Api\\Payment\\ReturnController'] = $instance = new \Kiener\MolliePayments\Controller\Api\Payment\ReturnController(($this->privates['Kiener\\MolliePayments\\Facade\\Controller\\PaymentReturnFacade'] ?? $this->getPaymentReturnFacadeService()));
  2570.         $instance->setContainer($this);
  2571.         return $instance;
  2572.     }
  2573.     /**
  2574.      * Gets the public 'Kiener\MolliePayments\Controller\Api\PluginConfig\ConfigController' shared service.
  2575.      *
  2576.      * @return \Kiener\MolliePayments\Controller\Api\PluginConfig\ConfigController
  2577.      */
  2578.     protected function getConfigControllerService()
  2579.     {
  2580.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Api/PluginConfig/ConfigController.php';
  2581.         $this->services['Kiener\\MolliePayments\\Controller\\Api\\PluginConfig\\ConfigController'] = $instance = new \Kiener\MolliePayments\Controller\Api\PluginConfig\ConfigController(($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), ($this->privates['Shopware\\Administration\\Snippet\\CachedSnippetFinder'] ?? $this->getCachedSnippetFinderService()), ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\ApiKeyValidator'] ?? $this->getApiKeyValidatorService()));
  2582.         $instance->setContainer($this);
  2583.         return $instance;
  2584.     }
  2585.     /**
  2586.      * Gets the public 'Kiener\MolliePayments\Controller\Api\Subscription\SubscriptionController' shared service.
  2587.      *
  2588.      * @return \Kiener\MolliePayments\Controller\Api\Subscription\SubscriptionController
  2589.      */
  2590.     protected function getSubscriptionControllerService()
  2591.     {
  2592.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Traits/Api/ApiTrait.php';
  2593.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Api/Subscription/SubscriptionController.php';
  2594.         $this->services['Kiener\\MolliePayments\\Controller\\Api\\Subscription\\SubscriptionController'] = $instance = new \Kiener\MolliePayments\Controller\Api\Subscription\SubscriptionController(($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'] ?? $this->getSubscriptionManagerService()));
  2595.         $instance->setContainer($this);
  2596.         return $instance;
  2597.     }
  2598.     /**
  2599.      * Gets the public 'Kiener\MolliePayments\Controller\Api\SupportController' shared service.
  2600.      *
  2601.      * @return \Kiener\MolliePayments\Controller\Api\SupportController
  2602.      */
  2603.     protected function getSupportControllerService()
  2604.     {
  2605.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Api/SupportController.php';
  2606.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Facade/MollieSupportFacade.php';
  2607.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mail/AbstractMailService.php';
  2608.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mail/MailService.php';
  2609.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mail/AttachmentCollector.php';
  2610.         $this->services['Kiener\\MolliePayments\\Controller\\Api\\SupportController'] = $instance = new \Kiener\MolliePayments\Controller\Api\SupportController(new \Kiener\MolliePayments\Facade\MollieSupportFacade(new \Kiener\MolliePayments\Service\Mail\MailService(($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] ?? $this->getMailFactoryService()), ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'] ?? $this->getMailSenderService())), new \Kiener\MolliePayments\Service\Mail\AttachmentCollector(new RewindableGenerator(function () {
  2611.             yield => ($this->privates['mollie_payments.mail.mollie_log_archive_generator'] ?? ($this->privates['mollie_payments.mail.mollie_log_archive_generator'] = new \Kiener\MolliePayments\Service\Mail\AttachmentGenerator\LogFileArchiveGenerator((\dirname(__DIR__3).'/log'), 'mollie_')));
  2612.             yield => ($this->privates['Kiener\\MolliePayments\\Service\\Mail\\AttachmentGenerator\\ReadablePluginConfigurationGenerator'] ?? $this->getReadablePluginConfigurationGeneratorService());
  2613.             yield => ($this->privates['Kiener\\MolliePayments\\Service\\Mail\\AttachmentGenerator\\JsonPluginConfigurationGenerator'] ?? $this->getJsonPluginConfigurationGeneratorService());
  2614.             yield => ($this->privates['Kiener\\MolliePayments\\Service\\Mail\\AttachmentGenerator\\PaymentMethodGenerator'] ?? $this->getPaymentMethodGeneratorService());
  2615.         }, 4))), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  2616.         $instance->setContainer($this);
  2617.         return $instance;
  2618.     }
  2619.     /**
  2620.      * Gets the public 'Kiener\MolliePayments\Controller\Api\Webhook\WebhookController' shared service.
  2621.      *
  2622.      * @return \Kiener\MolliePayments\Controller\Api\Webhook\WebhookController
  2623.      */
  2624.     protected function getWebhookControllerService()
  2625.     {
  2626.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Api/Webhook/WebhookController.php';
  2627.         $this->services['Kiener\\MolliePayments\\Controller\\Api\\Webhook\\WebhookController'] = $instance = new \Kiener\MolliePayments\Controller\Api\Webhook\WebhookController(($this->privates['Kiener\\MolliePayments\\Controller\\Storefront\\Webhook\\NotificationFacade'] ?? $this->getNotificationFacadeService()), ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'] ?? $this->getSubscriptionManagerService()), ($this->privates['Kiener\\MolliePayments\\Repository\\Order\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  2628.         $instance->setContainer($this);
  2629.         return $instance;
  2630.     }
  2631.     /**
  2632.      * Gets the public 'Kiener\MolliePayments\Controller\StoreApi\ApplePayDirect\ApplePayDirectController' shared service.
  2633.      *
  2634.      * @return \Kiener\MolliePayments\Controller\StoreApi\ApplePayDirect\ApplePayDirectController
  2635.      */
  2636.     protected function getApplePayDirectControllerService()
  2637.     {
  2638.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/StoreApi/ApplePayDirect/ApplePayDirectController.php';
  2639.         return $this->services['Kiener\\MolliePayments\\Controller\\StoreApi\\ApplePayDirect\\ApplePayDirectController'] = new \Kiener\MolliePayments\Controller\StoreApi\ApplePayDirect\ApplePayDirectController(($this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'] ?? $this->getApplePayDirectService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  2640.     }
  2641.     /**
  2642.      * Gets the public 'Kiener\MolliePayments\Controller\StoreApi\CreditCard\CreditCardController' shared service.
  2643.      *
  2644.      * @return \Kiener\MolliePayments\Controller\StoreApi\CreditCard\CreditCardController
  2645.      */
  2646.     protected function getCreditCardControllerService()
  2647.     {
  2648.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/StoreApi/CreditCard/CreditCardController.php';
  2649.         return $this->services['Kiener\\MolliePayments\\Controller\\StoreApi\\CreditCard\\CreditCardController'] = new \Kiener\MolliePayments\Controller\StoreApi\CreditCard\CreditCardController(($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->privates['Kiener\\MolliePayments\\Service\\MandateService'] ?? $this->getMandateServiceService()));
  2650.     }
  2651.     /**
  2652.      * Gets the public 'Kiener\MolliePayments\Controller\StoreApi\Subscription\SubscriptionController' shared service.
  2653.      *
  2654.      * @return \Kiener\MolliePayments\Controller\StoreApi\Subscription\SubscriptionController
  2655.      */
  2656.     protected function getSubscriptionController2Service()
  2657.     {
  2658.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/StoreApi/Subscription/SubscriptionController.php';
  2659.         return $this->services['Kiener\\MolliePayments\\Controller\\StoreApi\\Subscription\\SubscriptionController'] = new \Kiener\MolliePayments\Controller\StoreApi\Subscription\SubscriptionController(($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'] ?? $this->getSubscriptionManagerService()), ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Repository\\SubscriptionRepository'] ?? $this->getSubscriptionRepositoryService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  2660.     }
  2661.     /**
  2662.      * Gets the public 'Kiener\MolliePayments\Controller\StoreApi\iDEAL\iDealController' shared service.
  2663.      *
  2664.      * @return \Kiener\MolliePayments\Controller\StoreApi\iDEAL\iDealController
  2665.      */
  2666.     protected function getIDealControllerService()
  2667.     {
  2668.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/StoreApi/iDEAL/iDealController.php';
  2669.         return $this->services['Kiener\\MolliePayments\\Controller\\StoreApi\\iDEAL\\iDealController'] = new \Kiener\MolliePayments\Controller\StoreApi\iDEAL\iDealController(($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->privates['Kiener\\MolliePayments\\Gateway\\Mollie\\MollieGateway'] ?? $this->getMollieGatewayService()));
  2670.     }
  2671.     /**
  2672.      * Gets the public 'Kiener\MolliePayments\Controller\Storefront\AccountController' shared service.
  2673.      *
  2674.      * @return \Kiener\MolliePayments\Controller\Storefront\AccountController
  2675.      */
  2676.     protected function getAccountControllerService()
  2677.     {
  2678.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Storefront/AccountController.php';
  2679.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Page/Account/SubscriptionPageLoader.php';
  2680.         $this->services['Kiener\\MolliePayments\\Controller\\Storefront\\AccountController'] = $instance = new \Kiener\MolliePayments\Controller\Storefront\AccountController(new \Kiener\MolliePayments\Components\Subscription\Page\Account\SubscriptionPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['mollie_subscription.repository'] ?? $this->getMollieSubscription_RepositoryService()), ($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService()), ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService()), ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), $this), ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'] ?? $this->getSubscriptionManagerService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  2681.         $instance->setContainer($this);
  2682.         return $instance;
  2683.     }
  2684.     /**
  2685.      * Gets the public 'Kiener\MolliePayments\Controller\Storefront\ApplePayDirect\ApplePayDirectController' shared service.
  2686.      *
  2687.      * @return \Kiener\MolliePayments\Controller\Storefront\ApplePayDirect\ApplePayDirectController
  2688.      */
  2689.     protected function getApplePayDirectController2Service()
  2690.     {
  2691.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Traits/Storefront/RedirectTrait.php';
  2692.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Storefront/ApplePayDirect/ApplePayDirectController.php';
  2693.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Compatibility/Bundles/FlowBuilder/FlowBuilderEventFactory.php';
  2694.         $this->services['Kiener\\MolliePayments\\Controller\\Storefront\\ApplePayDirect\\ApplePayDirectController'] = $instance = new \Kiener\MolliePayments\Controller\Storefront\ApplePayDirect\ApplePayDirectController(($this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'] ?? $this->getApplePayDirectService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), ($this->privates['Kiener\\MolliePayments\\Service\\Cart\\CartBackupService'] ?? $this->getCartBackupServiceService()), $this->getSession_FlashBagService(), ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderFactory'] ?? $this->getFlowBuilderFactoryService()), ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderEventFactory'] ?? ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderEventFactory'] = new \Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\FlowBuilderEventFactory('6.4.20.2'))), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService()));
  2695.         $instance->setContainer($this);
  2696.         return $instance;
  2697.     }
  2698.     /**
  2699.      * Gets the public 'Kiener\MolliePayments\Controller\Storefront\CreditCard\CreditCardController' shared service.
  2700.      *
  2701.      * @return \Kiener\MolliePayments\Controller\Storefront\CreditCard\CreditCardController
  2702.      */
  2703.     protected function getCreditCardController2Service()
  2704.     {
  2705.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Storefront/CreditCard/CreditCardController.php';
  2706.         $this->services['Kiener\\MolliePayments\\Controller\\Storefront\\CreditCard\\CreditCardController'] = $instance = new \Kiener\MolliePayments\Controller\Storefront\CreditCard\CreditCardController(($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->privates['Kiener\\MolliePayments\\Service\\MandateService'] ?? $this->getMandateServiceService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  2707.         $instance->setContainer($this);
  2708.         return $instance;
  2709.     }
  2710.     /**
  2711.      * Gets the public 'Kiener\MolliePayments\Controller\Storefront\Payment\MollieFailureController' shared service.
  2712.      *
  2713.      * @return \Kiener\MolliePayments\Controller\Storefront\Payment\MollieFailureController
  2714.      */
  2715.     protected function getMollieFailureControllerService()
  2716.     {
  2717.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Storefront/Payment/MollieFailureController.php';
  2718.         $this->services['Kiener\\MolliePayments\\Controller\\Storefront\\Payment\\MollieFailureController'] = $instance = new \Kiener\MolliePayments\Controller\Storefront\Payment\MollieFailureController(($this->services['router'] ?? $this->getRouterService()), ($this->privates['Kiener\\MolliePayments\\Compatibility\\Gateway\\CompatibilityGateway'] ?? $this->getCompatibilityGatewayService()), ($this->privates['Kiener\\MolliePayments\\Factory\\MollieApiFactory'] ?? $this->getMollieApiFactoryService()), ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService()), ($this->privates['Kiener\\MolliePayments\\Service\\Order\\OrderStateService'] ?? $this->getOrderStateServiceService()), ($this->privates['Kiener\\MolliePayments\\Service\\TransactionService'] ?? $this->getTransactionServiceService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), ($this->services['Kiener\\MolliePayments\\Service\\Transition\\TransactionTransitionService'] ?? $this->getTransactionTransitionServiceService()));
  2719.         $instance->setContainer($this);
  2720.         return $instance;
  2721.     }
  2722.     /**
  2723.      * Gets the public 'Kiener\MolliePayments\Controller\Storefront\Payment\ReturnController' shared service.
  2724.      *
  2725.      * @return \Kiener\MolliePayments\Controller\Storefront\Payment\ReturnController
  2726.      */
  2727.     protected function getReturnController2Service()
  2728.     {
  2729.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Storefront/Payment/ReturnController.php';
  2730.         $this->services['Kiener\\MolliePayments\\Controller\\Storefront\\Payment\\ReturnController'] = $instance = new \Kiener\MolliePayments\Controller\Storefront\Payment\ReturnController(($this->privates['Kiener\\MolliePayments\\Facade\\Controller\\PaymentReturnFacade'] ?? $this->getPaymentReturnFacadeService()));
  2731.         $instance->setContainer($this);
  2732.         return $instance;
  2733.     }
  2734.     /**
  2735.      * Gets the public 'Kiener\MolliePayments\Controller\Storefront\Webhook\WebhookController' shared service.
  2736.      *
  2737.      * @return \Kiener\MolliePayments\Controller\Storefront\Webhook\WebhookController
  2738.      */
  2739.     protected function getWebhookController2Service()
  2740.     {
  2741.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Storefront/Webhook/WebhookController.php';
  2742.         $this->services['Kiener\\MolliePayments\\Controller\\Storefront\\Webhook\\WebhookController'] = $instance = new \Kiener\MolliePayments\Controller\Storefront\Webhook\WebhookController(($this->privates['Kiener\\MolliePayments\\Controller\\Storefront\\Webhook\\NotificationFacade'] ?? $this->getNotificationFacadeService()), ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'] ?? $this->getSubscriptionManagerService()), ($this->privates['Kiener\\MolliePayments\\Repository\\Order\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  2743.         $instance->setContainer($this);
  2744.         return $instance;
  2745.     }
  2746.     /**
  2747.      * Gets the public 'Kiener\MolliePayments\Controller\Storefront\iDEAL\iDealController' shared service.
  2748.      *
  2749.      * @return \Kiener\MolliePayments\Controller\Storefront\iDEAL\iDealController
  2750.      */
  2751.     protected function getIDealController2Service()
  2752.     {
  2753.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Storefront/iDEAL/iDealController.php';
  2754.         $this->services['Kiener\\MolliePayments\\Controller\\Storefront\\iDEAL\\iDealController'] = $instance = new \Kiener\MolliePayments\Controller\Storefront\iDEAL\iDealController(($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'] ?? $this->getCustomerServiceService()));
  2755.         $instance->setContainer($this);
  2756.         return $instance;
  2757.     }
  2758.     /**
  2759.      * Gets the public 'Kiener\MolliePayments\Facade\MolliePaymentDoPay' shared service.
  2760.      *
  2761.      * @return \Kiener\MolliePayments\Facade\MolliePaymentDoPay
  2762.      */
  2763.     protected function getMolliePaymentDoPayService()
  2764.     {
  2765.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Facade/MolliePaymentDoPay.php';
  2766.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/Builder/MollieOrderBuilder.php';
  2767.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/Builder/MollieLineItemBuilder.php';
  2768.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Validator/IsOrderLineItemValid.php';
  2769.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/PriceCalculator.php';
  2770.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/LineItemDataExtractor.php';
  2771.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/Fixer/RoundingDifferenceFixer.php';
  2772.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Hydrator/MollieLineItemHydrator.php';
  2773.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/Builder/MollieShippingLineItemBuilder.php';
  2774.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/Builder/MollieOrderAddressBuilder.php';
  2775.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/MollieOrderCustomerEnricher.php';
  2776.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Order/UpdateOrderLineItems.php';
  2777.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/Builder/MollieOrderPriceBuilder.php';
  2778.         $a = ($this->privates['Kiener\\MolliePayments\\Compatibility\\Gateway\\CompatibilityGateway'] ?? $this->getCompatibilityGatewayService());
  2779.         if (isset($this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'])) {
  2780.             return $this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'];
  2781.         }
  2782.         $b = ($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'] ?? $this->getCustomerServiceService());
  2783.         if (isset($this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'])) {
  2784.             return $this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'];
  2785.         }
  2786.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2787.         if (isset($this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'])) {
  2788.             return $this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'];
  2789.         }
  2790.         $d = ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService());
  2791.         if (isset($this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'])) {
  2792.             return $this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'];
  2793.         }
  2794.         $e = ($this->services['order_line_item.repository'] ?? $this->getOrderLineItem_RepositoryService());
  2795.         if (isset($this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'])) {
  2796.             return $this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'];
  2797.         }
  2798.         $f = ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'] ?? $this->getSubscriptionManagerService());
  2799.         if (isset($this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'])) {
  2800.             return $this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'];
  2801.         }
  2802.         $g = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2803.         if (isset($this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'])) {
  2804.             return $this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'];
  2805.         }
  2806.         $h = ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\OrderDataExtractor'] ?? $this->getOrderDataExtractorService());
  2807.         $i = ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService());
  2808.         $j = ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\Builder\\MollieOrderPriceBuilder'] ?? ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\Builder\\MollieOrderPriceBuilder'] = new \Kiener\MolliePayments\Service\MollieApi\Builder\MollieOrderPriceBuilder()));
  2809.         $k = new \Kiener\MolliePayments\Service\MollieApi\PriceCalculator();
  2810.         $l = ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService());
  2811.         return $this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentDoPay'] = new \Kiener\MolliePayments\Facade\MolliePaymentDoPay($h, new \Kiener\MolliePayments\Service\MollieApi\Builder\MollieOrderBuilder($i$h$j, new \Kiener\MolliePayments\Service\MollieApi\Builder\MollieLineItemBuilder(new \Kiener\MolliePayments\Validator\IsOrderLineItemValid(), $k, new \Kiener\MolliePayments\Service\MollieApi\LineItemDataExtractor(), $a, new \Kiener\MolliePayments\Service\MollieApi\Fixer\RoundingDifferenceFixer(), new \Kiener\MolliePayments\Hydrator\MollieLineItemHydrator($j), new \Kiener\MolliePayments\Service\MollieApi\Builder\MollieShippingLineItemBuilder($k), $a), new \Kiener\MolliePayments\Service\MollieApi\Builder\MollieOrderAddressBuilder(), new \Kiener\MolliePayments\Service\MollieApi\MollieOrderCustomerEnricher($b), ($this->privates['Kiener\\MolliePayments\\Service\\Router\\RoutingBuilder'] ?? $this->getRoutingBuilderService()), $c$l), $d, ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\Order'] ?? $this->getOrderService()), $b$i, ($this->privates['Kiener\\MolliePayments\\Service\\UpdateOrderCustomFields'] ?? $this->getUpdateOrderCustomFieldsService()), new \Kiener\MolliePayments\Service\Order\UpdateOrderLineItems($e), $f$g$l);
  2812.     }
  2813.     /**
  2814.      * Gets the public 'Kiener\MolliePayments\Facade\MolliePaymentFinalize' shared service.
  2815.      *
  2816.      * @return \Kiener\MolliePayments\Facade\MolliePaymentFinalize
  2817.      */
  2818.     protected function getMolliePaymentFinalizeService()
  2819.     {
  2820.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Facade/MolliePaymentFinalize.php';
  2821.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mollie/OrderStatusConverter.php';
  2822.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Compatibility/Bundles/FlowBuilder/FlowBuilderEventFactory.php';
  2823.         return $this->services['Kiener\\MolliePayments\\Facade\\MolliePaymentFinalize'] = new \Kiener\MolliePayments\Facade\MolliePaymentFinalize(($this->privates['Kiener\\MolliePayments\\Service\\Mollie\\OrderStatusConverter'] ?? ($this->privates['Kiener\\MolliePayments\\Service\\Mollie\\OrderStatusConverter'] = new \Kiener\MolliePayments\Service\Mollie\OrderStatusConverter())), ($this->privates['Kiener\\MolliePayments\\Service\\Order\\OrderStatusUpdater'] ?? $this->getOrderStatusUpdaterService()), ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\Order'] ?? $this->getOrderService()), ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'] ?? $this->getSubscriptionManagerService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderFactory'] ?? $this->getFlowBuilderFactoryService()), ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderEventFactory'] ?? ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderEventFactory'] = new \Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\FlowBuilderEventFactory('6.4.20.2'))));
  2824.     }
  2825.     /**
  2826.      * Gets the public 'Kiener\MolliePayments\MolliePayments' shared autowired service.
  2827.      *
  2828.      * @return \Kiener\MolliePayments\MolliePayments
  2829.      */
  2830.     protected function getMolliePaymentsService()
  2831.     {
  2832.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2833.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2834.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2835.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2838.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/MolliePayments.php';
  2839.         return $this->services['Kiener\\MolliePayments\\MolliePayments'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Kiener\\MolliePayments\\MolliePayments');
  2840.     }
  2841.     /**
  2842.      * Gets the public 'Kiener\MolliePayments\Resources\snippet\de_DE\SnippetFile_de_DE' shared service.
  2843.      *
  2844.      * @return \Kiener\MolliePayments\Resources\snippet\de_DE\SnippetFile_de_DE
  2845.      */
  2846.     protected function getSnippetFileDeDEService()
  2847.     {
  2848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileInterface.php';
  2849.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Resources/snippet/de_DE/SnippetFile_de_DE.php';
  2850.         return $this->services['Kiener\\MolliePayments\\Resources\\snippet\\de_DE\\SnippetFile_de_DE'] = new \Kiener\MolliePayments\Resources\snippet\de_DE\SnippetFile_de_DE();
  2851.     }
  2852.     /**
  2853.      * Gets the public 'Kiener\MolliePayments\Resources\snippet\en_GB\SnippetFile_en_GB' shared service.
  2854.      *
  2855.      * @return \Kiener\MolliePayments\Resources\snippet\en_GB\SnippetFile_en_GB
  2856.      */
  2857.     protected function getSnippetFileEnGBService()
  2858.     {
  2859.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileInterface.php';
  2860.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Resources/snippet/en_GB/SnippetFile_en_GB.php';
  2861.         return $this->services['Kiener\\MolliePayments\\Resources\\snippet\\en_GB\\SnippetFile_en_GB'] = new \Kiener\MolliePayments\Resources\snippet\en_GB\SnippetFile_en_GB();
  2862.     }
  2863.     /**
  2864.      * Gets the public 'Kiener\MolliePayments\Resources\snippet\nl_NL\SnippetFile_nl_NL' shared service.
  2865.      *
  2866.      * @return \Kiener\MolliePayments\Resources\snippet\nl_NL\SnippetFile_nl_NL
  2867.      */
  2868.     protected function getSnippetFileNlNLService()
  2869.     {
  2870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileInterface.php';
  2871.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Resources/snippet/nl_NL/SnippetFile_nl_NL.php';
  2872.         return $this->services['Kiener\\MolliePayments\\Resources\\snippet\\nl_NL\\SnippetFile_nl_NL'] = new \Kiener\MolliePayments\Resources\snippet\nl_NL\SnippetFile_nl_NL();
  2873.     }
  2874.     /**
  2875.      * Gets the public 'Kiener\MolliePayments\Service\CartService' shared service.
  2876.      *
  2877.      * @return \Kiener\MolliePayments\Service\CartService
  2878.      */
  2879.     protected function getCartServiceService()
  2880.     {
  2881.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/CartServiceInterface.php';
  2882.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/CartService.php';
  2883.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/SalesChannelContextSwitcher.php';
  2884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemFactory.php';
  2885.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service());
  2886.         if (isset($this->services['Kiener\\MolliePayments\\Service\\CartService'])) {
  2887.             return $this->services['Kiener\\MolliePayments\\Service\\CartService'];
  2888.         }
  2889.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] ?? $this->getContextSwitchRouteService());
  2890.         if (isset($this->services['Kiener\\MolliePayments\\Service\\CartService'])) {
  2891.             return $this->services['Kiener\\MolliePayments\\Service\\CartService'];
  2892.         }
  2893.         return $this->services['Kiener\\MolliePayments\\Service\\CartService'] = new \Kiener\MolliePayments\Service\CartService($a, new \Shopware\Core\System\SalesChannel\SalesChannel\SalesChannelContextSwitcher($b), ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemFactory'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemFactory())), ($this->privates['Kiener\\MolliePayments\\Compatibility\\Gateway\\CompatibilityGateway'] ?? $this->getCompatibilityGatewayService()));
  2894.     }
  2895.     /**
  2896.      * Gets the public 'Kiener\MolliePayments\Service\Installer\CustomFieldsInstaller' shared service.
  2897.      *
  2898.      * @return \Kiener\MolliePayments\Service\Installer\CustomFieldsInstaller
  2899.      */
  2900.     protected function getCustomFieldsInstallerService()
  2901.     {
  2902.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Installer/CustomFieldsInstaller.php';
  2903.         return $this->services['Kiener\\MolliePayments\\Service\\Installer\\CustomFieldsInstaller'] = new \Kiener\MolliePayments\Service\Installer\CustomFieldsInstaller(($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService()));
  2904.     }
  2905.     /**
  2906.      * Gets the public 'Kiener\MolliePayments\Service\PaymentMethodService' shared service.
  2907.      *
  2908.      * @return \Kiener\MolliePayments\Service\PaymentMethodService
  2909.      */
  2910.     protected function getPaymentMethodServiceService()
  2911.     {
  2912.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/PaymentMethodService.php';
  2913.         return $this->services['Kiener\\MolliePayments\\Service\\PaymentMethodService'] = new \Kiener\MolliePayments\Service\PaymentMethodService(($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider'] ?? $this->getPluginIdProviderService()), ($this->privates['kiener.mollie_payments.http.client'] ?? $this->getKiener_MolliePayments_Http_ClientService()));
  2914.     }
  2915.     /**
  2916.      * Gets the public 'Kiener\MolliePayments\Service\Transition\TransactionTransitionService' shared service.
  2917.      *
  2918.      * @return \Kiener\MolliePayments\Service\Transition\TransactionTransitionService
  2919.      */
  2920.     protected function getTransactionTransitionServiceService()
  2921.     {
  2922.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Transition/TransactionTransitionServiceInterface.php';
  2923.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Transition/TransactionTransitionService.php';
  2924.         return $this->services['Kiener\\MolliePayments\\Service\\Transition\\TransactionTransitionService'] = new \Kiener\MolliePayments\Service\Transition\TransactionTransitionService(($this->privates['Kiener\\MolliePayments\\Service\\Transition\\TransitionService'] ?? $this->getTransitionServiceService()), ($this->privates['Kiener\\MolliePayments\\Compatibility\\CompatibilityFactory'] ?? $this->getCompatibilityFactoryService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  2925.     }
  2926.     /**
  2927.      * Gets the public 'Okeonline\AtcCustom\OkeonlineAtcCustom' shared autowired service.
  2928.      *
  2929.      * @return \Okeonline\AtcCustom\OkeonlineAtcCustom
  2930.      */
  2931.     protected function getOkeonlineAtcCustomService()
  2932.     {
  2933.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2934.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2935.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2936.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2939.         include_once \dirname(__DIR__4).'/custom/plugins/AtcCustom/src/OkeonlineAtcCustom.php';
  2940.         return $this->services['Okeonline\\AtcCustom\\OkeonlineAtcCustom'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Okeonline\\AtcCustom\\OkeonlineAtcCustom');
  2941.     }
  2942.     /**
  2943.      * Gets the public 'Scop\PlatformRedirecter\Administration\ImportExportRedirectsController' shared service.
  2944.      *
  2945.      * @return \Scop\PlatformRedirecter\Administration\ImportExportRedirectsController
  2946.      */
  2947.     protected function getImportExportRedirectsControllerService()
  2948.     {
  2949.         include_once \dirname(__DIR__4).'/custom/plugins/ScopPlatformRedirecter/src/Administration/ImportExportRedirectsController.php';
  2950.         $this->services['Scop\\PlatformRedirecter\\Administration\\ImportExportRedirectsController'] = $instance = new \Scop\PlatformRedirecter\Administration\ImportExportRedirectsController(($this->services['scop_platform_redirecter_redirect.repository'] ?? $this->getScopPlatformRedirecterRedirect_RepositoryService()));
  2951.         $instance->setContainer($this);
  2952.         return $instance;
  2953.     }
  2954.     /**
  2955.      * Gets the public 'Scop\PlatformRedirecter\Redirect\RedirectDefinition' shared service.
  2956.      *
  2957.      * @return \Scop\PlatformRedirecter\Redirect\RedirectDefinition
  2958.      */
  2959.     protected function getRedirectDefinitionService()
  2960.     {
  2961.         include_once \dirname(__DIR__4).'/custom/plugins/ScopPlatformRedirecter/src/Redirect/RedirectDefinition.php';
  2962.         $this->services['Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition'] = $instance = new \Scop\PlatformRedirecter\Redirect\RedirectDefinition();
  2963.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2964.         return $instance;
  2965.     }
  2966.     /**
  2967.      * Gets the public 'Scop\PlatformRedirecter\ScopPlatformRedirecter' shared autowired service.
  2968.      *
  2969.      * @return \Scop\PlatformRedirecter\ScopPlatformRedirecter
  2970.      */
  2971.     protected function getScopPlatformRedirecterService()
  2972.     {
  2973.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2974.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2975.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2976.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2978.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2979.         include_once \dirname(__DIR__4).'/custom/plugins/ScopPlatformRedirecter/src/ScopPlatformRedirecter.php';
  2980.         return $this->services['Scop\\PlatformRedirecter\\ScopPlatformRedirecter'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Scop\\PlatformRedirecter\\ScopPlatformRedirecter');
  2981.     }
  2982.     /**
  2983.      * Gets the public 'Shopware\Administration\Controller\AdminExtensionApiController' shared service.
  2984.      *
  2985.      * @return \Shopware\Administration\Controller\AdminExtensionApiController
  2986.      */
  2987.     protected function getAdminExtensionApiControllerService()
  2988.     {
  2989.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminExtensionApiController.php';
  2990.         $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()));
  2991.         $instance->setContainer($this);
  2992.         return $instance;
  2993.     }
  2994.     /**
  2995.      * Gets the public 'Shopware\Administration\Controller\AdminProductStreamController' shared service.
  2996.      *
  2997.      * @return \Shopware\Administration\Controller\AdminProductStreamController
  2998.      */
  2999.     protected function getAdminProductStreamControllerService()
  3000.     {
  3001.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminProductStreamController.php';
  3002.         $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()));
  3003.         $instance->setContainer($this);
  3004.         return $instance;
  3005.     }
  3006.     /**
  3007.      * Gets the public 'Shopware\Administration\Controller\AdminSearchController' shared service.
  3008.      *
  3009.      * @return \Shopware\Administration\Controller\AdminSearchController
  3010.      */
  3011.     protected function getAdminSearchControllerService()
  3012.     {
  3013.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminSearchController.php';
  3014.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Service/AdminSearcher.php';
  3015.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  3016.         $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()));
  3017.         $instance->setContainer($this);
  3018.         return $instance;
  3019.     }
  3020.     /**
  3021.      * Gets the public 'Shopware\Administration\Controller\AdminTagController' shared service.
  3022.      *
  3023.      * @return \Shopware\Administration\Controller\AdminTagController
  3024.      */
  3025.     protected function getAdminTagControllerService()
  3026.     {
  3027.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminTagController.php';
  3028.         $this->services['Shopware\\Administration\\Controller\\AdminTagController'] = $instance = new \Shopware\Administration\Controller\AdminTagController(($this->services['Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService'] ?? $this->getFilterTagIdsServiceService()));
  3029.         $instance->setContainer($this);
  3030.         return $instance;
  3031.     }
  3032.     /**
  3033.      * Gets the public 'Shopware\Administration\Controller\AdministrationController' shared service.
  3034.      *
  3035.      * @return \Shopware\Administration\Controller\AdministrationController
  3036.      */
  3037.     protected function getAdministrationControllerService()
  3038.     {
  3039.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdministrationController.php';
  3040.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollectorInterface.php';
  3041.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollector.php';
  3042.         $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()), ($this->privates['Shopware\\Administration\\Snippet\\CachedSnippetFinder'] ?? $this->getCachedSnippetFinderService()), $this->parameters['kernel.supported_api_versions'], new \Shopware\Administration\Framework\Routing\KnownIps\KnownIpsCollector(), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($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()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3043.         $instance->setContainer($this);
  3044.         return $instance;
  3045.     }
  3046.     /**
  3047.      * Gets the public 'Shopware\Administration\Controller\DocumentServiceDeprecationController' shared service.
  3048.      *
  3049.      * @return \Shopware\Administration\Controller\DocumentServiceDeprecationController
  3050.      */
  3051.     protected function getDocumentServiceDeprecationControllerService()
  3052.     {
  3053.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/DocumentServiceDeprecationController.php';
  3054.         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->getPdfGeneratorService()), ($this->privates['Shopware\\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()));
  3055.     }
  3056.     /**
  3057.      * Gets the public 'Shopware\Administration\Controller\NotificationController' shared service.
  3058.      *
  3059.      * @return \Shopware\Administration\Controller\NotificationController
  3060.      */
  3061.     protected function getNotificationControllerService()
  3062.     {
  3063.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/NotificationController.php';
  3064.         $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()));
  3065.         $instance->setContainer($this);
  3066.         return $instance;
  3067.     }
  3068.     /**
  3069.      * Gets the public 'Shopware\Administration\Controller\UserConfigController' shared service.
  3070.      *
  3071.      * @return \Shopware\Administration\Controller\UserConfigController
  3072.      */
  3073.     protected function getUserConfigControllerService()
  3074.     {
  3075.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/UserConfigController.php';
  3076.         $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()));
  3077.         $instance->setContainer($this);
  3078.         return $instance;
  3079.     }
  3080.     /**
  3081.      * Gets the public 'Shopware\Administration\Notification\NotificationDefinition' shared service.
  3082.      *
  3083.      * @return \Shopware\Administration\Notification\NotificationDefinition
  3084.      */
  3085.     protected function getNotificationDefinitionService()
  3086.     {
  3087.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  3088.         $this->services['Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  3089.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3090.         return $instance;
  3091.     }
  3092.     /**
  3093.      * Gets the public 'Shopware\Administration\Notification\NotificationService' shared service.
  3094.      *
  3095.      * @return \Shopware\Administration\Notification\NotificationService
  3096.      */
  3097.     protected function getNotificationServiceService()
  3098.     {
  3099.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationService.php';
  3100.         return $this->services['Shopware\\Administration\\Notification\\NotificationService'] = new \Shopware\Administration\Notification\NotificationService(($this->services['notification.repository'] ?? $this->getNotification_RepositoryService()));
  3101.     }
  3102.     /**
  3103.      * Gets the public 'Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  3104.      *
  3105.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  3106.      */
  3107.     protected function getAppAdministrationSnippetDefinitionService()
  3108.     {
  3109.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  3110.         $this->services['Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  3111.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3112.         return $instance;
  3113.     }
  3114.     /**
  3115.      * Gets the public 'Shopware\Core\Checkout\Cart\Calculator' shared service.
  3116.      *
  3117.      * @return \Shopware\Core\Checkout\Cart\Calculator
  3118.      */
  3119.     protected function getCalculatorService()
  3120.     {
  3121.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Calculator.php';
  3122.         return $this->services['Shopware\\Core\\Checkout\\Cart\\Calculator'] = new \Shopware\Core\Checkout\Cart\Calculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()));
  3123.     }
  3124.     /**
  3125.      * Gets the public 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory' shared service.
  3126.      *
  3127.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory
  3128.      */
  3129.     protected function getCartFacadeHookFactoryService()
  3130.     {
  3131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  3132.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHookFactory.php';
  3133.         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()));
  3134.     }
  3135.     /**
  3136.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController' shared service.
  3137.      *
  3138.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController
  3139.      */
  3140.     protected function getOrderConverterControllerService()
  3141.     {
  3142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderConverterController.php';
  3143.         $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()));
  3144.         $instance->setContainer($this);
  3145.         return $instance;
  3146.     }
  3147.     /**
  3148.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController' shared service.
  3149.      *
  3150.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController
  3151.      */
  3152.     protected function getOrderRecalculationControllerService()
  3153.     {
  3154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderRecalculationController.php';
  3155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/RecalculationService.php';
  3156.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  3157.         $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->getCartService2Service()), ($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['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionItemBuilder()))));
  3158.         $instance->setContainer($this);
  3159.         return $instance;
  3160.     }
  3161.     /**
  3162.      * Gets the public 'Shopware\Core\Checkout\Cart\PriceActionController' shared service.
  3163.      *
  3164.      * @return \Shopware\Core\Checkout\Cart\PriceActionController
  3165.      */
  3166.     protected function getPriceActionControllerService()
  3167.     {
  3168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceActionController.php';
  3169.         $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()));
  3170.         $instance->setContainer($this);
  3171.         return $instance;
  3172.     }
  3173.     /**
  3174.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute' shared service.
  3175.      *
  3176.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute
  3177.      */
  3178.     protected function getCartDeleteRouteService()
  3179.     {
  3180.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  3181.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'])) {
  3182.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'];
  3183.         }
  3184.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3185.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'])) {
  3186.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'];
  3187.         }
  3188.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute($a$b);
  3189.     }
  3190.     /**
  3191.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute' shared service.
  3192.      *
  3193.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute
  3194.      */
  3195.     protected function getCartItemAddRouteService()
  3196.     {
  3197.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  3198.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  3199.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  3200.         }
  3201.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3202.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  3203.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  3204.         }
  3205.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService());
  3206.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  3207.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  3208.         }
  3209.         $d = ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService());
  3210.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  3211.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  3212.         }
  3213.         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()), $a$b$c$d);
  3214.     }
  3215.     /**
  3216.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute' shared service.
  3217.      *
  3218.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute
  3219.      */
  3220.     protected function getCartItemRemoveRouteService()
  3221.     {
  3222.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3223.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'])) {
  3224.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'];
  3225.         }
  3226.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  3227.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'])) {
  3228.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'];
  3229.         }
  3230.         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);
  3231.     }
  3232.     /**
  3233.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute' shared service.
  3234.      *
  3235.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute
  3236.      */
  3237.     protected function getCartItemUpdateRouteService()
  3238.     {
  3239.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  3240.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  3241.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  3242.         }
  3243.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService());
  3244.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  3245.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  3246.         }
  3247.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3248.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  3249.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  3250.         }
  3251.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute($a, ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), $b$c);
  3252.     }
  3253.     /**
  3254.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute' shared service.
  3255.      *
  3256.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute
  3257.      */
  3258.     protected function getCartLoadRouteService()
  3259.     {
  3260.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  3261.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'])) {
  3262.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'];
  3263.         }
  3264.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3265.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'])) {
  3266.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'];
  3267.         }
  3268.         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()));
  3269.     }
  3270.     /**
  3271.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute' shared service.
  3272.      *
  3273.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute
  3274.      */
  3275.     protected function getCartOrderRouteService()
  3276.     {
  3277.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  3278.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  3279.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  3280.         }
  3281.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  3282.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  3283.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  3284.         }
  3285.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  3286.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  3287.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  3288.         }
  3289.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3290.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  3291.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  3292.         }
  3293.         $e = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  3294.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  3295.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  3296.         }
  3297.         $f = ($this->services['app_payment_method.repository'] ?? $this->getAppPaymentMethod_RepositoryService());
  3298.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  3299.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  3300.         }
  3301.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), $a, new \Shopware\Core\Checkout\Cart\Order\OrderPersister($a$b), $c$d, new \Shopware\Core\Checkout\Payment\PreparedPaymentService($e$f, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService())));
  3302.     }
  3303.     /**
  3304.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartService' shared service.
  3305.      *
  3306.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartService
  3307.      */
  3308.     protected function getCartService2Service()
  3309.     {
  3310.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  3311.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  3312.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  3313.         }
  3314.         $b = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService());
  3315.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  3316.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  3317.         }
  3318.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService());
  3319.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  3320.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  3321.         }
  3322.         $d = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? $this->getCartLoadRouteService());
  3323.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  3324.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  3325.         }
  3326.         $e = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? $this->getCartDeleteRouteService());
  3327.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  3328.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  3329.         }
  3330.         $f = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? $this->getCartItemAddRouteService());
  3331.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  3332.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  3333.         }
  3334.         $g = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? $this->getCartItemUpdateRouteService());
  3335.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  3336.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  3337.         }
  3338.         $h = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? $this->getCartItemRemoveRouteService());
  3339.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  3340.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  3341.         }
  3342.         $i = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? $this->getCartOrderRouteService());
  3343.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  3344.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  3345.         }
  3346.         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);
  3347.     }
  3348.     /**
  3349.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  3350.      *
  3351.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  3352.      */
  3353.     protected function getCustomerAddressDefinitionService()
  3354.     {
  3355.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  3356.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3357.         return $instance;
  3358.     }
  3359.     /**
  3360.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  3361.      *
  3362.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  3363.      */
  3364.     protected function getCustomerGroupRegistrationSalesChannelDefinitionService()
  3365.     {
  3366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  3367.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  3368.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3369.         return $instance;
  3370.     }
  3371.     /**
  3372.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  3373.      *
  3374.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  3375.      */
  3376.     protected function getCustomerGroupTranslationDefinitionService()
  3377.     {
  3378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  3380.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  3381.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3382.         return $instance;
  3383.     }
  3384.     /**
  3385.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  3386.      *
  3387.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  3388.      */
  3389.     protected function getCustomerGroupDefinitionService()
  3390.     {
  3391.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  3392.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3393.         return $instance;
  3394.     }
  3395.     /**
  3396.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  3397.      *
  3398.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  3399.      */
  3400.     protected function getCustomerRecoveryDefinitionService()
  3401.     {
  3402.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  3403.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  3404.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3405.         return $instance;
  3406.     }
  3407.     /**
  3408.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  3409.      *
  3410.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  3411.      */
  3412.     protected function getCustomerTagDefinitionService()
  3413.     {
  3414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  3415.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  3416.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3417.         return $instance;
  3418.     }
  3419.     /**
  3420.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  3421.      *
  3422.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  3423.      */
  3424.     protected function getCustomerWishlistProductDefinitionService()
  3425.     {
  3426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  3427.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  3428.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3429.         return $instance;
  3430.     }
  3431.     /**
  3432.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  3433.      *
  3434.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  3435.      */
  3436.     protected function getCustomerWishlistDefinitionService()
  3437.     {
  3438.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  3439.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  3440.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3441.         return $instance;
  3442.     }
  3443.     /**
  3444.      * Gets the public 'Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController' shared service.
  3445.      *
  3446.      * @return \Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController
  3447.      */
  3448.     protected function getCustomerGroupRegistrationActionControllerService()
  3449.     {
  3450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Api/CustomerGroupRegistrationActionController.php';
  3451.         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()));
  3452.     }
  3453.     /**
  3454.      * Gets the public 'Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  3455.      *
  3456.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  3457.      */
  3458.     protected function getCustomerDefinitionService()
  3459.     {
  3460.         $this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  3461.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3462.         return $instance;
  3463.     }
  3464.     /**
  3465.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute' shared service.
  3466.      *
  3467.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute
  3468.      */
  3469.     protected function getAccountNewsletterRecipientRouteService()
  3470.     {
  3471.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAccountNewsletterRecipientRoute.php';
  3472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountNewsletterRecipientRoute.php';
  3473.         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()));
  3474.     }
  3475.     /**
  3476.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute' shared service.
  3477.      *
  3478.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute
  3479.      */
  3480.     protected function getAddWishlistProductRouteService()
  3481.     {
  3482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAddWishlistProductRoute.php';
  3483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AddWishlistProductRoute.php';
  3484.         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()));
  3485.     }
  3486.     /**
  3487.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute' shared service.
  3488.      *
  3489.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute
  3490.      */
  3491.     protected function getChangeCustomerProfileRouteService()
  3492.     {
  3493.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeCustomerProfileRoute.php';
  3494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeCustomerProfileRoute.php';
  3495.         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()));
  3496.     }
  3497.     /**
  3498.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute' shared service.
  3499.      *
  3500.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute
  3501.      */
  3502.     protected function getChangeEmailRouteService()
  3503.     {
  3504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeEmailRoute.php';
  3505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeEmailRoute.php';
  3506.         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()));
  3507.     }
  3508.     /**
  3509.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute' shared service.
  3510.      *
  3511.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute
  3512.      */
  3513.     protected function getChangeLanguageRouteService()
  3514.     {
  3515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeLanguageRoute.php';
  3516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeLanguageRoute.php';
  3517.         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()));
  3518.     }
  3519.     /**
  3520.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute' shared service.
  3521.      *
  3522.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute
  3523.      */
  3524.     protected function getChangePasswordRouteService()
  3525.     {
  3526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePasswordRoute.php';
  3527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePasswordRoute.php';
  3528.         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()));
  3529.     }
  3530.     /**
  3531.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute' shared service.
  3532.      *
  3533.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute
  3534.      */
  3535.     protected function getChangePaymentMethodRouteService()
  3536.     {
  3537.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePaymentMethodRoute.php';
  3538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePaymentMethodRoute.php';
  3539.         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()));
  3540.     }
  3541.     /**
  3542.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute' shared service.
  3543.      *
  3544.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute
  3545.      */
  3546.     protected function getCustomerGroupRegistrationSettingsRouteService()
  3547.     {
  3548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.php';
  3549.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerGroupRegistrationSettingsRoute.php';
  3550.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()));
  3551.     }
  3552.     /**
  3553.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute' shared service.
  3554.      *
  3555.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute
  3556.      */
  3557.     protected function getCustomerRecoveryIsExpiredRouteService()
  3558.     {
  3559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRecoveryIsExpiredRoute.php';
  3560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRecoveryIsExpiredRoute.php';
  3561.         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()));
  3562.     }
  3563.     /**
  3564.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute' shared service.
  3565.      *
  3566.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute
  3567.      */
  3568.     protected function getCustomerRouteService()
  3569.     {
  3570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRoute.php';
  3571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRoute.php';
  3572.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  3573.     }
  3574.     /**
  3575.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute' shared service.
  3576.      *
  3577.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute
  3578.      */
  3579.     protected function getDeleteAddressRouteService()
  3580.     {
  3581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteAddressRoute.php';
  3582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  3583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteAddressRoute.php';
  3584.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute(($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()));
  3585.     }
  3586.     /**
  3587.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute' shared service.
  3588.      *
  3589.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute
  3590.      */
  3591.     protected function getDeleteCustomerRouteService()
  3592.     {
  3593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteCustomerRoute.php';
  3594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteCustomerRoute.php';
  3595.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  3596.     }
  3597.     /**
  3598.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DownloadRoute' shared service.
  3599.      *
  3600.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DownloadRoute
  3601.      */
  3602.     protected function getDownloadRouteService()
  3603.     {
  3604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDownloadRoute.php';
  3605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DownloadRoute.php';
  3606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/DownloadResponseGenerator.php';
  3607.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DownloadRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DownloadRoute(($this->services['order_line_item_download.repository'] ?? $this->getOrderLineItemDownload_RepositoryService()), new \Shopware\Core\Content\Media\File\DownloadResponseGenerator(($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()), ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), 'php'));
  3608.     }
  3609.     /**
  3610.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute' shared service.
  3611.      *
  3612.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute
  3613.      */
  3614.     protected function getListAddressRouteService()
  3615.     {
  3616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractListAddressRoute.php';
  3617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ListAddressRoute.php';
  3618.         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()));
  3619.     }
  3620.     /**
  3621.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute' shared service.
  3622.      *
  3623.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute
  3624.      */
  3625.     protected function getLoadWishlistRouteService()
  3626.     {
  3627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoadWishlistRoute.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoadWishlistRoute.php';
  3629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  3631.         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())));
  3632.     }
  3633.     /**
  3634.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute' shared service.
  3635.      *
  3636.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute
  3637.      */
  3638.     protected function getLoginRouteService()
  3639.     {
  3640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoginRoute.php';
  3641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoginRoute.php';
  3642.         $a = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  3643.         $b = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  3644.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  3645.         $d = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  3646.         $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));
  3647.         $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));
  3648.         $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));
  3649.         $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));
  3650.         $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));
  3651.         $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));
  3652.         $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));
  3653.         $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));
  3654.         $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));
  3655.         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);
  3656.     }
  3657.     /**
  3658.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute' shared service.
  3659.      *
  3660.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute
  3661.      */
  3662.     protected function getLogoutRouteService()
  3663.     {
  3664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLogoutRoute.php';
  3665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LogoutRoute.php';
  3666.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute(($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service()));
  3667.     }
  3668.     /**
  3669.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute' shared service.
  3670.      *
  3671.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute
  3672.      */
  3673.     protected function getMergeWishlistProductRouteService()
  3674.     {
  3675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractMergeWishlistProductRoute.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/MergeWishlistProductRoute.php';
  3677.         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()));
  3678.     }
  3679.     /**
  3680.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute' shared service.
  3681.      *
  3682.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute
  3683.      */
  3684.     protected function getRegisterConfirmRouteService()
  3685.     {
  3686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterConfirmRoute.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterConfirmRoute.php';
  3688.         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()));
  3689.     }
  3690.     /**
  3691.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute' shared service.
  3692.      *
  3693.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute
  3694.      */
  3695.     protected function getRegisterRouteService()
  3696.     {
  3697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterRoute.php';
  3698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterRoute.php';
  3699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  3700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerValidationFactory.php';
  3701.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute(($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()));
  3702.     }
  3703.     /**
  3704.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute' shared service.
  3705.      *
  3706.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute
  3707.      */
  3708.     protected function getRemoveWishlistProductRouteService()
  3709.     {
  3710.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRemoveWishlistProductRoute.php';
  3711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RemoveWishlistProductRoute.php';
  3712.         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()));
  3713.     }
  3714.     /**
  3715.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute' shared service.
  3716.      *
  3717.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute
  3718.      */
  3719.     protected function getResetPasswordRouteService()
  3720.     {
  3721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractResetPasswordRoute.php';
  3722.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ResetPasswordRoute.php';
  3723.         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()));
  3724.     }
  3725.     /**
  3726.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute' shared service.
  3727.      *
  3728.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute
  3729.      */
  3730.     protected function getSendPasswordRecoveryMailRouteService()
  3731.     {
  3732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSendPasswordRecoveryMailRoute.php';
  3733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SendPasswordRecoveryMailRoute.php';
  3734.         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()));
  3735.     }
  3736.     /**
  3737.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute' shared service.
  3738.      *
  3739.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute
  3740.      */
  3741.     protected function getSwitchDefaultAddressRouteService()
  3742.     {
  3743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSwitchDefaultAddressRoute.php';
  3744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  3745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SwitchDefaultAddressRoute.php';
  3746.         $a = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  3747.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  3748.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  3749.         }
  3750.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  3751.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  3752.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  3753.         }
  3754.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3755.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  3756.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  3757.         }
  3758.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute($a$b$c);
  3759.     }
  3760.     /**
  3761.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute' shared service.
  3762.      *
  3763.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute
  3764.      */
  3765.     protected function getUpsertAddressRouteService()
  3766.     {
  3767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractUpsertAddressRoute.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  3769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/UpsertAddressRoute.php';
  3770.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute(($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()));
  3771.     }
  3772.     /**
  3773.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  3774.      *
  3775.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  3776.      */
  3777.     protected function getDocumentBaseConfigSalesChannelDefinitionService()
  3778.     {
  3779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  3780.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  3781.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3782.         return $instance;
  3783.     }
  3784.     /**
  3785.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  3786.      *
  3787.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  3788.      */
  3789.     protected function getDocumentBaseConfigDefinitionService()
  3790.     {
  3791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  3792.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  3793.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3794.         return $instance;
  3795.     }
  3796.     /**
  3797.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  3798.      *
  3799.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  3800.      */
  3801.     protected function getDocumentTypeTranslationDefinitionService()
  3802.     {
  3803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  3805.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  3806.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3807.         return $instance;
  3808.     }
  3809.     /**
  3810.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  3811.      *
  3812.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  3813.      */
  3814.     protected function getDocumentTypeDefinitionService()
  3815.     {
  3816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  3817.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  3818.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3819.         return $instance;
  3820.     }
  3821.     /**
  3822.      * Gets the public 'Shopware\Core\Checkout\Document\Controller\DocumentController' shared service.
  3823.      *
  3824.      * @return \Shopware\Core\Checkout\Document\Controller\DocumentController
  3825.      */
  3826.     protected function getDocumentControllerService()
  3827.     {
  3828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Controller/DocumentController.php';
  3829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentMerger.php';
  3830.         include_once \dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php';
  3831.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/FpdiTrait.php';
  3832.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/Tcpdf/Fpdi.php';
  3833.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  3834.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  3835.         $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);
  3836.         $instance->setContainer($this);
  3837.         return $instance;
  3838.     }
  3839.     /**
  3840.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  3841.      *
  3842.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  3843.      */
  3844.     protected function getDocumentDefinitionService()
  3845.     {
  3846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  3847.         $this->services['Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  3848.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3849.         return $instance;
  3850.     }
  3851.     /**
  3852.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentGeneratorController' shared service.
  3853.      *
  3854.      * @return \Shopware\Core\Checkout\Document\DocumentGeneratorController
  3855.      */
  3856.     protected function getDocumentGeneratorControllerService()
  3857.     {
  3858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGeneratorController.php';
  3859.         $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()));
  3860.         $instance->setContainer($this);
  3861.         return $instance;
  3862.     }
  3863.     /**
  3864.      * Gets the public 'Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute' shared service.
  3865.      *
  3866.      * @return \Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute
  3867.      */
  3868.     protected function getDocumentRouteService()
  3869.     {
  3870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/AbstractDocumentRoute.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/DocumentRoute.php';
  3872.         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()));
  3873.     }
  3874.     /**
  3875.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  3876.      *
  3877.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  3878.      */
  3879.     protected function getOrderAddressDefinitionService()
  3880.     {
  3881.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  3882.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3883.         return $instance;
  3884.     }
  3885.     /**
  3886.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  3887.      *
  3888.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  3889.      */
  3890.     protected function getOrderCustomerDefinitionService()
  3891.     {
  3892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  3893.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  3894.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3895.         return $instance;
  3896.     }
  3897.     /**
  3898.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  3899.      *
  3900.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  3901.      */
  3902.     protected function getOrderDeliveryPositionDefinitionService()
  3903.     {
  3904.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  3905.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  3906.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3907.         return $instance;
  3908.     }
  3909.     /**
  3910.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  3911.      *
  3912.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  3913.      */
  3914.     protected function getOrderDeliveryDefinitionService()
  3915.     {
  3916.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  3917.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  3918.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3919.         return $instance;
  3920.     }
  3921.     /**
  3922.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition' shared service.
  3923.      *
  3924.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition
  3925.      */
  3926.     protected function getOrderLineItemDownloadDefinitionService()
  3927.     {
  3928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItemDownload/OrderLineItemDownloadDefinition.php';
  3929.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition();
  3930.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3931.         return $instance;
  3932.     }
  3933.     /**
  3934.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  3935.      *
  3936.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  3937.      */
  3938.     protected function getOrderLineItemDefinitionService()
  3939.     {
  3940.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  3941.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  3942.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3943.         return $instance;
  3944.     }
  3945.     /**
  3946.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  3947.      *
  3948.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  3949.      */
  3950.     protected function getOrderTagDefinitionService()
  3951.     {
  3952.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  3953.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  3954.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3955.         return $instance;
  3956.     }
  3957.     /**
  3958.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  3959.      *
  3960.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  3961.      */
  3962.     protected function getOrderTransactionCaptureRefundPositionDefinitionService()
  3963.     {
  3964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  3965.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  3966.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3967.         return $instance;
  3968.     }
  3969.     /**
  3970.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  3971.      *
  3972.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  3973.      */
  3974.     protected function getOrderTransactionCaptureRefundDefinitionService()
  3975.     {
  3976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  3977.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  3978.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3979.         return $instance;
  3980.     }
  3981.     /**
  3982.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  3983.      *
  3984.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  3985.      */
  3986.     protected function getOrderTransactionCaptureDefinitionService()
  3987.     {
  3988.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  3989.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  3990.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3991.         return $instance;
  3992.     }
  3993.     /**
  3994.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  3995.      *
  3996.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  3997.      */
  3998.     protected function getOrderTransactionDefinitionService()
  3999.     {
  4000.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  4001.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4002.         return $instance;
  4003.     }
  4004.     /**
  4005.      * Gets the public 'Shopware\Core\Checkout\Order\Api\OrderActionController' shared service.
  4006.      *
  4007.      * @return \Shopware\Core\Checkout\Order\Api\OrderActionController
  4008.      */
  4009.     protected function getOrderActionControllerService()
  4010.     {
  4011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Api/OrderActionController.php';
  4012.         $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->getOrderService2Service()), ($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()));
  4013.         $instance->setContainer($this);
  4014.         return $instance;
  4015.     }
  4016.     /**
  4017.      * Gets the public 'Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  4018.      *
  4019.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  4020.      */
  4021.     protected function getOrderDefinitionService()
  4022.     {
  4023.         $this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  4024.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4025.         return $instance;
  4026.     }
  4027.     /**
  4028.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute' shared service.
  4029.      *
  4030.      * @return \Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute
  4031.      */
  4032.     protected function getCancelOrderRouteService()
  4033.     {
  4034.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractCancelOrderRoute.php';
  4035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/CancelOrderRoute.php';
  4036.         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->getOrderService2Service()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  4037.     }
  4038.     /**
  4039.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\OrderRoute' shared service.
  4040.      *
  4041.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderRoute
  4042.      */
  4043.     protected function getOrderRouteService()
  4044.     {
  4045.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractOrderRoute.php';
  4046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderRoute.php';
  4047.         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()));
  4048.     }
  4049.     /**
  4050.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute' shared service.
  4051.      *
  4052.      * @return \Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute
  4053.      */
  4054.     protected function getSetPaymentOrderRouteService()
  4055.     {
  4056.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractSetPaymentOrderRoute.php';
  4057.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/SetPaymentOrderRoute.php';
  4058.         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->getOrderService2Service()), ($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['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService()));
  4059.     }
  4060.     /**
  4061.      * Gets the public 'Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  4062.      *
  4063.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  4064.      */
  4065.     protected function getPaymentMethodTranslationDefinitionService()
  4066.     {
  4067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  4069.         $this->services['Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  4070.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4071.         return $instance;
  4072.     }
  4073.     /**
  4074.      * Gets the public 'Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor' shared service.
  4075.      *
  4076.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor
  4077.      */
  4078.     protected function getPaymentRefundProcessorService()
  4079.     {
  4080.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentRefundProcessor.php';
  4081.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundStateHandler.php';
  4082.         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()));
  4083.     }
  4084.     /**
  4085.      * Gets the public 'Shopware\Core\Checkout\Payment\Controller\PaymentController' shared service.
  4086.      *
  4087.      * @return \Shopware\Core\Checkout\Payment\Controller\PaymentController
  4088.      */
  4089.     protected function getPaymentControllerService()
  4090.     {
  4091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Controller/PaymentController.php';
  4092.         $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()));
  4093.         $instance->setContainer($this);
  4094.         return $instance;
  4095.     }
  4096.     /**
  4097.      * Gets the public 'Shopware\Core\Checkout\Payment\PaymentMethodDefinition' shared service.
  4098.      *
  4099.      * @return \Shopware\Core\Checkout\Payment\PaymentMethodDefinition
  4100.      */
  4101.     protected function getPaymentMethodDefinitionService()
  4102.     {
  4103.         $this->services['Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\PaymentMethodDefinition();
  4104.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4105.         return $instance;
  4106.     }
  4107.     /**
  4108.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute' shared service.
  4109.      *
  4110.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute
  4111.      */
  4112.     protected function getCachedPaymentMethodRouteService()
  4113.     {
  4114.         $a = ($this->services['sales_channel.payment_method.repository'] ?? $this->getSalesChannel_PaymentMethod_RepositoryService());
  4115.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  4116.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  4117.         }
  4118.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute(new \Kiener\MolliePayments\Compatibility\Storefront\Route\PaymentMethodRoute\RemovePaymentMethodRoute64(new \Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute($a), new RewindableGenerator(function () {
  4119.             yield => ($this->privates['Kiener\\MolliePayments\\Service\\Payment\\Remover\\RegularPaymentRemover'] ?? $this->getRegularPaymentRemoverService());
  4120.             yield => ($this->privates['Kiener\\MolliePayments\\Components\\MollieLimits\\Service\\MollieLimitsRemover'] ?? $this->getMollieLimitsRemoverService());
  4121.             yield => ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Services\\PaymentMethodRemover\\SubscriptionRemover'] ?? $this->getSubscriptionRemoverService());
  4122.             yield => ($this->privates['Kiener\\MolliePayments\\Components\\Voucher\\Service\\VoucherRemover'] ?? $this->getVoucherRemoverService());
  4123.         }, 4)), ($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()), []);
  4124.     }
  4125.     /**
  4126.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute' shared service.
  4127.      *
  4128.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute
  4129.      */
  4130.     protected function getHandlePaymentMethodRouteService()
  4131.     {
  4132.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractHandlePaymentMethodRoute.php';
  4133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/HandlePaymentMethodRoute.php';
  4134.         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()));
  4135.     }
  4136.     /**
  4137.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition' shared service.
  4138.      *
  4139.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition
  4140.      */
  4141.     protected function getSalesChannelPaymentMethodDefinitionService()
  4142.     {
  4143.         $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition();
  4144.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  4145.         return $instance;
  4146.     }
  4147.     /**
  4148.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute' shared service.
  4149.      *
  4150.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute
  4151.      */
  4152.     protected function getSortedPaymentMethodRouteService()
  4153.     {
  4154.         $a = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? $this->getCachedPaymentMethodRouteService());
  4155.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'])) {
  4156.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'];
  4157.         }
  4158.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute($a);
  4159.     }
  4160.     /**
  4161.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  4162.      *
  4163.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  4164.      */
  4165.     protected function getPromotionCartRuleDefinitionService()
  4166.     {
  4167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  4168.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  4169.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4170.         return $instance;
  4171.     }
  4172.     /**
  4173.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  4174.      *
  4175.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  4176.      */
  4177.     protected function getPromotionDiscountPriceDefinitionService()
  4178.     {
  4179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  4180.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  4181.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4182.         return $instance;
  4183.     }
  4184.     /**
  4185.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  4186.      *
  4187.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  4188.      */
  4189.     protected function getPromotionDiscountRuleDefinitionService()
  4190.     {
  4191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  4192.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  4193.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4194.         return $instance;
  4195.     }
  4196.     /**
  4197.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  4198.      *
  4199.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  4200.      */
  4201.     protected function getPromotionDiscountDefinitionService()
  4202.     {
  4203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  4204.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  4205.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4206.         return $instance;
  4207.     }
  4208.     /**
  4209.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  4210.      *
  4211.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  4212.      */
  4213.     protected function getPromotionIndividualCodeDefinitionService()
  4214.     {
  4215.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  4216.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  4217.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4218.         return $instance;
  4219.     }
  4220.     /**
  4221.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  4222.      *
  4223.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  4224.      */
  4225.     protected function getPromotionOrderRuleDefinitionService()
  4226.     {
  4227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  4228.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  4229.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4230.         return $instance;
  4231.     }
  4232.     /**
  4233.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  4234.      *
  4235.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  4236.      */
  4237.     protected function getPromotionPersonaCustomerDefinitionService()
  4238.     {
  4239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  4240.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  4241.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4242.         return $instance;
  4243.     }
  4244.     /**
  4245.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  4246.      *
  4247.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  4248.      */
  4249.     protected function getPromotionPersonaRuleDefinitionService()
  4250.     {
  4251.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  4252.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  4253.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4254.         return $instance;
  4255.     }
  4256.     /**
  4257.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  4258.      *
  4259.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  4260.      */
  4261.     protected function getPromotionSalesChannelDefinitionService()
  4262.     {
  4263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  4264.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  4265.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4266.         return $instance;
  4267.     }
  4268.     /**
  4269.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  4270.      *
  4271.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  4272.      */
  4273.     protected function getPromotionSetGroupRuleDefinitionService()
  4274.     {
  4275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  4276.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  4277.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4278.         return $instance;
  4279.     }
  4280.     /**
  4281.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  4282.      *
  4283.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  4284.      */
  4285.     protected function getPromotionSetGroupDefinitionService()
  4286.     {
  4287.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  4288.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  4289.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4290.         return $instance;
  4291.     }
  4292.     /**
  4293.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  4294.      *
  4295.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  4296.      */
  4297.     protected function getPromotionTranslationDefinitionService()
  4298.     {
  4299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  4301.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  4302.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4303.         return $instance;
  4304.     }
  4305.     /**
  4306.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionActionController' shared service.
  4307.      *
  4308.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionActionController
  4309.      */
  4310.     protected function getPromotionActionControllerService()
  4311.     {
  4312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionActionController.php';
  4313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesLoader.php';
  4314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesRemover.php';
  4315.         $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()));
  4316.         $instance->setContainer($this);
  4317.         return $instance;
  4318.     }
  4319.     /**
  4320.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionController' shared service.
  4321.      *
  4322.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionController
  4323.      */
  4324.     protected function getPromotionControllerService()
  4325.     {
  4326.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionController.php';
  4327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodeService.php';
  4328.         $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())));
  4329.         $instance->setContainer($this);
  4330.         return $instance;
  4331.     }
  4332.     /**
  4333.      * Gets the public 'Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  4334.      *
  4335.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  4336.      */
  4337.     protected function getPromotionDefinitionService()
  4338.     {
  4339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  4340.         $this->services['Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  4341.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4342.         return $instance;
  4343.     }
  4344.     /**
  4345.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  4346.      *
  4347.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  4348.      */
  4349.     protected function getShippingMethodPriceDefinitionService()
  4350.     {
  4351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  4352.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  4353.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4354.         return $instance;
  4355.     }
  4356.     /**
  4357.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  4358.      *
  4359.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  4360.      */
  4361.     protected function getShippingMethodTagDefinitionService()
  4362.     {
  4363.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  4364.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  4365.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4366.         return $instance;
  4367.     }
  4368.     /**
  4369.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  4370.      *
  4371.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  4372.      */
  4373.     protected function getShippingMethodTranslationDefinitionService()
  4374.     {
  4375.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4376.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  4377.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  4378.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4379.         return $instance;
  4380.     }
  4381.     /**
  4382.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute' shared service.
  4383.      *
  4384.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute
  4385.      */
  4386.     protected function getCachedShippingMethodRouteService()
  4387.     {
  4388.         $a = ($this->services['sales_channel.shipping_method.repository'] ?? $this->getSalesChannel_ShippingMethod_RepositoryService());
  4389.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  4390.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  4391.         }
  4392.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  4393.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  4394.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  4395.         }
  4396.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4397.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  4398.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  4399.         }
  4400.         return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'] = new \Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute(new \Shopware\Core\Checkout\Shipping\SalesChannel\ShippingMethodRoute($a), ($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())), $b$c, []);
  4401.     }
  4402.     /**
  4403.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition' shared service.
  4404.      *
  4405.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition
  4406.      */
  4407.     protected function getSalesChannelShippingMethodDefinitionService()
  4408.     {
  4409.         $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition();
  4410.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  4411.         return $instance;
  4412.     }
  4413.     /**
  4414.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute' shared service.
  4415.      *
  4416.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute
  4417.      */
  4418.     protected function getSortedShippingMethodRouteService()
  4419.     {
  4420.         $a = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'] ?? $this->getCachedShippingMethodRouteService());
  4421.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'])) {
  4422.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'];
  4423.         }
  4424.         return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] = new \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute($a);
  4425.     }
  4426.     /**
  4427.      * Gets the public 'Shopware\Core\Checkout\Shipping\ShippingMethodDefinition' shared service.
  4428.      *
  4429.      * @return \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition
  4430.      */
  4431.     protected function getShippingMethodDefinitionService()
  4432.     {
  4433.         $this->services['Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition();
  4434.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4435.         return $instance;
  4436.     }
  4437.     /**
  4438.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  4439.      *
  4440.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  4441.      */
  4442.     protected function getCategoryTagDefinitionService()
  4443.     {
  4444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  4445.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  4446.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4447.         return $instance;
  4448.     }
  4449.     /**
  4450.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  4451.      *
  4452.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  4453.      */
  4454.     protected function getCategoryTranslationDefinitionService()
  4455.     {
  4456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  4458.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  4459.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4460.         return $instance;
  4461.     }
  4462.     /**
  4463.      * Gets the public 'Shopware\Core\Content\Category\CategoryDefinition' shared service.
  4464.      *
  4465.      * @return \Shopware\Core\Content\Category\CategoryDefinition
  4466.      */
  4467.     protected function getCategoryDefinitionService()
  4468.     {
  4469.         $this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\CategoryDefinition();
  4470.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4471.         return $instance;
  4472.     }
  4473.     /**
  4474.      * Gets the public 'Shopware\Core\Content\Category\CategoryHydrator' shared service.
  4475.      *
  4476.      * @return \Shopware\Core\Content\Category\CategoryHydrator
  4477.      */
  4478.     protected function getCategoryHydratorService()
  4479.     {
  4480.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryHydrator.php';
  4481.         return $this->services['Shopware\\Core\\Content\\Category\\CategoryHydrator'] = new \Shopware\Core\Content\Category\CategoryHydrator($this);
  4482.     }
  4483.     /**
  4484.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute' shared service.
  4485.      *
  4486.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute
  4487.      */
  4488.     protected function getCachedCategoryRouteService()
  4489.     {
  4490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryRoute.php';
  4491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php';
  4492.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryRoute.php';
  4493.         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()), []);
  4494.     }
  4495.     /**
  4496.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute' shared service.
  4497.      *
  4498.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute
  4499.      */
  4500.     protected function getCachedNavigationRouteService()
  4501.     {
  4502.         $a = ($this->services['sales_channel.category.repository'] ?? $this->getSalesChannel_Category_RepositoryService());
  4503.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  4504.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  4505.         }
  4506.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  4507.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  4508.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  4509.         }
  4510.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4511.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  4512.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  4513.         }
  4514.         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()), $a), ($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())), $b$c, []);
  4515.     }
  4516.     /**
  4517.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CategoryListRoute' shared service.
  4518.      *
  4519.      * @return \Shopware\Core\Content\Category\SalesChannel\CategoryListRoute
  4520.      */
  4521.     protected function getCategoryListRouteService()
  4522.     {
  4523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryListRoute.php';
  4524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryListRoute.php';
  4525.         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()));
  4526.     }
  4527.     /**
  4528.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition' shared service.
  4529.      *
  4530.      * @return \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition
  4531.      */
  4532.     protected function getSalesChannelCategoryDefinitionService()
  4533.     {
  4534.         $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition();
  4535.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  4536.         return $instance;
  4537.     }
  4538.     /**
  4539.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute' shared service.
  4540.      *
  4541.      * @return \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute
  4542.      */
  4543.     protected function getTreeBuildingNavigationRouteService()
  4544.     {
  4545.         $a = ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'] ?? $this->getCachedNavigationRouteService());
  4546.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'])) {
  4547.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'];
  4548.         }
  4549.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] = new \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute($a);
  4550.     }
  4551.     /**
  4552.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  4553.      *
  4554.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  4555.      */
  4556.     protected function getCmsBlockDefinitionService()
  4557.     {
  4558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  4559.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  4560.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4561.         return $instance;
  4562.     }
  4563.     /**
  4564.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  4565.      *
  4566.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  4567.      */
  4568.     protected function getCmsPageTranslationDefinitionService()
  4569.     {
  4570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  4572.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  4573.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4574.         return $instance;
  4575.     }
  4576.     /**
  4577.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  4578.      *
  4579.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  4580.      */
  4581.     protected function getCmsSectionDefinitionService()
  4582.     {
  4583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  4584.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  4585.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4586.         return $instance;
  4587.     }
  4588.     /**
  4589.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  4590.      *
  4591.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  4592.      */
  4593.     protected function getCmsSlotTranslationDefinitionService()
  4594.     {
  4595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  4597.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  4598.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4599.         return $instance;
  4600.     }
  4601.     /**
  4602.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  4603.      *
  4604.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  4605.      */
  4606.     protected function getCmsSlotDefinitionService()
  4607.     {
  4608.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  4609.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  4610.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4611.         return $instance;
  4612.     }
  4613.     /**
  4614.      * Gets the public 'Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  4615.      *
  4616.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  4617.      */
  4618.     protected function getCmsPageDefinitionService()
  4619.     {
  4620.         $this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  4621.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4622.         return $instance;
  4623.     }
  4624.     /**
  4625.      * Gets the public 'Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer' shared service.
  4626.      *
  4627.      * @return \Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer
  4628.      */
  4629.     protected function getSlotConfigFieldSerializerService()
  4630.     {
  4631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  4632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  4633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  4634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataAbstractionLayer/FieldSerializer/SlotConfigFieldSerializer.php';
  4635.         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()));
  4636.     }
  4637.     /**
  4638.      * Gets the public 'Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver' shared service.
  4639.      *
  4640.      * @return \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver
  4641.      */
  4642.     protected function getCmsSlotsDataResolverService()
  4643.     {
  4644.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  4645.         if (isset($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'])) {
  4646.             return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'];
  4647.         }
  4648.         return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () {
  4649.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? $this->getImageCmsElementResolverService());
  4650.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] ?? $this->getImageSliderTypeDataResolverService());
  4651.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'] ?? $this->getImageGalleryTypeDataResolverService());
  4652.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\YoutubeVideoCmsElementResolver()));
  4653.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\VimeoVideoCmsElementResolver()));
  4654.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] ?? $this->getProductBoxCmsElementResolverService());
  4655.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] ?? $this->getProductListingCmsElementResolverService());
  4656.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'] ?? $this->getProductSliderCmsElementResolverService());
  4657.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductNameCmsElementResolver()));
  4658.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ManufacturerLogoCmsElementResolver()));
  4659.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] ?? $this->getCrossSellingCmsElementResolverService());
  4660.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] ?? $this->getProductDescriptionReviewsCmsElementResolverService());
  4661.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] ?? $this->getBuyBoxCmsElementResolverService());
  4662.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\TextCmsElementResolver'] ?? $this->getTextCmsElementResolverService());
  4663.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] ?? $this->getFormCmsElementResolverService());
  4664.             yield 15 => ($this->privates['ThemeOkeOnline\\Core\\Content\\Media\\Cms\\Type\\OoImagegalleryTypeDataResolver'] ?? ($this->privates['ThemeOkeOnline\\Core\\Content\\Media\\Cms\\Type\\OoImagegalleryTypeDataResolver'] = new \ThemeOkeOnline\Core\Content\Media\Cms\Type\OoImagegalleryTypeDataResolver()));
  4665.             yield 16 => ($this->privates['ThemeOkeOnline\\Core\\Content\\Cms\\DataResolver\\Element\\CategoryIntroTitleCmsElementResolver'] ?? $this->getCategoryIntroTitleCmsElementResolverService());
  4666.             yield 17 => ($this->privates['ThemeOkeOnline\\Core\\Content\\Cms\\DataResolver\\Element\\CategoryIntroIntroCmsElementResolver'] ?? ($this->privates['ThemeOkeOnline\\Core\\Content\\Cms\\DataResolver\\Element\\CategoryIntroIntroCmsElementResolver'] = new \ThemeOkeOnline\Core\Content\Cms\DataResolver\Element\CategoryIntroIntroCmsElementResolver()));
  4667.             yield 18 => ($this->privates['ThemeOkeOnline\\Core\\Content\\Cms\\DataResolver\\Element\\CategoryIntroImageCmsElementResolver'] ?? $this->getCategoryIntroImageCmsElementResolverService());
  4668.             yield 19 => ($this->privates['ThemeOkeOnline\\Core\\Content\\Cms\\DataResolver\\Element\\OoProductListingCmsElementResolver'] ?? $this->getOoProductListingCmsElementResolverService());
  4669.         }, 20), ['product' => $a], ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4670.     }
  4671.     /**
  4672.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\CmsRoute' shared service.
  4673.      *
  4674.      * @return \Shopware\Core\Content\Cms\SalesChannel\CmsRoute
  4675.      */
  4676.     protected function getCmsRouteService()
  4677.     {
  4678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/AbstractCmsRoute.php';
  4679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/CmsRoute.php';
  4680.         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()));
  4681.     }
  4682.     /**
  4683.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository' shared service.
  4684.      *
  4685.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository
  4686.      *
  4687.      * @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.
  4688.      */
  4689.     protected function getSalesChannelCmsPageRepositoryService()
  4690.     {
  4691.         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.');
  4692.         return $this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository(($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()));
  4693.     }
  4694.     /**
  4695.      * Gets the public 'Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute' shared service.
  4696.      *
  4697.      * @return \Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute
  4698.      */
  4699.     protected function getContactFormRouteService()
  4700.     {
  4701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/AbstractContactFormRoute.php';
  4702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/ContactFormRoute.php';
  4703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  4704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/Validation/ContactFormValidationFactory.php';
  4705.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4706.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4707.         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()));
  4708.     }
  4709.     /**
  4710.      * Gets the public 'Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  4711.      *
  4712.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  4713.      */
  4714.     protected function getFlowSequenceDefinitionService()
  4715.     {
  4716.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  4717.         $this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  4718.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4719.         return $instance;
  4720.     }
  4721.     /**
  4722.      * Gets the public 'Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition' shared service.
  4723.      *
  4724.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition
  4725.      */
  4726.     protected function getFlowTemplateDefinitionService()
  4727.     {
  4728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowTemplate/FlowTemplateDefinition.php';
  4729.         $this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition();
  4730.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4731.         return $instance;
  4732.     }
  4733.     /**
  4734.      * Gets the public 'Shopware\Core\Content\Flow\DataAbstractionLayer\FieldSerializer\FlowTemplateConfigFieldSerializer' shared service.
  4735.      *
  4736.      * @return \Shopware\Core\Content\Flow\DataAbstractionLayer\FieldSerializer\FlowTemplateConfigFieldSerializer
  4737.      */
  4738.     protected function getFlowTemplateConfigFieldSerializerService()
  4739.     {
  4740.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  4741.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  4743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/DataAbstractionLayer/FieldSerializer/FlowTemplateConfigFieldSerializer.php';
  4744.         return $this->services['Shopware\\Core\\Content\\Flow\\DataAbstractionLayer\\FieldSerializer\\FlowTemplateConfigFieldSerializer'] = new \Shopware\Core\Content\Flow\DataAbstractionLayer\FieldSerializer\FlowTemplateConfigFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4745.     }
  4746.     /**
  4747.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader' shared service.
  4748.      *
  4749.      * @return \Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader
  4750.      */
  4751.     protected function getCachedFlowLoaderService()
  4752.     {
  4753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/AbstractFlowLoader.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/CachedFlowLoader.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowLoader.php';
  4756.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  4757.     }
  4758.     /**
  4759.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowExecutor' shared service.
  4760.      *
  4761.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowExecutor
  4762.      */
  4763.     protected function getFlowExecutorService()
  4764.     {
  4765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowExecutor.php';
  4766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Rule/FlowRuleScopeBuilder.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  4768.         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 () {
  4769.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  4770.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  4771.             yield => ($this->privates['Kiener\\MolliePayments\\Service\\Cart\\Voucher\\VoucherCartCollector'] ?? $this->getVoucherCartCollectorService());
  4772.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  4773.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  4774.         }, 5)), new RewindableGenerator(function () {
  4775.             yield 'action.add.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  4776.             yield 'action.add.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  4777.             yield 'Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\ShipOrderAction' => ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\ShipOrderAction'] ?? $this->getShipOrderActionService());
  4778.             yield 'Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\RefundOrderAction' => ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\RefundOrderAction'] ?? $this->getRefundOrderActionService());
  4779.             yield 'action.remove.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  4780.             yield 'action.remove.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  4781.             yield 'action.change.customer.group' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  4782.             yield 'action.change.customer.status' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  4783.             yield 'action.generate.document' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  4784.             yield 'action.grant.download.access' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] ?? $this->getGrantDownloadAccessActionService());
  4785.             yield 'action.mail.send' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  4786.             yield 'action.set.order.state' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  4787.             yield 'action.set.customer.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  4788.             yield 'action.set.customer.group.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  4789.             yield 'action.add.customer.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  4790.             yield 'action.add.order.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  4791.             yield 'action.set.order.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  4792.             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()));
  4793.         }, 18));
  4794.     }
  4795.     /**
  4796.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowFactory' shared service.
  4797.      *
  4798.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowFactory
  4799.      */
  4800.     protected function getFlowFactoryService()
  4801.     {
  4802.         return $this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] = new \Shopware\Core\Content\Flow\Dispatching\FlowFactory(new RewindableGenerator(function () {
  4803.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] ?? $this->getOrderStorerService());
  4804.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] ?? $this->getCustomerStorerService());
  4805.             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()));
  4806.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] ?? $this->getUserStorerService());
  4807.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] ?? $this->getCustomerGroupStorerService());
  4808.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] ?? $this->getCustomerRecoveryStorerService());
  4809.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] ?? $this->getOrderTransactionStorerService());
  4810.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] ?? $this->getNewsletterRecipientStorerService());
  4811.             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()));
  4812.             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()));
  4813.             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()));
  4814.             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()));
  4815.             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()));
  4816.             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()));
  4817.             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()));
  4818.             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()));
  4819.             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()));
  4820.             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()));
  4821.             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()));
  4822.             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()));
  4823.             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()));
  4824.         }, 21));
  4825.     }
  4826.     /**
  4827.      * Gets the public 'Shopware\Core\Content\Flow\FlowDefinition' shared service.
  4828.      *
  4829.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  4830.      */
  4831.     protected function getFlowDefinitionService()
  4832.     {
  4833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  4834.         $this->services['Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  4835.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4836.         return $instance;
  4837.     }
  4838.     /**
  4839.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  4840.      *
  4841.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  4842.      */
  4843.     protected function getImportExportFileDefinitionService()
  4844.     {
  4845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  4846.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  4847.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4848.         return $instance;
  4849.     }
  4850.     /**
  4851.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  4852.      *
  4853.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  4854.      */
  4855.     protected function getImportExportLogDefinitionService()
  4856.     {
  4857.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  4858.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  4859.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4860.         return $instance;
  4861.     }
  4862.     /**
  4863.      * Gets the public 'Shopware\Core\Content\ImportExport\Controller\ImportExportActionController' shared service.
  4864.      *
  4865.      * @return \Shopware\Core\Content\ImportExport\Controller\ImportExportActionController
  4866.      */
  4867.     protected function getImportExportActionControllerService()
  4868.     {
  4869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Controller/ImportExportActionController.php';
  4870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/SupportedFeaturesService.php';
  4871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DownloadService.php';
  4872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractMappingService.php';
  4873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/MappingService.php';
  4874.         $a = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  4875.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  4876.         $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));
  4877.         $instance->setContainer($this);
  4878.         return $instance;
  4879.     }
  4880.     /**
  4881.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportFactory' shared service.
  4882.      *
  4883.      * @return \Shopware\Core\Content\ImportExport\ImportExportFactory
  4884.      */
  4885.     protected function getImportExportFactoryService()
  4886.     {
  4887.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportFactory.php';
  4888.         $a = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] ?? $this->getImportExportServiceService());
  4889.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4890.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4891.         }
  4892.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4893.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4894.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4895.         }
  4896.         $c = ($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService());
  4897.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4898.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4899.         }
  4900.         $d = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService());
  4901.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4902.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4903.         }
  4904.         return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] = new \Shopware\Core\Content\ImportExport\ImportExportFactory($a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), $b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $d, new RewindableGenerator(function () {
  4905.             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()));
  4906.         }, 1), new RewindableGenerator(function () {
  4907.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Writer\\CsvFileWriterFactory'] ?? $this->getCsvFileWriterFactoryService());
  4908.         }, 1), new RewindableGenerator(function () {
  4909.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Pipe\\PipeFactory'] ?? $this->getPipeFactoryService());
  4910.         }, 1));
  4911.     }
  4912.     /**
  4913.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  4914.      *
  4915.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  4916.      */
  4917.     protected function getImportExportProfileDefinitionService()
  4918.     {
  4919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  4920.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  4921.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4922.         return $instance;
  4923.     }
  4924.     /**
  4925.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  4926.      *
  4927.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  4928.      */
  4929.     protected function getImportExportProfileTranslationDefinitionService()
  4930.     {
  4931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  4933.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  4934.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4935.         return $instance;
  4936.     }
  4937.     /**
  4938.      * Gets the public 'Shopware\Core\Content\ImportExport\Message\ImportExportHandler' shared service.
  4939.      *
  4940.      * @return \Shopware\Core\Content\ImportExport\Message\ImportExportHandler
  4941.      */
  4942.     protected function getImportExportHandlerService()
  4943.     {
  4944.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/ImportExportHandler.php';
  4945.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4946.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'])) {
  4947.             return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'];
  4948.         }
  4949.         $b = ($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] ?? $this->getImportExportFactoryService());
  4950.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'])) {
  4951.             return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'];
  4952.         }
  4953.         return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] = new \Shopware\Core\Content\ImportExport\Message\ImportExportHandler($a$b);
  4954.     }
  4955.     /**
  4956.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  4957.      *
  4958.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  4959.      */
  4960.     protected function getLandingPageSalesChannelDefinitionService()
  4961.     {
  4962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  4963.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  4964.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4965.         return $instance;
  4966.     }
  4967.     /**
  4968.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  4969.      *
  4970.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  4971.      */
  4972.     protected function getLandingPageTagDefinitionService()
  4973.     {
  4974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  4975.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  4976.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4977.         return $instance;
  4978.     }
  4979.     /**
  4980.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  4981.      *
  4982.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  4983.      */
  4984.     protected function getLandingPageTranslationDefinitionService()
  4985.     {
  4986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  4988.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  4989.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4990.         return $instance;
  4991.     }
  4992.     /**
  4993.      * Gets the public 'Shopware\Core\Content\LandingPage\LandingPageDefinition' shared service.
  4994.      *
  4995.      * @return \Shopware\Core\Content\LandingPage\LandingPageDefinition
  4996.      */
  4997.     protected function getLandingPageDefinitionService()
  4998.     {
  4999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  5000.         $this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\LandingPageDefinition();
  5001.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5002.         return $instance;
  5003.     }
  5004.     /**
  5005.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute' shared service.
  5006.      *
  5007.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute
  5008.      */
  5009.     protected function getCachedLandingPageRouteService()
  5010.     {
  5011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/AbstractLandingPageRoute.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/CachedLandingPageRoute.php';
  5013.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/LandingPageRoute.php';
  5014.         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()), []);
  5015.     }
  5016.     /**
  5017.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition' shared service.
  5018.      *
  5019.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition
  5020.      */
  5021.     protected function getSalesChannelLandingPageDefinitionService()
  5022.     {
  5023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/SalesChannelLandingPageDefinition.php';
  5025.         $this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition();
  5026.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5027.         return $instance;
  5028.     }
  5029.     /**
  5030.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  5031.      *
  5032.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  5033.      */
  5034.     protected function getMailHeaderFooterTranslationDefinitionService()
  5035.     {
  5036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5037.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  5038.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  5039.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5040.         return $instance;
  5041.     }
  5042.     /**
  5043.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  5044.      *
  5045.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  5046.      */
  5047.     protected function getMailHeaderFooterDefinitionService()
  5048.     {
  5049.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  5050.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  5051.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5052.         return $instance;
  5053.     }
  5054.     /**
  5055.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  5056.      *
  5057.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  5058.      */
  5059.     protected function getMailTemplateMediaDefinitionService()
  5060.     {
  5061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  5062.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  5063.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5064.         return $instance;
  5065.     }
  5066.     /**
  5067.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  5068.      *
  5069.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  5070.      */
  5071.     protected function getMailTemplateTranslationDefinitionService()
  5072.     {
  5073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  5075.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  5076.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5077.         return $instance;
  5078.     }
  5079.     /**
  5080.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  5081.      *
  5082.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  5083.      */
  5084.     protected function getMailTemplateTypeTranslationDefinitionService()
  5085.     {
  5086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  5088.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  5089.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5090.         return $instance;
  5091.     }
  5092.     /**
  5093.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  5094.      *
  5095.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  5096.      */
  5097.     protected function getMailTemplateTypeDefinitionService()
  5098.     {
  5099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  5100.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  5101.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5102.         return $instance;
  5103.     }
  5104.     /**
  5105.      * Gets the public 'Shopware\Core\Content\MailTemplate\Api\MailActionController' shared service.
  5106.      *
  5107.      * @return \Shopware\Core\Content\MailTemplate\Api\MailActionController
  5108.      */
  5109.     protected function getMailActionControllerService()
  5110.     {
  5111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Api/MailActionController.php';
  5112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Service/AttachmentLoader.php';
  5113.         $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())));
  5114.         $instance->setContainer($this);
  5115.         return $instance;
  5116.     }
  5117.     /**
  5118.      * Gets the public 'Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  5119.      *
  5120.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  5121.      */
  5122.     protected function getMailTemplateDefinitionService()
  5123.     {
  5124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  5125.         $this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  5126.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5127.         return $instance;
  5128.     }
  5129.     /**
  5130.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailFactory' shared service.
  5131.      *
  5132.      * @return \Shopware\Core\Content\Mail\Service\MailFactory
  5133.      */
  5134.     protected function getMailFactoryService()
  5135.     {
  5136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailFactory.php';
  5137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailFactory.php';
  5138.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  5139.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'])) {
  5140.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'];
  5141.         }
  5142.         return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] = new \Shopware\Core\Content\Mail\Service\MailFactory($a);
  5143.     }
  5144.     /**
  5145.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailSender' shared service.
  5146.      *
  5147.      * @return \Shopware\Core\Content\Mail\Service\MailSender
  5148.      */
  5149.     protected function getMailSenderService()
  5150.     {
  5151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailSender.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailSender.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  5155.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  5156.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  5157.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  5158.         }
  5159.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5160.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  5161.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  5162.         }
  5163.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  5164.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  5165.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  5166.         }
  5167.         return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'] = new \Shopware\Core\Content\Mail\Service\MailSender(new \Symfony\Component\Mailer\Mailer($aNULL$b), $c);
  5168.     }
  5169.     /**
  5170.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  5171.      *
  5172.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  5173.      */
  5174.     protected function getMediaDefaultFolderDefinitionService()
  5175.     {
  5176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  5177.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  5178.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5179.         return $instance;
  5180.     }
  5181.     /**
  5182.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  5183.      *
  5184.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  5185.      */
  5186.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinitionService()
  5187.     {
  5188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  5189.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  5190.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5191.         return $instance;
  5192.     }
  5193.     /**
  5194.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  5195.      *
  5196.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  5197.      */
  5198.     protected function getMediaFolderConfigurationDefinitionService()
  5199.     {
  5200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  5201.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  5202.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5203.         return $instance;
  5204.     }
  5205.     /**
  5206.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  5207.      *
  5208.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  5209.      */
  5210.     protected function getMediaFolderDefinitionService()
  5211.     {
  5212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  5213.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  5214.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5215.         return $instance;
  5216.     }
  5217.     /**
  5218.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  5219.      *
  5220.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  5221.      */
  5222.     protected function getMediaTagDefinitionService()
  5223.     {
  5224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  5225.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  5226.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5227.         return $instance;
  5228.     }
  5229.     /**
  5230.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  5231.      *
  5232.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  5233.      */
  5234.     protected function getMediaThumbnailSizeDefinitionService()
  5235.     {
  5236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  5237.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  5238.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5239.         return $instance;
  5240.     }
  5241.     /**
  5242.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  5243.      *
  5244.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  5245.      */
  5246.     protected function getMediaThumbnailDefinitionService()
  5247.     {
  5248.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  5249.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  5250.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5251.         return $instance;
  5252.     }
  5253.     /**
  5254.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  5255.      *
  5256.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  5257.      */
  5258.     protected function getMediaTranslationDefinitionService()
  5259.     {
  5260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5261.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  5262.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  5263.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5264.         return $instance;
  5265.     }
  5266.     /**
  5267.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaFolderController' shared service.
  5268.      *
  5269.      * @return \Shopware\Core\Content\Media\Api\MediaFolderController
  5270.      */
  5271.     protected function getMediaFolderControllerService()
  5272.     {
  5273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaFolderController.php';
  5274.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaFolderService.php';
  5275.         $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())));
  5276.         $instance->setContainer($this);
  5277.         return $instance;
  5278.     }
  5279.     /**
  5280.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaUploadController' shared service.
  5281.      *
  5282.      * @return \Shopware\Core\Content\Media\Api\MediaUploadController
  5283.      */
  5284.     protected function getMediaUploadControllerService()
  5285.     {
  5286.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaUploadController.php';
  5287.         $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()));
  5288.         $instance->setContainer($this);
  5289.         return $instance;
  5290.     }
  5291.     /**
  5292.      * Gets the public 'Shopware\Core\Content\Media\File\FileSaver' shared service.
  5293.      *
  5294.      * @return \Shopware\Core\Content\Media\File\FileSaver
  5295.      */
  5296.     protected function getFileSaverService()
  5297.     {
  5298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileSaver.php';
  5299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Metadata/MetadataLoader.php';
  5300.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  5301.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  5302.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  5303.         }
  5304.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService());
  5305.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  5306.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  5307.         }
  5308.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  5309.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  5310.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  5311.         }
  5312.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5313.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  5314.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  5315.         }
  5316.         return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] = new \Shopware\Core\Content\Media\File\FileSaver($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, new \Shopware\Core\Content\Media\Metadata\MetadataLoader(new RewindableGenerator(function () {
  5317.             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()));
  5318.         }, 1)), ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] ?? $this->getTypeDetectorService()), $c$d$this->parameters['shopware.filesystem.allowed_extensions'], $this->parameters['shopware.filesystem.private_allowed_extensions']);
  5319.     }
  5320.     /**
  5321.      * Gets the public 'Shopware\Core\Content\Media\MediaDefinition' shared service.
  5322.      *
  5323.      * @return \Shopware\Core\Content\Media\MediaDefinition
  5324.      */
  5325.     protected function getMediaDefinitionService()
  5326.     {
  5327.         $this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  5328.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5329.         return $instance;
  5330.     }
  5331.     /**
  5332.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  5333.      *
  5334.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  5335.      */
  5336.     protected function getNewsletterRecipientTagDefinitionService()
  5337.     {
  5338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  5339.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  5340.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5341.         return $instance;
  5342.     }
  5343.     /**
  5344.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition' shared service.
  5345.      *
  5346.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition
  5347.      */
  5348.     protected function getNewsletterRecipientDefinitionService()
  5349.     {
  5350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  5351.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition();
  5352.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5353.         return $instance;
  5354.     }
  5355.     /**
  5356.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute' shared service.
  5357.      *
  5358.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute
  5359.      */
  5360.     protected function getNewsletterConfirmRouteService()
  5361.     {
  5362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterConfirmRoute.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterConfirmRoute.php';
  5364.         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()));
  5365.     }
  5366.     /**
  5367.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute' shared service.
  5368.      *
  5369.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute
  5370.      */
  5371.     protected function getNewsletterSubscribeRouteService()
  5372.     {
  5373.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterSubscribeRoute.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterSubscribeRoute.php';
  5375.         return $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'] = 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()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5376.     }
  5377.     /**
  5378.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute' shared service.
  5379.      *
  5380.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute
  5381.      */
  5382.     protected function getNewsletterUnsubscribeRouteService()
  5383.     {
  5384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterUnsubscribeRoute.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterUnsubscribeRoute.php';
  5386.         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()));
  5387.     }
  5388.     /**
  5389.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition' shared service.
  5390.      *
  5391.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition
  5392.      */
  5393.     protected function getSalesChannelNewsletterRecipientDefinitionService()
  5394.     {
  5395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/SalesChannelNewsletterRecipientDefinition.php';
  5397.         $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition();
  5398.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5399.         return $instance;
  5400.     }
  5401.     /**
  5402.      * Gets the public 'Shopware\Core\Content\ProductExport\Api\ProductExportController' shared service.
  5403.      *
  5404.      * @return \Shopware\Core\Content\ProductExport\Api\ProductExportController
  5405.      */
  5406.     protected function getProductExportControllerService()
  5407.     {
  5408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Api/ProductExportController.php';
  5409.         $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()));
  5410.         $instance->setContainer($this);
  5411.         return $instance;
  5412.     }
  5413.     /**
  5414.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  5415.      *
  5416.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  5417.      */
  5418.     protected function getProductExportDefinitionService()
  5419.     {
  5420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  5421.         $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  5422.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5423.         return $instance;
  5424.     }
  5425.     /**
  5426.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportHydrator' shared service.
  5427.      *
  5428.      * @return \Shopware\Core\Content\ProductExport\ProductExportHydrator
  5429.      */
  5430.     protected function getProductExportHydratorService()
  5431.     {
  5432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportHydrator.php';
  5433.         return $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator'] = new \Shopware\Core\Content\ProductExport\ProductExportHydrator($this);
  5434.     }
  5435.     /**
  5436.      * Gets the public 'Shopware\Core\Content\ProductExport\SalesChannel\ExportController' shared service.
  5437.      *
  5438.      * @return \Shopware\Core\Content\ProductExport\SalesChannel\ExportController
  5439.      */
  5440.     protected function getExportControllerService()
  5441.     {
  5442.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/SalesChannel/ExportController.php';
  5443.         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()));
  5444.     }
  5445.     /**
  5446.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExportGenerator' shared service.
  5447.      *
  5448.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportGenerator
  5449.      */
  5450.     protected function getProductExportGeneratorService()
  5451.     {
  5452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGeneratorInterface.php';
  5453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGenerator.php';
  5454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidatorInterface.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidator.php';
  5456.         $a = ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService());
  5457.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  5458.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  5459.         }
  5460.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  5461.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  5462.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  5463.         }
  5464.         $c = ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] ?? $this->getProductExportRendererService());
  5465.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  5466.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  5467.         }
  5468.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5469.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  5470.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  5471.         }
  5472.         $e = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  5473.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  5474.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  5475.         }
  5476.         $f = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  5477.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  5478.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  5479.         }
  5480.         $g = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  5481.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  5482.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  5483.         }
  5484.         $h = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService());
  5485.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  5486.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  5487.         }
  5488.         return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] = new \Shopware\Core\Content\ProductExport\Service\ProductExportGenerator($a$b$c$d, new \Shopware\Core\Content\ProductExport\Service\ProductExportValidator(new RewindableGenerator(function () {
  5489.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] = new \Shopware\Core\Content\ProductExport\Validator\XmlValidator()));
  5490.         }, 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()));
  5491.     }
  5492.     /**
  5493.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExporter' shared service.
  5494.      *
  5495.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExporter
  5496.      */
  5497.     protected function getProductExporterService()
  5498.     {
  5499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporterInterface.php';
  5500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporter.php';
  5501.         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()));
  5502.     }
  5503.     /**
  5504.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  5505.      *
  5506.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  5507.      */
  5508.     protected function getProductStreamFilterDefinitionService()
  5509.     {
  5510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  5511.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  5512.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5513.         return $instance;
  5514.     }
  5515.     /**
  5516.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator' shared service.
  5517.      *
  5518.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator
  5519.      */
  5520.     protected function getProductStreamFilterHydratorService()
  5521.     {
  5522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterHydrator.php';
  5523.         return $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator'] = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator($this);
  5524.     }
  5525.     /**
  5526.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  5527.      *
  5528.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  5529.      */
  5530.     protected function getProductStreamTranslationDefinitionService()
  5531.     {
  5532.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  5534.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  5535.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5536.         return $instance;
  5537.     }
  5538.     /**
  5539.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  5540.      *
  5541.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  5542.      */
  5543.     protected function getProductStreamDefinitionService()
  5544.     {
  5545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  5546.         $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  5547.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5548.         return $instance;
  5549.     }
  5550.     /**
  5551.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamHydrator' shared service.
  5552.      *
  5553.      * @return \Shopware\Core\Content\ProductStream\ProductStreamHydrator
  5554.      */
  5555.     protected function getProductStreamHydratorService()
  5556.     {
  5557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamHydrator.php';
  5558.         return $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator'] = new \Shopware\Core\Content\ProductStream\ProductStreamHydrator($this);
  5559.     }
  5560.     /**
  5561.      * Gets the public 'Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder' shared service.
  5562.      *
  5563.      * @return \Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder
  5564.      */
  5565.     protected function getProductStreamBuilderService()
  5566.     {
  5567.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilderInterface.php';
  5568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilder.php';
  5569.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  5570.         if (isset($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'])) {
  5571.             return $this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'];
  5572.         }
  5573.         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()));
  5574.     }
  5575.     /**
  5576.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  5577.      *
  5578.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  5579.      */
  5580.     protected function getProductCategoryTreeDefinitionService()
  5581.     {
  5582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  5583.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  5584.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5585.         return $instance;
  5586.     }
  5587.     /**
  5588.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  5589.      *
  5590.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  5591.      */
  5592.     protected function getProductCategoryDefinitionService()
  5593.     {
  5594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  5595.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  5596.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5597.         return $instance;
  5598.     }
  5599.     /**
  5600.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  5601.      *
  5602.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  5603.      */
  5604.     protected function getProductConfiguratorSettingDefinitionService()
  5605.     {
  5606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  5607.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  5608.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5609.         return $instance;
  5610.     }
  5611.     /**
  5612.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator' shared service.
  5613.      *
  5614.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator
  5615.      */
  5616.     protected function getProductConfiguratorSettingHydratorService()
  5617.     {
  5618.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingHydrator.php';
  5619.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator($this);
  5620.     }
  5621.     /**
  5622.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  5623.      *
  5624.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  5625.      */
  5626.     protected function getProductCrossSellingAssignedProductsDefinitionService()
  5627.     {
  5628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  5629.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  5630.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5631.         return $instance;
  5632.     }
  5633.     /**
  5634.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator' shared service.
  5635.      *
  5636.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator
  5637.      */
  5638.     protected function getProductCrossSellingAssignedProductsHydratorService()
  5639.     {
  5640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsHydrator.php';
  5641.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator($this);
  5642.     }
  5643.     /**
  5644.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  5645.      *
  5646.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  5647.      */
  5648.     protected function getProductCrossSellingTranslationDefinitionService()
  5649.     {
  5650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  5652.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  5653.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5654.         return $instance;
  5655.     }
  5656.     /**
  5657.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  5658.      *
  5659.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  5660.      */
  5661.     protected function getProductCrossSellingDefinitionService()
  5662.     {
  5663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  5664.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  5665.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5666.         return $instance;
  5667.     }
  5668.     /**
  5669.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator' shared service.
  5670.      *
  5671.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator
  5672.      */
  5673.     protected function getProductCrossSellingHydratorService()
  5674.     {
  5675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingHydrator.php';
  5676.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator($this);
  5677.     }
  5678.     /**
  5679.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  5680.      *
  5681.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  5682.      */
  5683.     protected function getProductCustomFieldSetDefinitionService()
  5684.     {
  5685.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  5686.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  5687.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5688.         return $instance;
  5689.     }
  5690.     /**
  5691.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition' shared service.
  5692.      *
  5693.      * @return \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition
  5694.      */
  5695.     protected function getProductDownloadDefinitionService()
  5696.     {
  5697.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition();
  5698.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5699.         return $instance;
  5700.     }
  5701.     /**
  5702.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  5703.      *
  5704.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  5705.      */
  5706.     protected function getProductFeatureSetTranslationDefinitionService()
  5707.     {
  5708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  5710.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  5711.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5712.         return $instance;
  5713.     }
  5714.     /**
  5715.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  5716.      *
  5717.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  5718.      */
  5719.     protected function getProductFeatureSetDefinitionService()
  5720.     {
  5721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  5722.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  5723.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5724.         return $instance;
  5725.     }
  5726.     /**
  5727.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator' shared service.
  5728.      *
  5729.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator
  5730.      */
  5731.     protected function getProductFeatureSetHydratorService()
  5732.     {
  5733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetHydrator.php';
  5734.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator($this);
  5735.     }
  5736.     /**
  5737.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  5738.      *
  5739.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  5740.      */
  5741.     protected function getProductKeywordDictionaryDefinitionService()
  5742.     {
  5743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  5744.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  5745.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5746.         return $instance;
  5747.     }
  5748.     /**
  5749.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator' shared service.
  5750.      *
  5751.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator
  5752.      */
  5753.     protected function getProductKeywordDictionaryHydratorService()
  5754.     {
  5755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryHydrator.php';
  5756.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator($this);
  5757.     }
  5758.     /**
  5759.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  5760.      *
  5761.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  5762.      */
  5763.     protected function getProductManufacturerTranslationDefinitionService()
  5764.     {
  5765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  5767.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  5768.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5769.         return $instance;
  5770.     }
  5771.     /**
  5772.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  5773.      *
  5774.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  5775.      */
  5776.     protected function getProductManufacturerDefinitionService()
  5777.     {
  5778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  5779.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  5780.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5781.         return $instance;
  5782.     }
  5783.     /**
  5784.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator' shared service.
  5785.      *
  5786.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator
  5787.      */
  5788.     protected function getProductManufacturerHydratorService()
  5789.     {
  5790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerHydrator.php';
  5791.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator($this);
  5792.     }
  5793.     /**
  5794.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  5795.      *
  5796.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  5797.      */
  5798.     protected function getProductMediaDefinitionService()
  5799.     {
  5800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  5801.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  5802.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5803.         return $instance;
  5804.     }
  5805.     /**
  5806.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator' shared service.
  5807.      *
  5808.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator
  5809.      */
  5810.     protected function getProductMediaHydratorService()
  5811.     {
  5812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaHydrator.php';
  5813.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator($this);
  5814.     }
  5815.     /**
  5816.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  5817.      *
  5818.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  5819.      */
  5820.     protected function getProductOptionDefinitionService()
  5821.     {
  5822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  5823.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  5824.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5825.         return $instance;
  5826.     }
  5827.     /**
  5828.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  5829.      *
  5830.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  5831.      */
  5832.     protected function getProductPriceDefinitionService()
  5833.     {
  5834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  5835.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  5836.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5837.         return $instance;
  5838.     }
  5839.     /**
  5840.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator' shared service.
  5841.      *
  5842.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator
  5843.      */
  5844.     protected function getProductPriceHydratorService()
  5845.     {
  5846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceHydrator.php';
  5847.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator($this);
  5848.     }
  5849.     /**
  5850.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  5851.      *
  5852.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  5853.      */
  5854.     protected function getProductPropertyDefinitionService()
  5855.     {
  5856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  5857.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  5858.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5859.         return $instance;
  5860.     }
  5861.     /**
  5862.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  5863.      *
  5864.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  5865.      */
  5866.     protected function getProductReviewDefinitionService()
  5867.     {
  5868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  5869.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  5870.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5871.         return $instance;
  5872.     }
  5873.     /**
  5874.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator' shared service.
  5875.      *
  5876.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator
  5877.      */
  5878.     protected function getProductReviewHydratorService()
  5879.     {
  5880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewHydrator.php';
  5881.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator($this);
  5882.     }
  5883.     /**
  5884.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  5885.      *
  5886.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  5887.      */
  5888.     protected function getProductSearchConfigFieldDefinitionService()
  5889.     {
  5890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  5891.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  5892.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5893.         return $instance;
  5894.     }
  5895.     /**
  5896.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator' shared service.
  5897.      *
  5898.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator
  5899.      */
  5900.     protected function getProductSearchConfigFieldHydratorService()
  5901.     {
  5902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldHydrator.php';
  5903.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator($this);
  5904.     }
  5905.     /**
  5906.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  5907.      *
  5908.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  5909.      */
  5910.     protected function getProductSearchConfigDefinitionService()
  5911.     {
  5912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  5913.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  5914.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5915.         return $instance;
  5916.     }
  5917.     /**
  5918.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator' shared service.
  5919.      *
  5920.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator
  5921.      */
  5922.     protected function getProductSearchConfigHydratorService()
  5923.     {
  5924.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigHydrator.php';
  5925.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator($this);
  5926.     }
  5927.     /**
  5928.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  5929.      *
  5930.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  5931.      */
  5932.     protected function getProductSearchKeywordDefinitionService()
  5933.     {
  5934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  5935.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  5936.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5937.         return $instance;
  5938.     }
  5939.     /**
  5940.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator' shared service.
  5941.      *
  5942.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator
  5943.      */
  5944.     protected function getProductSearchKeywordHydratorService()
  5945.     {
  5946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordHydrator.php';
  5947.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator($this);
  5948.     }
  5949.     /**
  5950.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  5951.      *
  5952.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  5953.      */
  5954.     protected function getProductStreamMappingDefinitionService()
  5955.     {
  5956.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  5957.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  5958.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5959.         return $instance;
  5960.     }
  5961.     /**
  5962.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  5963.      *
  5964.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  5965.      */
  5966.     protected function getProductTagDefinitionService()
  5967.     {
  5968.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  5969.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  5970.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5971.         return $instance;
  5972.     }
  5973.     /**
  5974.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  5975.      *
  5976.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  5977.      */
  5978.     protected function getProductTranslationDefinitionService()
  5979.     {
  5980.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  5982.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  5983.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5984.         return $instance;
  5985.     }
  5986.     /**
  5987.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  5988.      *
  5989.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  5990.      */
  5991.     protected function getProductVisibilityDefinitionService()
  5992.     {
  5993.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  5994.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  5995.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5996.         return $instance;
  5997.     }
  5998.     /**
  5999.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator' shared service.
  6000.      *
  6001.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator
  6002.      */
  6003.     protected function getProductVisibilityHydratorService()
  6004.     {
  6005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityHydrator.php';
  6006.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator($this);
  6007.     }
  6008.     /**
  6009.      * Gets the public 'Shopware\Core\Content\Product\Api\ProductActionController' shared service.
  6010.      *
  6011.      * @return \Shopware\Core\Content\Product\Api\ProductActionController
  6012.      */
  6013.     protected function getProductActionControllerService()
  6014.     {
  6015.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Api/ProductActionController.php';
  6016.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Util/VariantCombinationLoader.php';
  6017.         $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())));
  6018.         $instance->setContainer($this);
  6019.         return $instance;
  6020.     }
  6021.     /**
  6022.      * Gets the public 'Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder' shared service.
  6023.      *
  6024.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder
  6025.      */
  6026.     protected function getCheapestPriceAccessorBuilderService()
  6027.     {
  6028.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPrice/CheapestPriceAccessorBuilder.php';
  6030.         return $this->services['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder(100, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6031.     }
  6032.     /**
  6033.      * Gets the public 'Shopware\Core\Content\Product\ProductDefinition' shared service.
  6034.      *
  6035.      * @return \Shopware\Core\Content\Product\ProductDefinition
  6036.      */
  6037.     protected function getProductDefinitionService()
  6038.     {
  6039.         $this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] = $instance = new \Shopware\Core\Content\Product\ProductDefinition();
  6040.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6041.         return $instance;
  6042.     }
  6043.     /**
  6044.      * Gets the public 'Shopware\Core\Content\Product\ProductHydrator' shared service.
  6045.      *
  6046.      * @return \Shopware\Core\Content\Product\ProductHydrator
  6047.      */
  6048.     protected function getProductHydratorService()
  6049.     {
  6050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductHydrator.php';
  6051.         return $this->services['Shopware\\Core\\Content\\Product\\ProductHydrator'] = new \Shopware\Core\Content\Product\ProductHydrator($this);
  6052.     }
  6053.     /**
  6054.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute' shared service.
  6055.      *
  6056.      * @return \Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute
  6057.      */
  6058.     protected function getCachedProductCrossSellingRouteService()
  6059.     {
  6060.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/AbstractProductCrossSellingRoute.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/CachedProductCrossSellingRoute.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/ProductCrossSellingRoute.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  6065.         $a = ($this->services['product_cross_selling.repository'] ?? $this->getProductCrossSelling_RepositoryService());
  6066.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  6067.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  6068.         }
  6069.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6070.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  6071.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  6072.         }
  6073.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  6074.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  6075.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  6076.         }
  6077.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  6078.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  6079.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  6080.         }
  6081.         $e = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  6082.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  6083.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  6084.         }
  6085.         $f = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  6086.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  6087.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  6088.         }
  6089.         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($a$b, ($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$b, []);
  6090.     }
  6091.     /**
  6092.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute' shared service.
  6093.      *
  6094.      * @return \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute
  6095.      */
  6096.     protected function getCachedProductDetailRouteService()
  6097.     {
  6098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AbstractProductDetailRoute.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  6103.         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(($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService()), ($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? $this->getCategoryBreadcrumbBuilderService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($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())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  6104.     }
  6105.     /**
  6106.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute' shared service.
  6107.      *
  6108.      * @return \Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute
  6109.      */
  6110.     protected function getFindProductVariantRouteService()
  6111.     {
  6112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/AbstractFindProductVariantRoute.php';
  6113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/FindProductVariantRoute.php';
  6114.         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()));
  6115.     }
  6116.     /**
  6117.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute' shared service.
  6118.      *
  6119.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute
  6120.      */
  6121.     protected function getCachedProductListingRouteService()
  6122.     {
  6123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  6124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/CachedProductListingRoute.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingRoute.php';
  6126.         $a = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  6127.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  6128.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  6129.         }
  6130.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6131.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  6132.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  6133.         }
  6134.         $c = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  6135.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  6136.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  6137.         }
  6138.         $d = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  6139.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  6140.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  6141.         }
  6142.         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($a$b$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$b, []);
  6143.     }
  6144.     /**
  6145.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute' shared service.
  6146.      *
  6147.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute
  6148.      */
  6149.     protected function getResolveCriteriaProductListingRouteService()
  6150.     {
  6151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ResolveCriteriaProductListingRoute.php';
  6153.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'] ?? $this->getCachedProductListingRouteService());
  6154.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'])) {
  6155.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'];
  6156.         }
  6157.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6158.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'])) {
  6159.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'];
  6160.         }
  6161.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute($a$b);
  6162.     }
  6163.     /**
  6164.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\ProductListRoute' shared service.
  6165.      *
  6166.      * @return \Shopware\Core\Content\Product\SalesChannel\ProductListRoute
  6167.      */
  6168.     protected function getProductListRouteService()
  6169.     {
  6170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductListRoute.php';
  6171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductListRoute.php';
  6172.         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()));
  6173.     }
  6174.     /**
  6175.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute' shared service.
  6176.      *
  6177.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute
  6178.      */
  6179.     protected function getCachedProductReviewRouteService()
  6180.     {
  6181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewRoute.php';
  6182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/CachedProductReviewRoute.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewRoute.php';
  6184.         $a = ($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService());
  6185.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  6186.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  6187.         }
  6188.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  6189.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  6190.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  6191.         }
  6192.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6193.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  6194.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  6195.         }
  6196.         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($a), ($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())), $b$c, []);
  6197.     }
  6198.     /**
  6199.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute' shared service.
  6200.      *
  6201.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute
  6202.      */
  6203.     protected function getProductReviewSaveRouteService()
  6204.     {
  6205.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewSaveRoute.php';
  6206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewSaveRoute.php';
  6207.         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()));
  6208.     }
  6209.     /**
  6210.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition' shared service.
  6211.      *
  6212.      * @return \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition
  6213.      */
  6214.     protected function getSalesChannelProductDefinitionService()
  6215.     {
  6216.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition();
  6217.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  6218.         return $instance;
  6219.     }
  6220.     /**
  6221.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute' shared service.
  6222.      *
  6223.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute
  6224.      */
  6225.     protected function getCachedProductSearchRouteService()
  6226.     {
  6227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  6228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/CachedProductSearchRoute.php';
  6229.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ProductSearchRoute.php';
  6230.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6231.         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['Shopware\\Elasticsearch\\Product\\ProductSearchBuilder'] ?? $this->getProductSearchBuilderService()), $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, []);
  6232.     }
  6233.     /**
  6234.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute' shared service.
  6235.      *
  6236.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute
  6237.      */
  6238.     protected function getResolvedCriteriaProductSearchRouteService()
  6239.     {
  6240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  6241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ResolvedCriteriaProductSearchRoute.php';
  6242.         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()));
  6243.     }
  6244.     /**
  6245.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  6246.      *
  6247.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  6248.      */
  6249.     protected function getProductSortingDefinitionService()
  6250.     {
  6251.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  6252.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  6253.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6254.         return $instance;
  6255.     }
  6256.     /**
  6257.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator' shared service.
  6258.      *
  6259.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator
  6260.      */
  6261.     protected function getProductSortingHydratorService()
  6262.     {
  6263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingHydrator.php';
  6264.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator'] = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator($this);
  6265.     }
  6266.     /**
  6267.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  6268.      *
  6269.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  6270.      */
  6271.     protected function getProductSortingTranslationDefinitionService()
  6272.     {
  6273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6274.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  6275.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  6276.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6277.         return $instance;
  6278.     }
  6279.     /**
  6280.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute' shared service.
  6281.      *
  6282.      * @return \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute
  6283.      */
  6284.     protected function getCachedProductSuggestRouteService()
  6285.     {
  6286.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/AbstractProductSuggestRoute.php';
  6287.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/CachedProductSuggestRoute.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/ProductSuggestRoute.php';
  6289.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6290.         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['Shopware\\Elasticsearch\\Product\\ProductSearchBuilder'] ?? $this->getProductSearchBuilderService()), $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, []);
  6291.     }
  6292.     /**
  6293.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  6294.      *
  6295.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  6296.      */
  6297.     protected function getPropertyGroupOptionTranslationDefinitionService()
  6298.     {
  6299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6300.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  6301.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  6302.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6303.         return $instance;
  6304.     }
  6305.     /**
  6306.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  6307.      *
  6308.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  6309.      */
  6310.     protected function getPropertyGroupOptionDefinitionService()
  6311.     {
  6312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  6313.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  6314.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6315.         return $instance;
  6316.     }
  6317.     /**
  6318.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator' shared service.
  6319.      *
  6320.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator
  6321.      */
  6322.     protected function getPropertyGroupOptionHydratorService()
  6323.     {
  6324.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionHydrator.php';
  6325.         return $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator'] = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator($this);
  6326.     }
  6327.     /**
  6328.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  6329.      *
  6330.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  6331.      */
  6332.     protected function getPropertyGroupTranslationDefinitionService()
  6333.     {
  6334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  6336.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  6337.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6338.         return $instance;
  6339.     }
  6340.     /**
  6341.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  6342.      *
  6343.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  6344.      */
  6345.     protected function getPropertyGroupDefinitionService()
  6346.     {
  6347.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  6348.         $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  6349.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6350.         return $instance;
  6351.     }
  6352.     /**
  6353.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupHydrator' shared service.
  6354.      *
  6355.      * @return \Shopware\Core\Content\Property\PropertyGroupHydrator
  6356.      */
  6357.     protected function getPropertyGroupHydratorService()
  6358.     {
  6359.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupHydrator.php';
  6360.         return $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupHydrator'] = new \Shopware\Core\Content\Property\PropertyGroupHydrator($this);
  6361.     }
  6362.     /**
  6363.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  6364.      *
  6365.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  6366.      */
  6367.     protected function getRuleConditionDefinitionService()
  6368.     {
  6369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  6370.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  6371.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6372.         return $instance;
  6373.     }
  6374.     /**
  6375.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  6376.      *
  6377.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  6378.      */
  6379.     protected function getRuleTagDefinitionService()
  6380.     {
  6381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  6382.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  6383.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6384.         return $instance;
  6385.     }
  6386.     /**
  6387.      * Gets the public 'Shopware\Core\Content\Rule\RuleDefinition' shared service.
  6388.      *
  6389.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  6390.      */
  6391.     protected function getRuleDefinitionService()
  6392.     {
  6393.         $this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  6394.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6395.         return $instance;
  6396.     }
  6397.     /**
  6398.      * Gets the public 'Shopware\Core\Content\Seo\Api\SeoActionController' shared service.
  6399.      *
  6400.      * @return \Shopware\Core\Content\Seo\Api\SeoActionController
  6401.      */
  6402.     protected function getSeoActionControllerService()
  6403.     {
  6404.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Api/SeoActionController.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlDataValidationFactoryInterface.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlValidationFactory.php';
  6407.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  6408.         $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);
  6409.         $instance->setContainer($this);
  6410.         return $instance;
  6411.     }
  6412.     /**
  6413.      * Gets the public 'Shopware\Core\Content\Seo\CachedSeoResolver' shared service.
  6414.      *
  6415.      * @return \Shopware\Core\Content\Seo\CachedSeoResolver
  6416.      */
  6417.     protected function getCachedSeoResolverService()
  6418.     {
  6419.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  6420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/CachedSeoResolver.php';
  6421.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoResolver.php';
  6422.         return $this->services['Shopware\\Core\\Content\\Seo\\CachedSeoResolver'] = new \Shopware\Core\Content\Seo\CachedSeoResolver(new \Shopware\Core\Content\Seo\SeoResolver(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  6423.     }
  6424.     /**
  6425.      * Gets the public 'Shopware\Core\Content\Seo\EmptyPathInfoResolver' shared service.
  6426.      *
  6427.      * @return \Shopware\Core\Content\Seo\EmptyPathInfoResolver
  6428.      */
  6429.     protected function getEmptyPathInfoResolverService()
  6430.     {
  6431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  6432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/EmptyPathInfoResolver.php';
  6433.         return $this->services['Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver'] = new \Shopware\Core\Content\Seo\EmptyPathInfoResolver(($this->services['Shopware\\Core\\Content\\Seo\\CachedSeoResolver'] ?? $this->getCachedSeoResolverService()));
  6434.     }
  6435.     /**
  6436.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver' shared service.
  6437.      *
  6438.      * @return \Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver
  6439.      */
  6440.     protected function getSeoUrlAssociationFieldResolverService()
  6441.     {
  6442.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6443.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Dbal/SeoUrlAssociationFieldResolver.php';
  6444.         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())));
  6445.     }
  6446.     /**
  6447.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer' shared service.
  6448.      *
  6449.      * @return \Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer
  6450.      */
  6451.     protected function getSeoUrlFieldSerializerService()
  6452.     {
  6453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  6455.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Serializer/SeoUrlFieldSerializer.php';
  6456.         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()));
  6457.     }
  6458.     /**
  6459.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition' shared service.
  6460.      *
  6461.      * @return \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition
  6462.      */
  6463.     protected function getMainCategoryDefinitionService()
  6464.     {
  6465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  6466.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition();
  6467.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6468.         return $instance;
  6469.     }
  6470.     /**
  6471.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition' shared service.
  6472.      *
  6473.      * @return \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition
  6474.      */
  6475.     protected function getSalesChannelMainCategoryDefinitionService()
  6476.     {
  6477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  6478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/SalesChannel/SalesChannelMainCategoryDefinition.php';
  6479.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition();
  6480.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  6481.         return $instance;
  6482.     }
  6483.     /**
  6484.      * Gets the public 'Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute' shared service.
  6485.      *
  6486.      * @return \Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute
  6487.      */
  6488.     protected function getSeoUrlRouteService()
  6489.     {
  6490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/AbstractSeoUrlRoute.php';
  6491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/SeoUrlRoute.php';
  6492.         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()));
  6493.     }
  6494.     /**
  6495.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlPlaceholderHandlerInterface' shared service.
  6496.      *
  6497.      * @return \Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler
  6498.      */
  6499.     protected function getSeoUrlPlaceholderHandlerInterfaceService()
  6500.     {
  6501.         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()));
  6502.     }
  6503.     /**
  6504.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  6505.      *
  6506.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  6507.      */
  6508.     protected function getSeoUrlTemplateDefinitionService()
  6509.     {
  6510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  6511.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  6512.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6513.         return $instance;
  6514.     }
  6515.     /**
  6516.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition' shared service.
  6517.      *
  6518.      * @return \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition
  6519.      */
  6520.     protected function getSalesChannelSeoUrlDefinitionService()
  6521.     {
  6522.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition();
  6523.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  6524.         return $instance;
  6525.     }
  6526.     /**
  6527.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition' shared service.
  6528.      *
  6529.      * @return \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition
  6530.      */
  6531.     protected function getSeoUrlDefinitionService()
  6532.     {
  6533.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition();
  6534.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6535.         return $instance;
  6536.     }
  6537.     /**
  6538.      * Gets the public 'Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute' shared service.
  6539.      *
  6540.      * @return \Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute
  6541.      */
  6542.     protected function getCachedSitemapRouteService()
  6543.     {
  6544.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/AbstractSitemapRoute.php';
  6545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/CachedSitemapRoute.php';
  6546.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/SitemapRoute.php';
  6547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapListerInterface.php';
  6548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapLister.php';
  6549.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  6550.         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);
  6551.     }
  6552.     /**
  6553.      * Gets the public 'Shopware\Core\Framework\Adapter\Asset\AssetPackageService' shared service.
  6554.      *
  6555.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetPackageService
  6556.      */
  6557.     protected function getAssetPackageServiceService()
  6558.     {
  6559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetPackageService.php';
  6560.         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()));
  6561.     }
  6562.     /**
  6563.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\CacheIdLoader' shared service.
  6564.      *
  6565.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheIdLoader
  6566.      */
  6567.     protected function getCacheIdLoaderService()
  6568.     {
  6569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheIdLoader.php';
  6570.         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()));
  6571.     }
  6572.     /**
  6573.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory' shared service.
  6574.      *
  6575.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory
  6576.      */
  6577.     protected function getCacheInvalidatorFacadeHookFactoryService()
  6578.     {
  6579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/Facade/CacheInvalidatorFacadeHookFactory.php';
  6581.         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()));
  6582.     }
  6583.     /**
  6584.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator' shared service.
  6585.      *
  6586.      * @return \Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator
  6587.      */
  6588.     protected function getAppTemplateIteratorService()
  6589.     {
  6590.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/AppTemplateIterator.php';
  6591.         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()));
  6592.     }
  6593.     /**
  6594.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateFinder' shared service.
  6595.      *
  6596.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateFinder
  6597.      */
  6598.     protected function getTemplateFinderService()
  6599.     {
  6600.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6601.         if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  6602.             return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'];
  6603.         }
  6604.         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 () {
  6605.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] ?? $this->getBundleHierarchyBuilderService());
  6606.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  6607.         }, 2)));
  6608.     }
  6609.     /**
  6610.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateIterator' shared service.
  6611.      *
  6612.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateIterator
  6613.      */
  6614.     protected function getTemplateIteratorService()
  6615.     {
  6616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateIterator.php';
  6617.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6618.         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']);
  6619.     }
  6620.     /**
  6621.      * Gets the public 'Shopware\Core\Framework\Api\Acl\AclCriteriaValidator' shared service.
  6622.      *
  6623.      * @return \Shopware\Core\Framework\Api\Acl\AclCriteriaValidator
  6624.      */
  6625.     protected function getAclCriteriaValidatorService()
  6626.     {
  6627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclCriteriaValidator.php';
  6628.         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()));
  6629.     }
  6630.     /**
  6631.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  6632.      *
  6633.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  6634.      */
  6635.     protected function getAclRoleDefinitionService()
  6636.     {
  6637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  6638.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  6639.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6640.         return $instance;
  6641.     }
  6642.     /**
  6643.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  6644.      *
  6645.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  6646.      */
  6647.     protected function getAclUserRoleDefinitionService()
  6648.     {
  6649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  6650.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  6651.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6652.         return $instance;
  6653.     }
  6654.     /**
  6655.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AccessKeyController' shared service.
  6656.      *
  6657.      * @return \Shopware\Core\Framework\Api\Controller\AccessKeyController
  6658.      */
  6659.     protected function getAccessKeyControllerService()
  6660.     {
  6661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AccessKeyController.php';
  6662.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController'] = $instance = new \Shopware\Core\Framework\Api\Controller\AccessKeyController();
  6663.         $instance->setContainer($this);
  6664.         return $instance;
  6665.     }
  6666.     /**
  6667.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AclController' shared service.
  6668.      *
  6669.      * @return \Shopware\Core\Framework\Api\Controller\AclController
  6670.      */
  6671.     protected function getAclControllerService()
  6672.     {
  6673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AclController.php';
  6674.         $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()));
  6675.         $instance->setContainer($this);
  6676.         return $instance;
  6677.     }
  6678.     /**
  6679.      * Gets the public 'Shopware\Core\Framework\Api\Controller\ApiController' shared service.
  6680.      *
  6681.      * @return \Shopware\Core\Framework\Api\Controller\ApiController
  6682.      */
  6683.     protected function getApiControllerService()
  6684.     {
  6685.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  6686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  6687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  6688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  6689.         $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 \Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder(($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()));
  6690.         $instance->setContainer($this);
  6691.         return $instance;
  6692.     }
  6693.     /**
  6694.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AuthController' shared service.
  6695.      *
  6696.      * @return \Shopware\Core\Framework\Api\Controller\AuthController
  6697.      */
  6698.     protected function getAuthControllerService()
  6699.     {
  6700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AuthController.php';
  6701.         $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()));
  6702.         $instance->setContainer($this);
  6703.         return $instance;
  6704.     }
  6705.     /**
  6706.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CacheController' shared service.
  6707.      *
  6708.      * @return \Shopware\Core\Framework\Api\Controller\CacheController
  6709.      */
  6710.     protected function getCacheController2Service()
  6711.     {
  6712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CacheController.php';
  6713.         $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()));
  6714.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6715.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6716.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6717.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6718.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6719.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6720.             'router' => ['services''router''getRouterService'false],
  6721.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  6722.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  6723.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  6724.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6725.         ], [
  6726.             'http_kernel' => '?',
  6727.             'message_bus' => '?',
  6728.             'messenger.default_bus' => '?',
  6729.             'parameter_bag' => '?',
  6730.             'request_stack' => '?',
  6731.             'router' => '?',
  6732.             'security.csrf.token_manager' => '?',
  6733.             'serializer' => '?',
  6734.             'session' => '.session.deprecated',
  6735.             'twig' => '?',
  6736.         ]))->withContext('Shopware\\Core\\Framework\\Api\\Controller\\CacheController'$this));
  6737.         return $instance;
  6738.     }
  6739.     /**
  6740.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController' shared service.
  6741.      *
  6742.      * @return \Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController
  6743.      */
  6744.     protected function getCustomSnippetFormatControllerService()
  6745.     {
  6746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CustomSnippetFormatController.php';
  6747.         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()));
  6748.     }
  6749.     /**
  6750.      * Gets the public 'Shopware\Core\Framework\Api\Controller\FallbackController' shared service.
  6751.      *
  6752.      * @return \Shopware\Core\Framework\Api\Controller\FallbackController
  6753.      */
  6754.     protected function getFallbackControllerService()
  6755.     {
  6756.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/FallbackController.php';
  6757.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\FallbackController'] = $instance = new \Shopware\Core\Framework\Api\Controller\FallbackController();
  6758.         $instance->setContainer($this);
  6759.         return $instance;
  6760.     }
  6761.     /**
  6762.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IndexingController' shared service.
  6763.      *
  6764.      * @return \Shopware\Core\Framework\Api\Controller\IndexingController
  6765.      */
  6766.     protected function getIndexingControllerService()
  6767.     {
  6768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IndexingController.php';
  6769.         $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()));
  6770.         $instance->setContainer($this);
  6771.         return $instance;
  6772.     }
  6773.     /**
  6774.      * Gets the public 'Shopware\Core\Framework\Api\Controller\InfoController' shared service.
  6775.      *
  6776.      * @return \Shopware\Core\Framework\Api\Controller\InfoController
  6777.      */
  6778.     protected function getInfoControllerService()
  6779.     {
  6780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/InfoController.php';
  6781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/AppUrlVerifier.php';
  6782.         $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']);
  6783.         $instance->setContainer($this);
  6784.         return $instance;
  6785.     }
  6786.     /**
  6787.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IntegrationController' shared service.
  6788.      *
  6789.      * @return \Shopware\Core\Framework\Api\Controller\IntegrationController
  6790.      */
  6791.     protected function getIntegrationControllerService()
  6792.     {
  6793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IntegrationController.php';
  6794.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController'] = $instance = new \Shopware\Core\Framework\Api\Controller\IntegrationController(($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService()));
  6795.         $instance->setContainer($this);
  6796.         return $instance;
  6797.     }
  6798.     /**
  6799.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SalesChannelProxyController' shared service.
  6800.      *
  6801.      * @return \Shopware\Core\Framework\Api\Controller\SalesChannelProxyController
  6802.      */
  6803.     protected function getSalesChannelProxyControllerService()
  6804.     {
  6805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SalesChannelProxyController.php';
  6806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/ApiOrderCartService.php';
  6807.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  6808.         $b = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service());
  6809.         $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['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? $this->getCartOrderRouteService()), $b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6810.         $instance->setContainer($this);
  6811.         return $instance;
  6812.     }
  6813.     /**
  6814.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SyncController' shared service.
  6815.      *
  6816.      * @return \Shopware\Core\Framework\Api\Controller\SyncController
  6817.      */
  6818.     protected function getSyncControllerService()
  6819.     {
  6820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SyncController.php';
  6821.         $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()));
  6822.         $instance->setContainer($this);
  6823.         return $instance;
  6824.     }
  6825.     /**
  6826.      * Gets the public 'Shopware\Core\Framework\Api\Controller\UserController' shared service.
  6827.      *
  6828.      * @return \Shopware\Core\Framework\Api\Controller\UserController
  6829.      */
  6830.     protected function getUserControllerService()
  6831.     {
  6832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/UserController.php';
  6833.         $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()));
  6834.         $instance->setContainer($this);
  6835.         return $instance;
  6836.     }
  6837.     /**
  6838.      * Gets the public 'Shopware\Core\Framework\Api\Sync\SyncService' shared service.
  6839.      *
  6840.      * @return \Shopware\Core\Framework\Api\Sync\SyncService
  6841.      */
  6842.     protected function getSyncServiceService()
  6843.     {
  6844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncServiceInterface.php';
  6845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncService.php';
  6846.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  6847.         if (isset($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'])) {
  6848.             return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'];
  6849.         }
  6850.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6851.         if (isset($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'])) {
  6852.             return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'];
  6853.         }
  6854.         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);
  6855.     }
  6856.     /**
  6857.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  6858.      *
  6859.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  6860.      */
  6861.     protected function getActionButtonTranslationDefinitionService()
  6862.     {
  6863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  6865.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  6866.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6867.         return $instance;
  6868.     }
  6869.     /**
  6870.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  6871.      *
  6872.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  6873.      */
  6874.     protected function getActionButtonDefinitionService()
  6875.     {
  6876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  6877.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  6878.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6879.         return $instance;
  6880.     }
  6881.     /**
  6882.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  6883.      *
  6884.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  6885.      */
  6886.     protected function getAppPaymentMethodDefinitionService()
  6887.     {
  6888.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  6889.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6890.         return $instance;
  6891.     }
  6892.     /**
  6893.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  6894.      *
  6895.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  6896.      */
  6897.     protected function getAppScriptConditionTranslationDefinitionService()
  6898.     {
  6899.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  6901.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  6902.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6903.         return $instance;
  6904.     }
  6905.     /**
  6906.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  6907.      *
  6908.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  6909.      */
  6910.     protected function getAppScriptConditionDefinitionService()
  6911.     {
  6912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  6913.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  6914.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6915.         return $instance;
  6916.     }
  6917.     /**
  6918.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  6919.      *
  6920.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  6921.      */
  6922.     protected function getAppTranslationDefinitionService()
  6923.     {
  6924.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6925.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  6926.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  6927.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6928.         return $instance;
  6929.     }
  6930.     /**
  6931.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  6932.      *
  6933.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  6934.      */
  6935.     protected function getAppCmsBlockTranslationDefinitionService()
  6936.     {
  6937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  6939.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  6940.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6941.         return $instance;
  6942.     }
  6943.     /**
  6944.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  6945.      *
  6946.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  6947.      */
  6948.     protected function getAppCmsBlockDefinitionService()
  6949.     {
  6950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  6951.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  6952.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6953.         return $instance;
  6954.     }
  6955.     /**
  6956.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  6957.      *
  6958.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  6959.      */
  6960.     protected function getAppFlowActionTranslationDefinitionService()
  6961.     {
  6962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  6964.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  6965.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6966.         return $instance;
  6967.     }
  6968.     /**
  6969.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  6970.      *
  6971.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  6972.      */
  6973.     protected function getAppFlowActionDefinitionService()
  6974.     {
  6975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  6976.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  6977.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6978.         return $instance;
  6979.     }
  6980.     /**
  6981.      * Gets the public 'Shopware\Core\Framework\App\Api\AppActionController' shared service.
  6982.      *
  6983.      * @return \Shopware\Core\Framework\App\Api\AppActionController
  6984.      */
  6985.     protected function getAppActionControllerService()
  6986.     {
  6987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppActionController.php';
  6988.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/ActionButtonLoader.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/AppActionLoader.php';
  6990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Manifest/ModuleLoader.php';
  6991.         $a = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  6992.         $b = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  6993.         $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())));
  6994.         $instance->setContainer($this);
  6995.         return $instance;
  6996.     }
  6997.     /**
  6998.      * Gets the public 'Shopware\Core\Framework\App\Api\AppCmsController' shared service.
  6999.      *
  7000.      * @return \Shopware\Core\Framework\App\Api\AppCmsController
  7001.      */
  7002.     protected function getAppCmsControllerService()
  7003.     {
  7004.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppCmsController.php';
  7005.         $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()));
  7006.         $instance->setContainer($this);
  7007.         return $instance;
  7008.     }
  7009.     /**
  7010.      * Gets the public 'Shopware\Core\Framework\App\Api\AppUrlChangeController' shared service.
  7011.      *
  7012.      * @return \Shopware\Core\Framework\App\Api\AppUrlChangeController
  7013.      */
  7014.     protected function getAppUrlChangeControllerService()
  7015.     {
  7016.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppUrlChangeController.php';
  7017.         $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()));
  7018.         $instance->setContainer($this);
  7019.         return $instance;
  7020.     }
  7021.     /**
  7022.      * Gets the public 'Shopware\Core\Framework\App\AppDefinition' shared service.
  7023.      *
  7024.      * @return \Shopware\Core\Framework\App\AppDefinition
  7025.      */
  7026.     protected function getAppDefinitionService()
  7027.     {
  7028.         $this->services['Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  7029.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7030.         return $instance;
  7031.     }
  7032.     /**
  7033.      * Gets the public 'Shopware\Core\Framework\App\AppLocaleProvider' shared service.
  7034.      *
  7035.      * @return \Shopware\Core\Framework\App\AppLocaleProvider
  7036.      */
  7037.     protected function getAppLocaleProviderService()
  7038.     {
  7039.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  7040.         if (isset($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'])) {
  7041.             return $this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'];
  7042.         }
  7043.         return $this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] = new \Shopware\Core\Framework\App\AppLocaleProvider($a, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  7044.     }
  7045.     /**
  7046.      * Gets the public 'Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver' shared service.
  7047.      *
  7048.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver
  7049.      */
  7050.     protected function getResolverService()
  7051.     {
  7052.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/Resolver.php';
  7053.         return $this->services['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver(new RewindableGenerator(function () {
  7054.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\MoveShopPermanentlyStrategy'] ?? $this->getMoveShopPermanentlyStrategyService());
  7055.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\ReinstallAppsStrategy'] ?? $this->getReinstallAppsStrategyService());
  7056.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\UninstallAppsStrategy'] ?? $this->getUninstallAppsStrategyService());
  7057.         }, 3));
  7058.     }
  7059.     /**
  7060.      * Gets the public 'Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider' shared service.
  7061.      *
  7062.      * @return \Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider
  7063.      */
  7064.     protected function getAppFlowActionProviderService()
  7065.     {
  7066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/FlowAction/AppFlowActionProvider.php';
  7067.         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()));
  7068.     }
  7069.     /**
  7070.      * Gets the public 'Shopware\Core\Framework\App\ShopId\ShopIdProvider' shared service.
  7071.      *
  7072.      * @return \Shopware\Core\Framework\App\ShopId\ShopIdProvider
  7073.      */
  7074.     protected function getShopIdProviderService()
  7075.     {
  7076.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7077.         if (isset($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'])) {
  7078.             return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'];
  7079.         }
  7080.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  7081.         if (isset($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'])) {
  7082.             return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'];
  7083.         }
  7084.         return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] = new \Shopware\Core\Framework\App\ShopId\ShopIdProvider($a$b);
  7085.     }
  7086.     /**
  7087.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  7088.      *
  7089.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  7090.      */
  7091.     protected function getTemplateDefinitionService()
  7092.     {
  7093.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  7094.         $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  7095.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7096.         return $instance;
  7097.     }
  7098.     /**
  7099.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateStateService' shared service.
  7100.      *
  7101.      * @return \Shopware\Core\Framework\App\Template\TemplateStateService
  7102.      */
  7103.     protected function getTemplateStateServiceService()
  7104.     {
  7105.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateStateService.php';
  7106.         $a = ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService());
  7107.         if (isset($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'])) {
  7108.             return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'];
  7109.         }
  7110.         return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] = new \Shopware\Core\Framework\App\Template\TemplateStateService($a);
  7111.     }
  7112.     /**
  7113.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator' shared service.
  7114.      *
  7115.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator
  7116.      */
  7117.     protected function getEntityCacheKeyGeneratorService()
  7118.     {
  7119.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator();
  7120.     }
  7121.     /**
  7122.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator' shared service.
  7123.      *
  7124.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator
  7125.      */
  7126.     protected function getEntityHydratorService()
  7127.     {
  7128.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator($this);
  7129.     }
  7130.     /**
  7131.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder' shared service.
  7132.      *
  7133.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder
  7134.      */
  7135.     protected function getConfigJsonFieldAccessorBuilderService()
  7136.     {
  7137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  7138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  7139.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/ConfigJsonFieldAccessorBuilder.php';
  7140.         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()));
  7141.     }
  7142.     /**
  7143.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder' shared service.
  7144.      *
  7145.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder
  7146.      */
  7147.     protected function getCustomFieldsAccessorBuilderService()
  7148.     {
  7149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/CustomFieldsAccessorBuilder.php';
  7152.         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()));
  7153.     }
  7154.     /**
  7155.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder' shared service.
  7156.      *
  7157.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder
  7158.      */
  7159.     protected function getDefaultFieldAccessorBuilderService()
  7160.     {
  7161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  7162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/DefaultFieldAccessorBuilder.php';
  7163.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder();
  7164.     }
  7165.     /**
  7166.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder' shared service.
  7167.      *
  7168.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder
  7169.      */
  7170.     protected function getJsonFieldAccessorBuilderService()
  7171.     {
  7172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  7173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  7174.         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()));
  7175.     }
  7176.     /**
  7177.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder' shared service.
  7178.      *
  7179.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder
  7180.      */
  7181.     protected function getPriceFieldAccessorBuilderService()
  7182.     {
  7183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  7184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/PriceFieldAccessorBuilder.php';
  7185.         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()));
  7186.     }
  7187.     /**
  7188.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver' shared service.
  7189.      *
  7190.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver
  7191.      */
  7192.     protected function getManyToManyAssociationFieldResolverService()
  7193.     {
  7194.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  7195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToManyAssociationFieldResolver.php';
  7196.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver();
  7197.     }
  7198.     /**
  7199.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver' shared service.
  7200.      *
  7201.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver
  7202.      */
  7203.     protected function getManyToOneAssociationFieldResolverService()
  7204.     {
  7205.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  7206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToOneAssociationFieldResolver.php';
  7207.         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())));
  7208.     }
  7209.     /**
  7210.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver' shared service.
  7211.      *
  7212.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver
  7213.      */
  7214.     protected function getOneToManyAssociationFieldResolverService()
  7215.     {
  7216.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  7217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/OneToManyAssociationFieldResolver.php';
  7218.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver();
  7219.     }
  7220.     /**
  7221.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver' shared service.
  7222.      *
  7223.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver
  7224.      */
  7225.     protected function getTranslationFieldResolverService()
  7226.     {
  7227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  7228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/TranslationFieldResolver.php';
  7229.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver();
  7230.     }
  7231.     /**
  7232.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder' shared service.
  7233.      *
  7234.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder
  7235.      */
  7236.     protected function getJoinGroupBuilderService()
  7237.     {
  7238.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder();
  7239.     }
  7240.     /**
  7241.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry' shared service.
  7242.      *
  7243.      * @return \Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry
  7244.      */
  7245.     protected function getDefinitionInstanceRegistryService()
  7246.     {
  7247.         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_download' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition''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''flow_template' => 'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition''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_line_item_download' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition''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''scop_platform_redirecter_redirect' => 'Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition''oo_category_info' => 'ThemeOkeOnline\\Core\\Content\\Category\\CategoryInfo\\CategoryInfoDefinition''oo_category_info_translation' => 'ThemeOkeOnline\\Core\\Content\\Category\\CategoryInfo\\Translation\\CategoryInfoTranslationDefinition''mollie_subscription' => 'Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\SubscriptionDefinition''mollie_subscription_address' => 'Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Aggregate\\SubscriptionAddress\\SubscriptionAddressDefinition''mollie_subscription_history' => 'Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Aggregate\\SubscriptionHistory\\SubscriptionHistoryDefinition''mollie_refund' => 'Kiener\\MolliePayments\\Components\\RefundManager\\DAL\\Refund\\RefundDefinition'], ['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_download' => 'product_download.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''flow_template' => 'flow_template.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_line_item_download' => 'order_line_item_download.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''scop_platform_redirecter_redirect' => 'scop_platform_redirecter_redirect.repository''oo_category_info' => 'oo_category_info.repository''oo_category_info_translation' => 'oo_category_info_translation.repository''mollie_subscription' => 'mollie_subscription.repository''mollie_subscription_address' => 'mollie_subscription_address.repository''mollie_subscription_history' => 'mollie_subscription_history.repository''mollie_refund' => 'mollie_refund.repository']);
  7248.     }
  7249.     /**
  7250.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory' shared service.
  7251.      *
  7252.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory
  7253.      */
  7254.     protected function getEntityLoadedEventFactoryService()
  7255.     {
  7256.         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()));
  7257.     }
  7258.     /**
  7259.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry' shared service.
  7260.      *
  7261.      * @return \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry
  7262.      */
  7263.     protected function getExtensionRegistryService()
  7264.     {
  7265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php';
  7266.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry(new RewindableGenerator(function () {
  7267.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] = new \Shopware\Administration\Notification\Extension\IntegrationExtension()));
  7268.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] = new \Shopware\Administration\Notification\Extension\UserExtension()));
  7269.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] = new \Shopware\Storefront\Theme\Extension\SalesChannelExtension()));
  7270.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] = new \Shopware\Storefront\Theme\Extension\LanguageExtension()));
  7271.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] = new \Shopware\Storefront\Theme\Extension\MediaExtension()));
  7272.             yield => ($this->privates['Swag\\LanguagePack\\Extension\\LanguageExtension'] ?? ($this->privates['Swag\\LanguagePack\\Extension\\LanguageExtension'] = new \Swag\LanguagePack\Extension\LanguageExtension()));
  7273.             yield => ($this->privates['ThemeOkeOnline\\Core\\Content\\Cms\\CmsPageExtension'] ?? ($this->privates['ThemeOkeOnline\\Core\\Content\\Cms\\CmsPageExtension'] = new \ThemeOkeOnline\Core\Content\Cms\CmsPageExtension()));
  7274.             yield => ($this->privates['ThemeOkeOnline\\Core\\Content\\Category\\CategoryExtension'] ?? ($this->privates['ThemeOkeOnline\\Core\\Content\\Category\\CategoryExtension'] = new \ThemeOkeOnline\Core\Content\Category\CategoryExtension()));
  7275.             yield => ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Customer\\CustomerExtension'] ?? ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Customer\\CustomerExtension'] = new \Kiener\MolliePayments\Components\Subscription\DAL\Customer\CustomerExtension()));
  7276.             yield => ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Country\\CountryExtension'] ?? ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Country\\CountryExtension'] = new \Kiener\MolliePayments\Components\Subscription\DAL\Country\CountryExtension()));
  7277.             yield 10 => ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Country\\CountryStateExtension'] ?? ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Country\\CountryStateExtension'] = new \Kiener\MolliePayments\Components\Subscription\DAL\Country\CountryStateExtension()));
  7278.             yield 11 => ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Salutation\\SalutationExtension'] ?? ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Salutation\\SalutationExtension'] = new \Kiener\MolliePayments\Components\Subscription\DAL\Salutation\SalutationExtension()));
  7279.             yield 12 => ($this->privates['Kiener\\MolliePayments\\Components\\RefundManager\\DAL\\Order\\OrderExtension'] ?? ($this->privates['Kiener\\MolliePayments\\Components\\RefundManager\\DAL\\Order\\OrderExtension'] = new \Kiener\MolliePayments\Components\RefundManager\DAL\Order\OrderExtension()));
  7280.         }, 13));
  7281.     }
  7282.     /**
  7283.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory' shared service.
  7284.      *
  7285.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory
  7286.      */
  7287.     protected function getRepositoryFacadeHookFactoryService()
  7288.     {
  7289.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  7290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryFacadeHookFactory.php';
  7291.         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()));
  7292.     }
  7293.     /**
  7294.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory' shared service.
  7295.      *
  7296.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory
  7297.      */
  7298.     protected function getRepositoryWriterFacadeHookFactoryService()
  7299.     {
  7300.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  7301.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryWriterFacadeHookFactory.php';
  7302.         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()));
  7303.     }
  7304.     /**
  7305.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory' shared service.
  7306.      *
  7307.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory
  7308.      */
  7309.     protected function getSalesChannelRepositoryFacadeHookFactoryService()
  7310.     {
  7311.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  7312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/SalesChannelRepositoryFacadeHookFactory.php';
  7313.         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()));
  7314.     }
  7315.     /**
  7316.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer' shared service.
  7317.      *
  7318.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer
  7319.      */
  7320.     protected function getBlobFieldSerializerService()
  7321.     {
  7322.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BlobFieldSerializer.php';
  7324.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer();
  7325.     }
  7326.     /**
  7327.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer' shared service.
  7328.      *
  7329.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer
  7330.      */
  7331.     protected function getBoolFieldSerializerService()
  7332.     {
  7333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BoolFieldSerializer.php';
  7336.         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()));
  7337.     }
  7338.     /**
  7339.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer' shared service.
  7340.      *
  7341.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer
  7342.      */
  7343.     protected function getCalculatedPriceFieldSerializerService()
  7344.     {
  7345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7346.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7347.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  7348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CalculatedPriceFieldSerializer.php';
  7349.         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()));
  7350.     }
  7351.     /**
  7352.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer' shared service.
  7353.      *
  7354.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer
  7355.      */
  7356.     protected function getCartPriceFieldSerializerService()
  7357.     {
  7358.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7359.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  7361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CartPriceFieldSerializer.php';
  7362.         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()));
  7363.     }
  7364.     /**
  7365.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer' shared service.
  7366.      *
  7367.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer
  7368.      */
  7369.     protected function getCashRoundingConfigFieldSerializerService()
  7370.     {
  7371.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7373.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  7374.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CashRoundingConfigFieldSerializer.php';
  7375.         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()));
  7376.     }
  7377.     /**
  7378.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer' shared service.
  7379.      *
  7380.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer
  7381.      */
  7382.     protected function getConfigJsonFieldSerializerService()
  7383.     {
  7384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ConfigJsonFieldSerializer.php';
  7388.         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()));
  7389.     }
  7390.     /**
  7391.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer' shared service.
  7392.      *
  7393.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer
  7394.      */
  7395.     protected function getCreatedAtFieldSerializerService()
  7396.     {
  7397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7398.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  7400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedAtFieldSerializer.php';
  7401.         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()));
  7402.     }
  7403.     /**
  7404.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer' shared service.
  7405.      *
  7406.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer
  7407.      */
  7408.     protected function getCreatedByFieldSerializerService()
  7409.     {
  7410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7412.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  7413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedByFieldSerializer.php';
  7414.         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()));
  7415.     }
  7416.     /**
  7417.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer' shared service.
  7418.      *
  7419.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer
  7420.      */
  7421.     protected function getCustomFieldsSerializerService()
  7422.     {
  7423.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7424.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CustomFieldsSerializer.php';
  7427.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  7428.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'])) {
  7429.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'];
  7430.         }
  7431.         $b = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService());
  7432.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'])) {
  7433.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'];
  7434.         }
  7435.         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);
  7436.     }
  7437.     /**
  7438.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer' shared service.
  7439.      *
  7440.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer
  7441.      */
  7442.     protected function getDateFieldSerializerService()
  7443.     {
  7444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7445.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializer.php';
  7447.         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()));
  7448.     }
  7449.     /**
  7450.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer' shared service.
  7451.      *
  7452.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer
  7453.      */
  7454.     protected function getDateTimeFieldSerializerService()
  7455.     {
  7456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  7459.         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()));
  7460.     }
  7461.     /**
  7462.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer' shared service.
  7463.      *
  7464.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer
  7465.      */
  7466.     protected function getEmailFieldSerializerService()
  7467.     {
  7468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7469.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7470.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/EmailFieldSerializer.php';
  7471.         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()));
  7472.     }
  7473.     /**
  7474.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer' shared service.
  7475.      *
  7476.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer
  7477.      */
  7478.     protected function getFkFieldSerializerService()
  7479.     {
  7480.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7481.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  7483.         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()));
  7484.     }
  7485.     /**
  7486.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer' shared service.
  7487.      *
  7488.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer
  7489.      */
  7490.     protected function getFloatFieldSerializerService()
  7491.     {
  7492.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7493.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FloatFieldSerializer.php';
  7495.         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()));
  7496.     }
  7497.     /**
  7498.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer' shared service.
  7499.      *
  7500.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer
  7501.      */
  7502.     protected function getIdFieldSerializerService()
  7503.     {
  7504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IdFieldSerializer.php';
  7507.         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()));
  7508.     }
  7509.     /**
  7510.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer' shared service.
  7511.      *
  7512.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer
  7513.      */
  7514.     protected function getIntFieldSerializerService()
  7515.     {
  7516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IntFieldSerializer.php';
  7519.         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()));
  7520.     }
  7521.     /**
  7522.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer' shared service.
  7523.      *
  7524.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer
  7525.      */
  7526.     protected function getJsonFieldSerializerService()
  7527.     {
  7528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7530.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  7531.         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()));
  7532.     }
  7533.     /**
  7534.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer' shared service.
  7535.      *
  7536.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer
  7537.      */
  7538.     protected function getListFieldSerializerService()
  7539.     {
  7540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7542.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializer.php';
  7543.         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()));
  7544.     }
  7545.     /**
  7546.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer' shared service.
  7547.      *
  7548.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer
  7549.      */
  7550.     protected function getLongTextFieldSerializerService()
  7551.     {
  7552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7554.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/LongTextFieldSerializer.php';
  7555.         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()));
  7556.     }
  7557.     /**
  7558.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer' shared service.
  7559.      *
  7560.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer
  7561.      */
  7562.     protected function getManyToManyAssociationFieldSerializerService()
  7563.     {
  7564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToManyAssociationFieldSerializer.php';
  7566.         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()));
  7567.     }
  7568.     /**
  7569.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer' shared service.
  7570.      *
  7571.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer
  7572.      */
  7573.     protected function getManyToOneAssociationFieldSerializerService()
  7574.     {
  7575.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7576.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToOneAssociationFieldSerializer.php';
  7577.         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()));
  7578.     }
  7579.     /**
  7580.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer' shared service.
  7581.      *
  7582.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer
  7583.      */
  7584.     protected function getOneToManyAssociationFieldSerializerService()
  7585.     {
  7586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  7588.         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()));
  7589.     }
  7590.     /**
  7591.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer' shared service.
  7592.      *
  7593.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer
  7594.      */
  7595.     protected function getOneToOneAssociationFieldSerializerService()
  7596.     {
  7597.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToOneAssociationFieldSerializer.php';
  7599.         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()));
  7600.     }
  7601.     /**
  7602.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer' shared service.
  7603.      *
  7604.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer
  7605.      */
  7606.     protected function getPHPUnserializeFieldSerializerService()
  7607.     {
  7608.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PHPUnserializeFieldSerializer.php';
  7611.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer();
  7612.     }
  7613.     /**
  7614.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer' shared service.
  7615.      *
  7616.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer
  7617.      */
  7618.     protected function getPasswordFieldSerializerService()
  7619.     {
  7620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7622.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PasswordFieldSerializer.php';
  7623.         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()));
  7624.     }
  7625.     /**
  7626.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer' shared service.
  7627.      *
  7628.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer
  7629.      */
  7630.     protected function getPriceDefinitionFieldSerializerService()
  7631.     {
  7632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  7635.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializer.php';
  7636.         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()));
  7637.     }
  7638.     /**
  7639.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer' shared service.
  7640.      *
  7641.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer
  7642.      */
  7643.     protected function getPriceFieldSerializerService()
  7644.     {
  7645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializer.php';
  7648.         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()));
  7649.     }
  7650.     /**
  7651.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer' shared service.
  7652.      *
  7653.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer
  7654.      */
  7655.     protected function getReferenceVersionFieldSerializerService()
  7656.     {
  7657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ReferenceVersionFieldSerializer.php';
  7659.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer();
  7660.     }
  7661.     /**
  7662.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer' shared service.
  7663.      *
  7664.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer
  7665.      */
  7666.     protected function getRemoteAddressFieldSerializerService()
  7667.     {
  7668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7669.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/RemoteAddressFieldSerializer.php';
  7671.         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()));
  7672.     }
  7673.     /**
  7674.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer' shared service.
  7675.      *
  7676.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer
  7677.      */
  7678.     protected function getStateMachineStateFieldSerializerService()
  7679.     {
  7680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  7683.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StateMachineStateFieldSerializer.php';
  7684.         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()));
  7685.     }
  7686.     /**
  7687.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer' shared service.
  7688.      *
  7689.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer
  7690.      */
  7691.     protected function getStringFieldSerializerService()
  7692.     {
  7693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7695.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StringFieldSerializer.php';
  7696.         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()));
  7697.     }
  7698.     /**
  7699.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer' shared service.
  7700.      *
  7701.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer
  7702.      */
  7703.     protected function getTaxFreeConfigFieldSerializerService()
  7704.     {
  7705.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  7708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TaxFreeConfigFieldSerializer.php';
  7709.         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()));
  7710.     }
  7711.     /**
  7712.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer' shared service.
  7713.      *
  7714.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer
  7715.      */
  7716.     protected function getTimeZoneFieldSerializerService()
  7717.     {
  7718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TimeZoneFieldSerializer.php';
  7721.         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()));
  7722.     }
  7723.     /**
  7724.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer' shared service.
  7725.      *
  7726.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer
  7727.      */
  7728.     protected function getTranslatedFieldSerializerService()
  7729.     {
  7730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslatedFieldSerializer.php';
  7732.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer();
  7733.     }
  7734.     /**
  7735.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer' shared service.
  7736.      *
  7737.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer
  7738.      */
  7739.     protected function getTranslationsAssociationFieldSerializerService()
  7740.     {
  7741.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslationsAssociationFieldSerializer.php';
  7743.         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()));
  7744.     }
  7745.     /**
  7746.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer' shared service.
  7747.      *
  7748.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer
  7749.      */
  7750.     protected function getUpdatedAtFieldSerializerService()
  7751.     {
  7752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  7755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedAtFieldSerializer.php';
  7756.         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()));
  7757.     }
  7758.     /**
  7759.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer' shared service.
  7760.      *
  7761.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer
  7762.      */
  7763.     protected function getUpdatedByFieldSerializerService()
  7764.     {
  7765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  7768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedByFieldSerializer.php';
  7769.         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()));
  7770.     }
  7771.     /**
  7772.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer' shared service.
  7773.      *
  7774.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer
  7775.      */
  7776.     protected function getVariantListingConfigFieldSerializerService()
  7777.     {
  7778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  7780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VariantListingConfigFieldSerializer.php';
  7781.         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()));
  7782.     }
  7783.     /**
  7784.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer' shared service.
  7785.      *
  7786.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer
  7787.      */
  7788.     protected function getVersionDataPayloadFieldSerializerService()
  7789.     {
  7790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionDataPayloadFieldSerializer.php';
  7792.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer();
  7793.     }
  7794.     /**
  7795.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer' shared service.
  7796.      *
  7797.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer
  7798.      */
  7799.     protected function getVersionFieldSerializerService()
  7800.     {
  7801.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionFieldSerializer.php';
  7803.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer();
  7804.     }
  7805.     /**
  7806.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry' shared service.
  7807.      *
  7808.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry
  7809.      */
  7810.     protected function getEntityIndexerRegistryService()
  7811.     {
  7812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexerRegistry.php';
  7813.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  7814.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'])) {
  7815.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'];
  7816.         }
  7817.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7818.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'])) {
  7819.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'];
  7820.         }
  7821.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry(new RewindableGenerator(function () {
  7822.             yield => ($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] ?? $this->getLandingPageIndexerService());
  7823.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] ?? $this->getProductIndexerService());
  7824.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'] ?? $this->getCustomerIndexerService());
  7825.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] ?? $this->getSalesChannelIndexerService());
  7826.             yield => ($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] ?? $this->getCategoryIndexerService());
  7827.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] ?? $this->getMediaIndexerService());
  7828.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] ?? $this->getMediaFolderConfigurationIndexerService());
  7829.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] ?? $this->getMediaFolderIndexerService());
  7830.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  7831.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] ?? $this->getNewsletterRecipientIndexerService());
  7832.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  7833.             yield 11 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] ?? $this->getProductStreamIndexerService());
  7834.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  7835.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'] ?? $this->getPaymentMethodIndexerService());
  7836.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] ?? $this->getPromotionIndexerService());
  7837.             yield 15 => ($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] ?? $this->getThemeIndexerService());
  7838.         }, 16), $a$b);
  7839.     }
  7840.     /**
  7841.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Read\EntityReaderInterface' shared service.
  7842.      *
  7843.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader
  7844.      */
  7845.     protected function getEntityReaderInterfaceService()
  7846.     {
  7847.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7848.     }
  7849.     /**
  7850.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface' shared service.
  7851.      *
  7852.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator
  7853.      */
  7854.     protected function getEntityAggregatorInterfaceService()
  7855.     {
  7856.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  7857.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'])) {
  7858.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'];
  7859.         }
  7860.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7861.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'])) {
  7862.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'];
  7863.         }
  7864.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  7865.         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())), $c, ($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($c), $b);
  7866.     }
  7867.     /**
  7868.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface' shared service.
  7869.      *
  7870.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher
  7871.      */
  7872.     protected function getEntitySearcherInterfaceService()
  7873.     {
  7874.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  7875.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'])) {
  7876.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'];
  7877.         }
  7878.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7879.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'])) {
  7880.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'];
  7881.         }
  7882.         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())), $a, ($this->privates['Shopware\\Elasticsearch\\Framework\\DataAbstractionLayer\\CriteriaParser'] ?? $this->getCriteriaParserService()), new \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearchHydrator(), $b);
  7883.     }
  7884.     /**
  7885.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\VersionManager' shared service.
  7886.      *
  7887.      * @return \Shopware\Core\Framework\DataAbstractionLayer\VersionManager
  7888.      */
  7889.     protected function getVersionManagerService()
  7890.     {
  7891.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  7892.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7893.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7894.         }
  7895.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  7896.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7897.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7898.         }
  7899.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  7900.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7901.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7902.         }
  7903.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7904.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7905.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7906.         }
  7907.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] = new \Shopware\Core\Framework\DataAbstractionLayer\VersionManager($a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $b$c$d, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] ?? $this->getVersionCommitDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] ?? $this->getVersionCommitDataDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] ?? $this->getVersionDefinitionService()), ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
  7908.     }
  7909.     /**
  7910.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  7911.      *
  7912.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  7913.      */
  7914.     protected function getVersionCommitDataDefinitionService()
  7915.     {
  7916.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  7917.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7918.         return $instance;
  7919.     }
  7920.     /**
  7921.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  7922.      *
  7923.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  7924.      */
  7925.     protected function getVersionCommitDefinitionService()
  7926.     {
  7927.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  7928.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7929.         return $instance;
  7930.     }
  7931.     /**
  7932.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  7933.      *
  7934.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  7935.      */
  7936.     protected function getVersionDefinitionService()
  7937.     {
  7938.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  7939.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7940.         return $instance;
  7941.     }
  7942.     /**
  7943.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteGatewayInterface' shared service.
  7944.      *
  7945.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway
  7946.      */
  7947.     protected function getEntityWriteGatewayInterfaceService()
  7948.     {
  7949.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7950.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'])) {
  7951.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'];
  7952.         }
  7953.         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 () {
  7954.             yield => ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] = new \Shopware\Core\System\Language\LanguageExceptionHandler()));
  7955.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] = new \Shopware\Core\System\SalesChannel\SalesChannelExceptionHandler()));
  7956.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductExceptionHandler()));
  7957.             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()));
  7958.             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()));
  7959.             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()));
  7960.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] = new \Shopware\Core\Content\Newsletter\NewsletterExceptionHandler()));
  7961.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] = new \Shopware\Core\Content\ProductExport\DataAbstractionLayer\ProductExportExceptionHandler()));
  7962.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] = new \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerWishlistProductExceptionHandler()));
  7963.             yield => ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] = new \Shopware\Core\Checkout\Order\OrderExceptionHandler()));
  7964.         }, 10)), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7965.     }
  7966.     /**
  7967.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter' shared service.
  7968.      *
  7969.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter
  7970.      */
  7971.     protected function getEntityWriterService()
  7972.     {
  7973.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService());
  7974.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'])) {
  7975.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'];
  7976.         }
  7977.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  7978.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'])) {
  7979.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'];
  7980.         }
  7981.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  7982.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  7983.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] = new \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter($a, new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityForeignKeyResolver($c, ($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\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService()), $d, new \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteResultFactory($d$c));
  7984.     }
  7985.     /**
  7986.      * Gets the public 'Shopware\Core\Framework\Event\BusinessEventRegistry' shared service.
  7987.      *
  7988.      * @return \Shopware\Core\Framework\Event\BusinessEventRegistry
  7989.      */
  7990.     protected function getBusinessEventRegistryService()
  7991.     {
  7992.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventRegistry.php';
  7993.         $this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] = $instance = new \Shopware\Core\Framework\Event\BusinessEventRegistry();
  7994.         $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']);
  7995.         return $instance;
  7996.     }
  7997.     /**
  7998.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  7999.      *
  8000.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  8001.      */
  8002.     protected function getEventActionRuleDefinitionService()
  8003.     {
  8004.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  8005.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  8006.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8007.         return $instance;
  8008.     }
  8009.     /**
  8010.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  8011.      *
  8012.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  8013.      */
  8014.     protected function getEventActionSalesChannelDefinitionService()
  8015.     {
  8016.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  8017.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  8018.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8019.         return $instance;
  8020.     }
  8021.     /**
  8022.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  8023.      *
  8024.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  8025.      */
  8026.     protected function getEventActionDefinitionService()
  8027.     {
  8028.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  8029.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8030.         return $instance;
  8031.     }
  8032.     /**
  8033.      * Gets the public 'Shopware\Core\Framework\Increment\Controller\IncrementApiController' shared service.
  8034.      *
  8035.      * @return \Shopware\Core\Framework\Increment\Controller\IncrementApiController
  8036.      */
  8037.     protected function getIncrementApiControllerService()
  8038.     {
  8039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/Controller/IncrementApiController.php';
  8040.         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()));
  8041.     }
  8042.     /**
  8043.      * Gets the public 'Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  8044.      *
  8045.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  8046.      */
  8047.     protected function getLogEntryDefinitionService()
  8048.     {
  8049.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  8050.         $this->services['Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  8051.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8052.         return $instance;
  8053.     }
  8054.     /**
  8055.      * Gets the public 'Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController' shared service.
  8056.      *
  8057.      * @return \Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController
  8058.      */
  8059.     protected function getConsumeMessagesControllerService()
  8060.     {
  8061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Api/ConsumeMessagesController.php';
  8062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/EarlyReturnMessagesListener.php';
  8063.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/DispatchPcntlSignalListener.php';
  8064.         $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()), ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()), ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener())), new \Shopware\Core\Framework\MessageQueue\Subscriber\EarlyReturnMessagesListener(), 'default''128M');
  8065.         $instance->setContainer($this);
  8066.         return $instance;
  8067.     }
  8068.     /**
  8069.      * Gets the public 'Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  8070.      *
  8071.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  8072.      */
  8073.     protected function getDeadMessageDefinitionService()
  8074.     {
  8075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  8076.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  8077.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8078.         return $instance;
  8079.     }
  8080.     /**
  8081.      * Gets the public 'Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  8082.      *
  8083.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  8084.      */
  8085.     protected function getMessageQueueStatsDefinitionService()
  8086.     {
  8087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  8088.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  8089.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8090.         return $instance;
  8091.     }
  8092.     /**
  8093.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController' shared service.
  8094.      *
  8095.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController
  8096.      */
  8097.     protected function getScheduledTaskController2Service()
  8098.     {
  8099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Api/ScheduledTaskController.php';
  8100.         $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()));
  8101.         $instance->setContainer($this);
  8102.         return $instance;
  8103.     }
  8104.     /**
  8105.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  8106.      *
  8107.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  8108.      */
  8109.     protected function getScheduledTaskDefinitionService()
  8110.     {
  8111.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  8112.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8113.         return $instance;
  8114.     }
  8115.     /**
  8116.      * Gets the public 'Shopware\Core\Framework\Migration\Api\MigrationController' shared service.
  8117.      *
  8118.      * @return \Shopware\Core\Framework\Migration\Api\MigrationController
  8119.      */
  8120.     protected function getMigrationControllerService()
  8121.     {
  8122.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Api/MigrationController.php';
  8123.         $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.20.2');
  8124.         $instance->setContainer($this);
  8125.         return $instance;
  8126.     }
  8127.     /**
  8128.      * Gets the public 'Shopware\Core\Framework\Migration\IndexerQueuer' shared service.
  8129.      *
  8130.      * @return \Shopware\Core\Framework\Migration\IndexerQueuer
  8131.      */
  8132.     protected function getIndexerQueuerService()
  8133.     {
  8134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/IndexerQueuer.php';
  8135.         return $this->services['Shopware\\Core\\Framework\\Migration\\IndexerQueuer'] = new \Shopware\Core\Framework\Migration\IndexerQueuer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  8136.     }
  8137.     /**
  8138.      * Gets the public 'Shopware\Core\Framework\Migration\MigrationCollectionLoader' shared service.
  8139.      *
  8140.      * @return \Shopware\Core\Framework\Migration\MigrationCollectionLoader
  8141.      */
  8142.     protected function getMigrationCollectionLoaderService()
  8143.     {
  8144.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationCollectionLoader.php';
  8145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationRuntime.php';
  8146.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  8147.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  8148.         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 () {
  8149.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] = new \Shopware\Core\Framework\Migration\MigrationSource('core')));
  8150.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] ?? $this->getMigrationSource_Core_V63Service());
  8151.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] ?? $this->getMigrationSource_Core_V64Service());
  8152.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] ?? $this->getMigrationSource_Core_V65Service());
  8153.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] = new \Shopware\Core\Framework\Migration\MigrationSource('null', [])));
  8154.             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'])));
  8155.             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'])));
  8156.             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'])));
  8157.             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'])));
  8158.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_ScopPlatformRedirecter'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_ScopPlatformRedirecter'] = new \Shopware\Core\Framework\Migration\MigrationSource('ScopPlatformRedirecter', [(\dirname(__DIR__4).'/custom/plugins/ScopPlatformRedirecter/src/Migration') => 'Scop\\PlatformRedirecter\\Migration'])));
  8159.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_ThemeOkeOnline'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_ThemeOkeOnline'] = new \Shopware\Core\Framework\Migration\MigrationSource('ThemeOkeOnline', [(\dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Migration') => 'ThemeOkeOnline\\Migration'])));
  8160.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_MolliePayments'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_MolliePayments'] = new \Shopware\Core\Framework\Migration\MigrationSource('MolliePayments', [(\dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Migration') => 'Kiener\\MolliePayments\\Migration'])));
  8161.         }, 12), $b);
  8162.     }
  8163.     /**
  8164.      * Gets the public 'Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  8165.      *
  8166.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  8167.      */
  8168.     protected function getPluginTranslationDefinitionService()
  8169.     {
  8170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  8172.         $this->services['Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  8173.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8174.         return $instance;
  8175.     }
  8176.     /**
  8177.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginCollection' shared service.
  8178.      *
  8179.      * @return \Shopware\Core\Framework\Plugin\KernelPluginCollection
  8180.      */
  8181.     protected function getKernelPluginCollectionService()
  8182.     {
  8183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginCollection.php';
  8184.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstances();
  8185.     }
  8186.     /**
  8187.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader' shared service.
  8188.      *
  8189.      * @return \Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader
  8190.      */
  8191.     protected function getKernelPluginLoaderService()
  8192.     {
  8193.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  8194.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  8195.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  8196.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  8197.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php';
  8198.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getPluginLoader();
  8199.     }
  8200.     /**
  8201.      * Gets the public 'Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  8202.      *
  8203.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  8204.      */
  8205.     protected function getPluginDefinitionService()
  8206.     {
  8207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  8208.         $this->services['Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  8209.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8210.         return $instance;
  8211.     }
  8212.     /**
  8213.      * Gets the public 'Shopware\Core\Framework\Plugin\Util\PluginIdProvider' shared service.
  8214.      *
  8215.      * @return \Shopware\Core\Framework\Plugin\Util\PluginIdProvider
  8216.      */
  8217.     protected function getPluginIdProviderService()
  8218.     {
  8219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginIdProvider.php';
  8220.         return $this->services['Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider'] = new \Shopware\Core\Framework\Plugin\Util\PluginIdProvider(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  8221.     }
  8222.     /**
  8223.      * Gets the public 'Shopware\Core\Framework\Routing\CanonicalRedirectService' shared service.
  8224.      *
  8225.      * @return \Shopware\Core\Framework\Routing\CanonicalRedirectService
  8226.      */
  8227.     protected function getCanonicalRedirectServiceService()
  8228.     {
  8229.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CanonicalRedirectService.php';
  8230.         return $this->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] = new \Shopware\Core\Framework\Routing\CanonicalRedirectService(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  8231.     }
  8232.     /**
  8233.      * Gets the public 'Shopware\Core\Framework\Routing\RequestTransformerInterface' shared autowired service.
  8234.      *
  8235.      * @return \Shopware\Storefront\Framework\Routing\RequestTransformer
  8236.      */
  8237.     protected function getRequestTransformerInterfaceService()
  8238.     {
  8239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformerInterface.php';
  8240.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/RequestTransformer.php';
  8241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformer.php';
  8242.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/AbstractDomainLoader.php';
  8243.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoader.php';
  8244.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/DomainLoader.php';
  8245.         return $this->services['Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface'] = new \Shopware\Storefront\Framework\Routing\RequestTransformer(new \Shopware\Core\Framework\Routing\RequestTransformer(), ($this->services['Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver'] ?? $this->getEmptyPathInfoResolverService()), $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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
  8246.     }
  8247.     /**
  8248.      * Gets the public 'Shopware\Core\Framework\Rule\Api\RuleConfigController' shared service.
  8249.      *
  8250.      * @return \Shopware\Core\Framework\Rule\Api\RuleConfigController
  8251.      */
  8252.     protected function getRuleConfigControllerService()
  8253.     {
  8254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Api/RuleConfigController.php';
  8255.         $this->services['Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController'] = $instance = new \Shopware\Core\Framework\Rule\Api\RuleConfigController(new RewindableGenerator(function () {
  8256.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  8257.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  8258.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  8259.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  8260.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  8261.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  8262.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  8263.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  8264.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  8265.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  8266.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  8267.             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()));
  8268.             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()));
  8269.             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()));
  8270.             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()));
  8271.             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()));
  8272.             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()));
  8273.             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()));
  8274.             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()));
  8275.             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()));
  8276.             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()));
  8277.             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()));
  8278.             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()));
  8279.             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()));
  8280.             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()));
  8281.             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()));
  8282.             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()));
  8283.             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()));
  8284.             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()));
  8285.             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()));
  8286.             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()));
  8287.             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()));
  8288.             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()));
  8289.             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()));
  8290.             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()));
  8291.             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()));
  8292.             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()));
  8293.             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()));
  8294.             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()));
  8295.             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()));
  8296.             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()));
  8297.             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()));
  8298.             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()));
  8299.             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()));
  8300.             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()));
  8301.             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()));
  8302.             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()));
  8303.             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()));
  8304.             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()));
  8305.             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()));
  8306.             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()));
  8307.             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()));
  8308.             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()));
  8309.             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()));
  8310.             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()));
  8311.             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()));
  8312.             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()));
  8313.             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()));
  8314.             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()));
  8315.             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()));
  8316.             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()));
  8317.             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()));
  8318.             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()));
  8319.             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()));
  8320.             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()));
  8321.             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()));
  8322.             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()));
  8323.             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()));
  8324.             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()));
  8325.             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()));
  8326.             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()));
  8327.             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()));
  8328.             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()));
  8329.             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()));
  8330.             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()));
  8331.             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()));
  8332.             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()));
  8333.             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()));
  8334.             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()));
  8335.             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()));
  8336.             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()));
  8337.             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()));
  8338.             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()));
  8339.             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()));
  8340.             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()));
  8341.             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()));
  8342.             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()));
  8343.             yield 87 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemProductStatesRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemProductStatesRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemProductStatesRule()));
  8344.             yield 88 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerAgeRule()));
  8345.             yield 89 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastLoginRule()));
  8346.             yield 90 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\AffiliateCodeRule()));
  8347.             yield 91 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CampaignCodeRule()));
  8348.             yield 92 => ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Rule\\LineItemSubscriptionRule'] ?? ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Rule\\LineItemSubscriptionRule'] = new \Kiener\MolliePayments\Components\Subscription\Rule\LineItemSubscriptionRule()));
  8349.             yield 93 => ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Rule\\CartSubscriptionRule'] ?? ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Rule\\CartSubscriptionRule'] = new \Kiener\MolliePayments\Components\Subscription\Rule\CartSubscriptionRule()));
  8350.         }, 94));
  8351.         $instance->setContainer($this);
  8352.         return $instance;
  8353.     }
  8354.     /**
  8355.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptApiRoute' shared service.
  8356.      *
  8357.      * @return \Shopware\Core\Framework\Script\Api\ScriptApiRoute
  8358.      */
  8359.     protected function getScriptApiRouteService()
  8360.     {
  8361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptApiRoute.php';
  8362.         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()));
  8363.     }
  8364.     /**
  8365.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory' shared service.
  8366.      *
  8367.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory
  8368.      */
  8369.     protected function getScriptResponseFactoryFacadeHookFactoryService()
  8370.     {
  8371.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  8372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseFactoryFacadeHookFactory.php';
  8373.         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()));
  8374.     }
  8375.     /**
  8376.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute' shared service.
  8377.      *
  8378.      * @return \Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute
  8379.      */
  8380.     protected function getScriptStoreApiRouteService()
  8381.     {
  8382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptStoreApiRoute.php';
  8383.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8384.     }
  8385.     /**
  8386.      * Gets the public 'Shopware\Core\Framework\Script\Execution\ScriptExecutor' shared service.
  8387.      *
  8388.      * @return \Shopware\Core\Framework\Script\Execution\ScriptExecutor
  8389.      */
  8390.     protected function getScriptExecutorService()
  8391.     {
  8392.         $a = ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  8393.         if (isset($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'])) {
  8394.             return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'];
  8395.         }
  8396.         $b = ($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService());
  8397.         if (isset($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'])) {
  8398.             return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'];
  8399.         }
  8400.         return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] = new \Shopware\Core\Framework\Script\Execution\ScriptExecutor($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($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);
  8401.     }
  8402.     /**
  8403.      * Gets the public 'Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  8404.      *
  8405.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  8406.      */
  8407.     protected function getScriptDefinitionService()
  8408.     {
  8409.         $this->services['Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  8410.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8411.         return $instance;
  8412.     }
  8413.     /**
  8414.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController' shared service.
  8415.      *
  8416.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController
  8417.      */
  8418.     protected function getExtensionStoreActionsControllerService()
  8419.     {
  8420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreActionsController.php';
  8421.         $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()));
  8422.         $instance->setContainer($this);
  8423.         return $instance;
  8424.     }
  8425.     /**
  8426.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreDataController' shared service.
  8427.      *
  8428.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreDataController
  8429.      */
  8430.     protected function getExtensionStoreDataControllerService()
  8431.     {
  8432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreDataController.php';
  8433.         $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()));
  8434.         $instance->setContainer($this);
  8435.         return $instance;
  8436.     }
  8437.     /**
  8438.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController' shared service.
  8439.      *
  8440.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController
  8441.      */
  8442.     protected function getExtensionStoreLicensesControllerService()
  8443.     {
  8444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreLicensesController.php';
  8445.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionStoreLicensesService.php';
  8446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionStoreLicensesService.php';
  8447.         $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())));
  8448.         $instance->setContainer($this);
  8449.         return $instance;
  8450.     }
  8451.     /**
  8452.      * Gets the public 'Shopware\Core\Framework\Store\Api\FirstRunWizardController' shared service.
  8453.      *
  8454.      * @return \Shopware\Core\Framework\Store\Api\FirstRunWizardController
  8455.      */
  8456.     protected function getFirstRunWizardControllerService()
  8457.     {
  8458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/FirstRunWizardController.php';
  8459.         $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()));
  8460.         $instance->setContainer($this);
  8461.         return $instance;
  8462.     }
  8463.     /**
  8464.      * Gets the public 'Shopware\Core\Framework\Store\Api\StoreController' shared service.
  8465.      *
  8466.      * @return \Shopware\Core\Framework\Store\Api\StoreController
  8467.      */
  8468.     protected function getStoreControllerService()
  8469.     {
  8470.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/StoreController.php';
  8471.         $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()));
  8472.         $instance->setContainer($this);
  8473.         return $instance;
  8474.     }
  8475.     /**
  8476.      * Gets the public 'Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider' shared service.
  8477.      *
  8478.      * @return \Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider
  8479.      */
  8480.     protected function getStoreRequestOptionsProviderService()
  8481.     {
  8482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  8483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/StoreRequestOptionsProvider.php';
  8484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  8485.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  8486.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'])) {
  8487.             return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'];
  8488.         }
  8489.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  8490.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'])) {
  8491.             return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'];
  8492.         }
  8493.         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.20.2'$this->getEnv('INSTANCE_ID')))), ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()));
  8494.     }
  8495.     /**
  8496.      * Gets the public 'Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware' shared service.
  8497.      *
  8498.      * @return \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware
  8499.      */
  8500.     protected function getShopSecretInvalidMiddlewareService()
  8501.     {
  8502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  8503.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ShopSecretInvalidMiddleware.php';
  8504.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  8505.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'])) {
  8506.             return $this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'];
  8507.         }
  8508.         return $this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] = new \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  8509.     }
  8510.     /**
  8511.      * Gets the public 'Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware' shared service.
  8512.      *
  8513.      * @return \Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware
  8514.      */
  8515.     protected function getStoreSessionExpiredMiddlewareService()
  8516.     {
  8517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  8518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreSessionExpiredMiddleware.php';
  8519.         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())));
  8520.     }
  8521.     /**
  8522.      * Gets the public 'Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware' shared service.
  8523.      *
  8524.      * @return \Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware
  8525.      */
  8526.     protected function getVerifyResponseSignatureMiddlewareService()
  8527.     {
  8528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  8529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/VerifyResponseSignatureMiddleware.php';
  8530.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  8531.         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')]))));
  8532.     }
  8533.     /**
  8534.      * Gets the public 'Shopware\Core\Framework\Update\Api\UpdateController' shared service.
  8535.      *
  8536.      * @return \Shopware\Core\Framework\Update\Api\UpdateController
  8537.      */
  8538.     protected function getUpdateControllerService()
  8539.     {
  8540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Api/UpdateController.php';
  8541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/ApiClient.php';
  8542.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/UpdateApiHttpClientFactory.php';
  8543.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/RequirementsValidator.php';
  8544.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/PluginCompatibility.php';
  8545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  8546.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  8547.         $this->services['Shopware\\Core\\Framework\\Update\\Api\\UpdateController'] = $instance = new \Shopware\Core\Framework\Update\Api\UpdateController(\dirname(__DIR__4), new \Shopware\Core\Framework\Update\Services\ApiClient('6.4.20.2'$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), new \Shopware\Core\Framework\Update\Services\RequirementsValidator(new RewindableGenerator(function () {
  8548.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] ?? ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\PhpVersionCheck()));
  8549.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\LicenseCheck'] ?? $this->getLicenseCheckService());
  8550.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\WriteableCheck'] ?? $this->getWriteableCheckService());
  8551.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] ?? $this->getMysqlVersionCheckService());
  8552.         }, 4)), new \Shopware\Core\Framework\Update\Services\PluginCompatibility(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLifecycleService'] ?? $this->getExtensionLifecycleServiceService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), '6.4.20.2'$this->getEnv('bool:SHOPWARE_UPDATE_TEST'));
  8553.         $instance->setContainer($this);
  8554.         return $instance;
  8555.     }
  8556.     /**
  8557.      * Gets the public 'Shopware\Core\Framework\Util\HtmlSanitizer' shared service.
  8558.      *
  8559.      * @return \Shopware\Core\Framework\Util\HtmlSanitizer
  8560.      */
  8561.     protected function getHtmlSanitizerService()
  8562.     {
  8563.         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']);
  8564.     }
  8565.     /**
  8566.      * Gets the public 'Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  8567.      *
  8568.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  8569.      */
  8570.     protected function getWebhookEventLogDefinitionService()
  8571.     {
  8572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  8573.         $this->services['Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  8574.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8575.         return $instance;
  8576.     }
  8577.     /**
  8578.      * Gets the public 'Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  8579.      *
  8580.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  8581.      */
  8582.     protected function getWebhookDefinitionService()
  8583.     {
  8584.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  8585.         $this->services['Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  8586.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8587.         return $instance;
  8588.     }
  8589.     /**
  8590.      * Gets the public 'Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator' shared autowired service.
  8591.      *
  8592.      * @return \Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator
  8593.      */
  8594.     protected function getSalesChannelCreatorService()
  8595.     {
  8596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Service/SalesChannelCreator.php';
  8597.         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()));
  8598.     }
  8599.     /**
  8600.      * Gets the public 'Shopware\Core\Maintenance\User\Service\UserProvisioner' shared autowired service.
  8601.      *
  8602.      * @return \Shopware\Core\Maintenance\User\Service\UserProvisioner
  8603.      */
  8604.     protected function getUserProvisionerService()
  8605.     {
  8606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Service/UserProvisioner.php';
  8607.         return $this->services['Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner'] = new \Shopware\Core\Maintenance\User\Service\UserProvisioner(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  8608.     }
  8609.     /**
  8610.      * Gets the public 'Shopware\Core\Profiling\Profiler' shared service.
  8611.      *
  8612.      * @return \Shopware\Core\Profiling\Profiler
  8613.      */
  8614.     protected function getProfilerService()
  8615.     {
  8616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Profiler.php';
  8617.         return $this->services['Shopware\\Core\\Profiling\\Profiler'] = new \Shopware\Core\Profiling\Profiler(new RewindableGenerator(function () {
  8618.             yield 'Symfony' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Stopwatch'] ?? $this->getStopwatchService());
  8619.             yield 'Tideways' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] = new \Shopware\Core\Profiling\Integration\Tideways()));
  8620.             yield 'Datadog' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] = new \Shopware\Core\Profiling\Integration\Datadog()));
  8621.         }, 3), $this->parameters['shopware.profiler.integrations']);
  8622.     }
  8623.     /**
  8624.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  8625.      *
  8626.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  8627.      */
  8628.     protected function getCountryStateTranslationDefinitionService()
  8629.     {
  8630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  8632.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  8633.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8634.         return $instance;
  8635.     }
  8636.     /**
  8637.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition' shared service.
  8638.      *
  8639.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition
  8640.      */
  8641.     protected function getCountryStateDefinitionService()
  8642.     {
  8643.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition();
  8644.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8645.         return $instance;
  8646.     }
  8647.     /**
  8648.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition' shared service.
  8649.      *
  8650.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition
  8651.      */
  8652.     protected function getSalesChannelCountryStateDefinitionService()
  8653.     {
  8654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/SalesChannel/SalesChannelCountryStateDefinition.php';
  8655.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition();
  8656.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8657.         return $instance;
  8658.     }
  8659.     /**
  8660.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  8661.      *
  8662.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  8663.      */
  8664.     protected function getCountryTranslationDefinitionService()
  8665.     {
  8666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8667.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  8668.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  8669.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8670.         return $instance;
  8671.     }
  8672.     /**
  8673.      * Gets the public 'Shopware\Core\System\Country\CountryDefinition' shared service.
  8674.      *
  8675.      * @return \Shopware\Core\System\Country\CountryDefinition
  8676.      */
  8677.     protected function getCountryDefinitionService()
  8678.     {
  8679.         $this->services['Shopware\\Core\\System\\Country\\CountryDefinition'] = $instance = new \Shopware\Core\System\Country\CountryDefinition();
  8680.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8681.         return $instance;
  8682.     }
  8683.     /**
  8684.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryRoute' shared service.
  8685.      *
  8686.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute
  8687.      */
  8688.     protected function getCachedCountryRouteService()
  8689.     {
  8690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryRoute.php';
  8691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryRoute.php';
  8692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryRoute.php';
  8693.         return $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] = new \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute(new \Shopware\Core\System\Country\SalesChannel\CountryRoute(($this->services['sales_channel.country.repository'] ?? $this->getSalesChannel_Country_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()), []);
  8694.     }
  8695.     /**
  8696.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute' shared service.
  8697.      *
  8698.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute
  8699.      */
  8700.     protected function getCachedCountryStateRouteService()
  8701.     {
  8702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryStateRoute.php';
  8703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryStateRoute.php';
  8704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryStateRoute.php';
  8705.         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()), []);
  8706.     }
  8707.     /**
  8708.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition' shared service.
  8709.      *
  8710.      * @return \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition
  8711.      */
  8712.     protected function getSalesChannelCountryDefinitionService()
  8713.     {
  8714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/SalesChannelCountryDefinition.php';
  8715.         $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition();
  8716.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8717.         return $instance;
  8718.     }
  8719.     /**
  8720.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  8721.      *
  8722.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  8723.      */
  8724.     protected function getCurrencyCountryRoundingDefinitionService()
  8725.     {
  8726.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  8727.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8728.         return $instance;
  8729.     }
  8730.     /**
  8731.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  8732.      *
  8733.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  8734.      */
  8735.     protected function getCurrencyTranslationDefinitionService()
  8736.     {
  8737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  8739.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  8740.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8741.         return $instance;
  8742.     }
  8743.     /**
  8744.      * Gets the public 'Shopware\Core\System\Currency\CurrencyDefinition' shared service.
  8745.      *
  8746.      * @return \Shopware\Core\System\Currency\CurrencyDefinition
  8747.      */
  8748.     protected function getCurrencyDefinitionService()
  8749.     {
  8750.         $this->services['Shopware\\Core\\System\\Currency\\CurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\CurrencyDefinition();
  8751.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8752.         return $instance;
  8753.     }
  8754.     /**
  8755.      * Gets the public 'Shopware\Core\System\Currency\CurrencyFormatter' shared service.
  8756.      *
  8757.      * @return \Shopware\Core\System\Currency\CurrencyFormatter
  8758.      */
  8759.     protected function getCurrencyFormatterService()
  8760.     {
  8761.         return $this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] = new \Shopware\Core\System\Currency\CurrencyFormatter(($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  8762.     }
  8763.     /**
  8764.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute' shared service.
  8765.      *
  8766.      * @return \Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute
  8767.      */
  8768.     protected function getCachedCurrencyRouteService()
  8769.     {
  8770.         $a = ($this->services['sales_channel.currency.repository'] ?? $this->getSalesChannel_Currency_RepositoryService());
  8771.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  8772.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  8773.         }
  8774.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  8775.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  8776.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  8777.         }
  8778.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8779.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  8780.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  8781.         }
  8782.         return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'] = new \Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute(new \Shopware\Core\System\Currency\SalesChannel\CurrencyRoute($a), ($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())), $b$c, []);
  8783.     }
  8784.     /**
  8785.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition' shared service.
  8786.      *
  8787.      * @return \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition
  8788.      */
  8789.     protected function getSalesChannelCurrencyDefinitionService()
  8790.     {
  8791.         $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition();
  8792.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8793.         return $instance;
  8794.     }
  8795.     /**
  8796.      * Gets the public 'Shopware\Core\System\CustomEntity\Api\CustomEntityApiController' shared service.
  8797.      *
  8798.      * @return \Shopware\Core\System\CustomEntity\Api\CustomEntityApiController
  8799.      */
  8800.     protected function getCustomEntityApiControllerService()
  8801.     {
  8802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  8803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Api/CustomEntityApiController.php';
  8804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  8805.         $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()));
  8806.         $instance->setContainer($this);
  8807.         return $instance;
  8808.     }
  8809.     /**
  8810.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  8811.      *
  8812.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  8813.      */
  8814.     protected function getCustomEntityDefinitionService()
  8815.     {
  8816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  8817.         $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  8818.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8819.         return $instance;
  8820.     }
  8821.     /**
  8822.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityRegistrar' shared service.
  8823.      *
  8824.      * @return \Shopware\Core\System\CustomEntity\CustomEntityRegistrar
  8825.      */
  8826.     protected function getCustomEntityRegistrarService()
  8827.     {
  8828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php';
  8829.         return $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar'] = new \Shopware\Core\System\CustomEntity\CustomEntityRegistrar($this);
  8830.     }
  8831.     /**
  8832.      * Gets the public 'Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater' shared service.
  8833.      *
  8834.      * @return \Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater
  8835.      */
  8836.     protected function getCustomEntitySchemaUpdaterService()
  8837.     {
  8838.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntitySchemaUpdater.php';
  8839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/SchemaUpdater.php';
  8840.         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());
  8841.     }
  8842.     /**
  8843.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  8844.      *
  8845.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  8846.      */
  8847.     protected function getCustomFieldSetRelationDefinitionService()
  8848.     {
  8849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  8850.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  8851.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8852.         return $instance;
  8853.     }
  8854.     /**
  8855.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  8856.      *
  8857.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  8858.      */
  8859.     protected function getCustomFieldSetDefinitionService()
  8860.     {
  8861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  8862.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  8863.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8864.         return $instance;
  8865.     }
  8866.     /**
  8867.      * Gets the public 'Shopware\Core\System\CustomField\Api\CustomFieldSetActionController' shared service.
  8868.      *
  8869.      * @return \Shopware\Core\System\CustomField\Api\CustomFieldSetActionController
  8870.      */
  8871.     protected function getCustomFieldSetActionControllerService()
  8872.     {
  8873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Api/CustomFieldSetActionController.php';
  8874.         $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()));
  8875.         $instance->setContainer($this);
  8876.         return $instance;
  8877.     }
  8878.     /**
  8879.      * Gets the public 'Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  8880.      *
  8881.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  8882.      */
  8883.     protected function getCustomFieldDefinitionService()
  8884.     {
  8885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  8886.         $this->services['Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  8887.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8888.         return $instance;
  8889.     }
  8890.     /**
  8891.      * Gets the public 'Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  8892.      *
  8893.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  8894.      */
  8895.     protected function getDeliveryTimeTranslationDefinitionService()
  8896.     {
  8897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  8899.         $this->services['Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  8900.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8901.         return $instance;
  8902.     }
  8903.     /**
  8904.      * Gets the public 'Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  8905.      *
  8906.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  8907.      */
  8908.     protected function getDeliveryTimeDefinitionService()
  8909.     {
  8910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  8911.         $this->services['Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  8912.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8913.         return $instance;
  8914.     }
  8915.     /**
  8916.      * Gets the public 'Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  8917.      *
  8918.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  8919.      */
  8920.     protected function getIntegrationRoleDefinitionService()
  8921.     {
  8922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  8923.         $this->services['Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  8924.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8925.         return $instance;
  8926.     }
  8927.     /**
  8928.      * Gets the public 'Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  8929.      *
  8930.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  8931.      */
  8932.     protected function getIntegrationDefinitionService()
  8933.     {
  8934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  8935.         $this->services['Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  8936.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8937.         return $instance;
  8938.     }
  8939.     /**
  8940.      * Gets the public 'Shopware\Core\System\Language\LanguageDefinition' shared service.
  8941.      *
  8942.      * @return \Shopware\Core\System\Language\LanguageDefinition
  8943.      */
  8944.     protected function getLanguageDefinitionService()
  8945.     {
  8946.         $this->services['Shopware\\Core\\System\\Language\\LanguageDefinition'] = $instance = new \Shopware\Core\System\Language\LanguageDefinition();
  8947.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8948.         return $instance;
  8949.     }
  8950.     /**
  8951.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute' shared service.
  8952.      *
  8953.      * @return \Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute
  8954.      */
  8955.     protected function getCachedLanguageRouteService()
  8956.     {
  8957.         $a = ($this->services['sales_channel.language.repository'] ?? $this->getSalesChannel_Language_RepositoryService());
  8958.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  8959.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  8960.         }
  8961.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  8962.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  8963.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  8964.         }
  8965.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8966.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  8967.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  8968.         }
  8969.         return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'] = new \Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute(new \Shopware\Core\System\Language\SalesChannel\LanguageRoute($a), ($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())), $b$c, []);
  8970.     }
  8971.     /**
  8972.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition' shared service.
  8973.      *
  8974.      * @return \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition
  8975.      */
  8976.     protected function getSalesChannelLanguageDefinitionService()
  8977.     {
  8978.         $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition();
  8979.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8980.         return $instance;
  8981.     }
  8982.     /**
  8983.      * Gets the public 'Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  8984.      *
  8985.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  8986.      */
  8987.     protected function getLocaleTranslationDefinitionService()
  8988.     {
  8989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  8991.         $this->services['Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  8992.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8993.         return $instance;
  8994.     }
  8995.     /**
  8996.      * Gets the public 'Shopware\Core\System\Locale\LocaleDefinition' shared service.
  8997.      *
  8998.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  8999.      */
  9000.     protected function getLocaleDefinitionService()
  9001.     {
  9002.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  9003.         $this->services['Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  9004.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9005.         return $instance;
  9006.     }
  9007.     /**
  9008.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  9009.      *
  9010.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  9011.      */
  9012.     protected function getNumberRangeSalesChannelDefinitionService()
  9013.     {
  9014.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  9015.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  9016.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9017.         return $instance;
  9018.     }
  9019.     /**
  9020.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  9021.      *
  9022.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  9023.      */
  9024.     protected function getNumberRangeStateDefinitionService()
  9025.     {
  9026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  9027.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  9028.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9029.         return $instance;
  9030.     }
  9031.     /**
  9032.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  9033.      *
  9034.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  9035.      */
  9036.     protected function getNumberRangeTranslationDefinitionService()
  9037.     {
  9038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  9040.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  9041.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9042.         return $instance;
  9043.     }
  9044.     /**
  9045.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  9046.      *
  9047.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  9048.      */
  9049.     protected function getNumberRangeTypeTranslationDefinitionService()
  9050.     {
  9051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9052.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  9053.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  9054.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9055.         return $instance;
  9056.     }
  9057.     /**
  9058.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  9059.      *
  9060.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  9061.      */
  9062.     protected function getNumberRangeTypeDefinitionService()
  9063.     {
  9064.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  9065.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  9066.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9067.         return $instance;
  9068.     }
  9069.     /**
  9070.      * Gets the public 'Shopware\Core\System\NumberRange\Api\NumberRangeController' shared service.
  9071.      *
  9072.      * @return \Shopware\Core\System\NumberRange\Api\NumberRangeController
  9073.      */
  9074.     protected function getNumberRangeControllerService()
  9075.     {
  9076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Api/NumberRangeController.php';
  9077.         $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()));
  9078.         $instance->setContainer($this);
  9079.         return $instance;
  9080.     }
  9081.     /**
  9082.      * Gets the public 'Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  9083.      *
  9084.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  9085.      */
  9086.     protected function getNumberRangeDefinitionService()
  9087.     {
  9088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  9089.         $this->services['Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  9090.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9091.         return $instance;
  9092.     }
  9093.     /**
  9094.      * Gets the public 'Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGeneratorInterface' shared service.
  9095.      *
  9096.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGenerator
  9097.      */
  9098.     protected function getNumberRangeValueGeneratorInterfaceService()
  9099.     {
  9100.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9101.         if (isset($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'])) {
  9102.             return $this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'];
  9103.         }
  9104.         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 () {
  9105.             yield => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternIncrement'] ?? $this->getValueGeneratorPatternIncrementService());
  9106.             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()));
  9107.         }, 2)), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  9108.     }
  9109.     /**
  9110.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  9111.      *
  9112.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  9113.      */
  9114.     protected function getSalesChannelAnalyticsDefinitionService()
  9115.     {
  9116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  9117.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  9118.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9119.         return $instance;
  9120.     }
  9121.     /**
  9122.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  9123.      *
  9124.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  9125.      */
  9126.     protected function getSalesChannelCountryDefinition2Service()
  9127.     {
  9128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  9129.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  9130.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9131.         return $instance;
  9132.     }
  9133.     /**
  9134.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  9135.      *
  9136.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  9137.      */
  9138.     protected function getSalesChannelCurrencyDefinition2Service()
  9139.     {
  9140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  9141.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  9142.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9143.         return $instance;
  9144.     }
  9145.     /**
  9146.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  9147.      *
  9148.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  9149.      */
  9150.     protected function getSalesChannelDomainDefinitionService()
  9151.     {
  9152.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  9153.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9154.         return $instance;
  9155.     }
  9156.     /**
  9157.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  9158.      *
  9159.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  9160.      */
  9161.     protected function getSalesChannelLanguageDefinition2Service()
  9162.     {
  9163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  9164.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  9165.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9166.         return $instance;
  9167.     }
  9168.     /**
  9169.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  9170.      *
  9171.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  9172.      */
  9173.     protected function getSalesChannelPaymentMethodDefinition2Service()
  9174.     {
  9175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  9176.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  9177.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9178.         return $instance;
  9179.     }
  9180.     /**
  9181.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  9182.      *
  9183.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  9184.      */
  9185.     protected function getSalesChannelShippingMethodDefinition2Service()
  9186.     {
  9187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  9188.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  9189.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9190.         return $instance;
  9191.     }
  9192.     /**
  9193.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  9194.      *
  9195.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  9196.      */
  9197.     protected function getSalesChannelTranslationDefinitionService()
  9198.     {
  9199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  9201.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  9202.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9203.         return $instance;
  9204.     }
  9205.     /**
  9206.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  9207.      *
  9208.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  9209.      */
  9210.     protected function getSalesChannelTypeTranslationDefinitionService()
  9211.     {
  9212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  9214.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  9215.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9216.         return $instance;
  9217.     }
  9218.     /**
  9219.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  9220.      *
  9221.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  9222.      */
  9223.     protected function getSalesChannelTypeDefinitionService()
  9224.     {
  9225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  9226.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  9227.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9228.         return $instance;
  9229.     }
  9230.     /**
  9231.      * Gets the public 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory' shared service.
  9232.      *
  9233.      * @return \Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory
  9234.      */
  9235.     protected function getSalesChannelContextFactoryService()
  9236.     {
  9237.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  9238.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  9239.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  9240.         }
  9241.         $b = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  9242.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  9243.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  9244.         }
  9245.         $c = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  9246.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  9247.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  9248.         }
  9249.         $d = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  9250.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  9251.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  9252.         }
  9253.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9254.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  9255.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  9256.         }
  9257.         $f = ($this->services['currency_country_rounding.repository'] ?? $this->getCurrencyCountryRounding_RepositoryService());
  9258.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  9259.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  9260.         }
  9261.         $g = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  9262.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  9263.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  9264.         }
  9265.         $h = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  9266.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  9267.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  9268.         }
  9269.         $i = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  9270.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  9271.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  9272.         }
  9273.         $j = ($this->services['tax.repository'] ?? $this->getTax_RepositoryService());
  9274.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  9275.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  9276.         }
  9277.         $k = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  9278.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  9279.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  9280.         }
  9281.         $l = ($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService());
  9282.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  9283.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  9284.         }
  9285.         $m = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  9286.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  9287.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  9288.         }
  9289.         $n = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  9290.         return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] = new \Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory(new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory($a$b$c$d, ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxDetector'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxDetector'] = new \Shopware\Core\Checkout\Cart\Tax\TaxDetector())), new RewindableGenerator(function () {
  9291.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\EntireCountryRuleTypeFilter()));
  9292.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\IndividualStatesRuleTypeFilter()));
  9293.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRangeRuleTypeFilter()));
  9294.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRuleTypeFilter()));
  9295.         }, 4), $e$f, new \Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory(new \Shopware\Core\System\SalesChannel\Context\BaseContextFactory($g$h$b$i$j$d$k, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $l$f), $n$m)), $n$m);
  9296.     }
  9297.     /**
  9298.      * Gets the public 'Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry' shared service.
  9299.      *
  9300.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry
  9301.      */
  9302.     protected function getSalesChannelDefinitionInstanceRegistryService()
  9303.     {
  9304.         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_download' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition''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''flow_template' => 'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition''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_line_item_download' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition''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''scop_platform_redirecter_redirect' => 'Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition''oo_category_info' => 'ThemeOkeOnline\\Core\\Content\\Category\\CategoryInfo\\CategoryInfoDefinition''oo_category_info_translation' => 'ThemeOkeOnline\\Core\\Content\\Category\\CategoryInfo\\Translation\\CategoryInfoTranslationDefinition''mollie_subscription' => 'Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\SubscriptionDefinition''mollie_subscription_address' => 'Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Aggregate\\SubscriptionAddress\\SubscriptionAddressDefinition''mollie_subscription_history' => 'Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Aggregate\\SubscriptionHistory\\SubscriptionHistoryDefinition''mollie_refund' => 'Kiener\\MolliePayments\\Components\\RefundManager\\DAL\\Refund\\RefundDefinition'], ['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']);
  9305.     }
  9306.     /**
  9307.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  9308.      *
  9309.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  9310.      */
  9311.     protected function getSalesChannelDefinitionService()
  9312.     {
  9313.         $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  9314.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9315.         return $instance;
  9316.     }
  9317.     /**
  9318.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute' shared service.
  9319.      *
  9320.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute
  9321.      */
  9322.     protected function getContextSwitchRouteService()
  9323.     {
  9324.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/AbstractContextSwitchRoute.php';
  9325.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/ContextSwitchRoute.php';
  9326.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  9327.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'])) {
  9328.             return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'];
  9329.         }
  9330.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  9331.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'])) {
  9332.             return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'];
  9333.         }
  9334.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9335.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'])) {
  9336.             return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'];
  9337.         }
  9338.         return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] = new \Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute($a$b$c);
  9339.     }
  9340.     /**
  9341.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController' shared service.
  9342.      *
  9343.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController
  9344.      */
  9345.     protected function getStoreApiInfoControllerService()
  9346.     {
  9347.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/StoreApiInfoController.php';
  9348.         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']);
  9349.     }
  9350.     /**
  9351.      * Gets the public 'Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  9352.      *
  9353.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  9354.      */
  9355.     protected function getSalutationTranslationDefinitionService()
  9356.     {
  9357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9358.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  9359.         $this->services['Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  9360.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9361.         return $instance;
  9362.     }
  9363.     /**
  9364.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute' shared service.
  9365.      *
  9366.      * @return \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute
  9367.      */
  9368.     protected function getCachedSalutationRouteService()
  9369.     {
  9370.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/AbstractSalutationRoute.php';
  9371.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/CachedSalutationRoute.php';
  9372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalutationRoute.php';
  9373.         $a = ($this->services['sales_channel.salutation.repository'] ?? $this->getSalesChannel_Salutation_RepositoryService());
  9374.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  9375.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  9376.         }
  9377.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  9378.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  9379.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  9380.         }
  9381.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9382.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  9383.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  9384.         }
  9385.         return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] = new \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute(new \Shopware\Core\System\Salutation\SalesChannel\SalutationRoute($a), ($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())), $b$c, []);
  9386.     }
  9387.     /**
  9388.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition' shared service.
  9389.      *
  9390.      * @return \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition
  9391.      */
  9392.     protected function getSalesChannelSalutationDefinitionService()
  9393.     {
  9394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  9395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalesChannelSalutationDefinition.php';
  9396.         $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition();
  9397.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  9398.         return $instance;
  9399.     }
  9400.     /**
  9401.      * Gets the public 'Shopware\Core\System\Salutation\SalutationDefinition' shared service.
  9402.      *
  9403.      * @return \Shopware\Core\System\Salutation\SalutationDefinition
  9404.      */
  9405.     protected function getSalutationDefinitionService()
  9406.     {
  9407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  9408.         $this->services['Shopware\\Core\\System\\Salutation\\SalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalutationDefinition();
  9409.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9410.         return $instance;
  9411.     }
  9412.     /**
  9413.      * Gets the public 'Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  9414.      *
  9415.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  9416.      */
  9417.     protected function getSnippetSetDefinitionService()
  9418.     {
  9419.         $this->services['Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  9420.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9421.         return $instance;
  9422.     }
  9423.     /**
  9424.      * Gets the public 'Shopware\Core\System\Snippet\Api\SnippetController' shared service.
  9425.      *
  9426.      * @return \Shopware\Core\System\Snippet\Api\SnippetController
  9427.      */
  9428.     protected function getSnippetControllerService()
  9429.     {
  9430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Api/SnippetController.php';
  9431.         $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()));
  9432.         $instance->setContainer($this);
  9433.         return $instance;
  9434.     }
  9435.     /**
  9436.      * Gets the public 'Shopware\Core\System\Snippet\Files\SnippetFileCollection' shared service.
  9437.      *
  9438.      * @return \Shopware\Core\System\Snippet\Files\SnippetFileCollection
  9439.      */
  9440.     protected function getSnippetFileCollectionService($lazyLoad true)
  9441.     {
  9442.         if ($lazyLoad) {
  9443.             return $this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] = $this->createProxy('SnippetFileCollection_08f09cc', function () {
  9444.                 return \SnippetFileCollection_08f09cc::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  9445.                     $wrappedInstance $this->getSnippetFileCollectionService(false);
  9446.                     $proxy->setProxyInitializer(null);
  9447.                     return true;
  9448.                 });
  9449.             });
  9450.         }
  9451.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileCollectionFactory.php';
  9452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoaderInterface.php';
  9453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoader.php';
  9454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/AppSnippetFileLoader.php';
  9455.         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();
  9456.     }
  9457.     /**
  9458.      * Gets the public 'Shopware\Core\System\Snippet\Filter\SnippetFilterFactory' shared service.
  9459.      *
  9460.      * @return \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory
  9461.      */
  9462.     protected function getSnippetFilterFactoryService()
  9463.     {
  9464.         return $this->services['Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory'] = new \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory(new RewindableGenerator(function () {
  9465.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] = new \Shopware\Core\System\Snippet\Filter\AuthorFilter()));
  9466.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] = new \Shopware\Core\System\Snippet\Filter\AddedFilter()));
  9467.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] = new \Shopware\Core\System\Snippet\Filter\EditedFilter()));
  9468.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] = new \Shopware\Core\System\Snippet\Filter\EmptySnippetFilter()));
  9469.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] = new \Shopware\Core\System\Snippet\Filter\NamespaceFilter()));
  9470.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] = new \Shopware\Core\System\Snippet\Filter\TermFilter()));
  9471.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] = new \Shopware\Core\System\Snippet\Filter\TranslationKeyFilter()));
  9472.         }, 7));
  9473.     }
  9474.     /**
  9475.      * Gets the public 'Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  9476.      *
  9477.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  9478.      */
  9479.     protected function getSnippetDefinitionService()
  9480.     {
  9481.         $this->services['Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  9482.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9483.         return $instance;
  9484.     }
  9485.     /**
  9486.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  9487.      *
  9488.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  9489.      */
  9490.     protected function getStateMachineHistoryDefinitionService()
  9491.     {
  9492.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  9493.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  9494.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9495.         return $instance;
  9496.     }
  9497.     /**
  9498.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  9499.      *
  9500.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  9501.      */
  9502.     protected function getStateMachineStateDefinitionService()
  9503.     {
  9504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  9505.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  9506.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9507.         return $instance;
  9508.     }
  9509.     /**
  9510.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  9511.      *
  9512.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  9513.      */
  9514.     protected function getStateMachineStateTranslationDefinitionService()
  9515.     {
  9516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  9518.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  9519.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9520.         return $instance;
  9521.     }
  9522.     /**
  9523.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  9524.      *
  9525.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  9526.      */
  9527.     protected function getStateMachineTransitionDefinitionService()
  9528.     {
  9529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  9530.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  9531.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9532.         return $instance;
  9533.     }
  9534.     /**
  9535.      * Gets the public 'Shopware\Core\System\StateMachine\Api\StateMachineActionController' shared service.
  9536.      *
  9537.      * @return \Shopware\Core\System\StateMachine\Api\StateMachineActionController
  9538.      */
  9539.     protected function getStateMachineActionControllerService()
  9540.     {
  9541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Api/StateMachineActionController.php';
  9542.         $this->services['Shopware\\Core\\System\\StateMachine\\Api\\StateMachineActionController'] = $instance = new \Shopware\Core\System\StateMachine\Api\StateMachineActionController(($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9543.         $instance->setContainer($this);
  9544.         return $instance;
  9545.     }
  9546.     /**
  9547.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  9548.      *
  9549.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  9550.      */
  9551.     protected function getStateMachineDefinitionService()
  9552.     {
  9553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  9554.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  9555.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9556.         return $instance;
  9557.     }
  9558.     /**
  9559.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  9560.      *
  9561.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  9562.      */
  9563.     protected function getStateMachineTranslationDefinitionService()
  9564.     {
  9565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9566.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  9567.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  9568.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9569.         return $instance;
  9570.     }
  9571.     /**
  9572.      * Gets the public 'Shopware\Core\System\SystemConfig\Api\SystemConfigController' shared service.
  9573.      *
  9574.      * @return \Shopware\Core\System\SystemConfig\Api\SystemConfigController
  9575.      */
  9576.     protected function getSystemConfigControllerService()
  9577.     {
  9578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Api/SystemConfigController.php';
  9579.         $this->services['Shopware\\Core\\System\\SystemConfig\\Api\\SystemConfigController'] = $instance = new \Shopware\Core\System\SystemConfig\Api\SystemConfigController(($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  9580.         $instance->setContainer($this);
  9581.         return $instance;
  9582.     }
  9583.     /**
  9584.      * Gets the public 'Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory' shared service.
  9585.      *
  9586.      * @return \Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory
  9587.      */
  9588.     protected function getSystemConfigFacadeHookFactoryService()
  9589.     {
  9590.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  9591.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Facade/SystemConfigFacadeHookFactory.php';
  9592.         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()));
  9593.     }
  9594.     /**
  9595.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  9596.      *
  9597.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  9598.      */
  9599.     protected function getSystemConfigDefinitionService()
  9600.     {
  9601.         $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  9602.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9603.         return $instance;
  9604.     }
  9605.     /**
  9606.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigService' shared service.
  9607.      *
  9608.      * @return \Shopware\Core\System\SystemConfig\SystemConfigService
  9609.      */
  9610.     protected function getSystemConfigServiceService()
  9611.     {
  9612.         $a = ($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService());
  9613.         if (isset($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'])) {
  9614.             return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'];
  9615.         }
  9616.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9617.         if (isset($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'])) {
  9618.             return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'];
  9619.         }
  9620.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  9621.         return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] = new \Shopware\Core\System\SystemConfig\SystemConfigService($c$a, ($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($c, ($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()))), $b);
  9622.     }
  9623.     /**
  9624.      * Gets the public 'Shopware\Core\System\Tag\Service\FilterTagIdsService' shared service.
  9625.      *
  9626.      * @return \Shopware\Core\System\Tag\Service\FilterTagIdsService
  9627.      */
  9628.     protected function getFilterTagIdsServiceService()
  9629.     {
  9630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/Service/FilterTagIdsService.php';
  9631.         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()));
  9632.     }
  9633.     /**
  9634.      * Gets the public 'Shopware\Core\System\Tag\TagDefinition' shared service.
  9635.      *
  9636.      * @return \Shopware\Core\System\Tag\TagDefinition
  9637.      */
  9638.     protected function getTagDefinitionService()
  9639.     {
  9640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  9641.         $this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  9642.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9643.         return $instance;
  9644.     }
  9645.     /**
  9646.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  9647.      *
  9648.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  9649.      */
  9650.     protected function getTaxRuleTypeTranslationDefinitionService()
  9651.     {
  9652.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  9654.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  9655.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9656.         return $instance;
  9657.     }
  9658.     /**
  9659.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  9660.      *
  9661.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  9662.      */
  9663.     protected function getTaxRuleTypeDefinitionService()
  9664.     {
  9665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  9666.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  9667.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9668.         return $instance;
  9669.     }
  9670.     /**
  9671.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  9672.      *
  9673.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  9674.      */
  9675.     protected function getTaxRuleDefinitionService()
  9676.     {
  9677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  9678.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  9679.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9680.         return $instance;
  9681.     }
  9682.     /**
  9683.      * Gets the public 'Shopware\Core\System\Tax\TaxDefinition' shared service.
  9684.      *
  9685.      * @return \Shopware\Core\System\Tax\TaxDefinition
  9686.      */
  9687.     protected function getTaxDefinitionService()
  9688.     {
  9689.         $this->services['Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  9690.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9691.         return $instance;
  9692.     }
  9693.     /**
  9694.      * Gets the public 'Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  9695.      *
  9696.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  9697.      */
  9698.     protected function getUnitTranslationDefinitionService()
  9699.     {
  9700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  9702.         $this->services['Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  9703.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9704.         return $instance;
  9705.     }
  9706.     /**
  9707.      * Gets the public 'Shopware\Core\System\Unit\UnitDefinition' shared service.
  9708.      *
  9709.      * @return \Shopware\Core\System\Unit\UnitDefinition
  9710.      */
  9711.     protected function getUnitDefinitionService()
  9712.     {
  9713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  9714.         $this->services['Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  9715.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9716.         return $instance;
  9717.     }
  9718.     /**
  9719.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  9720.      *
  9721.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  9722.      */
  9723.     protected function getUserAccessKeyDefinitionService()
  9724.     {
  9725.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  9726.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  9727.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9728.         return $instance;
  9729.     }
  9730.     /**
  9731.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  9732.      *
  9733.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  9734.      */
  9735.     protected function getUserConfigDefinitionService()
  9736.     {
  9737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  9738.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  9739.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9740.         return $instance;
  9741.     }
  9742.     /**
  9743.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  9744.      *
  9745.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  9746.      */
  9747.     protected function getUserRecoveryDefinitionService()
  9748.     {
  9749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  9750.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  9751.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9752.         return $instance;
  9753.     }
  9754.     /**
  9755.      * Gets the public 'Shopware\Core\System\User\Api\UserRecoveryController' shared service.
  9756.      *
  9757.      * @return \Shopware\Core\System\User\Api\UserRecoveryController
  9758.      */
  9759.     protected function getUserRecoveryControllerService()
  9760.     {
  9761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserRecoveryController.php';
  9762.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Recovery/UserRecoveryService.php';
  9763.         $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()));
  9764.         $instance->setContainer($this);
  9765.         return $instance;
  9766.     }
  9767.     /**
  9768.      * Gets the public 'Shopware\Core\System\User\Api\UserValidationController' shared service.
  9769.      *
  9770.      * @return \Shopware\Core\System\User\Api\UserValidationController
  9771.      */
  9772.     protected function getUserValidationControllerService()
  9773.     {
  9774.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserValidationController.php';
  9775.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Service/UserValidationService.php';
  9776.         $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())));
  9777.         $instance->setContainer($this);
  9778.         return $instance;
  9779.     }
  9780.     /**
  9781.      * Gets the public 'Shopware\Core\System\User\UserDefinition' shared service.
  9782.      *
  9783.      * @return \Shopware\Core\System\User\UserDefinition
  9784.      */
  9785.     protected function getUserDefinitionService()
  9786.     {
  9787.         $this->services['Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  9788.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9789.         return $instance;
  9790.     }
  9791.     /**
  9792.      * Gets the public 'Shopware\Elasticsearch\Admin\AdminElasticsearchHelper' shared service.
  9793.      *
  9794.      * @return \Shopware\Elasticsearch\Admin\AdminElasticsearchHelper
  9795.      */
  9796.     protected function getAdminElasticsearchHelperService()
  9797.     {
  9798.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  9799.         return $this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] = new \Shopware\Elasticsearch\Admin\AdminElasticsearchHelper($this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'), $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'), $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX'));
  9800.     }
  9801.     /**
  9802.      * Gets the public 'Shopware\Elasticsearch\Admin\AdminSearchController' shared service.
  9803.      *
  9804.      * @return \Shopware\Elasticsearch\Admin\AdminSearchController
  9805.      */
  9806.     protected function getAdminSearchController2Service()
  9807.     {
  9808.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminSearchController.php';
  9809.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  9810.         return $this->services['Shopware\\Elasticsearch\\Admin\\AdminSearchController'] = new \Shopware\Elasticsearch\Admin\AdminSearchController(($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearcher'] ?? $this->getAdminSearcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Serializer\\JsonEntityEncoder'] ?? $this->getJsonEntityEncoderService()), ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] ?? ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] = new \Shopware\Elasticsearch\Admin\AdminElasticsearchHelper($this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'), $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'), $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX')))));
  9811.     }
  9812.     /**
  9813.      * Gets the public 'Shopware\Elasticsearch\Framework\ElasticsearchHelper' shared service.
  9814.      *
  9815.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchHelper
  9816.      */
  9817.     protected function getElasticsearchHelperService()
  9818.     {
  9819.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  9820.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'])) {
  9821.             return $this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'];
  9822.         }
  9823.         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()));
  9824.     }
  9825.     /**
  9826.      * Gets the public 'Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler' shared service.
  9827.      *
  9828.      * @return \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler
  9829.      */
  9830.     protected function getCreateAliasTaskHandlerService()
  9831.     {
  9832.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/CreateAliasTaskHandler.php';
  9833.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  9834.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  9835.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  9836.         }
  9837.         $b = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  9838.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  9839.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  9840.         }
  9841.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9842.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  9843.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  9844.         }
  9845.         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);
  9846.     }
  9847.     /**
  9848.      * Gets the public 'Shopware\Storefront\Controller\AccountOrderController' shared service.
  9849.      *
  9850.      * @return \Shopware\Storefront\Controller\AccountOrderController
  9851.      */
  9852.     protected function getAccountOrderControllerService()
  9853.     {
  9854.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountOrderController.php';
  9855.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderPageLoader.php';
  9856.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountEditOrderPageLoader.php';
  9857.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderDetailPageLoader.php';
  9858.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9859.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9860.         $c = ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService());
  9861.         $d = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderService2Service());
  9862.         $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['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] ?? $this->getContextSwitchRouteService()), ($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);
  9863.         $instance->setContainer($this);
  9864.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9865.         return $instance;
  9866.     }
  9867.     /**
  9868.      * Gets the public 'Shopware\Storefront\Controller\AccountPaymentController' shared service.
  9869.      *
  9870.      * @return \Shopware\Storefront\Controller\AccountPaymentController
  9871.      */
  9872.     protected function getAccountPaymentControllerService()
  9873.     {
  9874.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountPaymentController.php';
  9875.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/PaymentMethod/AccountPaymentMethodPageLoader.php';
  9876.         $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()));
  9877.         $instance->setContainer($this);
  9878.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9879.         return $instance;
  9880.     }
  9881.     /**
  9882.      * Gets the public 'Shopware\Storefront\Controller\AccountProfileController' shared service.
  9883.      *
  9884.      * @return \Shopware\Storefront\Controller\AccountProfileController
  9885.      */
  9886.     protected function getAccountProfileControllerService()
  9887.     {
  9888.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountProfileController.php';
  9889.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Overview/AccountOverviewPageLoader.php';
  9890.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Profile/AccountProfilePageLoader.php';
  9891.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9892.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9893.         $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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9894.         $instance->setContainer($this);
  9895.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9896.         return $instance;
  9897.     }
  9898.     /**
  9899.      * Gets the public 'Shopware\Storefront\Controller\AddressController' shared service.
  9900.      *
  9901.      * @return \Shopware\Storefront\Controller\AddressController
  9902.      */
  9903.     protected function getAddressControllerService()
  9904.     {
  9905.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AddressController.php';
  9906.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Listing/AddressListingPageLoader.php';
  9907.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Detail/AddressDetailPageLoader.php';
  9908.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9909.         $b = ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService());
  9910.         $c = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  9911.         $d = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute'] ?? $this->getListAddressRouteService());
  9912.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9913.         $this->services['Shopware\\Storefront\\Controller\\AddressController'] = $instance = new \Shopware\Storefront\Controller\AddressController(new \Shopware\Storefront\Page\Address\Listing\AddressListingPageLoader($a$b$c$d$e, ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service())), 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['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute'] ?? $this->getUpsertAddressRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute'] ?? $this->getDeleteAddressRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute'] ?? $this->getChangeCustomerProfileRouteService()));
  9914.         $instance->setContainer($this);
  9915.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9916.         return $instance;
  9917.     }
  9918.     /**
  9919.      * Gets the public 'Shopware\Storefront\Controller\Api\CaptchaController' shared service.
  9920.      *
  9921.      * @return \Shopware\Storefront\Controller\Api\CaptchaController
  9922.      */
  9923.     protected function getCaptchaControllerService()
  9924.     {
  9925.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/Api/CaptchaController.php';
  9926.         $this->services['Shopware\\Storefront\\Controller\\Api\\CaptchaController'] = $instance = new \Shopware\Storefront\Controller\Api\CaptchaController(new RewindableGenerator(function () {
  9927.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  9928.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  9929.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  9930.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  9931.         }, 4));
  9932.         $instance->setContainer($this);
  9933.         return $instance;
  9934.     }
  9935.     /**
  9936.      * Gets the public 'Shopware\Storefront\Controller\AuthController' shared service.
  9937.      *
  9938.      * @return \Shopware\Storefront\Controller\AuthController
  9939.      */
  9940.     protected function getAuthController2Service()
  9941.     {
  9942.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AuthController.php';
  9943.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/RecoverPassword/AccountRecoverPasswordPageLoader.php';
  9944.         $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()));
  9945.         $instance->setContainer($this);
  9946.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9947.         return $instance;
  9948.     }
  9949.     /**
  9950.      * Gets the public 'Shopware\Storefront\Controller\CaptchaController' shared service.
  9951.      *
  9952.      * @return \Shopware\Storefront\Controller\CaptchaController
  9953.      */
  9954.     protected function getCaptchaController2Service()
  9955.     {
  9956.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CaptchaController.php';
  9957.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/AbstractBasicCaptchaPageletLoader.php';
  9958.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/BasicCaptchaPageletLoader.php';
  9959.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/AbstractBasicCaptchaGenerator.php';
  9960.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/BasicCaptchaGenerator.php';
  9961.         $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()));
  9962.         $instance->setContainer($this);
  9963.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9964.         return $instance;
  9965.     }
  9966.     /**
  9967.      * Gets the public 'Shopware\Storefront\Controller\CartLineItemController' shared service.
  9968.      *
  9969.      * @return \Shopware\Storefront\Controller\CartLineItemController
  9970.      */
  9971.     protected function getCartLineItemControllerService()
  9972.     {
  9973.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CartLineItemController.php';
  9974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  9975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemFactory.php';
  9976.         $this->services['Shopware\\Storefront\\Controller\\CartLineItemController'] = $instance = new \Shopware\Storefront\Controller\CartLineItemController(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service()), ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionItemBuilder())), ($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()));
  9977.         $instance->setContainer($this);
  9978.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9979.         return $instance;
  9980.     }
  9981.     /**
  9982.      * Gets the public 'Shopware\Storefront\Controller\CheckoutController' shared service.
  9983.      *
  9984.      * @return \Shopware\Storefront\Controller\CheckoutController
  9985.      */
  9986.     protected function getCheckoutControllerService()
  9987.     {
  9988.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CheckoutController.php';
  9989.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Cart/CheckoutCartPageLoader.php';
  9990.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Confirm/CheckoutConfirmPageLoader.php';
  9991.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Finish/CheckoutFinishPageLoader.php';
  9992.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Offcanvas/OffcanvasCartPageLoader.php';
  9993.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9994.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9995.         $c = ($this->privates['Shopware\\Storefront\\Checkout\\Cart\\SalesChannel\\StorefrontCartFacade'] ?? $this->getStorefrontCartFacadeService());
  9996.         $d = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  9997.         $e = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  9998.         $this->services['Shopware\\Storefront\\Controller\\CheckoutController'] = $instance = new \Shopware\Storefront\Controller\CheckoutController(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service()), 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->getOrderService2Service()), ($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()));
  9999.         $instance->setContainer($this);
  10000.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10001.         return $instance;
  10002.     }
  10003.     /**
  10004.      * Gets the public 'Shopware\Storefront\Controller\CmsController' shared service.
  10005.      *
  10006.      * @return \Shopware\Storefront\Controller\CmsController
  10007.      */
  10008.     protected function getCmsControllerService()
  10009.     {
  10010.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CmsController.php';
  10011.         $this->services['Shopware\\Storefront\\Controller\\CmsController'] = $instance = new \Shopware\Storefront\Controller\CmsController(($this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] ?? $this->getCmsRouteService()), ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute'] ?? $this->getCachedCategoryRouteService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] ?? $this->getResolveCriteriaProductListingRouteService()), ($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()));
  10012.         $instance->setContainer($this);
  10013.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10014.         return $instance;
  10015.     }
  10016.     /**
  10017.      * Gets the public 'Shopware\Storefront\Controller\ContextController' shared service.
  10018.      *
  10019.      * @return \Shopware\Storefront\Controller\ContextController
  10020.      */
  10021.     protected function getContextControllerService()
  10022.     {
  10023.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ContextController.php';
  10024.         $this->services['Shopware\\Storefront\\Controller\\ContextController'] = $instance = new \Shopware\Storefront\Controller\ContextController(($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] ?? $this->getContextSwitchRouteService()), ($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()));
  10025.         $instance->setContainer($this);
  10026.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10027.         return $instance;
  10028.     }
  10029.     /**
  10030.      * Gets the public 'Shopware\Storefront\Controller\CookieController' shared service.
  10031.      *
  10032.      * @return \Shopware\Storefront\Controller\CookieController
  10033.      */
  10034.     protected function getCookieControllerService()
  10035.     {
  10036.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CookieController.php';
  10037.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProviderInterface.php';
  10038.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/AppCookieProvider.php';
  10039.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProvider.php';
  10040.         $this->services['Shopware\\Storefront\\Controller\\CookieController'] = $instance = new \Shopware\Storefront\Controller\CookieController(new \Shopware\Storefront\Framework\Cookie\AppCookieProvider(new \Shopware\Storefront\Framework\Cookie\CookieProvider(), ($this->services['app.repository'] ?? $this->getApp_RepositoryService())), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  10041.         $instance->setContainer($this);
  10042.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10043.         return $instance;
  10044.     }
  10045.     /**
  10046.      * Gets the public 'Shopware\Storefront\Controller\CountryStateController' shared service.
  10047.      *
  10048.      * @return \Shopware\Storefront\Controller\CountryStateController
  10049.      */
  10050.     protected function getCountryStateControllerService()
  10051.     {
  10052.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CountryStateController.php';
  10053.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Country/CountryStateDataPageletLoader.php';
  10054.         $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()));
  10055.         $instance->setContainer($this);
  10056.         return $instance;
  10057.     }
  10058.     /**
  10059.      * Gets the public 'Shopware\Storefront\Controller\CsrfController' shared service.
  10060.      *
  10061.      * @return \Shopware\Storefront\Controller\CsrfController
  10062.      */
  10063.     protected function getCsrfControllerService()
  10064.     {
  10065.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CsrfController.php';
  10066.         $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');
  10067.         $instance->setContainer($this);
  10068.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10069.         return $instance;
  10070.     }
  10071.     /**
  10072.      * Gets the public 'Shopware\Storefront\Controller\DocumentController' shared service.
  10073.      *
  10074.      * @return \Shopware\Storefront\Controller\DocumentController
  10075.      */
  10076.     protected function getDocumentController2Service()
  10077.     {
  10078.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/DocumentController.php';
  10079.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Document/DocumentPageLoader.php';
  10080.         $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()));
  10081.         $instance->setContainer($this);
  10082.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10083.         return $instance;
  10084.     }
  10085.     /**
  10086.      * Gets the public 'Shopware\Storefront\Controller\DownloadController' shared service.
  10087.      *
  10088.      * @return \Shopware\Storefront\Controller\DownloadController
  10089.      */
  10090.     protected function getDownloadControllerService()
  10091.     {
  10092.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/DownloadController.php';
  10093.         $this->services['Shopware\\Storefront\\Controller\\DownloadController'] = $instance = new \Shopware\Storefront\Controller\DownloadController(($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DownloadRoute'] ?? $this->getDownloadRouteService()));
  10094.         $instance->setContainer($this);
  10095.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10096.         return $instance;
  10097.     }
  10098.     /**
  10099.      * Gets the public 'Shopware\Storefront\Controller\ErrorController' shared service.
  10100.      *
  10101.      * @return \Shopware\Storefront\Controller\ErrorController
  10102.      */
  10103.     protected function getErrorControllerService($lazyLoad true)
  10104.     {
  10105.         if ($lazyLoad) {
  10106.             return $this->services['Shopware\\Storefront\\Controller\\ErrorController'] = $this->createProxy('ErrorController_b437ad9', function () {
  10107.                 return \ErrorController_b437ad9::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10108.                     $wrappedInstance $this->getErrorControllerService(false);
  10109.                     $proxy->setProxyInitializer(null);
  10110.                     return true;
  10111.                 });
  10112.             });
  10113.         }
  10114.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ErrorTemplateResolver.php';
  10115.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoaderInterface.php';
  10116.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoader.php';
  10117.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  10118.         $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()));
  10119.         $instance->setContainer($this);
  10120.         $instance->setTwig($a);
  10121.         return $instance;
  10122.     }
  10123.     /**
  10124.      * Gets the public 'Shopware\Storefront\Controller\FormController' shared service.
  10125.      *
  10126.      * @return \Shopware\Storefront\Controller\FormController
  10127.      */
  10128.     protected function getFormControllerService()
  10129.     {
  10130.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/FormController.php';
  10131.         $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()));
  10132.         $instance->setContainer($this);
  10133.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10134.         return $instance;
  10135.     }
  10136.     /**
  10137.      * Gets the public 'Shopware\Storefront\Controller\LandingPageController' shared service.
  10138.      *
  10139.      * @return \Shopware\Storefront\Controller\LandingPageController
  10140.      */
  10141.     protected function getLandingPageControllerService()
  10142.     {
  10143.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/LandingPageController.php';
  10144.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/LandingPage/LandingPageLoader.php';
  10145.         $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())));
  10146.         $instance->setContainer($this);
  10147.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10148.         return $instance;
  10149.     }
  10150.     /**
  10151.      * Gets the public 'Shopware\Storefront\Controller\MaintenanceController' shared service.
  10152.      *
  10153.      * @return \Shopware\Storefront\Controller\MaintenanceController
  10154.      */
  10155.     protected function getMaintenanceControllerService()
  10156.     {
  10157.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/MaintenanceController.php';
  10158.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Maintenance/MaintenancePageLoader.php';
  10159.         $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()));
  10160.         $instance->setContainer($this);
  10161.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10162.         return $instance;
  10163.     }
  10164.     /**
  10165.      * Gets the public 'Shopware\Storefront\Controller\NavigationController' shared service.
  10166.      *
  10167.      * @return \Shopware\Storefront\Controller\NavigationController
  10168.      */
  10169.     protected function getNavigationControllerService()
  10170.     {
  10171.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NavigationController.php';
  10172.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoaderInterface.php';
  10173.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php';
  10174.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoaderInterface.php';
  10175.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoader.php';
  10176.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10177.         $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['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute'] ?? $this->getCachedCategoryRouteService()), ($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())));
  10178.         $instance->setContainer($this);
  10179.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10180.         return $instance;
  10181.     }
  10182.     /**
  10183.      * Gets the public 'Shopware\Storefront\Controller\NewsletterController' shared service.
  10184.      *
  10185.      * @return \Shopware\Storefront\Controller\NewsletterController
  10186.      */
  10187.     protected function getNewsletterControllerService()
  10188.     {
  10189.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NewsletterController.php';
  10190.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Newsletter/Subscribe/NewsletterSubscribePageLoader.php';
  10191.         $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()));
  10192.         $instance->setContainer($this);
  10193.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10194.         return $instance;
  10195.     }
  10196.     /**
  10197.      * Gets the public 'Shopware\Storefront\Controller\ProductController' shared service.
  10198.      *
  10199.      * @return \Shopware\Storefront\Controller\ProductController
  10200.      */
  10201.     protected function getProductControllerService()
  10202.     {
  10203.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ProductController.php';
  10204.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/ProductPageLoader.php';
  10205.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/QuickView/MinimalQuickViewPageLoader.php';
  10206.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10207.         $b = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService());
  10208.         $c = ($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] ?? $this->getProductReviewLoaderService());
  10209.         $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()), $a$b$c, ($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()), new \Shopware\Storefront\Page\Product\QuickView\MinimalQuickViewPageLoader($a$b), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute'] ?? $this->getProductReviewSaveRouteService()), ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()), $c, ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  10210.         $instance->setContainer($this);
  10211.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10212.         return $instance;
  10213.     }
  10214.     /**
  10215.      * Gets the public 'Shopware\Storefront\Controller\RegisterController' shared service.
  10216.      *
  10217.      * @return \Shopware\Storefront\Controller\RegisterController
  10218.      */
  10219.     protected function getRegisterControllerService()
  10220.     {
  10221.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/RegisterController.php';
  10222.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/AbstractCustomerGroupRegistrationPageLoader.php';
  10223.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/CustomerGroupRegistrationPageLoader.php';
  10224.         $a = ($this->privates['Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoader'] ?? $this->getAccountLoginPageLoaderService());
  10225.         $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->getCartService2Service()), ($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()));
  10226.         $instance->setContainer($this);
  10227.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10228.         return $instance;
  10229.     }
  10230.     /**
  10231.      * Gets the public 'Shopware\Storefront\Controller\ScriptController' shared service.
  10232.      *
  10233.      * @return \Shopware\Storefront\Controller\ScriptController
  10234.      */
  10235.     protected function getScriptControllerService()
  10236.     {
  10237.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ScriptController.php';
  10238.         $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()));
  10239.         $instance->setContainer($this);
  10240.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10241.         return $instance;
  10242.     }
  10243.     /**
  10244.      * Gets the public 'Shopware\Storefront\Controller\SearchController' shared service.
  10245.      *
  10246.      * @return \Shopware\Storefront\Controller\SearchController
  10247.      */
  10248.     protected function getSearchControllerService()
  10249.     {
  10250.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SearchController.php';
  10251.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Suggest/SuggestPageLoader.php';
  10252.         $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['Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute'] ?? $this->getResolvedCriteriaProductSearchRouteService()));
  10253.         $instance->setContainer($this);
  10254.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10255.         return $instance;
  10256.     }
  10257.     /**
  10258.      * Gets the public 'Shopware\Storefront\Controller\SitemapController' shared service.
  10259.      *
  10260.      * @return \Shopware\Storefront\Controller\SitemapController
  10261.      */
  10262.     protected function getSitemapControllerService()
  10263.     {
  10264.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SitemapController.php';
  10265.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Sitemap/SitemapPageLoader.php';
  10266.         $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())));
  10267.         $instance->setContainer($this);
  10268.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10269.         return $instance;
  10270.     }
  10271.     /**
  10272.      * Gets the public 'Shopware\Storefront\Controller\StoreApiProxyController' shared service.
  10273.      *
  10274.      * @return \Shopware\Storefront\Controller\StoreApiProxyController
  10275.      */
  10276.     protected function getStoreApiProxyControllerService()
  10277.     {
  10278.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/StoreApiProxyController.php';
  10279.         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())));
  10280.     }
  10281.     /**
  10282.      * Gets the public 'Shopware\Storefront\Controller\VerificationHashController' shared service.
  10283.      *
  10284.      * @return \Shopware\Storefront\Controller\VerificationHashController
  10285.      */
  10286.     protected function getVerificationHashControllerService()
  10287.     {
  10288.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/VerificationHashController.php';
  10289.         $this->services['Shopware\\Storefront\\Controller\\VerificationHashController'] = $instance = new \Shopware\Storefront\Controller\VerificationHashController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  10290.         $instance->setContainer($this);
  10291.         return $instance;
  10292.     }
  10293.     /**
  10294.      * Gets the public 'Shopware\Storefront\Controller\WellKnownController' shared service.
  10295.      *
  10296.      * @return \Shopware\Storefront\Controller\WellKnownController
  10297.      */
  10298.     protected function getWellKnownControllerService()
  10299.     {
  10300.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WellKnownController.php';
  10301.         $this->services['Shopware\\Storefront\\Controller\\WellKnownController'] = $instance = new \Shopware\Storefront\Controller\WellKnownController();
  10302.         $instance->setContainer($this);
  10303.         return $instance;
  10304.     }
  10305.     /**
  10306.      * Gets the public 'Shopware\Storefront\Controller\WishlistController' shared service.
  10307.      *
  10308.      * @return \Shopware\Storefront\Controller\WishlistController
  10309.      */
  10310.     protected function getWishlistControllerService()
  10311.     {
  10312.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WishlistController.php';
  10313.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/WishlistPageLoader.php';
  10314.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/GuestWishlistPageLoader.php';
  10315.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Wishlist/GuestWishlistPageletLoader.php';
  10316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  10317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  10318.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  10319.         $b = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute'] ?? $this->getLoadWishlistRouteService());
  10320.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10321.         $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);
  10322.         $instance->setContainer($this);
  10323.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10324.         return $instance;
  10325.     }
  10326.     /**
  10327.      * Gets the public 'Shopware\Storefront\Framework\Cache\CacheStore' shared autowired service.
  10328.      *
  10329.      * @return \Shopware\Storefront\Framework\Cache\CacheStore
  10330.      */
  10331.     protected function getCacheStoreService()
  10332.     {
  10333.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/StoreInterface.php';
  10334.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStore.php';
  10335.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidatorInterface.php';
  10336.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidator.php';
  10337.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/AbstractHttpCacheKeyGenerator.php';
  10338.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/HttpCacheKeyGenerator.php';
  10339.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10340.         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('b3717a76ebc1566204522dabc772a7b6'$a$this->parameters['storefront.http_cache.ignored_url_parameters']), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()), $this->parameters['session.storage.options']);
  10341.     }
  10342.     /**
  10343.      * Gets the public 'Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler' shared autowired service.
  10344.      *
  10345.      * @return \Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler
  10346.      */
  10347.     protected function getCsrfPlaceholderHandlerService()
  10348.     {
  10349.         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()));
  10350.     }
  10351.     /**
  10352.      * Gets the public 'Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry' shared autowired service.
  10353.      *
  10354.      * @return \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry
  10355.      */
  10356.     protected function getStorefrontMediaValidatorRegistryService()
  10357.     {
  10358.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Media/StorefrontMediaValidatorRegistry.php';
  10359.         return $this->services['Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry'] = new \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry(new RewindableGenerator(function () {
  10360.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaImageValidator()));
  10361.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaDocumentValidator()));
  10362.         }, 2));
  10363.     }
  10364.     /**
  10365.      * Gets the public 'Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader' shared autowired service.
  10366.      *
  10367.      * @return \Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader
  10368.      */
  10369.     protected function getCheckoutRegisterPageLoaderService()
  10370.     {
  10371.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Register/CheckoutRegisterPageLoader.php';
  10372.         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->getCartService2Service()), ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService()), ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService()));
  10373.     }
  10374.     /**
  10375.      * Gets the public 'Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder' shared autowired service.
  10376.      *
  10377.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder
  10378.      */
  10379.     protected function getProductCombinationFinderService()
  10380.     {
  10381.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductCombinationFinder.php';
  10382.         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()));
  10383.     }
  10384.     /**
  10385.      * Gets the public 'Shopware\Storefront\Page\Product\Review\ProductReviewLoader' shared service.
  10386.      *
  10387.      * @return \Shopware\Storefront\Page\Product\Review\ProductReviewLoader
  10388.      */
  10389.     protected function getProductReviewLoaderService()
  10390.     {
  10391.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Review/ProductReviewLoader.php';
  10392.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] ?? $this->getCachedProductReviewRouteService());
  10393.         if (isset($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'])) {
  10394.             return $this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'];
  10395.         }
  10396.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10397.         if (isset($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'])) {
  10398.             return $this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'];
  10399.         }
  10400.         return $this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] = new \Shopware\Storefront\Page\Product\Review\ProductReviewLoader($a$b);
  10401.     }
  10402.     /**
  10403.      * Gets the public 'Shopware\Storefront\Page\Search\SearchPageLoader' shared autowired service.
  10404.      *
  10405.      * @return \Shopware\Storefront\Page\Search\SearchPageLoader
  10406.      */
  10407.     protected function getSearchPageLoaderService()
  10408.     {
  10409.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Search/SearchPageLoader.php';
  10410.         return $this->services['Shopware\\Storefront\\Page\\Search\\SearchPageLoader'] = new \Shopware\Storefront\Page\Search\SearchPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute'] ?? $this->getResolvedCriteriaProductSearchRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10411.     }
  10412.     /**
  10413.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  10414.      *
  10415.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  10416.      */
  10417.     protected function getThemeChildDefinitionService()
  10418.     {
  10419.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  10420.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  10421.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10422.         return $instance;
  10423.     }
  10424.     /**
  10425.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  10426.      *
  10427.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  10428.      */
  10429.     protected function getThemeMediaDefinitionService()
  10430.     {
  10431.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  10432.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  10433.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10434.         return $instance;
  10435.     }
  10436.     /**
  10437.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  10438.      *
  10439.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  10440.      */
  10441.     protected function getThemeSalesChannelDefinitionService()
  10442.     {
  10443.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  10444.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10445.         return $instance;
  10446.     }
  10447.     /**
  10448.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  10449.      *
  10450.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  10451.      */
  10452.     protected function getThemeTranslationDefinitionService()
  10453.     {
  10454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10455.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  10456.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  10457.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10458.         return $instance;
  10459.     }
  10460.     /**
  10461.      * Gets the public 'Shopware\Storefront\Theme\Controller\ThemeController' shared service.
  10462.      *
  10463.      * @return \Shopware\Storefront\Theme\Controller\ThemeController
  10464.      */
  10465.     protected function getThemeControllerService()
  10466.     {
  10467.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Controller/ThemeController.php';
  10468.         $this->services['Shopware\\Storefront\\Theme\\Controller\\ThemeController'] = $instance = new \Shopware\Storefront\Theme\Controller\ThemeController(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()));
  10469.         $instance->setContainer($this);
  10470.         return $instance;
  10471.     }
  10472.     /**
  10473.      * Gets the public 'Shopware\Storefront\Theme\SalesChannelThemeLoader' shared service.
  10474.      *
  10475.      * @return \Shopware\Storefront\Theme\SalesChannelThemeLoader
  10476.      */
  10477.     protected function getSalesChannelThemeLoaderService()
  10478.     {
  10479.         return $this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] = new \Shopware\Storefront\Theme\SalesChannelThemeLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  10480.     }
  10481.     /**
  10482.      * Gets the public 'Shopware\Storefront\Theme\StorefrontPluginRegistry' shared service.
  10483.      *
  10484.      * @return \Shopware\Storefront\Theme\StorefrontPluginRegistry
  10485.      */
  10486.     protected function getStorefrontPluginRegistryService()
  10487.     {
  10488.         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()));
  10489.     }
  10490.     /**
  10491.      * Gets the public 'Shopware\Storefront\Theme\ThemeDefinition' shared service.
  10492.      *
  10493.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  10494.      */
  10495.     protected function getThemeDefinitionService()
  10496.     {
  10497.         $this->services['Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  10498.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10499.         return $instance;
  10500.     }
  10501.     /**
  10502.      * Gets the public 'SwagExtensionStore\Controller\DataController' shared service.
  10503.      *
  10504.      * @return \SwagExtensionStore\Controller\DataController
  10505.      */
  10506.     protected function getDataControllerService()
  10507.     {
  10508.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Controller/DataController.php';
  10509.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/StoreDataProvider.php';
  10510.         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())));
  10511.     }
  10512.     /**
  10513.      * Gets the public 'SwagExtensionStore\Controller\LicenseController' shared service.
  10514.      *
  10515.      * @return \SwagExtensionStore\Controller\LicenseController
  10516.      */
  10517.     protected function getLicenseControllerService()
  10518.     {
  10519.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Controller/LicenseController.php';
  10520.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/LicenseService.php';
  10521.         return $this->services['SwagExtensionStore\\Controller\\LicenseController'] = new \SwagExtensionStore\Controller\LicenseController(new \SwagExtensionStore\Services\LicenseService(($this->privates['SwagExtensionStore\\Services\\StoreClient'] ?? $this->getStoreClient2Service())));
  10522.     }
  10523.     /**
  10524.      * Gets the public 'SwagExtensionStore\SwagExtensionStore' shared autowired service.
  10525.      *
  10526.      * @return \SwagExtensionStore\SwagExtensionStore
  10527.      */
  10528.     protected function getSwagExtensionStoreService()
  10529.     {
  10530.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  10531.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  10532.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  10533.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  10534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  10535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  10536.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/SwagExtensionStore.php';
  10537.         return $this->services['SwagExtensionStore\\SwagExtensionStore'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('SwagExtensionStore\\SwagExtensionStore');
  10538.     }
  10539.     /**
  10540.      * Gets the public 'Swag\LanguagePack\PackLanguage\PackLanguageDefinition' shared service.
  10541.      *
  10542.      * @return \Swag\LanguagePack\PackLanguage\PackLanguageDefinition
  10543.      */
  10544.     protected function getPackLanguageDefinitionService()
  10545.     {
  10546.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/PackLanguage/PackLanguageDefinition.php';
  10547.         $this->services['Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition'] = $instance = new \Swag\LanguagePack\PackLanguage\PackLanguageDefinition();
  10548.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10549.         return $instance;
  10550.     }
  10551.     /**
  10552.      * Gets the public 'Swag\LanguagePack\SwagLanguagePack' shared autowired service.
  10553.      *
  10554.      * @return \Swag\LanguagePack\SwagLanguagePack
  10555.      */
  10556.     protected function getSwagLanguagePackService()
  10557.     {
  10558.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  10559.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  10560.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  10561.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  10562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  10563.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  10564.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/SwagLanguagePack.php';
  10565.         return $this->services['Swag\\LanguagePack\\SwagLanguagePack'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\LanguagePack\\SwagLanguagePack');
  10566.     }
  10567.     /**
  10568.      * Gets the public 'Swpa\SwpaMenu\SwpaMenu' shared autowired service.
  10569.      *
  10570.      * @return \Swpa\SwpaMenu\SwpaMenu
  10571.      */
  10572.     protected function getSwpaMenuService()
  10573.     {
  10574.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  10575.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  10576.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  10577.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  10578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  10579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  10580.         include_once \dirname(__DIR__4).'/custom/plugins/SwpaMenu/src/SwpaMenu.php';
  10581.         return $this->services['Swpa\\SwpaMenu\\SwpaMenu'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swpa\\SwpaMenu\\SwpaMenu');
  10582.     }
  10583.     /**
  10584.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  10585.      *
  10586.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  10587.      */
  10588.     protected function getRedirectControllerService()
  10589.     {
  10590.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  10591.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  10592.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  10593.     }
  10594.     /**
  10595.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  10596.      *
  10597.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  10598.      */
  10599.     protected function getTemplateControllerService()
  10600.     {
  10601.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  10602.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10603.     }
  10604.     /**
  10605.      * Gets the public 'ThemeCarbonized\ThemeCarbonized' shared autowired service.
  10606.      *
  10607.      * @return \ThemeCarbonized\ThemeCarbonized
  10608.      */
  10609.     protected function getThemeCarbonizedService()
  10610.     {
  10611.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  10612.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  10613.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  10614.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  10615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  10616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  10617.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/ThemeInterface.php';
  10618.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeCarbonized/src/ThemeCarbonized.php';
  10619.         return $this->services['ThemeCarbonized\\ThemeCarbonized'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('ThemeCarbonized\\ThemeCarbonized');
  10620.     }
  10621.     /**
  10622.      * Gets the public 'ThemeOkeOnline\Core\Content\Category\CategoryInfo\CategoryInfoDefinition' shared service.
  10623.      *
  10624.      * @return \ThemeOkeOnline\Core\Content\Category\CategoryInfo\CategoryInfoDefinition
  10625.      */
  10626.     protected function getCategoryInfoDefinitionService()
  10627.     {
  10628.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Core/Content/Category/CategoryInfo/CategoryInfoDefinition.php';
  10629.         $this->services['ThemeOkeOnline\\Core\\Content\\Category\\CategoryInfo\\CategoryInfoDefinition'] = $instance = new \ThemeOkeOnline\Core\Content\Category\CategoryInfo\CategoryInfoDefinition();
  10630.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10631.         return $instance;
  10632.     }
  10633.     /**
  10634.      * Gets the public 'ThemeOkeOnline\Core\Content\Category\CategoryInfo\Translation\CategoryInfoTranslationDefinition' shared service.
  10635.      *
  10636.      * @return \ThemeOkeOnline\Core\Content\Category\CategoryInfo\Translation\CategoryInfoTranslationDefinition
  10637.      */
  10638.     protected function getCategoryInfoTranslationDefinitionService()
  10639.     {
  10640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10641.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Core/Content/Category/CategoryInfo/Translation/CategoryInfoTranslationDefinition.php';
  10642.         $this->services['ThemeOkeOnline\\Core\\Content\\Category\\CategoryInfo\\Translation\\CategoryInfoTranslationDefinition'] = $instance = new \ThemeOkeOnline\Core\Content\Category\CategoryInfo\Translation\CategoryInfoTranslationDefinition();
  10643.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10644.         return $instance;
  10645.     }
  10646.     /**
  10647.      * Gets the public 'ThemeOkeOnline\ThemeOkeOnline' shared autowired service.
  10648.      *
  10649.      * @return \ThemeOkeOnline\ThemeOkeOnline
  10650.      */
  10651.     protected function getThemeOkeOnlineService()
  10652.     {
  10653.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  10654.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  10655.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  10656.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  10657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  10658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  10659.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/ThemeInterface.php';
  10660.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/ThemeOkeOnline.php';
  10661.         return $this->services['ThemeOkeOnline\\ThemeOkeOnline'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('ThemeOkeOnline\\ThemeOkeOnline');
  10662.     }
  10663.     /**
  10664.      * Gets the public 'acl_role.repository' shared service.
  10665.      *
  10666.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10667.      */
  10668.     protected function getAclRole_RepositoryService()
  10669.     {
  10670.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10671.         if (isset($this->services['acl_role.repository'])) {
  10672.             return $this->services['acl_role.repository'];
  10673.         }
  10674.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10675.         if (isset($this->services['acl_role.repository'])) {
  10676.             return $this->services['acl_role.repository'];
  10677.         }
  10678.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10679.         if (isset($this->services['acl_role.repository'])) {
  10680.             return $this->services['acl_role.repository'];
  10681.         }
  10682.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10683.         if (isset($this->services['acl_role.repository'])) {
  10684.             return $this->services['acl_role.repository'];
  10685.         }
  10686.         return $this->services['acl_role.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  10687.     }
  10688.     /**
  10689.      * Gets the public 'acl_user_role.repository' shared service.
  10690.      *
  10691.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10692.      */
  10693.     protected function getAclUserRole_RepositoryService()
  10694.     {
  10695.         return $this->services['acl_user_role.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  10696.     }
  10697.     /**
  10698.      * Gets the public 'admin.openSearch.client' shared service.
  10699.      *
  10700.      * @return \Shopware\Elasticsearch\Profiler\ClientProfiler
  10701.      */
  10702.     protected function getAdmin_OpenSearch_ClientService()
  10703.     {
  10704.         return $this->services['admin.openSearch.client'] = new \Shopware\Elasticsearch\Profiler\ClientProfiler(($this->privates['shopware.es.profiled.adminClient.inner'] ?? $this->getShopware_Es_Profiled_AdminClient_InnerService()));
  10705.     }
  10706.     /**
  10707.      * Gets the public 'administration.filesystem.private' shared service.
  10708.      *
  10709.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10710.      */
  10711.     protected function getAdministration_Filesystem_PrivateService()
  10712.     {
  10713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10715.         return $this->services['administration.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/administration');
  10716.     }
  10717.     /**
  10718.      * Gets the public 'administration.filesystem.public' shared service.
  10719.      *
  10720.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10721.      */
  10722.     protected function getAdministration_Filesystem_PublicService()
  10723.     {
  10724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10725.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10726.         return $this->services['administration.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/administration');
  10727.     }
  10728.     /**
  10729.      * Gets the public 'app.repository' shared service.
  10730.      *
  10731.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10732.      */
  10733.     protected function getApp_RepositoryService()
  10734.     {
  10735.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10736.         if (isset($this->services['app.repository'])) {
  10737.             return $this->services['app.repository'];
  10738.         }
  10739.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10740.         if (isset($this->services['app.repository'])) {
  10741.             return $this->services['app.repository'];
  10742.         }
  10743.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10744.         if (isset($this->services['app.repository'])) {
  10745.             return $this->services['app.repository'];
  10746.         }
  10747.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10748.         if (isset($this->services['app.repository'])) {
  10749.             return $this->services['app.repository'];
  10750.         }
  10751.         return $this->services['app.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  10752.     }
  10753.     /**
  10754.      * Gets the public 'app_action_button.repository' shared service.
  10755.      *
  10756.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10757.      */
  10758.     protected function getAppActionButton_RepositoryService()
  10759.     {
  10760.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10761.         if (isset($this->services['app_action_button.repository'])) {
  10762.             return $this->services['app_action_button.repository'];
  10763.         }
  10764.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10765.         if (isset($this->services['app_action_button.repository'])) {
  10766.             return $this->services['app_action_button.repository'];
  10767.         }
  10768.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10769.         if (isset($this->services['app_action_button.repository'])) {
  10770.             return $this->services['app_action_button.repository'];
  10771.         }
  10772.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10773.         if (isset($this->services['app_action_button.repository'])) {
  10774.             return $this->services['app_action_button.repository'];
  10775.         }
  10776.         return $this->services['app_action_button.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  10777.     }
  10778.     /**
  10779.      * Gets the public 'app_action_button_translation.repository' shared service.
  10780.      *
  10781.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10782.      */
  10783.     protected function getAppActionButtonTranslation_RepositoryService()
  10784.     {
  10785.         return $this->services['app_action_button_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  10786.     }
  10787.     /**
  10788.      * Gets the public 'app_administration_snippet.repository' shared service.
  10789.      *
  10790.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10791.      */
  10792.     protected function getAppAdministrationSnippet_RepositoryService()
  10793.     {
  10794.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10795.         if (isset($this->services['app_administration_snippet.repository'])) {
  10796.             return $this->services['app_administration_snippet.repository'];
  10797.         }
  10798.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10799.         if (isset($this->services['app_administration_snippet.repository'])) {
  10800.             return $this->services['app_administration_snippet.repository'];
  10801.         }
  10802.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10803.         if (isset($this->services['app_administration_snippet.repository'])) {
  10804.             return $this->services['app_administration_snippet.repository'];
  10805.         }
  10806.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10807.         if (isset($this->services['app_administration_snippet.repository'])) {
  10808.             return $this->services['app_administration_snippet.repository'];
  10809.         }
  10810.         return $this->services['app_administration_snippet.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] ?? $this->getAppAdministrationSnippetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  10811.     }
  10812.     /**
  10813.      * Gets the public 'app_cms_block.repository' shared service.
  10814.      *
  10815.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10816.      */
  10817.     protected function getAppCmsBlock_RepositoryService()
  10818.     {
  10819.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10820.         if (isset($this->services['app_cms_block.repository'])) {
  10821.             return $this->services['app_cms_block.repository'];
  10822.         }
  10823.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10824.         if (isset($this->services['app_cms_block.repository'])) {
  10825.             return $this->services['app_cms_block.repository'];
  10826.         }
  10827.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10828.         if (isset($this->services['app_cms_block.repository'])) {
  10829.             return $this->services['app_cms_block.repository'];
  10830.         }
  10831.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10832.         if (isset($this->services['app_cms_block.repository'])) {
  10833.             return $this->services['app_cms_block.repository'];
  10834.         }
  10835.         return $this->services['app_cms_block.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  10836.     }
  10837.     /**
  10838.      * Gets the public 'app_cms_block_translation.repository' shared service.
  10839.      *
  10840.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10841.      */
  10842.     protected function getAppCmsBlockTranslation_RepositoryService()
  10843.     {
  10844.         return $this->services['app_cms_block_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  10845.     }
  10846.     /**
  10847.      * Gets the public 'app_flow_action.repository' shared service.
  10848.      *
  10849.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10850.      */
  10851.     protected function getAppFlowAction_RepositoryService()
  10852.     {
  10853.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10854.         if (isset($this->services['app_flow_action.repository'])) {
  10855.             return $this->services['app_flow_action.repository'];
  10856.         }
  10857.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10858.         if (isset($this->services['app_flow_action.repository'])) {
  10859.             return $this->services['app_flow_action.repository'];
  10860.         }
  10861.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10862.         if (isset($this->services['app_flow_action.repository'])) {
  10863.             return $this->services['app_flow_action.repository'];
  10864.         }
  10865.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10866.         if (isset($this->services['app_flow_action.repository'])) {
  10867.             return $this->services['app_flow_action.repository'];
  10868.         }
  10869.         return $this->services['app_flow_action.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  10870.     }
  10871.     /**
  10872.      * Gets the public 'app_flow_action_translation.repository' shared service.
  10873.      *
  10874.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10875.      */
  10876.     protected function getAppFlowActionTranslation_RepositoryService()
  10877.     {
  10878.         return $this->services['app_flow_action_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  10879.     }
  10880.     /**
  10881.      * Gets the public 'app_payment_method.repository' shared service.
  10882.      *
  10883.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10884.      */
  10885.     protected function getAppPaymentMethod_RepositoryService()
  10886.     {
  10887.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10888.         if (isset($this->services['app_payment_method.repository'])) {
  10889.             return $this->services['app_payment_method.repository'];
  10890.         }
  10891.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10892.         if (isset($this->services['app_payment_method.repository'])) {
  10893.             return $this->services['app_payment_method.repository'];
  10894.         }
  10895.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10896.         if (isset($this->services['app_payment_method.repository'])) {
  10897.             return $this->services['app_payment_method.repository'];
  10898.         }
  10899.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10900.         if (isset($this->services['app_payment_method.repository'])) {
  10901.             return $this->services['app_payment_method.repository'];
  10902.         }
  10903.         return $this->services['app_payment_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  10904.     }
  10905.     /**
  10906.      * Gets the public 'app_script_condition.repository' shared service.
  10907.      *
  10908.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10909.      */
  10910.     protected function getAppScriptCondition_RepositoryService()
  10911.     {
  10912.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10913.         if (isset($this->services['app_script_condition.repository'])) {
  10914.             return $this->services['app_script_condition.repository'];
  10915.         }
  10916.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10917.         if (isset($this->services['app_script_condition.repository'])) {
  10918.             return $this->services['app_script_condition.repository'];
  10919.         }
  10920.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10921.         if (isset($this->services['app_script_condition.repository'])) {
  10922.             return $this->services['app_script_condition.repository'];
  10923.         }
  10924.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10925.         if (isset($this->services['app_script_condition.repository'])) {
  10926.             return $this->services['app_script_condition.repository'];
  10927.         }
  10928.         return $this->services['app_script_condition.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  10929.     }
  10930.     /**
  10931.      * Gets the public 'app_script_condition_translation.repository' shared service.
  10932.      *
  10933.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10934.      */
  10935.     protected function getAppScriptConditionTranslation_RepositoryService()
  10936.     {
  10937.         return $this->services['app_script_condition_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  10938.     }
  10939.     /**
  10940.      * Gets the public 'app_template.repository' shared service.
  10941.      *
  10942.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10943.      */
  10944.     protected function getAppTemplate_RepositoryService()
  10945.     {
  10946.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10947.         if (isset($this->services['app_template.repository'])) {
  10948.             return $this->services['app_template.repository'];
  10949.         }
  10950.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10951.         if (isset($this->services['app_template.repository'])) {
  10952.             return $this->services['app_template.repository'];
  10953.         }
  10954.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10955.         if (isset($this->services['app_template.repository'])) {
  10956.             return $this->services['app_template.repository'];
  10957.         }
  10958.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10959.         if (isset($this->services['app_template.repository'])) {
  10960.             return $this->services['app_template.repository'];
  10961.         }
  10962.         return $this->services['app_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  10963.     }
  10964.     /**
  10965.      * Gets the public 'app_translation.repository' shared service.
  10966.      *
  10967.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10968.      */
  10969.     protected function getAppTranslation_RepositoryService()
  10970.     {
  10971.         return $this->services['app_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  10972.     }
  10973.     /**
  10974.      * Gets the public 'cache.app' shared service.
  10975.      *
  10976.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10977.      */
  10978.     protected function getCache_AppService()
  10979.     {
  10980.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  10981.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  10982.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  10983.     }
  10984.     /**
  10985.      * Gets the public 'cache.app_clearer' shared service.
  10986.      *
  10987.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  10988.      */
  10989.     protected function getCache_AppClearerService()
  10990.     {
  10991.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  10992.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  10993.         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())]);
  10994.     }
  10995.     /**
  10996.      * Gets the public 'cache.global_clearer' shared service.
  10997.      *
  10998.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  10999.      */
  11000.     protected function getCache_GlobalClearerService()
  11001.     {
  11002.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  11003.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  11004.         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())]);
  11005.     }
  11006.     /**
  11007.      * Gets the public 'cache.system' shared service.
  11008.      *
  11009.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11010.      */
  11011.     protected function getCache_SystemService()
  11012.     {
  11013.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UIPJ+undYg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  11014.     }
  11015.     /**
  11016.      * Gets the public 'cache.system_clearer' shared service.
  11017.      *
  11018.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  11019.      */
  11020.     protected function getCache_SystemClearerService()
  11021.     {
  11022.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  11023.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  11024.         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())]);
  11025.     }
  11026.     /**
  11027.      * Gets the public 'cache.validator_expression_language' shared service.
  11028.      *
  11029.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11030.      */
  11031.     protected function getCache_ValidatorExpressionLanguageService()
  11032.     {
  11033.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qmU78tkcmV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  11034.     }
  11035.     /**
  11036.      * Gets the public 'cache_warmer' shared service.
  11037.      *
  11038.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  11039.      */
  11040.     protected function getCacheWarmerService()
  11041.     {
  11042.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11043.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  11044.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  11045.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  11046.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  11047.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  11048.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  11049.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  11050.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  11051.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  11052.         }, 7), true, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainerDeprecations.log'));
  11053.     }
  11054.     /**
  11055.      * Gets the public 'category.repository' shared service.
  11056.      *
  11057.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11058.      */
  11059.     protected function getCategory_RepositoryService()
  11060.     {
  11061.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11062.         if (isset($this->services['category.repository'])) {
  11063.             return $this->services['category.repository'];
  11064.         }
  11065.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11066.         if (isset($this->services['category.repository'])) {
  11067.             return $this->services['category.repository'];
  11068.         }
  11069.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11070.         if (isset($this->services['category.repository'])) {
  11071.             return $this->services['category.repository'];
  11072.         }
  11073.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11074.         if (isset($this->services['category.repository'])) {
  11075.             return $this->services['category.repository'];
  11076.         }
  11077.         return $this->services['category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11078.     }
  11079.     /**
  11080.      * Gets the public 'category_tag.repository' shared service.
  11081.      *
  11082.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11083.      */
  11084.     protected function getCategoryTag_RepositoryService()
  11085.     {
  11086.         return $this->services['category_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11087.     }
  11088.     /**
  11089.      * Gets the public 'category_translation.repository' shared service.
  11090.      *
  11091.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11092.      */
  11093.     protected function getCategoryTranslation_RepositoryService()
  11094.     {
  11095.         return $this->services['category_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11096.     }
  11097.     /**
  11098.      * Gets the public 'checkout.filesystem.private' shared service.
  11099.      *
  11100.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11101.      */
  11102.     protected function getCheckout_Filesystem_PrivateService()
  11103.     {
  11104.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11105.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11106.         return $this->services['checkout.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/checkout');
  11107.     }
  11108.     /**
  11109.      * Gets the public 'checkout.filesystem.public' shared service.
  11110.      *
  11111.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11112.      */
  11113.     protected function getCheckout_Filesystem_PublicService()
  11114.     {
  11115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11117.         return $this->services['checkout.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/checkout');
  11118.     }
  11119.     /**
  11120.      * Gets the public 'cms_block.repository' shared service.
  11121.      *
  11122.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11123.      */
  11124.     protected function getCmsBlock_RepositoryService()
  11125.     {
  11126.         return $this->services['cms_block.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11127.     }
  11128.     /**
  11129.      * Gets the public 'cms_page.repository' shared service.
  11130.      *
  11131.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11132.      */
  11133.     protected function getCmsPage_RepositoryService()
  11134.     {
  11135.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11136.         if (isset($this->services['cms_page.repository'])) {
  11137.             return $this->services['cms_page.repository'];
  11138.         }
  11139.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11140.         if (isset($this->services['cms_page.repository'])) {
  11141.             return $this->services['cms_page.repository'];
  11142.         }
  11143.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11144.         if (isset($this->services['cms_page.repository'])) {
  11145.             return $this->services['cms_page.repository'];
  11146.         }
  11147.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11148.         if (isset($this->services['cms_page.repository'])) {
  11149.             return $this->services['cms_page.repository'];
  11150.         }
  11151.         return $this->services['cms_page.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11152.     }
  11153.     /**
  11154.      * Gets the public 'cms_page_translation.repository' shared service.
  11155.      *
  11156.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11157.      */
  11158.     protected function getCmsPageTranslation_RepositoryService()
  11159.     {
  11160.         return $this->services['cms_page_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11161.     }
  11162.     /**
  11163.      * Gets the public 'cms_section.repository' shared service.
  11164.      *
  11165.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11166.      */
  11167.     protected function getCmsSection_RepositoryService()
  11168.     {
  11169.         return $this->services['cms_section.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11170.     }
  11171.     /**
  11172.      * Gets the public 'cms_slot.repository' shared service.
  11173.      *
  11174.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11175.      */
  11176.     protected function getCmsSlot_RepositoryService()
  11177.     {
  11178.         return $this->services['cms_slot.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11179.     }
  11180.     /**
  11181.      * Gets the public 'cms_slot_translation.repository' shared service.
  11182.      *
  11183.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11184.      */
  11185.     protected function getCmsSlotTranslation_RepositoryService()
  11186.     {
  11187.         return $this->services['cms_slot_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11188.     }
  11189.     /**
  11190.      * Gets the public 'console.command.public_alias.Frosh\Tools\Command\DevRobotsTxtCommand' shared service.
  11191.      *
  11192.      * @return \Frosh\Tools\Command\DevRobotsTxtCommand
  11193.      */
  11194.     protected function getDevRobotsTxtCommandService()
  11195.     {
  11196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11197.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/DevRobotsTxtCommand.php';
  11198.         return $this->services['console.command.public_alias.Frosh\\Tools\\Command\\DevRobotsTxtCommand'] = new \Frosh\Tools\Command\DevRobotsTxtCommand((\dirname(__DIR__4).'/public'));
  11199.     }
  11200.     /**
  11201.      * Gets the public 'console.command_loader' shared service.
  11202.      *
  11203.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  11204.      */
  11205.     protected function getConsole_CommandLoaderService()
  11206.     {
  11207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  11208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  11209.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11210.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand''getCreateMigrationCommandService'false],
  11211.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand''getRefreshMigrationCommandService'false],
  11212.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand''getMigrationCommandService'false],
  11213.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand''getCleanPersonalDataCommandService'false],
  11214.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand''getMigrationDestructiveCommandService'false],
  11215.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand''getChangelogCreateCommandService'false],
  11216.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand''getChangelogReleaseCommandService'false],
  11217.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand''getChangelogChangeCommandService'false],
  11218.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand''getChangelogCheckCommandService'false],
  11219.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => ['privates''Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''getFeatureDumpCommandService'false],
  11220.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => ['privates''Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand''getS3FilesystemVisibilityCommandService'false],
  11221.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand''getDumpSchemaCommandService'false],
  11222.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand''getDumpClassSchemaCommandService'false],
  11223.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand''getRefreshAppCommandService'false],
  11224.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand''getInstallAppCommandService'false],
  11225.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand''getUninstallAppCommandService'false],
  11226.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand''getActivateAppCommandService'false],
  11227.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand''getDeactivateAppCommandService'false],
  11228.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand''getValidateAppCommandService'false],
  11229.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand''getResolveAppUrlChangeCommandService'false],
  11230.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand''getCreateSchemaCommandService'false],
  11231.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand''getCreateEntitiesCommandService'false],
  11232.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand''getCreateHydratorCommandService'false],
  11233.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand''getRefreshIndexCommandService'false],
  11234.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand''getDataAbstractionLayerValidateCommandService'false],
  11235.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand''getDemodataCommandService'false],
  11236.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => ['privates''Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand''getDebugDumpBusinessEventsCommandService'false],
  11237.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  11238.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand''getDispatchSleepMessageCommandService'false],
  11239.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand''getBundleDumpCommandService'false],
  11240.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand''getPluginRefreshCommandService'false],
  11241.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand''getPluginListCommandService'false],
  11242.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand''getPluginZipImportCommandService'false],
  11243.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand''getPluginInstallCommandService'false],
  11244.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand''getPluginActivateCommandService'false],
  11245.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand''getPluginUpdateCommandService'false],
  11246.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand''getPluginDeactivateCommandService'false],
  11247.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand''getPluginUninstallCommandService'false],
  11248.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand''getPluginCreateCommandService'false],
  11249.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand''getRegisterScheduledTasksCommandService'false],
  11250.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner''getScheduledTaskRunnerService'false],
  11251.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand''getStoreDownloadCommandService'false],
  11252.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand''getStoreLoginCommandService'false],
  11253.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => ['privates''Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand''getValidateSnippetsCommandService'false],
  11254.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => ['privates''Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand''getWorkflowDumpCommandService'false],
  11255.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet''getConfigGetService'false],
  11256.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet''getConfigSetService'false],
  11257.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => ['privates''Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand''getMigrateIncrementStorageCommandService'false],
  11258.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand''getGenerateThumbnailsCommandService'false],
  11259.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand''getGenerateMediaTypesCommandService'false],
  11260.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand''getDeleteNotUsedMediaCommandService'false],
  11261.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => ['privates''Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand''getProductExportGenerateCommandService'false],
  11262.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand''getDeleteExpiredFilesCommandService'false],
  11263.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand''getImportEntityCommandService'false],
  11264.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => ['privates''Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand''getSitemapGenerateCommandService'false],
  11265.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => ['privates''Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand''getCartMigrateCommandService'false],
  11266.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => ['privates''Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand''getDeleteUnusedGuestCustomersCommandService'false],
  11267.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand''getHttpCacheWarmUpCommandService'false],
  11268.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''getSalesChannelCreateStorefrontCommandService'false],
  11269.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''getThemeCreateCommandService'false],
  11270.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''getThemeChangeCommandService'false],
  11271.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''getThemeCompileCommandService'false],
  11272.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''getThemeDumpCommandService'false],
  11273.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''getThemeRefreshCommandService'false],
  11274.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''getThemePrepareIconsCommandService'false],
  11275.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''getElasticsearchIndexingCommandService'false],
  11276.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''getElasticsearchTestAnalyzerCommandService'false],
  11277.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''getElasticsearchStatusCommandService'false],
  11278.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''getElasticsearchResetCommandService'false],
  11279.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''getElasticsearchCreateAliasCommandService'false],
  11280.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''getElasticsearchCleanIndicesCommandService'false],
  11281.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand' => ['privates''.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand.lazy''getElasticsearchAdminIndexingCommand_LazyService'false],
  11282.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand' => ['privates''.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand.lazy''getElasticsearchAdminResetCommand_LazyService'false],
  11283.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand' => ['privates''.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand.lazy''getElasticsearchAdminTestCommand_LazyService'false],
  11284.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''getSystemInstallCommandService'false],
  11285.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''getSystemGenerateJwtSecretCommandService'false],
  11286.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''getSystemGenerateAppSecretCommandService'false],
  11287.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''getSystemSetupCommandService'false],
  11288.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => ['privates''.Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand.lazy''getDotenvDumpCommand_LazyService'false],
  11289.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''getSystemUpdatePrepareCommandService'false],
  11290.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''getSystemUpdateFinishCommandService'false],
  11291.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => ['privates''.Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand.lazy''getSalesChannelUpdateDomainCommand_LazyService'false],
  11292.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''getSystemConfigureShopCommandService'false],
  11293.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand''getSalesChannelCreateCommandService'false],
  11294.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''getSalesChannelListCommandService'false],
  11295.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''getSalesChannelMaintenanceEnableCommandService'false],
  11296.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''getSalesChannelMaintenanceDisableCommandService'false],
  11297.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''getUserCreateCommandService'false],
  11298.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''getUserChangePasswordCommandService'false],
  11299.             'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand' => ['privates''Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand''getSalesChannelCreateCommand2Service'false],
  11300.             'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => ['privates''Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''getSalesChannelCreateStorefrontCommand2Service'false],
  11301.             'Frosh\\Tools\\Command\\MonitorCommand' => ['privates''.Frosh\\Tools\\Command\\MonitorCommand.lazy''getMonitorCommand_LazyService'false],
  11302.             'Frosh\\Tools\\Command\\ChangeUserPasswordCommand' => ['privates''.Frosh\\Tools\\Command\\ChangeUserPasswordCommand.lazy''getChangeUserPasswordCommand_LazyService'false],
  11303.             'Frosh\\Tools\\Command\\EnvGetCommand' => ['privates''.Frosh\\Tools\\Command\\EnvGetCommand.lazy''getEnvGetCommand_LazyService'false],
  11304.             'Frosh\\Tools\\Command\\EnvSetCommand' => ['privates''.Frosh\\Tools\\Command\\EnvSetCommand.lazy''getEnvSetCommand_LazyService'false],
  11305.             'Frosh\\Tools\\Command\\EnvDelCommand' => ['privates''.Frosh\\Tools\\Command\\EnvDelCommand.lazy''getEnvDelCommand_LazyService'false],
  11306.             'Frosh\\Tools\\Command\\UpdatePluginsCommand' => ['privates''.Frosh\\Tools\\Command\\UpdatePluginsCommand.lazy''getUpdatePluginsCommand_LazyService'false],
  11307.             'Frosh\\Tools\\Command\\UpdateComposerPluginsCommand' => ['privates''.Frosh\\Tools\\Command\\UpdateComposerPluginsCommand.lazy''getUpdateComposerPluginsCommand_LazyService'false],
  11308.             'ThemeOkeOnline\\Command\\ProductAssignCmsPage' => ['privates''ThemeOkeOnline\\Command\\ProductAssignCmsPage''getProductAssignCmsPageService'false],
  11309.             'Kiener\\MolliePayments\\Command\\Install\\SetupCommand' => ['privates''Kiener\\MolliePayments\\Command\\Install\\SetupCommand''getSetupCommandService'false],
  11310.             'Kiener\\MolliePayments\\Command\\DAL\\DALCleanupCommand' => ['privates''Kiener\\MolliePayments\\Command\\DAL\\DALCleanupCommand''getDALCleanupCommandService'false],
  11311.             'Kiener\\MolliePayments\\Command\\ApplePay\\ApplePayDownloadCommand' => ['privates''Kiener\\MolliePayments\\Command\\ApplePay\\ApplePayDownloadCommand''getApplePayDownloadCommandService'false],
  11312.             'Kiener\\MolliePayments\\Command\\Subscriptions\\RenewalReminderCommand' => ['privates''Kiener\\MolliePayments\\Command\\Subscriptions\\RenewalReminderCommand''getRenewalReminderCommandService'false],
  11313.             'ElgentosDutchEmailTemplates\\Command\\TemplateImport' => ['privates''ElgentosDutchEmailTemplates\\Command\\TemplateImport''getTemplateImportService'false],
  11314.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  11315.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  11316.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  11317.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  11318.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  11319.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  11320.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  11321.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  11322.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  11323.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  11324.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  11325.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  11326.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  11327.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  11328.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  11329.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  11330.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  11331.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  11332.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  11333.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  11334.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  11335.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  11336.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  11337.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  11338.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  11339.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  11340.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  11341.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  11342.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  11343.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  11344.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  11345.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  11346.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  11347.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  11348.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  11349.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  11350.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  11351.             'enqueue.transport.consume_command' => ['privates''enqueue.transport.consume_command''getEnqueue_Transport_ConsumeCommandService'false],
  11352.             'enqueue.client.consume_command' => ['privates''enqueue.client.consume_command''getEnqueue_Client_ConsumeCommandService'false],
  11353.             'enqueue.client.produce_command' => ['privates''enqueue.client.produce_command''getEnqueue_Client_ProduceCommandService'false],
  11354.             'enqueue.client.setup_broker_command' => ['privates''enqueue.client.setup_broker_command''getEnqueue_Client_SetupBrokerCommandService'false],
  11355.             'enqueue.client.routes_command' => ['privates''enqueue.client.routes_command''getEnqueue_Client_RoutesCommandService'false],
  11356.         ], [
  11357.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand',
  11358.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand',
  11359.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand',
  11360.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => 'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand',
  11361.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand',
  11362.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand',
  11363.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand',
  11364.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand',
  11365.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand',
  11366.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand',
  11367.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => 'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand',
  11368.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand',
  11369.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand',
  11370.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand',
  11371.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand',
  11372.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand',
  11373.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand',
  11374.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand',
  11375.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand',
  11376.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand',
  11377.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand',
  11378.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand',
  11379.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand',
  11380.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand',
  11381.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand',
  11382.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => 'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand',
  11383.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => 'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand',
  11384.             'console.command.assets_install' => 'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetInstallCommand',
  11385.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand',
  11386.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand',
  11387.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand',
  11388.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand',
  11389.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand',
  11390.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand',
  11391.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand',
  11392.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand',
  11393.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand',
  11394.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand',
  11395.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand',
  11396.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand',
  11397.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner',
  11398.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand',
  11399.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand',
  11400.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => 'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand',
  11401.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => 'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand',
  11402.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet',
  11403.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet',
  11404.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => 'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand',
  11405.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand',
  11406.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand',
  11407.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand',
  11408.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => 'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand',
  11409.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand',
  11410.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand',
  11411.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => 'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand',
  11412.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => 'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand',
  11413.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => 'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand',
  11414.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => 'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand',
  11415.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => 'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand',
  11416.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand',
  11417.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand',
  11418.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand',
  11419.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand',
  11420.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand',
  11421.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand',
  11422.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand',
  11423.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand',
  11424.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand',
  11425.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand',
  11426.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand',
  11427.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand',
  11428.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand' => '?',
  11429.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand' => '?',
  11430.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand' => '?',
  11431.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand',
  11432.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand',
  11433.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand',
  11434.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand',
  11435.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => '?',
  11436.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand',
  11437.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand',
  11438.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => '?',
  11439.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand',
  11440.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand',
  11441.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand',
  11442.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand',
  11443.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand',
  11444.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand',
  11445.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand',
  11446.             'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand' => 'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand',
  11447.             'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => 'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand',
  11448.             'Frosh\\Tools\\Command\\MonitorCommand' => '?',
  11449.             'Frosh\\Tools\\Command\\ChangeUserPasswordCommand' => '?',
  11450.             'Frosh\\Tools\\Command\\EnvGetCommand' => '?',
  11451.             'Frosh\\Tools\\Command\\EnvSetCommand' => '?',
  11452.             'Frosh\\Tools\\Command\\EnvDelCommand' => '?',
  11453.             'Frosh\\Tools\\Command\\UpdatePluginsCommand' => '?',
  11454.             'Frosh\\Tools\\Command\\UpdateComposerPluginsCommand' => '?',
  11455.             'ThemeOkeOnline\\Command\\ProductAssignCmsPage' => 'ThemeOkeOnline\\Command\\ProductAssignCmsPage',
  11456.             'Kiener\\MolliePayments\\Command\\Install\\SetupCommand' => 'Kiener\\MolliePayments\\Command\\Install\\SetupCommand',
  11457.             'Kiener\\MolliePayments\\Command\\DAL\\DALCleanupCommand' => 'Kiener\\MolliePayments\\Command\\DAL\\DALCleanupCommand',
  11458.             'Kiener\\MolliePayments\\Command\\ApplePay\\ApplePayDownloadCommand' => 'Kiener\\MolliePayments\\Command\\ApplePay\\ApplePayDownloadCommand',
  11459.             'Kiener\\MolliePayments\\Command\\Subscriptions\\RenewalReminderCommand' => 'Kiener\\MolliePayments\\Command\\Subscriptions\\RenewalReminderCommand',
  11460.             'ElgentosDutchEmailTemplates\\Command\\TemplateImport' => 'ElgentosDutchEmailTemplates\\Command\\TemplateImport',
  11461.             'console.command.about' => '?',
  11462.             'console.command.cache_clear' => '?',
  11463.             'console.command.cache_pool_clear' => '?',
  11464.             'console.command.cache_pool_prune' => '?',
  11465.             'console.command.cache_pool_delete' => '?',
  11466.             'console.command.cache_pool_list' => '?',
  11467.             'console.command.cache_warmup' => '?',
  11468.             'console.command.config_debug' => '?',
  11469.             'console.command.config_dump_reference' => '?',
  11470.             'console.command.container_debug' => '?',
  11471.             'console.command.container_lint' => '?',
  11472.             'console.command.debug_autowiring' => '?',
  11473.             'console.command.dotenv_debug' => '?',
  11474.             'console.command.event_dispatcher_debug' => '?',
  11475.             'console.command.messenger_consume_messages' => '?',
  11476.             'console.command.messenger_setup_transports' => '?',
  11477.             'console.command.messenger_debug' => '?',
  11478.             'console.command.messenger_stop_workers' => '?',
  11479.             'console.command.router_debug' => '?',
  11480.             'console.command.router_match' => '?',
  11481.             'console.command.translation_debug' => '?',
  11482.             'console.command.translation_extract' => '?',
  11483.             'console.command.validator_debug' => '?',
  11484.             'console.command.translation_pull' => '?',
  11485.             'console.command.translation_push' => '?',
  11486.             'console.command.xliff_lint' => '?',
  11487.             'console.command.yaml_lint' => '?',
  11488.             'console.command.secrets_set' => '?',
  11489.             'console.command.secrets_remove' => '?',
  11490.             'console.command.secrets_generate_key' => '?',
  11491.             'console.command.secrets_list' => '?',
  11492.             'console.command.secrets_decrypt_to_local' => '?',
  11493.             'console.command.secrets_encrypt_from_local' => '?',
  11494.             'twig.command.debug' => '?',
  11495.             'twig.command.lint' => '?',
  11496.             'var_dumper.command.server_dump' => '?',
  11497.             'monolog.command.server_log' => '?',
  11498.             'enqueue.transport.consume_command' => 'Enqueue\\Symfony\\Consumption\\ConfigurableConsumeCommand',
  11499.             'enqueue.client.consume_command' => 'Enqueue\\Symfony\\Client\\ConsumeCommand',
  11500.             'enqueue.client.produce_command' => 'Enqueue\\Symfony\\Client\\ProduceCommand',
  11501.             'enqueue.client.setup_broker_command' => 'Enqueue\\Symfony\\Client\\SetupBrokerCommand',
  11502.             'enqueue.client.routes_command' => 'Enqueue\\Symfony\\Client\\RoutesCommand',
  11503.         ]), ['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''es:admin:index' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand''es:admin:reset' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand''es:admin:test' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand''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''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''oo:product-assign-cms-page' => 'ThemeOkeOnline\\Command\\ProductAssignCmsPage''mollie:configuration:setup' => 'Kiener\\MolliePayments\\Command\\Install\\SetupCommand''mollie:dal:cleanup' => 'Kiener\\MolliePayments\\Command\\DAL\\DALCleanupCommand''mollie:applepay:download-verification' => 'Kiener\\MolliePayments\\Command\\ApplePay\\ApplePayDownloadCommand''mollie:subscriptions:renewal-reminder' => 'Kiener\\MolliePayments\\Command\\Subscriptions\\RenewalReminderCommand''elgentos-dutch-email-templates:import' => 'ElgentosDutchEmailTemplates\\Command\\TemplateImport''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']);
  11504.     }
  11505.     /**
  11506.      * Gets the public 'container.env_var_processors_locator' shared service.
  11507.      *
  11508.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11509.      */
  11510.     protected function getContainer_EnvVarProcessorsLocatorService()
  11511.     {
  11512.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11513.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11514.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11515.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11516.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11517.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11518.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11519.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11520.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11521.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11522.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11523.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11524.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11525.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11526.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11527.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11528.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11529.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  11530.         ], [
  11531.             'base64' => '?',
  11532.             'bool' => '?',
  11533.             'const' => '?',
  11534.             'csv' => '?',
  11535.             'default' => '?',
  11536.             'file' => '?',
  11537.             'float' => '?',
  11538.             'int' => '?',
  11539.             'json' => '?',
  11540.             'key' => '?',
  11541.             'not' => '?',
  11542.             'query_string' => '?',
  11543.             'require' => '?',
  11544.             'resolve' => '?',
  11545.             'string' => '?',
  11546.             'trim' => '?',
  11547.             'url' => '?',
  11548.         ]);
  11549.     }
  11550.     /**
  11551.      * Gets the public 'content.filesystem.private' shared service.
  11552.      *
  11553.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11554.      */
  11555.     protected function getContent_Filesystem_PrivateService()
  11556.     {
  11557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11559.         return $this->services['content.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/content');
  11560.     }
  11561.     /**
  11562.      * Gets the public 'content.filesystem.public' shared service.
  11563.      *
  11564.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11565.      */
  11566.     protected function getContent_Filesystem_PublicService()
  11567.     {
  11568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11570.         return $this->services['content.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/content');
  11571.     }
  11572.     /**
  11573.      * Gets the public 'country.repository' shared service.
  11574.      *
  11575.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11576.      */
  11577.     protected function getCountry_RepositoryService()
  11578.     {
  11579.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11580.         if (isset($this->services['country.repository'])) {
  11581.             return $this->services['country.repository'];
  11582.         }
  11583.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11584.         if (isset($this->services['country.repository'])) {
  11585.             return $this->services['country.repository'];
  11586.         }
  11587.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11588.         if (isset($this->services['country.repository'])) {
  11589.             return $this->services['country.repository'];
  11590.         }
  11591.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11592.         if (isset($this->services['country.repository'])) {
  11593.             return $this->services['country.repository'];
  11594.         }
  11595.         return $this->services['country.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11596.     }
  11597.     /**
  11598.      * Gets the public 'country_state.repository' shared service.
  11599.      *
  11600.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11601.      */
  11602.     protected function getCountryState_RepositoryService()
  11603.     {
  11604.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11605.         if (isset($this->services['country_state.repository'])) {
  11606.             return $this->services['country_state.repository'];
  11607.         }
  11608.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11609.         if (isset($this->services['country_state.repository'])) {
  11610.             return $this->services['country_state.repository'];
  11611.         }
  11612.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11613.         if (isset($this->services['country_state.repository'])) {
  11614.             return $this->services['country_state.repository'];
  11615.         }
  11616.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11617.         if (isset($this->services['country_state.repository'])) {
  11618.             return $this->services['country_state.repository'];
  11619.         }
  11620.         return $this->services['country_state.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  11621.     }
  11622.     /**
  11623.      * Gets the public 'country_state_translation.repository' shared service.
  11624.      *
  11625.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11626.      */
  11627.     protected function getCountryStateTranslation_RepositoryService()
  11628.     {
  11629.         return $this->services['country_state_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11630.     }
  11631.     /**
  11632.      * Gets the public 'country_translation.repository' shared service.
  11633.      *
  11634.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11635.      */
  11636.     protected function getCountryTranslation_RepositoryService()
  11637.     {
  11638.         return $this->services['country_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11639.     }
  11640.     /**
  11641.      * Gets the public 'currency.repository' shared service.
  11642.      *
  11643.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11644.      */
  11645.     protected function getCurrency_RepositoryService()
  11646.     {
  11647.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11648.         if (isset($this->services['currency.repository'])) {
  11649.             return $this->services['currency.repository'];
  11650.         }
  11651.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11652.         if (isset($this->services['currency.repository'])) {
  11653.             return $this->services['currency.repository'];
  11654.         }
  11655.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11656.         if (isset($this->services['currency.repository'])) {
  11657.             return $this->services['currency.repository'];
  11658.         }
  11659.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11660.         if (isset($this->services['currency.repository'])) {
  11661.             return $this->services['currency.repository'];
  11662.         }
  11663.         return $this->services['currency.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11664.     }
  11665.     /**
  11666.      * Gets the public 'currency_country_rounding.repository' shared service.
  11667.      *
  11668.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11669.      */
  11670.     protected function getCurrencyCountryRounding_RepositoryService()
  11671.     {
  11672.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11673.         if (isset($this->services['currency_country_rounding.repository'])) {
  11674.             return $this->services['currency_country_rounding.repository'];
  11675.         }
  11676.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11677.         if (isset($this->services['currency_country_rounding.repository'])) {
  11678.             return $this->services['currency_country_rounding.repository'];
  11679.         }
  11680.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11681.         if (isset($this->services['currency_country_rounding.repository'])) {
  11682.             return $this->services['currency_country_rounding.repository'];
  11683.         }
  11684.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11685.         if (isset($this->services['currency_country_rounding.repository'])) {
  11686.             return $this->services['currency_country_rounding.repository'];
  11687.         }
  11688.         return $this->services['currency_country_rounding.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11689.     }
  11690.     /**
  11691.      * Gets the public 'currency_translation.repository' shared service.
  11692.      *
  11693.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11694.      */
  11695.     protected function getCurrencyTranslation_RepositoryService()
  11696.     {
  11697.         return $this->services['currency_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11698.     }
  11699.     /**
  11700.      * Gets the public 'custom_entity.repository' shared service.
  11701.      *
  11702.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11703.      */
  11704.     protected function getCustomEntity_RepositoryService()
  11705.     {
  11706.         return $this->services['custom_entity.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11707.     }
  11708.     /**
  11709.      * Gets the public 'custom_field.repository' shared service.
  11710.      *
  11711.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11712.      */
  11713.     protected function getCustomField_RepositoryService()
  11714.     {
  11715.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11716.         if (isset($this->services['custom_field.repository'])) {
  11717.             return $this->services['custom_field.repository'];
  11718.         }
  11719.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11720.         if (isset($this->services['custom_field.repository'])) {
  11721.             return $this->services['custom_field.repository'];
  11722.         }
  11723.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11724.         if (isset($this->services['custom_field.repository'])) {
  11725.             return $this->services['custom_field.repository'];
  11726.         }
  11727.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11728.         if (isset($this->services['custom_field.repository'])) {
  11729.             return $this->services['custom_field.repository'];
  11730.         }
  11731.         return $this->services['custom_field.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  11732.     }
  11733.     /**
  11734.      * Gets the public 'custom_field_set.repository' shared service.
  11735.      *
  11736.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11737.      */
  11738.     protected function getCustomFieldSet_RepositoryService()
  11739.     {
  11740.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11741.         if (isset($this->services['custom_field_set.repository'])) {
  11742.             return $this->services['custom_field_set.repository'];
  11743.         }
  11744.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11745.         if (isset($this->services['custom_field_set.repository'])) {
  11746.             return $this->services['custom_field_set.repository'];
  11747.         }
  11748.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11749.         if (isset($this->services['custom_field_set.repository'])) {
  11750.             return $this->services['custom_field_set.repository'];
  11751.         }
  11752.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11753.         if (isset($this->services['custom_field_set.repository'])) {
  11754.             return $this->services['custom_field_set.repository'];
  11755.         }
  11756.         return $this->services['custom_field_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  11757.     }
  11758.     /**
  11759.      * Gets the public 'custom_field_set_relation.repository' shared service.
  11760.      *
  11761.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11762.      */
  11763.     protected function getCustomFieldSetRelation_RepositoryService()
  11764.     {
  11765.         return $this->services['custom_field_set_relation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11766.     }
  11767.     /**
  11768.      * Gets the public 'customer.repository' shared service.
  11769.      *
  11770.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11771.      */
  11772.     protected function getCustomer_RepositoryService()
  11773.     {
  11774.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11775.         if (isset($this->services['customer.repository'])) {
  11776.             return $this->services['customer.repository'];
  11777.         }
  11778.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11779.         if (isset($this->services['customer.repository'])) {
  11780.             return $this->services['customer.repository'];
  11781.         }
  11782.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11783.         if (isset($this->services['customer.repository'])) {
  11784.             return $this->services['customer.repository'];
  11785.         }
  11786.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11787.         if (isset($this->services['customer.repository'])) {
  11788.             return $this->services['customer.repository'];
  11789.         }
  11790.         return $this->services['customer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11791.     }
  11792.     /**
  11793.      * Gets the public 'customer_address.repository' shared service.
  11794.      *
  11795.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11796.      */
  11797.     protected function getCustomerAddress_RepositoryService()
  11798.     {
  11799.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11800.         if (isset($this->services['customer_address.repository'])) {
  11801.             return $this->services['customer_address.repository'];
  11802.         }
  11803.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11804.         if (isset($this->services['customer_address.repository'])) {
  11805.             return $this->services['customer_address.repository'];
  11806.         }
  11807.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11808.         if (isset($this->services['customer_address.repository'])) {
  11809.             return $this->services['customer_address.repository'];
  11810.         }
  11811.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11812.         if (isset($this->services['customer_address.repository'])) {
  11813.             return $this->services['customer_address.repository'];
  11814.         }
  11815.         return $this->services['customer_address.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11816.     }
  11817.     /**
  11818.      * Gets the public 'customer_group.repository' shared service.
  11819.      *
  11820.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11821.      */
  11822.     protected function getCustomerGroup_RepositoryService()
  11823.     {
  11824.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11825.         if (isset($this->services['customer_group.repository'])) {
  11826.             return $this->services['customer_group.repository'];
  11827.         }
  11828.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11829.         if (isset($this->services['customer_group.repository'])) {
  11830.             return $this->services['customer_group.repository'];
  11831.         }
  11832.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11833.         if (isset($this->services['customer_group.repository'])) {
  11834.             return $this->services['customer_group.repository'];
  11835.         }
  11836.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11837.         if (isset($this->services['customer_group.repository'])) {
  11838.             return $this->services['customer_group.repository'];
  11839.         }
  11840.         return $this->services['customer_group.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11841.     }
  11842.     /**
  11843.      * Gets the public 'customer_group_registration_sales_channels.repository' shared service.
  11844.      *
  11845.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11846.      */
  11847.     protected function getCustomerGroupRegistrationSalesChannels_RepositoryService()
  11848.     {
  11849.         return $this->services['customer_group_registration_sales_channels.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11850.     }
  11851.     /**
  11852.      * Gets the public 'customer_group_translation.repository' shared service.
  11853.      *
  11854.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11855.      */
  11856.     protected function getCustomerGroupTranslation_RepositoryService()
  11857.     {
  11858.         return $this->services['customer_group_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11859.     }
  11860.     /**
  11861.      * Gets the public 'customer_recovery.repository' shared service.
  11862.      *
  11863.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11864.      */
  11865.     protected function getCustomerRecovery_RepositoryService()
  11866.     {
  11867.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11868.         if (isset($this->services['customer_recovery.repository'])) {
  11869.             return $this->services['customer_recovery.repository'];
  11870.         }
  11871.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11872.         if (isset($this->services['customer_recovery.repository'])) {
  11873.             return $this->services['customer_recovery.repository'];
  11874.         }
  11875.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11876.         if (isset($this->services['customer_recovery.repository'])) {
  11877.             return $this->services['customer_recovery.repository'];
  11878.         }
  11879.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11880.         if (isset($this->services['customer_recovery.repository'])) {
  11881.             return $this->services['customer_recovery.repository'];
  11882.         }
  11883.         return $this->services['customer_recovery.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  11884.     }
  11885.     /**
  11886.      * Gets the public 'customer_tag.repository' shared service.
  11887.      *
  11888.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11889.      */
  11890.     protected function getCustomerTag_RepositoryService()
  11891.     {
  11892.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11893.         if (isset($this->services['customer_tag.repository'])) {
  11894.             return $this->services['customer_tag.repository'];
  11895.         }
  11896.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11897.         if (isset($this->services['customer_tag.repository'])) {
  11898.             return $this->services['customer_tag.repository'];
  11899.         }
  11900.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11901.         if (isset($this->services['customer_tag.repository'])) {
  11902.             return $this->services['customer_tag.repository'];
  11903.         }
  11904.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11905.         if (isset($this->services['customer_tag.repository'])) {
  11906.             return $this->services['customer_tag.repository'];
  11907.         }
  11908.         return $this->services['customer_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  11909.     }
  11910.     /**
  11911.      * Gets the public 'customer_wishlist.repository' shared service.
  11912.      *
  11913.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11914.      */
  11915.     protected function getCustomerWishlist_RepositoryService()
  11916.     {
  11917.         return $this->services['customer_wishlist.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11918.     }
  11919.     /**
  11920.      * Gets the public 'customer_wishlist_product.repository' shared service.
  11921.      *
  11922.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11923.      */
  11924.     protected function getCustomerWishlistProduct_RepositoryService()
  11925.     {
  11926.         return $this->services['customer_wishlist_product.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11927.     }
  11928.     /**
  11929.      * Gets the public 'data_collector.dump' shared service.
  11930.      *
  11931.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  11932.      */
  11933.     protected function getDataCollector_DumpService()
  11934.     {
  11935.         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);
  11936.     }
  11937.     /**
  11938.      * Gets the public 'dead_message.repository' shared service.
  11939.      *
  11940.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11941.      */
  11942.     protected function getDeadMessage_RepositoryService()
  11943.     {
  11944.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11945.         if (isset($this->services['dead_message.repository'])) {
  11946.             return $this->services['dead_message.repository'];
  11947.         }
  11948.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11949.         if (isset($this->services['dead_message.repository'])) {
  11950.             return $this->services['dead_message.repository'];
  11951.         }
  11952.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11953.         if (isset($this->services['dead_message.repository'])) {
  11954.             return $this->services['dead_message.repository'];
  11955.         }
  11956.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11957.         if (isset($this->services['dead_message.repository'])) {
  11958.             return $this->services['dead_message.repository'];
  11959.         }
  11960.         return $this->services['dead_message.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11961.     }
  11962.     /**
  11963.      * Gets the public 'delivery_time.repository' shared service.
  11964.      *
  11965.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11966.      */
  11967.     protected function getDeliveryTime_RepositoryService()
  11968.     {
  11969.         return $this->services['delivery_time.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11970.     }
  11971.     /**
  11972.      * Gets the public 'delivery_time_translation.repository' shared service.
  11973.      *
  11974.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11975.      */
  11976.     protected function getDeliveryTimeTranslation_RepositoryService()
  11977.     {
  11978.         return $this->services['delivery_time_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  11979.     }
  11980.     /**
  11981.      * Gets the public 'document.repository' shared service.
  11982.      *
  11983.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11984.      */
  11985.     protected function getDocument_RepositoryService()
  11986.     {
  11987.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11988.         if (isset($this->services['document.repository'])) {
  11989.             return $this->services['document.repository'];
  11990.         }
  11991.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11992.         if (isset($this->services['document.repository'])) {
  11993.             return $this->services['document.repository'];
  11994.         }
  11995.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11996.         if (isset($this->services['document.repository'])) {
  11997.             return $this->services['document.repository'];
  11998.         }
  11999.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12000.         if (isset($this->services['document.repository'])) {
  12001.             return $this->services['document.repository'];
  12002.         }
  12003.         return $this->services['document.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  12004.     }
  12005.     /**
  12006.      * Gets the public 'document_base_config.repository' shared service.
  12007.      *
  12008.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12009.      */
  12010.     protected function getDocumentBaseConfig_RepositoryService()
  12011.     {
  12012.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12013.         if (isset($this->services['document_base_config.repository'])) {
  12014.             return $this->services['document_base_config.repository'];
  12015.         }
  12016.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12017.         if (isset($this->services['document_base_config.repository'])) {
  12018.             return $this->services['document_base_config.repository'];
  12019.         }
  12020.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12021.         if (isset($this->services['document_base_config.repository'])) {
  12022.             return $this->services['document_base_config.repository'];
  12023.         }
  12024.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12025.         if (isset($this->services['document_base_config.repository'])) {
  12026.             return $this->services['document_base_config.repository'];
  12027.         }
  12028.         return $this->services['document_base_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  12029.     }
  12030.     /**
  12031.      * Gets the public 'document_base_config_sales_channel.repository' shared service.
  12032.      *
  12033.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12034.      */
  12035.     protected function getDocumentBaseConfigSalesChannel_RepositoryService()
  12036.     {
  12037.         return $this->services['document_base_config_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  12038.     }
  12039.     /**
  12040.      * Gets the public 'document_type.repository' shared service.
  12041.      *
  12042.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12043.      */
  12044.     protected function getDocumentType_RepositoryService()
  12045.     {
  12046.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12047.         if (isset($this->services['document_type.repository'])) {
  12048.             return $this->services['document_type.repository'];
  12049.         }
  12050.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12051.         if (isset($this->services['document_type.repository'])) {
  12052.             return $this->services['document_type.repository'];
  12053.         }
  12054.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12055.         if (isset($this->services['document_type.repository'])) {
  12056.             return $this->services['document_type.repository'];
  12057.         }
  12058.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12059.         if (isset($this->services['document_type.repository'])) {
  12060.             return $this->services['document_type.repository'];
  12061.         }
  12062.         return $this->services['document_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  12063.     }
  12064.     /**
  12065.      * Gets the public 'document_type_translation.repository' shared service.
  12066.      *
  12067.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12068.      */
  12069.     protected function getDocumentTypeTranslation_RepositoryService()
  12070.     {
  12071.         return $this->services['document_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  12072.     }
  12073.     /**
  12074.      * Gets the public 'elasticsearch.filesystem.private' shared service.
  12075.      *
  12076.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12077.      */
  12078.     protected function getElasticsearch_Filesystem_PrivateService()
  12079.     {
  12080.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12081.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12082.         return $this->services['elasticsearch.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/elasticsearch');
  12083.     }
  12084.     /**
  12085.      * Gets the public 'elasticsearch.filesystem.public' shared service.
  12086.      *
  12087.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12088.      */
  12089.     protected function getElasticsearch_Filesystem_PublicService()
  12090.     {
  12091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12092.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12093.         return $this->services['elasticsearch.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/elasticsearch');
  12094.     }
  12095.     /**
  12096.      * Gets the public 'elgentos_dutch_email_templates.filesystem.private' shared service.
  12097.      *
  12098.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12099.      */
  12100.     protected function getElgentosDutchEmailTemplates_Filesystem_PrivateService()
  12101.     {
  12102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12103.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12104.         return $this->services['elgentos_dutch_email_templates.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/elgentos_dutch_email_templates');
  12105.     }
  12106.     /**
  12107.      * Gets the public 'elgentos_dutch_email_templates.filesystem.public' shared service.
  12108.      *
  12109.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12110.      */
  12111.     protected function getElgentosDutchEmailTemplates_Filesystem_PublicService()
  12112.     {
  12113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12115.         return $this->services['elgentos_dutch_email_templates.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/elgentos_dutch_email_templates');
  12116.     }
  12117.     /**
  12118.      * Gets the public 'enqueue.client.default.producer' shared service.
  12119.      *
  12120.      * @return \Enqueue\Client\TraceableProducer
  12121.      */
  12122.     protected function getEnqueue_Client_Default_ProducerService()
  12123.     {
  12124.         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([])));
  12125.     }
  12126.     /**
  12127.      * Gets the public 'error_controller' shared service.
  12128.      *
  12129.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  12130.      */
  12131.     protected function getErrorController2Service()
  12132.     {
  12133.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  12134.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  12135.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  12136.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  12137.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  12138.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  12139.         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)));
  12140.     }
  12141.     /**
  12142.      * Gets the public 'event_action.repository' shared service.
  12143.      *
  12144.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12145.      */
  12146.     protected function getEventAction_RepositoryService()
  12147.     {
  12148.         return $this->services['event_action.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  12149.     }
  12150.     /**
  12151.      * Gets the public 'event_action_rule.repository' shared service.
  12152.      *
  12153.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12154.      */
  12155.     protected function getEventActionRule_RepositoryService()
  12156.     {
  12157.         return $this->services['event_action_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  12158.     }
  12159.     /**
  12160.      * Gets the public 'event_action_sales_channel.repository' shared service.
  12161.      *
  12162.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12163.      */
  12164.     protected function getEventActionSalesChannel_RepositoryService()
  12165.     {
  12166.         return $this->services['event_action_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  12167.     }
  12168.     /**
  12169.      * Gets the public 'event_dispatcher' shared service.
  12170.      *
  12171.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  12172.      */
  12173.     protected function getEventDispatcherService()
  12174.     {
  12175.         $a = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService());
  12176.         if (isset($this->services['event_dispatcher'])) {
  12177.             return $this->services['event_dispatcher'];
  12178.         }
  12179.         $b = new \Symfony\Bridge\Monolog\Logger('event');
  12180.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12181.         $b->pushHandler(new \Monolog\Handler\NullHandler());
  12182.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  12183.         $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())));
  12184.         $instance->addListener('kernel.request', [=> function () {
  12185.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] = new \Shopware\Core\Framework\Routing\RouteParamsCleanupListener()));
  12186.         }, => '__invoke'], 0);
  12187.         $instance->addListener('kernel.request', [=> function () {
  12188.             return ($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] ?? $this->getTwigDateRequestListenerService());
  12189.         }, => 'onKernelRequest'], 0);
  12190.         $instance->addListener('kernel.response', [=> function () {
  12191.             return ($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\AdminInfoSubscriber'] ?? ($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\AdminInfoSubscriber'] = new \Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriber(true)));
  12192.         }, => '__invoke'], 0);
  12193.         $instance->addListener('kernel.controller', [=> function () {
  12194.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  12195.         }, => 'onKernelController'], 0);
  12196.         $instance->addListener('kernel.controller', [=> function () {
  12197.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? $this->getContextResolverListenerService());
  12198.         }, => 'resolveContext'], -10);
  12199.         $instance->addListener('kernel.request', [=> function () {
  12200.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  12201.         }, => 'initializeCspNonce'], 0);
  12202.         $instance->addListener('kernel.response', [=> function () {
  12203.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  12204.         }, => 'setSecurityHeaders'], 0);
  12205.         $instance->addListener('kernel.controller', [=> function () {
  12206.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeListener'] ?? $this->getRouteScopeListenerService());
  12207.         }, => 'checkScope'], -20);
  12208.         $instance->addListener('kernel.request', [=> function () {
  12209.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  12210.         }, => 'request'], -10);
  12211.         $instance->addListener('kernel.response', [=> function () {
  12212.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  12213.         }, => 'response'], -10);
  12214.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  12215.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  12216.         }, => 'render'], -10);
  12217.         $instance->addListener('snippet.written', [=> function () {
  12218.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  12219.         }, => 'invalidate'], 0);
  12220.         $instance->addListener('snippet.deleted', [=> function () {
  12221.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  12222.         }, => 'invalidate'], 0);
  12223.         $instance->addListener('snippet_set.deleted', [=> function () {
  12224.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  12225.         }, => 'invalidate'], 0);
  12226.         $instance->addListener('app_template.written', [=> function () {
  12227.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService());
  12228.         }, => 'reset'], 0);
  12229.         $instance->addListener('shopware.global_business_event', [=> function () {
  12230.             return ($this->privates['Shopware\\Core\\Framework\\Log\\LoggingService'] ?? $this->getLoggingServiceService());
  12231.         }, => 'logBusinessEvent'], 0);
  12232.         $instance->addListener('kernel.controller', [=> function () {
  12233.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  12234.         }, => 'setStates'], -21);
  12235.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  12236.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  12237.         }, => 'login'], 0);
  12238.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartChangedEvent', [=> function () {
  12239.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  12240.         }, => 'cartChanged'], 0);
  12241.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12242.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] ?? $this->getScriptCacheInvalidationSubscriberService());
  12243.         }, => 'executeCacheInvalidationHook'], 0);
  12244.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  12245.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12246.         }, => 'invalidateCategoryRouteByCategoryIds'], 2000);
  12247.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  12248.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12249.         }, => 'invalidateListingRouteByCategoryIds'], 2001);
  12250.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  12251.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12252.         }, => 'invalidateIndexedLandingPages'], 2000);
  12253.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  12254.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12255.         }, => 'invalidateSearch'], 2000);
  12256.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  12257.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12258.         }, => 'invalidateListings'], 2001);
  12259.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  12260.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12261.         }, => 'invalidateProductIds'], 2002);
  12262.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  12263.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12264.         }, => 'invalidateDetailRoute'], 2004);
  12265.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  12266.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12267.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  12268.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  12269.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12270.         }, => 'invalidateReviewRoute'], 2006);
  12271.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  12272.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12273.         }, => 'invalidateSearch'], 2000);
  12274.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  12275.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12276.         }, => 'invalidateListings'], 2001);
  12277.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  12278.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12279.         }, => 'invalidateProductIds'], 2002);
  12280.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  12281.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12282.         }, => 'invalidateDetailRoute'], 2004);
  12283.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  12284.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12285.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  12286.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  12287.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12288.         }, => 'invalidateReviewRoute'], 2006);
  12289.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12290.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12291.         }, => 'invalidateCmsPageIds'], 2001);
  12292.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12293.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12294.         }, => 'invalidateCurrencyRoute'], 2002);
  12295.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12296.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12297.         }, => 'invalidateLanguageRoute'], 2003);
  12298.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12299.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12300.         }, => 'invalidateNavigationRoute'], 2004);
  12301.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12302.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12303.         }, => 'invalidatePaymentMethodRoute'], 2005);
  12304.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12305.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12306.         }, => 'invalidateProductAssignment'], 2006);
  12307.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12308.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12309.         }, => 'invalidateManufacturerFilters'], 2007);
  12310.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12311.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12312.         }, => 'invalidatePropertyFilters'], 2008);
  12313.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12314.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12315.         }, => 'invalidateCrossSellingRoute'], 2009);
  12316.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12317.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12318.         }, => 'invalidateContext'], 2010);
  12319.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12320.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12321.         }, => 'invalidateShippingMethodRoute'], 2011);
  12322.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12323.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12324.         }, => 'invalidateSnippets'], 2012);
  12325.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12326.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12327.         }, => 'invalidateStreamsBeforeIndexing'], 2013);
  12328.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12329.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12330.         }, => 'invalidateStreamIds'], 2014);
  12331.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12332.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12333.         }, => 'invalidateCountryRoute'], 2015);
  12334.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12335.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12336.         }, => 'invalidateSalutationRoute'], 2016);
  12337.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12338.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12339.         }, => 'invalidateInitialStateIdLoader'], 2017);
  12340.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12341.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12342.         }, => 'invalidateCountryStateRoute'], 2018);
  12343.         $instance->addListener('Shopware\\Core\\Content\\Seo\\Event\\SeoUrlUpdateEvent', [=> function () {
  12344.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12345.         }, => 'invalidateSeoUrls'], 2000);
  12346.         $instance->addListener('Shopware\\Core\\Content\\Rule\\Event\\RuleIndexerEvent', [=> function () {
  12347.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12348.         }, => 'invalidateRules'], 2000);
  12349.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  12350.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12351.         }, => 'invalidateRules'], 2000);
  12352.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  12353.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12354.         }, => 'invalidateConfig'], 2001);
  12355.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  12356.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12357.         }, => 'invalidateRules'], 2000);
  12358.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  12359.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12360.         }, => 'invalidateConfig'], 2001);
  12361.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  12362.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12363.         }, => 'invalidateRules'], 2000);
  12364.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  12365.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12366.         }, => 'invalidateConfig'], 2001);
  12367.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  12368.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12369.         }, => 'invalidateRules'], 2000);
  12370.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  12371.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12372.         }, => 'invalidateConfig'], 2001);
  12373.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  12374.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12375.         }, => 'invalidateRules'], 2000);
  12376.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  12377.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12378.         }, => 'invalidateConfig'], 2001);
  12379.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  12380.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12381.         }, => 'invalidateConfigKey'], 2000);
  12382.         $instance->addListener('Shopware\\Core\\Content\\Sitemap\\Event\\SitemapGeneratedEvent', [=> function () {
  12383.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  12384.         }, => 'invalidateSitemap'], 2000);
  12385.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12386.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] ?? $this->getAclWriteValidatorService());
  12387.         }, => 'preValidate'], 0);
  12388.         $instance->addListener('kernel.controller', [=> function () {
  12389.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] ?? $this->getAclAnnotationValidatorService());
  12390.         }, => 'validate'], -20);
  12391.         $instance->addListener('Shopware\\Core\\Framework\\Api\\Acl\\Event\\CommandAclValidationEvent', [=> function () {
  12392.             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()));
  12393.         }, => 'validate'], 0);
  12394.         $instance->addListener('kernel.request', [=> function () {
  12395.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  12396.         }, => 'onKernelRequest'], 9999);
  12397.         $instance->addListener('kernel.response', [=> function () {
  12398.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  12399.         }, => 'onKernelResponse'], 9999);
  12400.         $instance->addListener('kernel.exception', [=> function () {
  12401.             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)));
  12402.         }, => 'onKernelException'], -1);
  12403.         $instance->addListener('kernel.response', [=> function () {
  12404.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] = new \Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener()));
  12405.         }, => 'onResponse'], 0);
  12406.         $instance->addListener('kernel.request', [=> function () {
  12407.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] = new \Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener()));
  12408.         }, => 'onRequest'], 128);
  12409.         $instance->addListener('kernel.controller', [=> function () {
  12410.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] ?? $this->getExpectationSubscriberService());
  12411.         }, => 'checkExpectations'], -21);
  12412.         $instance->addListener('kernel.controller', [=> function () {
  12413.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener'] ?? $this->getSalesChannelAuthenticationListenerService());
  12414.         }, => 'validateRequest'], -2);
  12415.         $instance->addListener('kernel.request', [=> function () {
  12416.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  12417.         }, => 'setupOAuth'], 128);
  12418.         $instance->addListener('kernel.controller', [=> function () {
  12419.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  12420.         }, => 'validateRequest'], -2);
  12421.         $instance->addListener('user.written', [=> function () {
  12422.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  12423.         }, => 'onUserWritten'], 0);
  12424.         $instance->addListener('user.deleted', [=> function () {
  12425.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  12426.         }, => 'onUserDeleted'], 0);
  12427.         $instance->addListener('app.loaded', [=> function () {
  12428.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppLoadedSubscriber()));
  12429.         }, => 'unserialize'], 0);
  12430.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12431.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] ?? $this->getCustomFieldProtectionSubscriberService());
  12432.         }, => 'checkWrite'], 0);
  12433.         $instance->addListener('app_script_condition.loaded', [=> function () {
  12434.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppScriptConditionConstraintsSubscriber()));
  12435.         }, => 'unserialize'], 0);
  12436.         $instance->addListener('app_flow_action.loaded', [=> function () {
  12437.             return ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] = new \Shopware\Core\Framework\App\FlowAction\AppFlowActionLoadedSubscriber()));
  12438.         }, => 'unserialize'], 0);
  12439.         $instance->addListener('custom_field.deleted', [=> function () {
  12440.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  12441.         }, => 'reset'], 0);
  12442.         $instance->addListener('custom_field.written', [=> function () {
  12443.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  12444.         }, => 'reset'], 0);
  12445.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressStartedEvent', [=> function () {
  12446.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  12447.         }, => 'startProgress'], 0);
  12448.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressAdvancedEvent', [=> function () {
  12449.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  12450.         }, => 'advanceProgress'], 0);
  12451.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressFinishedEvent', [=> function () {
  12452.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  12453.         }, => 'finishProgress'], 0);
  12454.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePreFinishEvent', [=> function () {
  12455.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  12456.         }, => 'runRegisteredIndexers'], 0);
  12457.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  12458.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  12459.         }, => 'runRegisteredIndexers'], 0);
  12460.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12461.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\LockValidator'] ?? $this->getLockValidatorService());
  12462.         }, => 'preValidate'], 0);
  12463.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12464.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  12465.         }, => 'validateWriteCommands'], 0);
  12466.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  12467.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  12468.         }, => 'validateEntitySearch'], 0);
  12469.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12470.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] ?? $this->getEntityIndexingSubscriberService());
  12471.         }, => 'refreshIndex'], 1000);
  12472.         $instance->addListener('mail_template.deleted', [=> function () {
  12473.             return ($this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] ?? $this->getEventActionSubscriberService());
  12474.         }, => 'deleted'], 0);
  12475.         $instance->addListener('dead_message.loaded', [=> function () {
  12476.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] = new \Shopware\Core\Framework\MessageQueue\Subscriber\DeadMessageLoadedSubscriber()));
  12477.         }, => 'unserialize'], 0);
  12478.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  12479.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageFailedHandler'] ?? $this->getMessageFailedHandlerService());
  12480.         }, => 'onMessageFailed'], 99);
  12481.         $instance->addListener('plugin.loaded', [=> function () {
  12482.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] = new \Shopware\Core\Framework\Plugin\Subscriber\PluginLoadedSubscriber()));
  12483.         }, => 'unserialize'], 0);
  12484.         $instance->addListener('acl_role.loaded', [=> function () {
  12485.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginAclPrivilegesSubscriber'] ?? $this->getPluginAclPrivilegesSubscriberService());
  12486.         }, => 'onAclRoleLoaded'], 0);
  12487.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  12488.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  12489.         }, => 'afterPluginStateChange'], 0);
  12490.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  12491.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  12492.         }, => 'afterPluginStateChange'], 0);
  12493.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  12494.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  12495.         }, => 'afterPluginStateChange'], 0);
  12496.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  12497.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\UpdatePostFinishSubscriber'] ?? $this->getUpdatePostFinishSubscriberService());
  12498.         }, => 'updatePostFinishEvent'], 0);
  12499.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  12500.             return ($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] ?? $this->getLicenseHostChangedSubscriberService());
  12501.         }, => 'onLicenseHostChanged'], 0);
  12502.         $instance->addListener('script.written', [=> function () {
  12503.             return ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  12504.         }, => 'invalidateCache'], 0);
  12505.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12506.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  12507.         }, => 'preValidate'], 0);
  12508.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  12509.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  12510.         }, => 'postValidate'], 0);
  12511.         $instance->addListener('language.deleted', [=> function () {
  12512.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  12513.         }, => 'invalidateCache'], 0);
  12514.         $instance->addListener('language.written', [=> function () {
  12515.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  12516.         }, => 'invalidateCache'], 0);
  12517.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12518.             return ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] = new \Shopware\Core\System\Language\TranslationValidator()));
  12519.         }, => 'preValidate'], 0);
  12520.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  12521.             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'))));
  12522.         }, => 'update'], 0);
  12523.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  12524.             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'))));
  12525.         }, => 'onUpdate'], 0);
  12526.         $instance->addListener('kernel.response', [=> function () {
  12527.             return ($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'] ?? $this->getStoreApiSeoResolverService());
  12528.         }, => 'addSeoInformation'], 10000);
  12529.         $instance->addListener('webhook.written', [=> function () {
  12530.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  12531.         }, => 'clearWebhookCache'], 0);
  12532.         $instance->addListener('acl_role.written', [=> function () {
  12533.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  12534.         }, => 'clearPrivilegesCache'], 0);
  12535.         $instance->addListener('Shopware\\Core\\Framework\\Webhook\\Event\\RetryWebhookMessageFailedEvent', [=> function () {
  12536.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] ?? $this->getRetryWebhookMessageFailedSubscriberService());
  12537.         }, => 'handleWebhookMessageFail'], 0);
  12538.         $instance->addListener('kernel.response', [=> function () {
  12539.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StoreApiResponseListener'] ?? $this->getStoreApiResponseListenerService());
  12540.         }, => 'encodeResponse'], 10000);
  12541.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12542.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] ?? $this->getSalesChannelValidatorService());
  12543.         }, => 'handleSalesChannelLanguageIds'], 0);
  12544.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12545.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] = new \Shopware\Core\System\SalesChannel\Subscriber\SalesChannelTypeValidator()));
  12546.         }, => 'preWriteValidateEvent'], 0);
  12547.         $instance->addListener('country.written', [=> function () {
  12548.             return ($this->privates['Shopware\\Core\\System\\Country\\CountryTaxFreeDeprecationUpdater'] ?? $this->getCountryTaxFreeDeprecationUpdaterService());
  12549.         }, => 'updated'], 0);
  12550.         $instance->addListener('currency.loaded', [=> function () {
  12551.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] = new \Shopware\Core\System\Currency\CurrencyLoadSubscriber()));
  12552.         }, => 'setDefault'], 0);
  12553.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12554.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] = new \Shopware\Core\System\Currency\CurrencyValidator()));
  12555.         }, => 'preValidate'], 0);
  12556.         $instance->addListener('custom_field.written', [=> function () {
  12557.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  12558.         }, => 'customFieldIsWritten'], 0);
  12559.         $instance->addListener('custom_field.deleted', [=> function () {
  12560.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  12561.         }, => 'customFieldIsDeleted'], 0);
  12562.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12563.             return ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] = new \Shopware\Core\System\Salutation\DefaultSalutationValidator()));
  12564.         }, => 'validate'], 0);
  12565.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  12566.             return ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] = new \Shopware\Core\System\SystemConfig\Store\MemoizedSystemConfigStore()));
  12567.         }, => 'onValueChanged'], 1500);
  12568.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  12569.             return ($this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] ?? $this->getEntryPointValidatorService());
  12570.         }, => 'postValidate'], 0);
  12571.         $instance->addListener('category.loaded', [=> function () {
  12572.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  12573.         }, => 'entityLoaded'], 0);
  12574.         $instance->addListener('sales_channel.category.loaded', [=> function () {
  12575.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  12576.         }, => 'entityLoaded'], 0);
  12577.         $instance->addListener('media.loaded', [=> function () {
  12578.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  12579.         }, => 'unserialize'], 10);
  12580.         $instance->addListener('media.loaded', [=> function () {
  12581.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  12582.         }, => 'addUrls'], 0);
  12583.         $instance->addListener('media_folder_configuration.loaded', [=> function () {
  12584.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] = new \Shopware\Core\Content\Media\Subscriber\MediaFolderConfigLoadedSubscriber()));
  12585.         }, => 'unserialize'], 10);
  12586.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  12587.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  12588.         }, => 'beforeDelete'], 0);
  12589.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  12590.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  12591.         }, => 'securePrivateFolders'], 0);
  12592.         $instance->addListener('product.loaded', [=> function () {
  12593.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  12594.         }, => 'loaded'], 0);
  12595.         $instance->addListener('product.partial_loaded', [=> function () {
  12596.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  12597.         }, => 'partialEntityLoaded'], 0);
  12598.         $instance->addListener('sales_channel.product.loaded', [=> function () {
  12599.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  12600.         }, => 'salesChannelLoaded'], 0);
  12601.         $instance->addListener('sales_channel.product.partial_loaded', [=> function () {
  12602.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  12603.         }, => 'partialSalesChannelLoaded'], 0);
  12604.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  12605.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  12606.         }, => 'handleListingRequest'], 100);
  12607.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  12608.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  12609.         }, => 'handleFlags'], -100);
  12610.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSuggestCriteriaEvent', [=> function () {
  12611.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  12612.         }, => 'handleFlags'], -100);
  12613.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  12614.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  12615.         }, => 'handleSearchRequest'], 100);
  12616.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  12617.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  12618.         }, => 'handleFlags'], -100);
  12619.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  12620.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  12621.         }, => 'handleResult'], 100);
  12622.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  12623.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  12624.         }, => 'removeScoreSorting'], -100);
  12625.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchResultEvent', [=> function () {
  12626.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  12627.         }, => 'handleResult'], 0);
  12628.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12629.             return ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] ?? $this->getProductLineItemCommandValidatorService());
  12630.         }, => 'preValidate'], 0);
  12631.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  12632.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  12633.         }, => 'orderPlaced'], 0);
  12634.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  12635.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  12636.         }, => 'stateChanged'], 0);
  12637.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12638.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  12639.         }, => 'triggerChangeSet'], 0);
  12640.         $instance->addListener('order_line_item.written', [=> function () {
  12641.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  12642.         }, => 'lineItemWritten'], 0);
  12643.         $instance->addListener('order_line_item.deleted', [=> function () {
  12644.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  12645.         }, => 'lineItemWritten'], 0);
  12646.         $instance->addListener('newsletter_recipient.deleted', [=> function () {
  12647.             return ($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] ?? $this->getNewsletterRecipientDeletedSubscriberService());
  12648.         }, => 'onNewsletterRecipientDeleted'], 0);
  12649.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12650.             return ($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'] ?? $this->getRuleValidatorService());
  12651.         }, => 'preValidate'], 0);
  12652.         $instance->addListener('rule.loaded', [=> function () {
  12653.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadSubscriber'] ?? $this->getRulePayloadSubscriberService());
  12654.         }, => 'unserialize'], 0);
  12655.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  12656.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12657.         }, => 'refreshPlugin'], 0);
  12658.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  12659.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12660.         }, => 'refreshPlugin'], 0);
  12661.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  12662.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12663.         }, => 'refreshPlugin'], 0);
  12664.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  12665.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12666.         }, => 'refreshPlugin'], 0);
  12667.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  12668.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12669.         }, => 'refreshPlugin'], 0);
  12670.         $instance->addListener('rule.written', [=> function () {
  12671.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12672.         }, => 'onRuleWritten'], 0);
  12673.         $instance->addListener('app_script_condition.written', [=> function () {
  12674.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService());
  12675.         }, => 'updatePayloads'], 0);
  12676.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12677.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  12678.         }, => 'triggerChangeSet'], 0);
  12679.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12680.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  12681.         }, => 'onEntityWritten'], 0);
  12682.         $instance->addListener('product_export.written', [=> function () {
  12683.             return ($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'] ?? $this->getProductExportEventListenerService());
  12684.         }, => 'afterWrite'], 0);
  12685.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\BeforeSystemConfigChangedEvent', [=> function () {
  12686.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  12687.         }, => 'validateChangeOfDefaultCmsPage'], 0);
  12688.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  12689.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  12690.         }, => 'beforeDeletion'], 0);
  12691.         $instance->addListener('action.mail.send', [=> function () {
  12692.             return ($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] ?? $this->getMailSendSubscriberService());
  12693.         }, => 'sendMail'], 0);
  12694.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12695.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] ?? $this->getSystemDefaultValidatorService());
  12696.         }, => 'preValidate'], 0);
  12697.         $instance->addListener('media.written', [=> function () {
  12698.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  12699.         }, => 'persistMedia'], 0);
  12700.         $instance->addListener('import_export_file.deleted', [=> function () {
  12701.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] ?? $this->getFileDeletedSubscriberService());
  12702.         }, => 'onFileDeleted'], 0);
  12703.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  12704.             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()));
  12705.         }, => 'enrich'], 0);
  12706.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportBeforeImportRecordEvent', [=> function () {
  12707.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? $this->getProductCategoryPathsSubscriberService());
  12708.         }, => 'categoryPathsToAssignment'], 0);
  12709.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  12710.             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()));
  12711.         }, => 'enrich'], 0);
  12712.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportAfterImportRecordEvent', [=> function () {
  12713.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? $this->getProductVariantsSubscriberService());
  12714.         }, => 'onAfterImportRecord'], 0);
  12715.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  12716.             return ($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] ?? $this->getLandingPageValidatorService());
  12717.         }, => 'preValidate'], 0);
  12718.         $instance->addListener('action.add.order.tag', [=> function () {
  12719.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  12720.         }, => 'handle'], 0);
  12721.         $instance->addListener('action.add.customer.tag', [=> function () {
  12722.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  12723.         }, => 'handle'], 0);
  12724.         $instance->addListener('action.remove.order.tag', [=> function () {
  12725.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  12726.         }, => 'handle'], 0);
  12727.         $instance->addListener('action.remove.customer.tag', [=> function () {
  12728.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  12729.         }, => 'handle'], 0);
  12730.         $instance->addListener('action.change.customer.group', [=> function () {
  12731.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  12732.         }, => 'handle'], 0);
  12733.         $instance->addListener('action.change.customer.status', [=> function () {
  12734.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  12735.         }, => 'handle'], 0);
  12736.         $instance->addListener('action.grant.download.access', [=> function () {
  12737.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] ?? $this->getGrantDownloadAccessActionService());
  12738.         }, => 'handle'], 0);
  12739.         $instance->addListener('action.mail.send', [=> function () {
  12740.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  12741.         }, => 'handle'], 0);
  12742.         $instance->addListener('action.generate.document', [=> function () {
  12743.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  12744.         }, => 'handle'], 0);
  12745.         $instance->addListener('action.set.order.state', [=> function () {
  12746.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  12747.         }, => 'handle'], 0);
  12748.         $instance->addListener('action.set.customer.custom.field', [=> function () {
  12749.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  12750.         }, => 'handle'], 0);
  12751.         $instance->addListener('action.set.order.custom.field', [=> function () {
  12752.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  12753.         }, => 'handle'], 0);
  12754.         $instance->addListener('action.set.customer.group.custom.field', [=> function () {
  12755.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  12756.         }, => 'handle'], 0);
  12757.         $instance->addListener('action.add.customer.affiliate.and.campaign.code', [=> function () {
  12758.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  12759.         }, => 'handle'], 0);
  12760.         $instance->addListener('action.add.order.affiliate.and.campaign.code', [=> function () {
  12761.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  12762.         }, => 'handle'], 0);
  12763.         $instance->addListener('action.stop.flow', [=> function () {
  12764.             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()));
  12765.         }, => 'handle'], 0);
  12766.         $instance->addListener('flow.written', [=> function () {
  12767.             return ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? $this->getCachedFlowLoaderService());
  12768.         }, => 'invalidate'], 0);
  12769.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  12770.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12771.         }, => 'refreshPlugin'], 0);
  12772.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  12773.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12774.         }, => 'refreshPlugin'], 0);
  12775.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  12776.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12777.         }, => 'refreshPlugin'], 0);
  12778.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  12779.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12780.         }, => 'refreshPlugin'], 0);
  12781.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  12782.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12783.         }, => 'refreshPlugin'], 0);
  12784.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppInstalledEvent', [=> function () {
  12785.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12786.         }, => 'refreshPlugin'], 0);
  12787.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  12788.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12789.         }, => 'refreshPlugin'], 0);
  12790.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  12791.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12792.         }, => 'refreshPlugin'], 0);
  12793.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  12794.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12795.         }, => 'refreshPlugin'], 0);
  12796.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  12797.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12798.         }, => 'refreshPlugin'], 0);
  12799.         $instance->addListener('customer.loaded', [=> function () {
  12800.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  12801.         }, => 'loaded'], 0);
  12802.         $instance->addListener('customer_address.loaded', [=> function () {
  12803.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  12804.         }, => 'loaded'], 0);
  12805.         $instance->addListener('order_address.loaded', [=> function () {
  12806.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  12807.         }, => 'loaded'], 0);
  12808.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  12809.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  12810.         }, => 'fillCustomerMetaDataFields'], 0);
  12811.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12812.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  12813.         }, => 'deleteOrder'], 0);
  12814.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  12815.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'] ?? $this->getCustomerRemoteAddressSubscriberService());
  12816.         }, => 'updateRemoteAddressByLogin'], 0);
  12817.         $instance->addListener('customer.written', [=> function () {
  12818.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  12819.         }, => 'onCustomerWritten'], 0);
  12820.         $instance->addListener('customer.deleted', [=> function () {
  12821.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  12822.         }, => 'onCustomerDeleted'], 0);
  12823.         $instance->addListener('customer_group_translation.written', [=> function () {
  12824.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  12825.         }, => 'updatedCustomerGroup'], 0);
  12826.         $instance->addListener('customer_group_registration_sales_channels.written', [=> function () {
  12827.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  12828.         }, => 'newSalesChannelAddedToCustomerGroup'], 0);
  12829.         $instance->addListener('customer_group_translation.deleted', [=> function () {
  12830.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  12831.         }, => 'deleteCustomerGroup'], 0);
  12832.         $instance->addListener('customer.written', [=> function () {
  12833.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] ?? $this->getCustomerChangePasswordSubscriberService());
  12834.         }, => 'onCustomerWritten'], 0);
  12835.         $instance->addListener('customer.written', [=> function () {
  12836.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] ?? $this->getCustomerFlowEventsSubscriberService());
  12837.         }, => 'onCustomerWritten'], 0);
  12838.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  12839.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] ?? $this->getCustomerBeforeDeleteSubscriberService());
  12840.         }, => 'beforeDelete'], 0);
  12841.         $instance->addListener('document_base_config.written', [=> function () {
  12842.             return ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  12843.         }, => 'reset'], 0);
  12844.         $instance->addListener('state_machine.order.state_changed', [=> function () {
  12845.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  12846.         }, => 'onOrderStateChange'], 0);
  12847.         $instance->addListener('state_machine.order_delivery.state_changed', [=> function () {
  12848.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  12849.         }, => 'onOrderDeliveryStateChange'], 0);
  12850.         $instance->addListener('state_machine.order_transaction.state_changed', [=> function () {
  12851.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  12852.         }, => 'onOrderTransactionStateChange'], 0);
  12853.         $instance->addListener('collect.business-events', [=> function () {
  12854.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  12855.         }, => 'onAddStateEvents'], 0);
  12856.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12857.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] ?? $this->getPaymentMethodValidator2Service());
  12858.         }, => 'validate'], 0);
  12859.         $instance->addListener('payment_method.loaded', [=> function () {
  12860.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentHandlerIdentifierSubscriber()));
  12861.         }, => 'formatHandlerIdentifier'], 0);
  12862.         $instance->addListener('payment_method.loaded', [=> function () {
  12863.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentDistinguishableNameSubscriber()));
  12864.         }, => 'addDistinguishablePaymentName'], 0);
  12865.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12866.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] ?? $this->getPromotionValidatorService());
  12867.         }, => 'preValidate'], 0);
  12868.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemAddedEvent', [=> function () {
  12869.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  12870.         }, => 'onLineItemAdded'], 0);
  12871.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemRemovedEvent', [=> function () {
  12872.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  12873.         }, => 'onLineItemRemoved'], 0);
  12874.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  12875.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  12876.         }, => 'resetCodes'], 0);
  12877.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  12878.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] ?? $this->getPromotionIndividualCodeRedeemerService());
  12879.         }, => 'onOrderPlaced'], 0);
  12880.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  12881.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] ?? $this->getPromotionRedemptionUpdaterService());
  12882.         }, => 'orderPlaced'], 0);
  12883.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12884.             return ($this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] ?? $this->getShippingMethodValidatorService());
  12885.         }, => 'preValidate'], 0);
  12886.         $instance->addListener('sales_channel.deleted', [=> function () {
  12887.             return ($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] ?? $this->getSalesChannelUserConfigSubscriberService());
  12888.         }, => 'onSalesChannelDeleted'], 0);
  12889.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12890.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] ?? $this->getCachedDomainLoaderInvalidatorService());
  12891.         }, => 'invalidate'], 2000);
  12892.         $instance->addListener('kernel.request', [=> function () {
  12893.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12894.         }, => 'startSession'], 40);
  12895.         $instance->addListener('kernel.request', [=> function () {
  12896.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12897.         }, => 'maintenanceResolver'], 0);
  12898.         $instance->addListener('kernel.exception', [=> function () {
  12899.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12900.         }, => 'showHtmlExceptionResponse'], -100);
  12901.         $instance->addListener('kernel.exception', [=> function () {
  12902.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12903.         }, => 'customerNotLoggedInHandler'], 0);
  12904.         $instance->addListener('kernel.exception', [=> function () {
  12905.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12906.         }, => 'maintenanceResolver'], 0);
  12907.         $instance->addListener('kernel.controller', [=> function () {
  12908.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12909.         }, => 'preventPageLoadingFromXmlHttpRequest'], -20);
  12910.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  12911.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12912.         }, => 'updateSessionAfterLogin'], 0);
  12913.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLogoutEvent', [=> function () {
  12914.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12915.         }, => 'updateSessionAfterLogout'], 0);
  12916.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  12917.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12918.         }, => 'replaceCsrfToken'], 0);
  12919.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  12920.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12921.         }, => 'setCanonicalUrl'], 0);
  12922.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  12923.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12924.         }, => 'addHreflang'], 0);
  12925.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  12926.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12927.         }, => 'addShopIdParameter'], 0);
  12928.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  12929.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12930.         }, => 'addIconSetConfig'], 0);
  12931.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  12932.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12933.         }, => 'replaceContextToken'], 0);
  12934.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  12935.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  12936.         }, => 'onSystemConfigChanged'], 0);
  12937.         $instance->addListener('kernel.controller', [=> function () {
  12938.             return ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? $this->getCsrfRouteListenerService());
  12939.         }, => 'csrfCheck'], -9);
  12940.         $instance->addListener('kernel.controller', [=> function () {
  12941.             return ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] = new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()));
  12942.         }, => 'checkAffiliateTracking'], -21);
  12943.         $instance->addListener('kernel.request', [=> function () {
  12944.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  12945.         }, => 'addHttpCacheToCoreRoutes'], 0);
  12946.         $instance->addListener('kernel.response', [=> function () {
  12947.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  12948.         }, => 'setResponseCache'], -1500);
  12949.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  12950.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  12951.         }, => 'updateCacheControlForBrowser'], 0);
  12952.         $instance->addListener('kernel.controller', [=> function () {
  12953.             return ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? $this->getCaptchaRouteListenerService());
  12954.         }, => 'validateCaptcha'], -20);
  12955.         $instance->addListener('kernel.response', [=> function () {
  12956.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] = new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()));
  12957.         }, => 'onResponse'], -10);
  12958.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartMergedEvent', [=> function () {
  12959.             return ($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'] ?? $this->getCartMergedSubscriberService());
  12960.         }, => 'addCartMergedNoticeFlash'], 0);
  12961.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  12962.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  12963.         }, => 'updateProductUrls'], 0);
  12964.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  12965.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  12966.         }, => 'updateCategoryUrls'], 0);
  12967.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  12968.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  12969.         }, => 'updateLandingPageUrls'], 0);
  12970.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12971.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  12972.         }, => 'detectSalesChannelEntryPoints'], 0);
  12973.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  12974.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  12975.         }, => 'invalidate'], 0);
  12976.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  12977.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  12978.         }, => 'assigned'], 0);
  12979.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  12980.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  12981.         }, => 'reset'], 0);
  12982.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  12983.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  12984.         }, => 'handleAppActivationOrUpdate'], 0);
  12985.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  12986.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  12987.         }, => 'handleAppActivationOrUpdate'], 0);
  12988.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  12989.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  12990.         }, => 'handleUninstall'], 0);
  12991.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  12992.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  12993.         }, => 'dumpConfigFromEvent'], 0);
  12994.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  12995.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  12996.         }, => 'dumpConfigFromEvent'], 0);
  12997.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  12998.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  12999.         }, => 'dumpConfigFromEvent'], 0);
  13000.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreActivateEvent', [=> function () {
  13001.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  13002.         }, => 'pluginActivate'], 0);
  13003.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  13004.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  13005.         }, => 'pluginPostActivate'], 0);
  13006.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUpdateEvent', [=> function () {
  13007.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  13008.         }, => 'pluginUpdate'], 0);
  13009.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreDeactivateEvent', [=> function () {
  13010.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  13011.         }, => 'pluginDeactivateAndUninstall'], 0);
  13012.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivationFailedEvent', [=> function () {
  13013.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  13014.         }, => 'pluginPostDeactivateFailed'], 0);
  13015.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUninstallEvent', [=> function () {
  13016.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  13017.         }, => 'pluginDeactivateAndUninstall'], 0);
  13018.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  13019.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  13020.         }, => 'pluginPostUninstall'], 0);
  13021.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  13022.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] ?? $this->getAppLifecycleSubscriberService());
  13023.         }, => 'onAppDeleted'], 0);
  13024.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeCompilerEnrichScssVariablesEvent', [=> function () {
  13025.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] ?? $this->getThemeCompilerEnrichScssVarSubscriberService());
  13026.         }, => 'enrichExtensionVars'], 0);
  13027.         $instance->addListener('kernel.request', [=> function () {
  13028.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  13029.         }, => 'requestEvent'], 0);
  13030.         $instance->addListener('kernel.exception', [=> function () {
  13031.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  13032.         }, => 'requestEvent'], 0);
  13033.         $instance->addListener('Shopware\\Core\\Checkout\\Document\\Event\\DocumentTemplateRendererParameterEvent', [=> function () {
  13034.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  13035.         }, => 'onDocumentRendering'], 0);
  13036.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  13037.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] ?? $this->getFirstRunWizardSubscriberService());
  13038.         }, => 'frwFinished'], 0);
  13039.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  13040.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] ?? $this->getUpdateSubscriberService());
  13041.         }, => 'updateFinished'], 0);
  13042.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  13043.             return ($this->privates['Shopware\\Elasticsearch\\Product\\ProductUpdater'] ?? $this->getProductUpdaterService());
  13044.         }, => 'update'], 0);
  13045.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  13046.             return ($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] ?? $this->getCustomFieldUpdaterService());
  13047.         }, => 'onNewCustomFieldCreated'], 0);
  13048.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressStartedEvent', [=> function () {
  13049.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  13050.         }, => 'startProgress'], 0);
  13051.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressAdvancedEvent', [=> function () {
  13052.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  13053.         }, => 'advanceProgress'], 0);
  13054.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressFinishedEvent', [=> function () {
  13055.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  13056.         }, => 'finishProgress'], 0);
  13057.         $instance->addListener('sales_channel_language.written', [=> function () {
  13058.             return ($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'] ?? $this->getLanguageSubscriberService());
  13059.         }, => 'onSalesChannelWritten'], 0);
  13060.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\RefreshIndexEvent', [=> function () {
  13061.             return ($this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'] ?? $this->getRefreshIndexSubscriberService());
  13062.         }, => 'handled'], 0);
  13063.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  13064.             return ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  13065.         }, => 'refresh'], -1000);
  13066.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  13067.             return ($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService());
  13068.         }, => 'onContextResolved'], 0);
  13069.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  13070.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelValidator'] ?? $this->getSalesChannelValidator2Service());
  13071.         }, => 'postValidate'], 0);
  13072.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  13073.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelDomainValidator'] ?? $this->getSalesChannelDomainValidatorService());
  13074.         }, => 'postValidate'], 0);
  13075.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  13076.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelLanguageValidator'] ?? $this->getSalesChannelLanguageValidatorService());
  13077.         }, => 'postValidate'], 0);
  13078.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  13079.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\UserValidator'] ?? $this->getUserValidatorService());
  13080.         }, => 'postValidate'], 0);
  13081.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  13082.             return ($this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  13083.         }, => 'redirectBeforeSendResponse'], 0);
  13084.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendRedirectResponseEvent', [=> function () {
  13085.             return ($this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  13086.         }, => 'redirectBeforeSendResponse'], 0);
  13087.         $instance->addListener('sales_channel.product.process.criteria', [=> function () {
  13088.             return ($this->privates['ThemeOkeOnline\\Storefront\\Product\\Subscriber\\StorefrontProductSearchResultLoadedSubscriber'] ?? $this->getStorefrontProductSearchResultLoadedSubscriberService());
  13089.         }, => 'addPropertiesToProductListingCriteria'], 0);
  13090.         $instance->addListener('sales_channel.product.search.result.loaded', [=> function () {
  13091.             return ($this->privates['ThemeOkeOnline\\Storefront\\Product\\Subscriber\\StorefrontProductSearchResultLoadedSubscriber'] ?? $this->getStorefrontProductSearchResultLoadedSubscriberService());
  13092.         }, => 'productListingLoaded'], 0);
  13093.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  13094.             return ($this->privates['ThemeOkeOnline\\Storefront\\Page\\Product\\ProductPageLoadedEventSubscriber'] ?? $this->getProductPageLoadedEventSubscriberService());
  13095.         }, => 'productLoaded'], 0);
  13096.         $instance->addListener('category.loaded', [=> function () {
  13097.             return ($this->privates['ThemeOkeOnline\\Core\\Framework\\DatabaseAbstractionLayer\\EntityLoadedEventSubscriber'] ?? ($this->privates['ThemeOkeOnline\\Core\\Framework\\DatabaseAbstractionLayer\\EntityLoadedEventSubscriber'] = new \ThemeOkeOnline\Core\Framework\DatabaseAbstractionLayer\EntityLoadedEventSubscriber()));
  13098.         }, => 'addCustomFieldsStructOnEntityLoaded'], 1000);
  13099.         $instance->addListener('product.loaded', [=> function () {
  13100.             return ($this->privates['ThemeOkeOnline\\Core\\Framework\\DatabaseAbstractionLayer\\EntityLoadedEventSubscriber'] ?? ($this->privates['ThemeOkeOnline\\Core\\Framework\\DatabaseAbstractionLayer\\EntityLoadedEventSubscriber'] = new \ThemeOkeOnline\Core\Framework\DatabaseAbstractionLayer\EntityLoadedEventSubscriber()));
  13101.         }, => 'addCustomFieldsStructOnEntityLoaded'], 1000);
  13102.         $instance->addListener('Shopware\\Core\\Content\\Cms\\Events\\CmsPageLoadedEvent', [=> function () {
  13103.             return ($this->privates['ThemeOkeOnline\\Storefront\\CmsPage\\Subscriber\\CmsPageLoadedSubscriber'] ?? $this->getCmsPageLoadedSubscriberService());
  13104.         }, => 'cmsPageLoaded'], 0);
  13105.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Cart\\CheckoutCartPageLoadedEvent', [=> function () {
  13106.             return ($this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutCartPageLoadedEventSubscriber'] ?? $this->getCheckoutCartPageLoadedEventSubscriberService());
  13107.         }, => 'addShippingMethodsToPage'], 0);
  13108.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoadedEvent', [=> function () {
  13109.             return ($this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutRegisterPageLoadedEventSubscriber'] ?? $this->getCheckoutRegisterPageLoadedEventSubscriberService());
  13110.         }, => 'addShippingMethodsToPage'], 0);
  13111.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  13112.             return ($this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutConfirmPageLoadedEventSubscriber'] ?? $this->getCheckoutConfirmPageLoadedEventSubscriberService());
  13113.         }, => 'addShippingMethodsToPage'], 0);
  13114.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  13115.             return ($this->privates['ThemeOkeOnline\\Storefront\\Event\\StorefrontRenderEventSubscriber'] ?? $this->getStorefrontRenderEventSubscriberService());
  13116.         }, => 'addCategoriesToPage'], 0);
  13117.         $instance->addListener('category.written', [=> function () {
  13118.             return ($this->privates['ThemeOkeOnline\\Core\\Content\\Category\\Subscriber\\NewCategorySubscriber'] ?? $this->getNewCategorySubscriberService());
  13119.         }, => 'onCategoryWritten'], 0);
  13120.         $instance->addListener('state_machine.order_delivery.state_changed', [=> function () {
  13121.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\OrderDeliverySubscriber'] ?? $this->getOrderDeliverySubscriberService());
  13122.         }, => 'onOrderDeliveryChanged'], 0);
  13123.         $instance->addListener('state_machine.order.state_changed', [=> function () {
  13124.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\CancelOrderSubscriber'] ?? $this->getCancelOrderSubscriberService());
  13125.         }, => 'onOrderStateChanges'], 0);
  13126.         $instance->addListener('Kiener\\MolliePayments\\Event\\MollieOrderShipmentTrackingEvent', [=> function () {
  13127.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\ShippingSubscriber'] ?? $this->getShippingSubscriberService());
  13128.         }, => 'onShipOrderWithTracking'], 0);
  13129.         $instance->addListener('system_config.written', [=> function () {
  13130.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\SystemConfigSubscriber'] ?? $this->getSystemConfigSubscriberService());
  13131.         }, => 'onSystemConfigWritten'], 0);
  13132.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  13133.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\ApplePaySubscriber'] ?? $this->getApplePaySubscriberService());
  13134.         }, => 'onStorefrontRender'], 0);
  13135.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  13136.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\ApplePayDirectSubscriber'] ?? $this->getApplePayDirectSubscriberService());
  13137.         }, => 'onStorefrontRender'], 0);
  13138.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  13139.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber'] ?? $this->getSubscriptionSubscriberService());
  13140.         }, => 'onStorefrontRender'], 0);
  13141.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  13142.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber'] ?? $this->getSubscriptionSubscriberService());
  13143.         }, => 'addSubscriptionData'], 0);
  13144.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  13145.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber'] ?? $this->getSubscriptionSubscriberService());
  13146.         }, => 'addSubscriptionData'], 0);
  13147.         $instance->addListener('kernel.request', [=> function () {
  13148.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\WebhookTimezoneSubscriber'] ?? $this->getWebhookTimezoneSubscriberService());
  13149.         }, => 'fixWebhookTimezone'], 31);
  13150.         $instance->addListener('mollie_subscription.loaded', [=> function () {
  13151.             return ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Enricher\\LiveDataEnricher'] ?? $this->getLiveDataEnricherService());
  13152.         }, => 'onSubscriptionsLoaded'], 0);
  13153.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  13154.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\CheckoutConfirmPageSubscriber'] ?? $this->getCheckoutConfirmPageSubscriberService());
  13155.         }, => 'addDataToPage'], 10);
  13156.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  13157.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\CheckoutConfirmPageSubscriber'] ?? $this->getCheckoutConfirmPageSubscriberService());
  13158.         }, => 'addDataToPage'], 10);
  13159.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Overview\\AccountOverviewPageLoadedEvent', [=> function () {
  13160.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\TestModeNotificationSubscriber'] ?? $this->getTestModeNotificationSubscriberService());
  13161.         }, => 'addTestModeInformationToPages'], 0);
  13162.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\PaymentMethod\\AccountPaymentMethodPageLoadedEvent', [=> function () {
  13163.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\TestModeNotificationSubscriber'] ?? $this->getTestModeNotificationSubscriberService());
  13164.         }, => 'addTestModeInformationToPages'], 0);
  13165.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  13166.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\TestModeNotificationSubscriber'] ?? $this->getTestModeNotificationSubscriberService());
  13167.         }, => 'addTestModeInformationToPages'], 0);
  13168.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  13169.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\TestModeNotificationSubscriber'] ?? $this->getTestModeNotificationSubscriberService());
  13170.         }, => 'addTestModeInformationToPages'], 0);
  13171.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Finish\\CheckoutFinishPageLoadedEvent', [=> function () {
  13172.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\TestModeNotificationSubscriber'] ?? $this->getTestModeNotificationSubscriberService());
  13173.         }, => 'addTestModeInformationToPages'], 0);
  13174.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\PaymentMethod\\AccountPaymentMethodPageLoadedEvent', [=> function () {
  13175.             return ($this->privates['Kiener\\MolliePayments\\Subscriber\\AccountPaymentMethodPageSubscriber'] ?? $this->getAccountPaymentMethodPageSubscriberService());
  13176.         }, => 'addDataToPage'], 10);
  13177.         $instance->addListener('collect.business-events', [=> function () {
  13178.             return ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Subscriber\\BusinessEventCollectorSubscriber'] ?? $this->getBusinessEventCollectorSubscriberService());
  13179.         }, => 'onAddEvent'], 1000);
  13180.         $instance->addListener('action.mollie.order.ship', [=> function () {
  13181.             return ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\ShipOrderAction'] ?? $this->getShipOrderActionService());
  13182.         }, => 'handle'], 0);
  13183.         $instance->addListener('action.mollie.order.refund', [=> function () {
  13184.             return ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\RefundOrderAction'] ?? $this->getRefundOrderActionService());
  13185.         }, => 'handle'], 0);
  13186.         $instance->addListener('Shopware\\Core\\Checkout\\Payment\\Event\\PaymentMethodRouteCacheKeyEvent', [=> function () {
  13187.             return ($this->privates['Kiener\\MolliePayments\\Compatibility\\Storefront\\Route\\PaymentMethodRoute\\Cache\\CachedPaymentMethodRoute64'] ?? $this->getCachedPaymentMethodRoute64Service());
  13188.         }, => 'onGenerateCacheKey'], 0);
  13189.         $instance->addListener('kernel.response', [=> function () {
  13190.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  13191.         }, => 'onKernelResponse'], 0);
  13192.         $instance->addListener('kernel.response', [=> function () {
  13193.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  13194.         }, => 'onKernelResponse'], -1024);
  13195.         $instance->addListener('kernel.request', [=> function () {
  13196.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  13197.         }, => 'setDefaultLocale'], 100);
  13198.         $instance->addListener('kernel.request', [=> function () {
  13199.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  13200.         }, => 'onKernelRequest'], 16);
  13201.         $instance->addListener('kernel.finish_request', [=> function () {
  13202.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  13203.         }, => 'onKernelFinishRequest'], 0);
  13204.         $instance->addListener('kernel.request', [=> function () {
  13205.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  13206.         }, => 'onKernelRequest'], 256);
  13207.         $instance->addListener('kernel.response', [=> function () {
  13208.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  13209.         }, => 'onResponse'], -255);
  13210.         $instance->addListener('kernel.controller_arguments', [=> function () {
  13211.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  13212.         }, => 'onControllerArguments'], 0);
  13213.         $instance->addListener('kernel.exception', [=> function () {
  13214.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  13215.         }, => 'logKernelException'], 0);
  13216.         $instance->addListener('kernel.exception', [=> function () {
  13217.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  13218.         }, => 'onKernelException'], -128);
  13219.         $instance->addListener('kernel.response', [=> function () {
  13220.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  13221.         }, => 'removeCspHeader'], -128);
  13222.         $instance->addListener('kernel.request', [=> function () {
  13223.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  13224.         }, => 'onKernelRequest'], 15);
  13225.         $instance->addListener('kernel.finish_request', [=> function () {
  13226.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  13227.         }, => 'onKernelFinishRequest'], -15);
  13228.         $instance->addListener('console.error', [=> function () {
  13229.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  13230.         }, => 'onConsoleError'], -128);
  13231.         $instance->addListener('console.terminate', [=> function () {
  13232.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  13233.         }, => 'onConsoleTerminate'], -128);
  13234.         $instance->addListener('console.error', [=> function () {
  13235.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  13236.         }, => 'onConsoleError'], 0);
  13237.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  13238.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  13239.         }, => 'onMessage'], -255);
  13240.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  13241.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  13242.         }, => 'onMessage'], -255);
  13243.         $instance->addListener('kernel.response', [=> function () {
  13244.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  13245.         }, => 'onKernelResponse'], 0);
  13246.         $instance->addListener('kernel.request', [=> function () {
  13247.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  13248.         }, => 'onKernelRequest'], 48);
  13249.         $instance->addListener('kernel.request', [=> function () {
  13250.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  13251.         }, => 'configure'], 2048);
  13252.         $instance->addListener('console.command', [=> function () {
  13253.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  13254.         }, => 'configure'], 2048);
  13255.         $instance->addListener('kernel.request', [=> function () {
  13256.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  13257.         }, => 'onKernelRequest'], 32);
  13258.         $instance->addListener('kernel.finish_request', [=> function () {
  13259.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  13260.         }, => 'onKernelFinishRequest'], 0);
  13261.         $instance->addListener('kernel.exception', [=> function () {
  13262.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  13263.         }, => 'onKernelException'], -64);
  13264.         $instance->addListener('kernel.request', [=> function () {
  13265.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  13266.         }, => 'onKernelRequest'], 128);
  13267.         $instance->addListener('kernel.response', [=> function () {
  13268.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  13269.         }, => 'onKernelResponse'], -1000);
  13270.         $instance->addListener('kernel.finish_request', [=> function () {
  13271.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  13272.         }, => 'onFinishRequest'], 0);
  13273.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  13274.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  13275.         }, => 'onMessageFailed'], 100);
  13276.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  13277.             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()));
  13278.         }, => 'onMessageFailed'], 200);
  13279.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  13280.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  13281.         }, => 'onWorkerRunning'], 100);
  13282.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  13283.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  13284.         }, => 'onWorkerStarted'], 0);
  13285.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  13286.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  13287.         }, => 'onWorkerRunning'], 0);
  13288.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  13289.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  13290.         }, => 'onWorkerStarted'], 100);
  13291.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  13292.             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()));
  13293.         }, => 'onMessageFailed'], 0);
  13294.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  13295.             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()));
  13296.         }, => 'onWorkerRunning'], 0);
  13297.         $instance->addListener('kernel.response', [=> function () {
  13298.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  13299.         }, => 'onKernelResponse'], -100);
  13300.         $instance->addListener('kernel.exception', [=> function () {
  13301.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  13302.         }, => 'onKernelException'], 0);
  13303.         $instance->addListener('kernel.terminate', [=> function () {
  13304.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  13305.         }, => 'onKernelTerminate'], -1024);
  13306.         $instance->addListener('kernel.controller', [=> function () {
  13307.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  13308.         }, => 'onKernelController'], 0);
  13309.         $instance->addListener('kernel.response', [=> function () {
  13310.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  13311.         }, => 'onKernelResponse'], 0);
  13312.         $instance->addListener('console.command', [=> function () {
  13313.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  13314.         }, => 'onCommand'], 255);
  13315.         $instance->addListener('console.terminate', [=> function () {
  13316.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  13317.         }, => 'onTerminate'], -255);
  13318.         $instance->addListener('kernel.controller', [=> function () {
  13319.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  13320.         }, => 'onKernelController'], 0);
  13321.         $instance->addListener('kernel.controller', [=> function () {
  13322.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  13323.         }, => 'onKernelController'], 0);
  13324.         $instance->addListener('kernel.controller', [=> function () {
  13325.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  13326.         }, => 'onKernelController'], -128);
  13327.         $instance->addListener('kernel.view', [=> function () {
  13328.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  13329.         }, => 'onKernelView'], 0);
  13330.         $instance->addListener('kernel.controller', [=> function () {
  13331.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  13332.         }, => 'onKernelController'], 0);
  13333.         $instance->addListener('kernel.response', [=> function () {
  13334.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  13335.         }, => 'onKernelResponse'], 0);
  13336.         $instance->addListener('kernel.controller_arguments', [=> function () {
  13337.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  13338.         }, => 'onKernelControllerArguments'], 0);
  13339.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  13340.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  13341.         }, => 'onMessage'], 0);
  13342.         $instance->addListener('console.command', [=> function () {
  13343.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  13344.         }, => 'configure'], 1024);
  13345.         $instance->addListener('kernel.terminate', [=> function () {
  13346.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  13347.         }, => 'flushMessages'], 0);
  13348.         $instance->addListener('console.terminate', [=> function () {
  13349.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  13350.         }, => 'flushMessages'], 0);
  13351.         $instance->addListener('kernel.response', [=> function () {
  13352.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  13353.         }, => 'onKernelResponse'], -128);
  13354.         return $instance;
  13355.     }
  13356.     /**
  13357.      * Gets the public 'flow.repository' shared service.
  13358.      *
  13359.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13360.      */
  13361.     protected function getFlow_RepositoryService()
  13362.     {
  13363.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13364.         if (isset($this->services['flow.repository'])) {
  13365.             return $this->services['flow.repository'];
  13366.         }
  13367.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13368.         if (isset($this->services['flow.repository'])) {
  13369.             return $this->services['flow.repository'];
  13370.         }
  13371.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13372.         if (isset($this->services['flow.repository'])) {
  13373.             return $this->services['flow.repository'];
  13374.         }
  13375.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13376.         if (isset($this->services['flow.repository'])) {
  13377.             return $this->services['flow.repository'];
  13378.         }
  13379.         return $this->services['flow.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13380.     }
  13381.     /**
  13382.      * Gets the public 'flow_sequence.repository' shared service.
  13383.      *
  13384.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13385.      */
  13386.     protected function getFlowSequence_RepositoryService()
  13387.     {
  13388.         return $this->services['flow_sequence.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13389.     }
  13390.     /**
  13391.      * Gets the public 'flow_template.repository' shared service.
  13392.      *
  13393.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13394.      */
  13395.     protected function getFlowTemplate_RepositoryService()
  13396.     {
  13397.         return $this->services['flow_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition'] ?? $this->getFlowTemplateDefinitionService()), ($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())));
  13398.     }
  13399.     /**
  13400.      * Gets the public 'framework.filesystem.private' shared service.
  13401.      *
  13402.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13403.      */
  13404.     protected function getFramework_Filesystem_PrivateService()
  13405.     {
  13406.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13408.         return $this->services['framework.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/framework');
  13409.     }
  13410.     /**
  13411.      * Gets the public 'framework.filesystem.public' shared service.
  13412.      *
  13413.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13414.      */
  13415.     protected function getFramework_Filesystem_PublicService()
  13416.     {
  13417.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13418.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13419.         return $this->services['framework.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/framework');
  13420.     }
  13421.     /**
  13422.      * Gets the public 'frosh_tools.filesystem.private' shared service.
  13423.      *
  13424.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13425.      */
  13426.     protected function getFroshTools_Filesystem_PrivateService()
  13427.     {
  13428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13430.         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');
  13431.     }
  13432.     /**
  13433.      * Gets the public 'frosh_tools.filesystem.public' shared service.
  13434.      *
  13435.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13436.      */
  13437.     protected function getFroshTools_Filesystem_PublicService()
  13438.     {
  13439.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13441.         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');
  13442.     }
  13443.     /**
  13444.      * Gets the public 'http_kernel' shared service.
  13445.      *
  13446.      * @return \Symfony\Component\HttpKernel\HttpKernel
  13447.      */
  13448.     protected function getHttpKernelService()
  13449.     {
  13450.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13451.         if (isset($this->services['http_kernel'])) {
  13452.             return $this->services['http_kernel'];
  13453.         }
  13454.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  13455.         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 () {
  13456.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Customer\\CustomerValueResolver'] ?? $this->getCustomerValueResolverService());
  13457.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'] ?? $this->getCartValueResolverService());
  13458.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\QueryDataBagResolver'] ?? $this->getQueryDataBagResolverService());
  13459.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\RequestDataBagResolver'] ?? $this->getRequestDataBagResolverService());
  13460.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Context\\ContextValueResolver'] ?? $this->getContextValueResolverService());
  13461.             yield => ($this->privates['debug.Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextValueResolver'] ?? $this->getSalesChannelContextValueResolverService());
  13462.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  13463.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Response\\ResponseFactoryInterfaceValueResolver'] ?? $this->getResponseFactoryInterfaceValueResolverService());
  13464.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  13465.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  13466.             yield 10 => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\Annotation\\CriteriaValueResolver'] ?? $this->getCriteriaValueResolverService());
  13467.             yield 11 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  13468.             yield 12 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  13469.             yield 13 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  13470.             yield 14 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  13471.         }, 15)), $b));
  13472.     }
  13473.     /**
  13474.      * Gets the public 'import_export_file.repository' shared service.
  13475.      *
  13476.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13477.      */
  13478.     protected function getImportExportFile_RepositoryService()
  13479.     {
  13480.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13481.         if (isset($this->services['import_export_file.repository'])) {
  13482.             return $this->services['import_export_file.repository'];
  13483.         }
  13484.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13485.         if (isset($this->services['import_export_file.repository'])) {
  13486.             return $this->services['import_export_file.repository'];
  13487.         }
  13488.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13489.         if (isset($this->services['import_export_file.repository'])) {
  13490.             return $this->services['import_export_file.repository'];
  13491.         }
  13492.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13493.         if (isset($this->services['import_export_file.repository'])) {
  13494.             return $this->services['import_export_file.repository'];
  13495.         }
  13496.         return $this->services['import_export_file.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13497.     }
  13498.     /**
  13499.      * Gets the public 'import_export_log.repository' shared service.
  13500.      *
  13501.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13502.      */
  13503.     protected function getImportExportLog_RepositoryService()
  13504.     {
  13505.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13506.         if (isset($this->services['import_export_log.repository'])) {
  13507.             return $this->services['import_export_log.repository'];
  13508.         }
  13509.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13510.         if (isset($this->services['import_export_log.repository'])) {
  13511.             return $this->services['import_export_log.repository'];
  13512.         }
  13513.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13514.         if (isset($this->services['import_export_log.repository'])) {
  13515.             return $this->services['import_export_log.repository'];
  13516.         }
  13517.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13518.         if (isset($this->services['import_export_log.repository'])) {
  13519.             return $this->services['import_export_log.repository'];
  13520.         }
  13521.         return $this->services['import_export_log.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13522.     }
  13523.     /**
  13524.      * Gets the public 'import_export_profile.repository' shared service.
  13525.      *
  13526.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13527.      */
  13528.     protected function getImportExportProfile_RepositoryService()
  13529.     {
  13530.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13531.         if (isset($this->services['import_export_profile.repository'])) {
  13532.             return $this->services['import_export_profile.repository'];
  13533.         }
  13534.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13535.         if (isset($this->services['import_export_profile.repository'])) {
  13536.             return $this->services['import_export_profile.repository'];
  13537.         }
  13538.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13539.         if (isset($this->services['import_export_profile.repository'])) {
  13540.             return $this->services['import_export_profile.repository'];
  13541.         }
  13542.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13543.         if (isset($this->services['import_export_profile.repository'])) {
  13544.             return $this->services['import_export_profile.repository'];
  13545.         }
  13546.         return $this->services['import_export_profile.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13547.     }
  13548.     /**
  13549.      * Gets the public 'import_export_profile_translation.repository' shared service.
  13550.      *
  13551.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13552.      */
  13553.     protected function getImportExportProfileTranslation_RepositoryService()
  13554.     {
  13555.         return $this->services['import_export_profile_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13556.     }
  13557.     /**
  13558.      * Gets the public 'integration.repository' shared service.
  13559.      *
  13560.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13561.      */
  13562.     protected function getIntegration_RepositoryService()
  13563.     {
  13564.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13565.         if (isset($this->services['integration.repository'])) {
  13566.             return $this->services['integration.repository'];
  13567.         }
  13568.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13569.         if (isset($this->services['integration.repository'])) {
  13570.             return $this->services['integration.repository'];
  13571.         }
  13572.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13573.         if (isset($this->services['integration.repository'])) {
  13574.             return $this->services['integration.repository'];
  13575.         }
  13576.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13577.         if (isset($this->services['integration.repository'])) {
  13578.             return $this->services['integration.repository'];
  13579.         }
  13580.         return $this->services['integration.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13581.     }
  13582.     /**
  13583.      * Gets the public 'integration_role.repository' shared service.
  13584.      *
  13585.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13586.      */
  13587.     protected function getIntegrationRole_RepositoryService()
  13588.     {
  13589.         return $this->services['integration_role.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13590.     }
  13591.     /**
  13592.      * Gets the public 'landing_page.repository' shared service.
  13593.      *
  13594.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13595.      */
  13596.     protected function getLandingPage_RepositoryService()
  13597.     {
  13598.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13599.         if (isset($this->services['landing_page.repository'])) {
  13600.             return $this->services['landing_page.repository'];
  13601.         }
  13602.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13603.         if (isset($this->services['landing_page.repository'])) {
  13604.             return $this->services['landing_page.repository'];
  13605.         }
  13606.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13607.         if (isset($this->services['landing_page.repository'])) {
  13608.             return $this->services['landing_page.repository'];
  13609.         }
  13610.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13611.         if (isset($this->services['landing_page.repository'])) {
  13612.             return $this->services['landing_page.repository'];
  13613.         }
  13614.         return $this->services['landing_page.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13615.     }
  13616.     /**
  13617.      * Gets the public 'landing_page_sales_channel.repository' shared service.
  13618.      *
  13619.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13620.      */
  13621.     protected function getLandingPageSalesChannel_RepositoryService()
  13622.     {
  13623.         return $this->services['landing_page_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13624.     }
  13625.     /**
  13626.      * Gets the public 'landing_page_tag.repository' shared service.
  13627.      *
  13628.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13629.      */
  13630.     protected function getLandingPageTag_RepositoryService()
  13631.     {
  13632.         return $this->services['landing_page_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13633.     }
  13634.     /**
  13635.      * Gets the public 'landing_page_translation.repository' shared service.
  13636.      *
  13637.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13638.      */
  13639.     protected function getLandingPageTranslation_RepositoryService()
  13640.     {
  13641.         return $this->services['landing_page_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13642.     }
  13643.     /**
  13644.      * Gets the public 'language.repository' shared service.
  13645.      *
  13646.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13647.      */
  13648.     protected function getLanguage_RepositoryService()
  13649.     {
  13650.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13651.         if (isset($this->services['language.repository'])) {
  13652.             return $this->services['language.repository'];
  13653.         }
  13654.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13655.         if (isset($this->services['language.repository'])) {
  13656.             return $this->services['language.repository'];
  13657.         }
  13658.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13659.         if (isset($this->services['language.repository'])) {
  13660.             return $this->services['language.repository'];
  13661.         }
  13662.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13663.         if (isset($this->services['language.repository'])) {
  13664.             return $this->services['language.repository'];
  13665.         }
  13666.         return $this->services['language.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13667.     }
  13668.     /**
  13669.      * Gets the public 'locale.repository' shared service.
  13670.      *
  13671.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13672.      */
  13673.     protected function getLocale_RepositoryService()
  13674.     {
  13675.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13676.         if (isset($this->services['locale.repository'])) {
  13677.             return $this->services['locale.repository'];
  13678.         }
  13679.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13680.         if (isset($this->services['locale.repository'])) {
  13681.             return $this->services['locale.repository'];
  13682.         }
  13683.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13684.         if (isset($this->services['locale.repository'])) {
  13685.             return $this->services['locale.repository'];
  13686.         }
  13687.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13688.         if (isset($this->services['locale.repository'])) {
  13689.             return $this->services['locale.repository'];
  13690.         }
  13691.         return $this->services['locale.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13692.     }
  13693.     /**
  13694.      * Gets the public 'locale_translation.repository' shared service.
  13695.      *
  13696.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13697.      */
  13698.     protected function getLocaleTranslation_RepositoryService()
  13699.     {
  13700.         return $this->services['locale_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13701.     }
  13702.     /**
  13703.      * Gets the public 'log_entry.repository' shared service.
  13704.      *
  13705.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13706.      */
  13707.     protected function getLogEntry_RepositoryService()
  13708.     {
  13709.         return $this->services['log_entry.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13710.     }
  13711.     /**
  13712.      * Gets the public 'mail_header_footer.repository' shared service.
  13713.      *
  13714.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13715.      */
  13716.     protected function getMailHeaderFooter_RepositoryService()
  13717.     {
  13718.         return $this->services['mail_header_footer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13719.     }
  13720.     /**
  13721.      * Gets the public 'mail_header_footer_translation.repository' shared service.
  13722.      *
  13723.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13724.      */
  13725.     protected function getMailHeaderFooterTranslation_RepositoryService()
  13726.     {
  13727.         return $this->services['mail_header_footer_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13728.     }
  13729.     /**
  13730.      * Gets the public 'mail_template.repository' shared service.
  13731.      *
  13732.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13733.      */
  13734.     protected function getMailTemplate_RepositoryService()
  13735.     {
  13736.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13737.         if (isset($this->services['mail_template.repository'])) {
  13738.             return $this->services['mail_template.repository'];
  13739.         }
  13740.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13741.         if (isset($this->services['mail_template.repository'])) {
  13742.             return $this->services['mail_template.repository'];
  13743.         }
  13744.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13745.         if (isset($this->services['mail_template.repository'])) {
  13746.             return $this->services['mail_template.repository'];
  13747.         }
  13748.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13749.         if (isset($this->services['mail_template.repository'])) {
  13750.             return $this->services['mail_template.repository'];
  13751.         }
  13752.         return $this->services['mail_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13753.     }
  13754.     /**
  13755.      * Gets the public 'mail_template_media.repository' shared service.
  13756.      *
  13757.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13758.      */
  13759.     protected function getMailTemplateMedia_RepositoryService()
  13760.     {
  13761.         return $this->services['mail_template_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13762.     }
  13763.     /**
  13764.      * Gets the public 'mail_template_translation.repository' shared service.
  13765.      *
  13766.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13767.      */
  13768.     protected function getMailTemplateTranslation_RepositoryService()
  13769.     {
  13770.         return $this->services['mail_template_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13771.     }
  13772.     /**
  13773.      * Gets the public 'mail_template_type.repository' shared service.
  13774.      *
  13775.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13776.      */
  13777.     protected function getMailTemplateType_RepositoryService()
  13778.     {
  13779.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13780.         if (isset($this->services['mail_template_type.repository'])) {
  13781.             return $this->services['mail_template_type.repository'];
  13782.         }
  13783.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13784.         if (isset($this->services['mail_template_type.repository'])) {
  13785.             return $this->services['mail_template_type.repository'];
  13786.         }
  13787.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13788.         if (isset($this->services['mail_template_type.repository'])) {
  13789.             return $this->services['mail_template_type.repository'];
  13790.         }
  13791.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13792.         if (isset($this->services['mail_template_type.repository'])) {
  13793.             return $this->services['mail_template_type.repository'];
  13794.         }
  13795.         return $this->services['mail_template_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13796.     }
  13797.     /**
  13798.      * Gets the public 'mail_template_type_translation.repository' shared service.
  13799.      *
  13800.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13801.      */
  13802.     protected function getMailTemplateTypeTranslation_RepositoryService()
  13803.     {
  13804.         return $this->services['mail_template_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13805.     }
  13806.     /**
  13807.      * Gets the public 'main_category.repository' shared service.
  13808.      *
  13809.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13810.      */
  13811.     protected function getMainCategory_RepositoryService()
  13812.     {
  13813.         return $this->services['main_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13814.     }
  13815.     /**
  13816.      * Gets the public 'maintenance.filesystem.private' shared service.
  13817.      *
  13818.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13819.      */
  13820.     protected function getMaintenance_Filesystem_PrivateService()
  13821.     {
  13822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13823.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13824.         return $this->services['maintenance.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/maintenance');
  13825.     }
  13826.     /**
  13827.      * Gets the public 'maintenance.filesystem.public' shared service.
  13828.      *
  13829.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13830.      */
  13831.     protected function getMaintenance_Filesystem_PublicService()
  13832.     {
  13833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13835.         return $this->services['maintenance.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/maintenance');
  13836.     }
  13837.     /**
  13838.      * Gets the public 'media.repository' shared service.
  13839.      *
  13840.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13841.      */
  13842.     protected function getMedia_RepositoryService()
  13843.     {
  13844.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'] ?? $this->getMediaRepositoryDecoratorService());
  13845.         if (isset($this->services['media.repository'])) {
  13846.             return $this->services['media.repository'];
  13847.         }
  13848.         return $this->services['media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($a);
  13849.     }
  13850.     /**
  13851.      * Gets the public 'media_default_folder.repository' shared service.
  13852.      *
  13853.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13854.      */
  13855.     protected function getMediaDefaultFolder_RepositoryService()
  13856.     {
  13857.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13858.         if (isset($this->services['media_default_folder.repository'])) {
  13859.             return $this->services['media_default_folder.repository'];
  13860.         }
  13861.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13862.         if (isset($this->services['media_default_folder.repository'])) {
  13863.             return $this->services['media_default_folder.repository'];
  13864.         }
  13865.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13866.         if (isset($this->services['media_default_folder.repository'])) {
  13867.             return $this->services['media_default_folder.repository'];
  13868.         }
  13869.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13870.         if (isset($this->services['media_default_folder.repository'])) {
  13871.             return $this->services['media_default_folder.repository'];
  13872.         }
  13873.         return $this->services['media_default_folder.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13874.     }
  13875.     /**
  13876.      * Gets the public 'media_folder.repository' shared service.
  13877.      *
  13878.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13879.      */
  13880.     protected function getMediaFolder_RepositoryService()
  13881.     {
  13882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderRepositoryDecorator.php';
  13883.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13884.         if (isset($this->services['media_folder.repository'])) {
  13885.             return $this->services['media_folder.repository'];
  13886.         }
  13887.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13888.         if (isset($this->services['media_folder.repository'])) {
  13889.             return $this->services['media_folder.repository'];
  13890.         }
  13891.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13892.         if (isset($this->services['media_folder.repository'])) {
  13893.             return $this->services['media_folder.repository'];
  13894.         }
  13895.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13896.         if (isset($this->services['media_folder.repository'])) {
  13897.             return $this->services['media_folder.repository'];
  13898.         }
  13899.         return $this->services['media_folder.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()))));
  13900.     }
  13901.     /**
  13902.      * Gets the public 'media_folder_configuration.repository' shared service.
  13903.      *
  13904.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13905.      */
  13906.     protected function getMediaFolderConfiguration_RepositoryService()
  13907.     {
  13908.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13909.         if (isset($this->services['media_folder_configuration.repository'])) {
  13910.             return $this->services['media_folder_configuration.repository'];
  13911.         }
  13912.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13913.         if (isset($this->services['media_folder_configuration.repository'])) {
  13914.             return $this->services['media_folder_configuration.repository'];
  13915.         }
  13916.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13917.         if (isset($this->services['media_folder_configuration.repository'])) {
  13918.             return $this->services['media_folder_configuration.repository'];
  13919.         }
  13920.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13921.         if (isset($this->services['media_folder_configuration.repository'])) {
  13922.             return $this->services['media_folder_configuration.repository'];
  13923.         }
  13924.         return $this->services['media_folder_configuration.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13925.     }
  13926.     /**
  13927.      * Gets the public 'media_folder_configuration_media_thumbnail_size.repository' shared service.
  13928.      *
  13929.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13930.      */
  13931.     protected function getMediaFolderConfigurationMediaThumbnailSize_RepositoryService()
  13932.     {
  13933.         return $this->services['media_folder_configuration_media_thumbnail_size.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13934.     }
  13935.     /**
  13936.      * Gets the public 'media_tag.repository' shared service.
  13937.      *
  13938.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13939.      */
  13940.     protected function getMediaTag_RepositoryService()
  13941.     {
  13942.         return $this->services['media_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13943.     }
  13944.     /**
  13945.      * Gets the public 'media_thumbnail.repository' shared service.
  13946.      *
  13947.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13948.      */
  13949.     protected function getMediaThumbnail_RepositoryService()
  13950.     {
  13951.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'] ?? $this->getMediaThumbnailRepositoryDecoratorService());
  13952.         if (isset($this->services['media_thumbnail.repository'])) {
  13953.             return $this->services['media_thumbnail.repository'];
  13954.         }
  13955.         return $this->services['media_thumbnail.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($a);
  13956.     }
  13957.     /**
  13958.      * Gets the public 'media_thumbnail_size.repository' shared service.
  13959.      *
  13960.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13961.      */
  13962.     protected function getMediaThumbnailSize_RepositoryService()
  13963.     {
  13964.         return $this->services['media_thumbnail_size.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13965.     }
  13966.     /**
  13967.      * Gets the public 'media_translation.repository' shared service.
  13968.      *
  13969.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13970.      */
  13971.     protected function getMediaTranslation_RepositoryService()
  13972.     {
  13973.         return $this->services['media_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13974.     }
  13975.     /**
  13976.      * Gets the public 'message_queue_stats.repository' shared service.
  13977.      *
  13978.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13979.      */
  13980.     protected function getMessageQueueStats_RepositoryService()
  13981.     {
  13982.         return $this->services['message_queue_stats.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  13983.     }
  13984.     /**
  13985.      * Gets the public 'messenger.default_bus' shared service.
  13986.      *
  13987.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  13988.      */
  13989.     protected function getMessenger_DefaultBusService()
  13990.     {
  13991.         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 () {
  13992.             yield => ($this->privates['messenger.bus.shopware.middleware.traceable'] ?? $this->getMessenger_Bus_Shopware_Middleware_TraceableService());
  13993.             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')));
  13994.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  13995.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  13996.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  13997.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] ?? $this->getRetryMiddlewareService());
  13998.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  13999.             yield => ($this->privates['messenger.bus.shopware.middleware.handle_message'] ?? $this->getMessenger_Bus_Shopware_Middleware_HandleMessageService());
  14000.             yield => ($this->privates['Frosh\\Tools\\Components\\Messenger\\TaskLoggingMiddleware'] ?? $this->getTaskLoggingMiddlewareService());
  14001.         }, 9)), 'default', ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService())));
  14002.     }
  14003.     /**
  14004.      * Gets the public 'mollie_payments.filesystem.private' shared service.
  14005.      *
  14006.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14007.      */
  14008.     protected function getMolliePayments_Filesystem_PrivateService()
  14009.     {
  14010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14012.         return $this->services['mollie_payments.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/mollie_payments');
  14013.     }
  14014.     /**
  14015.      * Gets the public 'mollie_payments.filesystem.public' shared service.
  14016.      *
  14017.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14018.      */
  14019.     protected function getMolliePayments_Filesystem_PublicService()
  14020.     {
  14021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14022.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14023.         return $this->services['mollie_payments.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/mollie_payments');
  14024.     }
  14025.     /**
  14026.      * Gets the public 'mollie_refund.repository' shared service.
  14027.      *
  14028.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14029.      */
  14030.     protected function getMollieRefund_RepositoryService()
  14031.     {
  14032.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14033.         if (isset($this->services['mollie_refund.repository'])) {
  14034.             return $this->services['mollie_refund.repository'];
  14035.         }
  14036.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14037.         if (isset($this->services['mollie_refund.repository'])) {
  14038.             return $this->services['mollie_refund.repository'];
  14039.         }
  14040.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14041.         if (isset($this->services['mollie_refund.repository'])) {
  14042.             return $this->services['mollie_refund.repository'];
  14043.         }
  14044.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14045.         if (isset($this->services['mollie_refund.repository'])) {
  14046.             return $this->services['mollie_refund.repository'];
  14047.         }
  14048.         return $this->services['mollie_refund.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Kiener\\MolliePayments\\Components\\RefundManager\\DAL\\Refund\\RefundDefinition'] ?? $this->getRefundDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14049.     }
  14050.     /**
  14051.      * Gets the public 'mollie_subscription.repository' shared service.
  14052.      *
  14053.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14054.      */
  14055.     protected function getMollieSubscription_RepositoryService()
  14056.     {
  14057.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14058.         if (isset($this->services['mollie_subscription.repository'])) {
  14059.             return $this->services['mollie_subscription.repository'];
  14060.         }
  14061.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14062.         if (isset($this->services['mollie_subscription.repository'])) {
  14063.             return $this->services['mollie_subscription.repository'];
  14064.         }
  14065.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14066.         if (isset($this->services['mollie_subscription.repository'])) {
  14067.             return $this->services['mollie_subscription.repository'];
  14068.         }
  14069.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14070.         if (isset($this->services['mollie_subscription.repository'])) {
  14071.             return $this->services['mollie_subscription.repository'];
  14072.         }
  14073.         return $this->services['mollie_subscription.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\SubscriptionDefinition'] ?? $this->getSubscriptionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14074.     }
  14075.     /**
  14076.      * Gets the public 'mollie_subscription_address.repository' shared service.
  14077.      *
  14078.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14079.      */
  14080.     protected function getMollieSubscriptionAddress_RepositoryService()
  14081.     {
  14082.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14083.         if (isset($this->services['mollie_subscription_address.repository'])) {
  14084.             return $this->services['mollie_subscription_address.repository'];
  14085.         }
  14086.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14087.         if (isset($this->services['mollie_subscription_address.repository'])) {
  14088.             return $this->services['mollie_subscription_address.repository'];
  14089.         }
  14090.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14091.         if (isset($this->services['mollie_subscription_address.repository'])) {
  14092.             return $this->services['mollie_subscription_address.repository'];
  14093.         }
  14094.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14095.         if (isset($this->services['mollie_subscription_address.repository'])) {
  14096.             return $this->services['mollie_subscription_address.repository'];
  14097.         }
  14098.         return $this->services['mollie_subscription_address.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Aggregate\\SubscriptionAddress\\SubscriptionAddressDefinition'] ?? $this->getSubscriptionAddressDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14099.     }
  14100.     /**
  14101.      * Gets the public 'mollie_subscription_history.repository' shared service.
  14102.      *
  14103.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14104.      */
  14105.     protected function getMollieSubscriptionHistory_RepositoryService()
  14106.     {
  14107.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14108.         if (isset($this->services['mollie_subscription_history.repository'])) {
  14109.             return $this->services['mollie_subscription_history.repository'];
  14110.         }
  14111.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14112.         if (isset($this->services['mollie_subscription_history.repository'])) {
  14113.             return $this->services['mollie_subscription_history.repository'];
  14114.         }
  14115.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14116.         if (isset($this->services['mollie_subscription_history.repository'])) {
  14117.             return $this->services['mollie_subscription_history.repository'];
  14118.         }
  14119.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14120.         if (isset($this->services['mollie_subscription_history.repository'])) {
  14121.             return $this->services['mollie_subscription_history.repository'];
  14122.         }
  14123.         return $this->services['mollie_subscription_history.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Aggregate\\SubscriptionHistory\\SubscriptionHistoryDefinition'] ?? $this->getSubscriptionHistoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14124.     }
  14125.     /**
  14126.      * Gets the public 'monolog.logger.business_events' shared service.
  14127.      *
  14128.      * @return \Symfony\Bridge\Monolog\Logger
  14129.      */
  14130.     protected function getMonolog_Logger_BusinessEventsService()
  14131.     {
  14132.         $this->services['monolog.logger.business_events'] = $instance = new \Symfony\Bridge\Monolog\Logger('business_events');
  14133.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  14134.         $instance->pushHandler(($this->privates['monolog.handler.business_event_handler_buffer'] ?? $this->getMonolog_Handler_BusinessEventHandlerBufferService()));
  14135.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  14136.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  14137.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  14138.         return $instance;
  14139.     }
  14140.     /**
  14141.      * Gets the public 'newsletter_recipient.repository' shared service.
  14142.      *
  14143.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14144.      */
  14145.     protected function getNewsletterRecipient_RepositoryService()
  14146.     {
  14147.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14148.         if (isset($this->services['newsletter_recipient.repository'])) {
  14149.             return $this->services['newsletter_recipient.repository'];
  14150.         }
  14151.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14152.         if (isset($this->services['newsletter_recipient.repository'])) {
  14153.             return $this->services['newsletter_recipient.repository'];
  14154.         }
  14155.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14156.         if (isset($this->services['newsletter_recipient.repository'])) {
  14157.             return $this->services['newsletter_recipient.repository'];
  14158.         }
  14159.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14160.         if (isset($this->services['newsletter_recipient.repository'])) {
  14161.             return $this->services['newsletter_recipient.repository'];
  14162.         }
  14163.         return $this->services['newsletter_recipient.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14164.     }
  14165.     /**
  14166.      * Gets the public 'newsletter_recipient_tag.repository' shared service.
  14167.      *
  14168.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14169.      */
  14170.     protected function getNewsletterRecipientTag_RepositoryService()
  14171.     {
  14172.         return $this->services['newsletter_recipient_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14173.     }
  14174.     /**
  14175.      * Gets the public 'notification.repository' shared service.
  14176.      *
  14177.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14178.      */
  14179.     protected function getNotification_RepositoryService()
  14180.     {
  14181.         return $this->services['notification.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14182.     }
  14183.     /**
  14184.      * Gets the public 'number_range.repository' shared service.
  14185.      *
  14186.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14187.      */
  14188.     protected function getNumberRange_RepositoryService()
  14189.     {
  14190.         return $this->services['number_range.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14191.     }
  14192.     /**
  14193.      * Gets the public 'number_range_sales_channel.repository' shared service.
  14194.      *
  14195.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14196.      */
  14197.     protected function getNumberRangeSalesChannel_RepositoryService()
  14198.     {
  14199.         return $this->services['number_range_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14200.     }
  14201.     /**
  14202.      * Gets the public 'number_range_state.repository' shared service.
  14203.      *
  14204.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14205.      */
  14206.     protected function getNumberRangeState_RepositoryService()
  14207.     {
  14208.         return $this->services['number_range_state.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14209.     }
  14210.     /**
  14211.      * Gets the public 'number_range_translation.repository' shared service.
  14212.      *
  14213.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14214.      */
  14215.     protected function getNumberRangeTranslation_RepositoryService()
  14216.     {
  14217.         return $this->services['number_range_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14218.     }
  14219.     /**
  14220.      * Gets the public 'number_range_type.repository' shared service.
  14221.      *
  14222.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14223.      */
  14224.     protected function getNumberRangeType_RepositoryService()
  14225.     {
  14226.         return $this->services['number_range_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14227.     }
  14228.     /**
  14229.      * Gets the public 'number_range_type_translation.repository' shared service.
  14230.      *
  14231.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14232.      */
  14233.     protected function getNumberRangeTypeTranslation_RepositoryService()
  14234.     {
  14235.         return $this->services['number_range_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14236.     }
  14237.     /**
  14238.      * Gets the public 'okeonline_atc_custom.filesystem.private' shared service.
  14239.      *
  14240.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14241.      */
  14242.     protected function getOkeonlineAtcCustom_Filesystem_PrivateService()
  14243.     {
  14244.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14245.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14246.         return $this->services['okeonline_atc_custom.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/okeonline_atc_custom');
  14247.     }
  14248.     /**
  14249.      * Gets the public 'okeonline_atc_custom.filesystem.public' shared service.
  14250.      *
  14251.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14252.      */
  14253.     protected function getOkeonlineAtcCustom_Filesystem_PublicService()
  14254.     {
  14255.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14257.         return $this->services['okeonline_atc_custom.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/okeonline_atc_custom');
  14258.     }
  14259.     /**
  14260.      * Gets the public 'oo_category_info.repository' shared service.
  14261.      *
  14262.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14263.      */
  14264.     protected function getOoCategoryInfo_RepositoryService()
  14265.     {
  14266.         return $this->services['oo_category_info.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['ThemeOkeOnline\\Core\\Content\\Category\\CategoryInfo\\CategoryInfoDefinition'] ?? $this->getCategoryInfoDefinitionService()), ($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())));
  14267.     }
  14268.     /**
  14269.      * Gets the public 'oo_category_info_translation.repository' shared service.
  14270.      *
  14271.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14272.      */
  14273.     protected function getOoCategoryInfoTranslation_RepositoryService()
  14274.     {
  14275.         return $this->services['oo_category_info_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['ThemeOkeOnline\\Core\\Content\\Category\\CategoryInfo\\Translation\\CategoryInfoTranslationDefinition'] ?? $this->getCategoryInfoTranslationDefinitionService()), ($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())));
  14276.     }
  14277.     /**
  14278.      * Gets the public 'order.repository' shared service.
  14279.      *
  14280.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14281.      */
  14282.     protected function getOrder_RepositoryService()
  14283.     {
  14284.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14285.         if (isset($this->services['order.repository'])) {
  14286.             return $this->services['order.repository'];
  14287.         }
  14288.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14289.         if (isset($this->services['order.repository'])) {
  14290.             return $this->services['order.repository'];
  14291.         }
  14292.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14293.         if (isset($this->services['order.repository'])) {
  14294.             return $this->services['order.repository'];
  14295.         }
  14296.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14297.         if (isset($this->services['order.repository'])) {
  14298.             return $this->services['order.repository'];
  14299.         }
  14300.         return $this->services['order.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14301.     }
  14302.     /**
  14303.      * Gets the public 'order_address.repository' shared service.
  14304.      *
  14305.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14306.      */
  14307.     protected function getOrderAddress_RepositoryService()
  14308.     {
  14309.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14310.         if (isset($this->services['order_address.repository'])) {
  14311.             return $this->services['order_address.repository'];
  14312.         }
  14313.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14314.         if (isset($this->services['order_address.repository'])) {
  14315.             return $this->services['order_address.repository'];
  14316.         }
  14317.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14318.         if (isset($this->services['order_address.repository'])) {
  14319.             return $this->services['order_address.repository'];
  14320.         }
  14321.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14322.         if (isset($this->services['order_address.repository'])) {
  14323.             return $this->services['order_address.repository'];
  14324.         }
  14325.         return $this->services['order_address.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14326.     }
  14327.     /**
  14328.      * Gets the public 'order_customer.repository' shared service.
  14329.      *
  14330.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14331.      */
  14332.     protected function getOrderCustomer_RepositoryService()
  14333.     {
  14334.         return $this->services['order_customer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), ($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())));
  14335.     }
  14336.     /**
  14337.      * Gets the public 'order_delivery.repository' shared service.
  14338.      *
  14339.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14340.      */
  14341.     protected function getOrderDelivery_RepositoryService()
  14342.     {
  14343.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14344.         if (isset($this->services['order_delivery.repository'])) {
  14345.             return $this->services['order_delivery.repository'];
  14346.         }
  14347.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14348.         if (isset($this->services['order_delivery.repository'])) {
  14349.             return $this->services['order_delivery.repository'];
  14350.         }
  14351.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14352.         if (isset($this->services['order_delivery.repository'])) {
  14353.             return $this->services['order_delivery.repository'];
  14354.         }
  14355.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14356.         if (isset($this->services['order_delivery.repository'])) {
  14357.             return $this->services['order_delivery.repository'];
  14358.         }
  14359.         return $this->services['order_delivery.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14360.     }
  14361.     /**
  14362.      * Gets the public 'order_delivery_position.repository' shared service.
  14363.      *
  14364.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14365.      */
  14366.     protected function getOrderDeliveryPosition_RepositoryService()
  14367.     {
  14368.         return $this->services['order_delivery_position.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14369.     }
  14370.     /**
  14371.      * Gets the public 'order_line_item.repository' shared service.
  14372.      *
  14373.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14374.      */
  14375.     protected function getOrderLineItem_RepositoryService()
  14376.     {
  14377.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14378.         if (isset($this->services['order_line_item.repository'])) {
  14379.             return $this->services['order_line_item.repository'];
  14380.         }
  14381.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14382.         if (isset($this->services['order_line_item.repository'])) {
  14383.             return $this->services['order_line_item.repository'];
  14384.         }
  14385.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14386.         if (isset($this->services['order_line_item.repository'])) {
  14387.             return $this->services['order_line_item.repository'];
  14388.         }
  14389.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14390.         if (isset($this->services['order_line_item.repository'])) {
  14391.             return $this->services['order_line_item.repository'];
  14392.         }
  14393.         return $this->services['order_line_item.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14394.     }
  14395.     /**
  14396.      * Gets the public 'order_line_item_download.repository' shared service.
  14397.      *
  14398.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14399.      */
  14400.     protected function getOrderLineItemDownload_RepositoryService()
  14401.     {
  14402.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14403.         if (isset($this->services['order_line_item_download.repository'])) {
  14404.             return $this->services['order_line_item_download.repository'];
  14405.         }
  14406.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14407.         if (isset($this->services['order_line_item_download.repository'])) {
  14408.             return $this->services['order_line_item_download.repository'];
  14409.         }
  14410.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14411.         if (isset($this->services['order_line_item_download.repository'])) {
  14412.             return $this->services['order_line_item_download.repository'];
  14413.         }
  14414.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14415.         if (isset($this->services['order_line_item_download.repository'])) {
  14416.             return $this->services['order_line_item_download.repository'];
  14417.         }
  14418.         return $this->services['order_line_item_download.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition'] ?? $this->getOrderLineItemDownloadDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14419.     }
  14420.     /**
  14421.      * Gets the public 'order_tag.repository' shared service.
  14422.      *
  14423.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14424.      */
  14425.     protected function getOrderTag_RepositoryService()
  14426.     {
  14427.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14428.         if (isset($this->services['order_tag.repository'])) {
  14429.             return $this->services['order_tag.repository'];
  14430.         }
  14431.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14432.         if (isset($this->services['order_tag.repository'])) {
  14433.             return $this->services['order_tag.repository'];
  14434.         }
  14435.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14436.         if (isset($this->services['order_tag.repository'])) {
  14437.             return $this->services['order_tag.repository'];
  14438.         }
  14439.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14440.         if (isset($this->services['order_tag.repository'])) {
  14441.             return $this->services['order_tag.repository'];
  14442.         }
  14443.         return $this->services['order_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14444.     }
  14445.     /**
  14446.      * Gets the public 'order_transaction.repository' shared service.
  14447.      *
  14448.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14449.      */
  14450.     protected function getOrderTransaction_RepositoryService()
  14451.     {
  14452.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14453.         if (isset($this->services['order_transaction.repository'])) {
  14454.             return $this->services['order_transaction.repository'];
  14455.         }
  14456.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14457.         if (isset($this->services['order_transaction.repository'])) {
  14458.             return $this->services['order_transaction.repository'];
  14459.         }
  14460.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14461.         if (isset($this->services['order_transaction.repository'])) {
  14462.             return $this->services['order_transaction.repository'];
  14463.         }
  14464.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14465.         if (isset($this->services['order_transaction.repository'])) {
  14466.             return $this->services['order_transaction.repository'];
  14467.         }
  14468.         return $this->services['order_transaction.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14469.     }
  14470.     /**
  14471.      * Gets the public 'order_transaction_capture.repository' shared service.
  14472.      *
  14473.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14474.      */
  14475.     protected function getOrderTransactionCapture_RepositoryService()
  14476.     {
  14477.         return $this->services['order_transaction_capture.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14478.     }
  14479.     /**
  14480.      * Gets the public 'order_transaction_capture_refund.repository' shared service.
  14481.      *
  14482.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14483.      */
  14484.     protected function getOrderTransactionCaptureRefund_RepositoryService()
  14485.     {
  14486.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14487.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  14488.             return $this->services['order_transaction_capture_refund.repository'];
  14489.         }
  14490.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14491.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  14492.             return $this->services['order_transaction_capture_refund.repository'];
  14493.         }
  14494.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14495.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  14496.             return $this->services['order_transaction_capture_refund.repository'];
  14497.         }
  14498.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14499.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  14500.             return $this->services['order_transaction_capture_refund.repository'];
  14501.         }
  14502.         return $this->services['order_transaction_capture_refund.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14503.     }
  14504.     /**
  14505.      * Gets the public 'order_transaction_capture_refund_position.repository' shared service.
  14506.      *
  14507.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14508.      */
  14509.     protected function getOrderTransactionCaptureRefundPosition_RepositoryService()
  14510.     {
  14511.         return $this->services['order_transaction_capture_refund_position.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14512.     }
  14513.     /**
  14514.      * Gets the public 'payment_method.repository' shared service.
  14515.      *
  14516.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14517.      */
  14518.     protected function getPaymentMethod_RepositoryService()
  14519.     {
  14520.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14521.         if (isset($this->services['payment_method.repository'])) {
  14522.             return $this->services['payment_method.repository'];
  14523.         }
  14524.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14525.         if (isset($this->services['payment_method.repository'])) {
  14526.             return $this->services['payment_method.repository'];
  14527.         }
  14528.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14529.         if (isset($this->services['payment_method.repository'])) {
  14530.             return $this->services['payment_method.repository'];
  14531.         }
  14532.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14533.         if (isset($this->services['payment_method.repository'])) {
  14534.             return $this->services['payment_method.repository'];
  14535.         }
  14536.         return $this->services['payment_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()))));
  14537.     }
  14538.     /**
  14539.      * Gets the public 'payment_method_translation.repository' shared service.
  14540.      *
  14541.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14542.      */
  14543.     protected function getPaymentMethodTranslation_RepositoryService()
  14544.     {
  14545.         return $this->services['payment_method_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14546.     }
  14547.     /**
  14548.      * Gets the public 'plugin.repository' shared service.
  14549.      *
  14550.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14551.      */
  14552.     protected function getPlugin_RepositoryService()
  14553.     {
  14554.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14555.         if (isset($this->services['plugin.repository'])) {
  14556.             return $this->services['plugin.repository'];
  14557.         }
  14558.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14559.         if (isset($this->services['plugin.repository'])) {
  14560.             return $this->services['plugin.repository'];
  14561.         }
  14562.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14563.         if (isset($this->services['plugin.repository'])) {
  14564.             return $this->services['plugin.repository'];
  14565.         }
  14566.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14567.         if (isset($this->services['plugin.repository'])) {
  14568.             return $this->services['plugin.repository'];
  14569.         }
  14570.         return $this->services['plugin.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14571.     }
  14572.     /**
  14573.      * Gets the public 'plugin_translation.repository' shared service.
  14574.      *
  14575.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14576.      */
  14577.     protected function getPluginTranslation_RepositoryService()
  14578.     {
  14579.         return $this->services['plugin_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14580.     }
  14581.     /**
  14582.      * Gets the public 'product.repository' shared service.
  14583.      *
  14584.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14585.      */
  14586.     protected function getProduct_RepositoryService()
  14587.     {
  14588.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14589.         if (isset($this->services['product.repository'])) {
  14590.             return $this->services['product.repository'];
  14591.         }
  14592.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14593.         if (isset($this->services['product.repository'])) {
  14594.             return $this->services['product.repository'];
  14595.         }
  14596.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14597.         if (isset($this->services['product.repository'])) {
  14598.             return $this->services['product.repository'];
  14599.         }
  14600.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14601.         if (isset($this->services['product.repository'])) {
  14602.             return $this->services['product.repository'];
  14603.         }
  14604.         $e = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService());
  14605.         $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);
  14606.         $f->setEntityLoadedEventFactory($e);
  14607.         return $this->services['product.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($f);
  14608.     }
  14609.     /**
  14610.      * Gets the public 'product_category.repository' shared service.
  14611.      *
  14612.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14613.      */
  14614.     protected function getProductCategory_RepositoryService()
  14615.     {
  14616.         return $this->services['product_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14617.     }
  14618.     /**
  14619.      * Gets the public 'product_category_tree.repository' shared service.
  14620.      *
  14621.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14622.      */
  14623.     protected function getProductCategoryTree_RepositoryService()
  14624.     {
  14625.         return $this->services['product_category_tree.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14626.     }
  14627.     /**
  14628.      * Gets the public 'product_configurator_setting.repository' shared service.
  14629.      *
  14630.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14631.      */
  14632.     protected function getProductConfiguratorSetting_RepositoryService()
  14633.     {
  14634.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14635.         if (isset($this->services['product_configurator_setting.repository'])) {
  14636.             return $this->services['product_configurator_setting.repository'];
  14637.         }
  14638.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14639.         if (isset($this->services['product_configurator_setting.repository'])) {
  14640.             return $this->services['product_configurator_setting.repository'];
  14641.         }
  14642.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14643.         if (isset($this->services['product_configurator_setting.repository'])) {
  14644.             return $this->services['product_configurator_setting.repository'];
  14645.         }
  14646.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14647.         if (isset($this->services['product_configurator_setting.repository'])) {
  14648.             return $this->services['product_configurator_setting.repository'];
  14649.         }
  14650.         return $this->services['product_configurator_setting.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14651.     }
  14652.     /**
  14653.      * Gets the public 'product_cross_selling.repository' shared service.
  14654.      *
  14655.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14656.      */
  14657.     protected function getProductCrossSelling_RepositoryService()
  14658.     {
  14659.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14660.         if (isset($this->services['product_cross_selling.repository'])) {
  14661.             return $this->services['product_cross_selling.repository'];
  14662.         }
  14663.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14664.         if (isset($this->services['product_cross_selling.repository'])) {
  14665.             return $this->services['product_cross_selling.repository'];
  14666.         }
  14667.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14668.         if (isset($this->services['product_cross_selling.repository'])) {
  14669.             return $this->services['product_cross_selling.repository'];
  14670.         }
  14671.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14672.         if (isset($this->services['product_cross_selling.repository'])) {
  14673.             return $this->services['product_cross_selling.repository'];
  14674.         }
  14675.         return $this->services['product_cross_selling.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14676.     }
  14677.     /**
  14678.      * Gets the public 'product_cross_selling_assigned_products.repository' shared service.
  14679.      *
  14680.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14681.      */
  14682.     protected function getProductCrossSellingAssignedProducts_RepositoryService()
  14683.     {
  14684.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14685.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  14686.             return $this->services['product_cross_selling_assigned_products.repository'];
  14687.         }
  14688.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14689.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  14690.             return $this->services['product_cross_selling_assigned_products.repository'];
  14691.         }
  14692.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14693.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  14694.             return $this->services['product_cross_selling_assigned_products.repository'];
  14695.         }
  14696.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14697.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  14698.             return $this->services['product_cross_selling_assigned_products.repository'];
  14699.         }
  14700.         return $this->services['product_cross_selling_assigned_products.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14701.     }
  14702.     /**
  14703.      * Gets the public 'product_cross_selling_translation.repository' shared service.
  14704.      *
  14705.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14706.      */
  14707.     protected function getProductCrossSellingTranslation_RepositoryService()
  14708.     {
  14709.         return $this->services['product_cross_selling_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14710.     }
  14711.     /**
  14712.      * Gets the public 'product_custom_field_set.repository' shared service.
  14713.      *
  14714.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14715.      */
  14716.     protected function getProductCustomFieldSet_RepositoryService()
  14717.     {
  14718.         return $this->services['product_custom_field_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14719.     }
  14720.     /**
  14721.      * Gets the public 'product_download.repository' shared service.
  14722.      *
  14723.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14724.      */
  14725.     protected function getProductDownload_RepositoryService()
  14726.     {
  14727.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14728.         if (isset($this->services['product_download.repository'])) {
  14729.             return $this->services['product_download.repository'];
  14730.         }
  14731.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14732.         if (isset($this->services['product_download.repository'])) {
  14733.             return $this->services['product_download.repository'];
  14734.         }
  14735.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14736.         if (isset($this->services['product_download.repository'])) {
  14737.             return $this->services['product_download.repository'];
  14738.         }
  14739.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14740.         if (isset($this->services['product_download.repository'])) {
  14741.             return $this->services['product_download.repository'];
  14742.         }
  14743.         return $this->services['product_download.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition'] ?? $this->getProductDownloadDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14744.     }
  14745.     /**
  14746.      * Gets the public 'product_export.repository' shared service.
  14747.      *
  14748.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14749.      */
  14750.     protected function getProductExport_RepositoryService()
  14751.     {
  14752.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14753.         if (isset($this->services['product_export.repository'])) {
  14754.             return $this->services['product_export.repository'];
  14755.         }
  14756.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14757.         if (isset($this->services['product_export.repository'])) {
  14758.             return $this->services['product_export.repository'];
  14759.         }
  14760.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14761.         if (isset($this->services['product_export.repository'])) {
  14762.             return $this->services['product_export.repository'];
  14763.         }
  14764.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14765.         if (isset($this->services['product_export.repository'])) {
  14766.             return $this->services['product_export.repository'];
  14767.         }
  14768.         return $this->services['product_export.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14769.     }
  14770.     /**
  14771.      * Gets the public 'product_feature_set.repository' shared service.
  14772.      *
  14773.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14774.      */
  14775.     protected function getProductFeatureSet_RepositoryService()
  14776.     {
  14777.         return $this->services['product_feature_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14778.     }
  14779.     /**
  14780.      * Gets the public 'product_feature_set_translation.repository' shared service.
  14781.      *
  14782.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14783.      */
  14784.     protected function getProductFeatureSetTranslation_RepositoryService()
  14785.     {
  14786.         return $this->services['product_feature_set_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14787.     }
  14788.     /**
  14789.      * Gets the public 'product_keyword_dictionary.repository' shared service.
  14790.      *
  14791.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14792.      */
  14793.     protected function getProductKeywordDictionary_RepositoryService()
  14794.     {
  14795.         return $this->services['product_keyword_dictionary.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14796.     }
  14797.     /**
  14798.      * Gets the public 'product_manufacturer.repository' shared service.
  14799.      *
  14800.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14801.      */
  14802.     protected function getProductManufacturer_RepositoryService()
  14803.     {
  14804.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14805.         if (isset($this->services['product_manufacturer.repository'])) {
  14806.             return $this->services['product_manufacturer.repository'];
  14807.         }
  14808.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14809.         if (isset($this->services['product_manufacturer.repository'])) {
  14810.             return $this->services['product_manufacturer.repository'];
  14811.         }
  14812.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14813.         if (isset($this->services['product_manufacturer.repository'])) {
  14814.             return $this->services['product_manufacturer.repository'];
  14815.         }
  14816.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14817.         if (isset($this->services['product_manufacturer.repository'])) {
  14818.             return $this->services['product_manufacturer.repository'];
  14819.         }
  14820.         return $this->services['product_manufacturer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14821.     }
  14822.     /**
  14823.      * Gets the public 'product_manufacturer_translation.repository' shared service.
  14824.      *
  14825.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14826.      */
  14827.     protected function getProductManufacturerTranslation_RepositoryService()
  14828.     {
  14829.         return $this->services['product_manufacturer_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14830.     }
  14831.     /**
  14832.      * Gets the public 'product_media.repository' shared service.
  14833.      *
  14834.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14835.      */
  14836.     protected function getProductMedia_RepositoryService()
  14837.     {
  14838.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14839.         if (isset($this->services['product_media.repository'])) {
  14840.             return $this->services['product_media.repository'];
  14841.         }
  14842.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14843.         if (isset($this->services['product_media.repository'])) {
  14844.             return $this->services['product_media.repository'];
  14845.         }
  14846.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14847.         if (isset($this->services['product_media.repository'])) {
  14848.             return $this->services['product_media.repository'];
  14849.         }
  14850.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14851.         if (isset($this->services['product_media.repository'])) {
  14852.             return $this->services['product_media.repository'];
  14853.         }
  14854.         return $this->services['product_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14855.     }
  14856.     /**
  14857.      * Gets the public 'product_option.repository' shared service.
  14858.      *
  14859.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14860.      */
  14861.     protected function getProductOption_RepositoryService()
  14862.     {
  14863.         return $this->services['product_option.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14864.     }
  14865.     /**
  14866.      * Gets the public 'product_price.repository' shared service.
  14867.      *
  14868.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14869.      */
  14870.     protected function getProductPrice_RepositoryService()
  14871.     {
  14872.         return $this->services['product_price.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14873.     }
  14874.     /**
  14875.      * Gets the public 'product_property.repository' shared service.
  14876.      *
  14877.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14878.      */
  14879.     protected function getProductProperty_RepositoryService()
  14880.     {
  14881.         return $this->services['product_property.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14882.     }
  14883.     /**
  14884.      * Gets the public 'product_review.repository' shared service.
  14885.      *
  14886.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14887.      */
  14888.     protected function getProductReview_RepositoryService()
  14889.     {
  14890.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14891.         if (isset($this->services['product_review.repository'])) {
  14892.             return $this->services['product_review.repository'];
  14893.         }
  14894.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14895.         if (isset($this->services['product_review.repository'])) {
  14896.             return $this->services['product_review.repository'];
  14897.         }
  14898.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14899.         if (isset($this->services['product_review.repository'])) {
  14900.             return $this->services['product_review.repository'];
  14901.         }
  14902.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14903.         if (isset($this->services['product_review.repository'])) {
  14904.             return $this->services['product_review.repository'];
  14905.         }
  14906.         return $this->services['product_review.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14907.     }
  14908.     /**
  14909.      * Gets the public 'product_search_config.repository' shared service.
  14910.      *
  14911.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14912.      */
  14913.     protected function getProductSearchConfig_RepositoryService()
  14914.     {
  14915.         return $this->services['product_search_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14916.     }
  14917.     /**
  14918.      * Gets the public 'product_search_config_field.repository' shared service.
  14919.      *
  14920.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14921.      */
  14922.     protected function getProductSearchConfigField_RepositoryService()
  14923.     {
  14924.         return $this->services['product_search_config_field.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14925.     }
  14926.     /**
  14927.      * Gets the public 'product_search_keyword.repository' shared service.
  14928.      *
  14929.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14930.      */
  14931.     protected function getProductSearchKeyword_RepositoryService()
  14932.     {
  14933.         return $this->services['product_search_keyword.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14934.     }
  14935.     /**
  14936.      * Gets the public 'product_sorting.repository' shared service.
  14937.      *
  14938.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14939.      */
  14940.     protected function getProductSorting_RepositoryService()
  14941.     {
  14942.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14943.         if (isset($this->services['product_sorting.repository'])) {
  14944.             return $this->services['product_sorting.repository'];
  14945.         }
  14946.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14947.         if (isset($this->services['product_sorting.repository'])) {
  14948.             return $this->services['product_sorting.repository'];
  14949.         }
  14950.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14951.         if (isset($this->services['product_sorting.repository'])) {
  14952.             return $this->services['product_sorting.repository'];
  14953.         }
  14954.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14955.         if (isset($this->services['product_sorting.repository'])) {
  14956.             return $this->services['product_sorting.repository'];
  14957.         }
  14958.         return $this->services['product_sorting.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14959.     }
  14960.     /**
  14961.      * Gets the public 'product_sorting_translation.repository' shared service.
  14962.      *
  14963.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14964.      */
  14965.     protected function getProductSortingTranslation_RepositoryService()
  14966.     {
  14967.         return $this->services['product_sorting_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14968.     }
  14969.     /**
  14970.      * Gets the public 'product_stream.repository' shared service.
  14971.      *
  14972.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14973.      */
  14974.     protected function getProductStream_RepositoryService()
  14975.     {
  14976.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14977.         if (isset($this->services['product_stream.repository'])) {
  14978.             return $this->services['product_stream.repository'];
  14979.         }
  14980.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14981.         if (isset($this->services['product_stream.repository'])) {
  14982.             return $this->services['product_stream.repository'];
  14983.         }
  14984.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14985.         if (isset($this->services['product_stream.repository'])) {
  14986.             return $this->services['product_stream.repository'];
  14987.         }
  14988.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14989.         if (isset($this->services['product_stream.repository'])) {
  14990.             return $this->services['product_stream.repository'];
  14991.         }
  14992.         return $this->services['product_stream.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  14993.     }
  14994.     /**
  14995.      * Gets the public 'product_stream_filter.repository' shared service.
  14996.      *
  14997.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14998.      */
  14999.     protected function getProductStreamFilter_RepositoryService()
  15000.     {
  15001.         return $this->services['product_stream_filter.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15002.     }
  15003.     /**
  15004.      * Gets the public 'product_stream_mapping.repository' shared service.
  15005.      *
  15006.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15007.      */
  15008.     protected function getProductStreamMapping_RepositoryService()
  15009.     {
  15010.         return $this->services['product_stream_mapping.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15011.     }
  15012.     /**
  15013.      * Gets the public 'product_stream_translation.repository' shared service.
  15014.      *
  15015.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15016.      */
  15017.     protected function getProductStreamTranslation_RepositoryService()
  15018.     {
  15019.         return $this->services['product_stream_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15020.     }
  15021.     /**
  15022.      * Gets the public 'product_tag.repository' shared service.
  15023.      *
  15024.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15025.      */
  15026.     protected function getProductTag_RepositoryService()
  15027.     {
  15028.         return $this->services['product_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15029.     }
  15030.     /**
  15031.      * Gets the public 'product_translation.repository' shared service.
  15032.      *
  15033.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15034.      */
  15035.     protected function getProductTranslation_RepositoryService()
  15036.     {
  15037.         return $this->services['product_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15038.     }
  15039.     /**
  15040.      * Gets the public 'product_visibility.repository' shared service.
  15041.      *
  15042.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15043.      */
  15044.     protected function getProductVisibility_RepositoryService()
  15045.     {
  15046.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15047.         if (isset($this->services['product_visibility.repository'])) {
  15048.             return $this->services['product_visibility.repository'];
  15049.         }
  15050.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15051.         if (isset($this->services['product_visibility.repository'])) {
  15052.             return $this->services['product_visibility.repository'];
  15053.         }
  15054.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15055.         if (isset($this->services['product_visibility.repository'])) {
  15056.             return $this->services['product_visibility.repository'];
  15057.         }
  15058.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15059.         if (isset($this->services['product_visibility.repository'])) {
  15060.             return $this->services['product_visibility.repository'];
  15061.         }
  15062.         return $this->services['product_visibility.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15063.     }
  15064.     /**
  15065.      * Gets the public 'profiling.filesystem.private' shared service.
  15066.      *
  15067.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15068.      */
  15069.     protected function getProfiling_Filesystem_PrivateService()
  15070.     {
  15071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15073.         return $this->services['profiling.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/profiling');
  15074.     }
  15075.     /**
  15076.      * Gets the public 'profiling.filesystem.public' shared service.
  15077.      *
  15078.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15079.      */
  15080.     protected function getProfiling_Filesystem_PublicService()
  15081.     {
  15082.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15084.         return $this->services['profiling.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/profiling');
  15085.     }
  15086.     /**
  15087.      * Gets the public 'promotion.repository' shared service.
  15088.      *
  15089.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15090.      */
  15091.     protected function getPromotion_RepositoryService()
  15092.     {
  15093.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15094.         if (isset($this->services['promotion.repository'])) {
  15095.             return $this->services['promotion.repository'];
  15096.         }
  15097.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15098.         if (isset($this->services['promotion.repository'])) {
  15099.             return $this->services['promotion.repository'];
  15100.         }
  15101.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15102.         if (isset($this->services['promotion.repository'])) {
  15103.             return $this->services['promotion.repository'];
  15104.         }
  15105.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15106.         if (isset($this->services['promotion.repository'])) {
  15107.             return $this->services['promotion.repository'];
  15108.         }
  15109.         return $this->services['promotion.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15110.     }
  15111.     /**
  15112.      * Gets the public 'promotion_cart_rule.repository' shared service.
  15113.      *
  15114.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15115.      */
  15116.     protected function getPromotionCartRule_RepositoryService()
  15117.     {
  15118.         return $this->services['promotion_cart_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15119.     }
  15120.     /**
  15121.      * Gets the public 'promotion_discount.repository' shared service.
  15122.      *
  15123.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15124.      */
  15125.     protected function getPromotionDiscount_RepositoryService()
  15126.     {
  15127.         return $this->services['promotion_discount.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15128.     }
  15129.     /**
  15130.      * Gets the public 'promotion_discount_prices.repository' shared service.
  15131.      *
  15132.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15133.      */
  15134.     protected function getPromotionDiscountPrices_RepositoryService()
  15135.     {
  15136.         return $this->services['promotion_discount_prices.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15137.     }
  15138.     /**
  15139.      * Gets the public 'promotion_discount_rule.repository' shared service.
  15140.      *
  15141.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15142.      */
  15143.     protected function getPromotionDiscountRule_RepositoryService()
  15144.     {
  15145.         return $this->services['promotion_discount_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15146.     }
  15147.     /**
  15148.      * Gets the public 'promotion_individual_code.repository' shared service.
  15149.      *
  15150.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15151.      */
  15152.     protected function getPromotionIndividualCode_RepositoryService()
  15153.     {
  15154.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15155.         if (isset($this->services['promotion_individual_code.repository'])) {
  15156.             return $this->services['promotion_individual_code.repository'];
  15157.         }
  15158.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15159.         if (isset($this->services['promotion_individual_code.repository'])) {
  15160.             return $this->services['promotion_individual_code.repository'];
  15161.         }
  15162.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15163.         if (isset($this->services['promotion_individual_code.repository'])) {
  15164.             return $this->services['promotion_individual_code.repository'];
  15165.         }
  15166.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15167.         if (isset($this->services['promotion_individual_code.repository'])) {
  15168.             return $this->services['promotion_individual_code.repository'];
  15169.         }
  15170.         return $this->services['promotion_individual_code.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15171.     }
  15172.     /**
  15173.      * Gets the public 'promotion_order_rule.repository' shared service.
  15174.      *
  15175.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15176.      */
  15177.     protected function getPromotionOrderRule_RepositoryService()
  15178.     {
  15179.         return $this->services['promotion_order_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15180.     }
  15181.     /**
  15182.      * Gets the public 'promotion_persona_customer.repository' shared service.
  15183.      *
  15184.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15185.      */
  15186.     protected function getPromotionPersonaCustomer_RepositoryService()
  15187.     {
  15188.         return $this->services['promotion_persona_customer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15189.     }
  15190.     /**
  15191.      * Gets the public 'promotion_persona_rule.repository' shared service.
  15192.      *
  15193.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15194.      */
  15195.     protected function getPromotionPersonaRule_RepositoryService()
  15196.     {
  15197.         return $this->services['promotion_persona_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15198.     }
  15199.     /**
  15200.      * Gets the public 'promotion_sales_channel.repository' shared service.
  15201.      *
  15202.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15203.      */
  15204.     protected function getPromotionSalesChannel_RepositoryService()
  15205.     {
  15206.         return $this->services['promotion_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15207.     }
  15208.     /**
  15209.      * Gets the public 'promotion_setgroup.repository' shared service.
  15210.      *
  15211.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15212.      */
  15213.     protected function getPromotionSetgroup_RepositoryService()
  15214.     {
  15215.         return $this->services['promotion_setgroup.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15216.     }
  15217.     /**
  15218.      * Gets the public 'promotion_setgroup_rule.repository' shared service.
  15219.      *
  15220.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15221.      */
  15222.     protected function getPromotionSetgroupRule_RepositoryService()
  15223.     {
  15224.         return $this->services['promotion_setgroup_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15225.     }
  15226.     /**
  15227.      * Gets the public 'promotion_translation.repository' shared service.
  15228.      *
  15229.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15230.      */
  15231.     protected function getPromotionTranslation_RepositoryService()
  15232.     {
  15233.         return $this->services['promotion_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15234.     }
  15235.     /**
  15236.      * Gets the public 'property_group.repository' shared service.
  15237.      *
  15238.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15239.      */
  15240.     protected function getPropertyGroup_RepositoryService()
  15241.     {
  15242.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15243.         if (isset($this->services['property_group.repository'])) {
  15244.             return $this->services['property_group.repository'];
  15245.         }
  15246.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15247.         if (isset($this->services['property_group.repository'])) {
  15248.             return $this->services['property_group.repository'];
  15249.         }
  15250.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15251.         if (isset($this->services['property_group.repository'])) {
  15252.             return $this->services['property_group.repository'];
  15253.         }
  15254.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15255.         if (isset($this->services['property_group.repository'])) {
  15256.             return $this->services['property_group.repository'];
  15257.         }
  15258.         return $this->services['property_group.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  15259.     }
  15260.     /**
  15261.      * Gets the public 'property_group_option.repository' shared service.
  15262.      *
  15263.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15264.      */
  15265.     protected function getPropertyGroupOption_RepositoryService()
  15266.     {
  15267.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15268.         if (isset($this->services['property_group_option.repository'])) {
  15269.             return $this->services['property_group_option.repository'];
  15270.         }
  15271.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15272.         if (isset($this->services['property_group_option.repository'])) {
  15273.             return $this->services['property_group_option.repository'];
  15274.         }
  15275.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15276.         if (isset($this->services['property_group_option.repository'])) {
  15277.             return $this->services['property_group_option.repository'];
  15278.         }
  15279.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15280.         if (isset($this->services['property_group_option.repository'])) {
  15281.             return $this->services['property_group_option.repository'];
  15282.         }
  15283.         return $this->services['property_group_option.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15284.     }
  15285.     /**
  15286.      * Gets the public 'property_group_option_translation.repository' shared service.
  15287.      *
  15288.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15289.      */
  15290.     protected function getPropertyGroupOptionTranslation_RepositoryService()
  15291.     {
  15292.         return $this->services['property_group_option_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15293.     }
  15294.     /**
  15295.      * Gets the public 'property_group_translation.repository' shared service.
  15296.      *
  15297.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15298.      */
  15299.     protected function getPropertyGroupTranslation_RepositoryService()
  15300.     {
  15301.         return $this->services['property_group_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15302.     }
  15303.     /**
  15304.      * Gets the public 'request_stack' shared service.
  15305.      *
  15306.      * @return \Symfony\Component\HttpFoundation\RequestStack
  15307.      */
  15308.     protected function getRequestStackService()
  15309.     {
  15310.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  15311.     }
  15312.     /**
  15313.      * Gets the public 'router' shared autowired service.
  15314.      *
  15315.      * @return \Shopware\Storefront\Framework\Routing\Router
  15316.      */
  15317.     protected function getRouterService()
  15318.     {
  15319.         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())));
  15320.     }
  15321.     /**
  15322.      * Gets the public 'routing.loader' shared service.
  15323.      *
  15324.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  15325.      */
  15326.     protected function getRouting_LoaderService()
  15327.     {
  15328.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  15329.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  15330.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  15331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  15332.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  15333.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  15334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Route/ApiRouteLoader.php';
  15335.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  15336.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  15337.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  15338.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  15339.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  15340.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  15341.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  15342.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  15343.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  15344.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  15345.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  15346.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  15347.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  15348.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  15349.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  15350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  15351.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  15352.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  15353.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  15354.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  15355.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  15356.         $a->addLoader(new \Shopware\Core\Framework\Api\Route\ApiRouteLoader(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())));
  15357.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  15358.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  15359.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  15360.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  15361.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  15362.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15363.             'kernel' => ['services''kernel''getKernelService'false],
  15364.         ], [
  15365.             'kernel' => 'Shopware\\Core\\Kernel',
  15366.         ]), 'dev'));
  15367.         $a->addLoader($c);
  15368.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  15369.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  15370.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  15371.     }
  15372.     /**
  15373.      * Gets the public 'rule.repository' shared service.
  15374.      *
  15375.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15376.      */
  15377.     protected function getRule_RepositoryService()
  15378.     {
  15379.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15380.         if (isset($this->services['rule.repository'])) {
  15381.             return $this->services['rule.repository'];
  15382.         }
  15383.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15384.         if (isset($this->services['rule.repository'])) {
  15385.             return $this->services['rule.repository'];
  15386.         }
  15387.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15388.         if (isset($this->services['rule.repository'])) {
  15389.             return $this->services['rule.repository'];
  15390.         }
  15391.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15392.         if (isset($this->services['rule.repository'])) {
  15393.             return $this->services['rule.repository'];
  15394.         }
  15395.         return $this->services['rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15396.     }
  15397.     /**
  15398.      * Gets the public 'rule_condition.repository' shared service.
  15399.      *
  15400.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15401.      */
  15402.     protected function getRuleCondition_RepositoryService()
  15403.     {
  15404.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15405.         if (isset($this->services['rule_condition.repository'])) {
  15406.             return $this->services['rule_condition.repository'];
  15407.         }
  15408.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15409.         if (isset($this->services['rule_condition.repository'])) {
  15410.             return $this->services['rule_condition.repository'];
  15411.         }
  15412.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15413.         if (isset($this->services['rule_condition.repository'])) {
  15414.             return $this->services['rule_condition.repository'];
  15415.         }
  15416.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15417.         if (isset($this->services['rule_condition.repository'])) {
  15418.             return $this->services['rule_condition.repository'];
  15419.         }
  15420.         return $this->services['rule_condition.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  15421.     }
  15422.     /**
  15423.      * Gets the public 'rule_tag.repository' shared service.
  15424.      *
  15425.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15426.      */
  15427.     protected function getRuleTag_RepositoryService()
  15428.     {
  15429.         return $this->services['rule_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15430.     }
  15431.     /**
  15432.      * Gets the public 'sales_channel.category.repository' shared service.
  15433.      *
  15434.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  15435.      */
  15436.     protected function getSalesChannel_Category_RepositoryService()
  15437.     {
  15438.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15439.         if (isset($this->services['sales_channel.category.repository'])) {
  15440.             return $this->services['sales_channel.category.repository'];
  15441.         }
  15442.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15443.         if (isset($this->services['sales_channel.category.repository'])) {
  15444.             return $this->services['sales_channel.category.repository'];
  15445.         }
  15446.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15447.         if (isset($this->services['sales_channel.category.repository'])) {
  15448.             return $this->services['sales_channel.category.repository'];
  15449.         }
  15450.         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()));
  15451.     }
  15452.     /**
  15453.      * Gets the public 'sales_channel.country.repository' shared service.
  15454.      *
  15455.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  15456.      */
  15457.     protected function getSalesChannel_Country_RepositoryService()
  15458.     {
  15459.         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()), ($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()));
  15460.     }
  15461.     /**
  15462.      * Gets the public 'sales_channel.country_state.repository' shared service.
  15463.      *
  15464.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  15465.      */
  15466.     protected function getSalesChannel_CountryState_RepositoryService()
  15467.     {
  15468.         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()));
  15469.     }
  15470.     /**
  15471.      * Gets the public 'sales_channel.currency.repository' shared service.
  15472.      *
  15473.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  15474.      */
  15475.     protected function getSalesChannel_Currency_RepositoryService()
  15476.     {
  15477.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15478.         if (isset($this->services['sales_channel.currency.repository'])) {
  15479.             return $this->services['sales_channel.currency.repository'];
  15480.         }
  15481.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15482.         if (isset($this->services['sales_channel.currency.repository'])) {
  15483.             return $this->services['sales_channel.currency.repository'];
  15484.         }
  15485.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15486.         if (isset($this->services['sales_channel.currency.repository'])) {
  15487.             return $this->services['sales_channel.currency.repository'];
  15488.         }
  15489.         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()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  15490.     }
  15491.     /**
  15492.      * Gets the public 'sales_channel.landing_page.repository' shared service.
  15493.      *
  15494.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  15495.      */
  15496.     protected function getSalesChannel_LandingPage_RepositoryService()
  15497.     {
  15498.         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()));
  15499.     }
  15500.     /**
  15501.      * Gets the public 'sales_channel.language.repository' shared service.
  15502.      *
  15503.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  15504.      */
  15505.     protected function getSalesChannel_Language_RepositoryService()
  15506.     {
  15507.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15508.         if (isset($this->services['sales_channel.language.repository'])) {
  15509.             return $this->services['sales_channel.language.repository'];
  15510.         }
  15511.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15512.         if (isset($this->services['sales_channel.language.repository'])) {
  15513.             return $this->services['sales_channel.language.repository'];
  15514.         }
  15515.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15516.         if (isset($this->services['sales_channel.language.repository'])) {
  15517.             return $this->services['sales_channel.language.repository'];
  15518.         }
  15519.         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()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  15520.     }
  15521.     /**
  15522.      * Gets the public 'sales_channel.main_category.repository' shared service.
  15523.      *
  15524.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  15525.      */
  15526.     protected function getSalesChannel_MainCategory_RepositoryService()
  15527.     {
  15528.         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()));
  15529.     }
  15530.     /**
  15531.      * Gets the public 'sales_channel.newsletter_recipient.repository' shared service.
  15532.      *
  15533.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  15534.      */
  15535.     protected function getSalesChannel_NewsletterRecipient_RepositoryService()
  15536.     {
  15537.         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()));
  15538.     }
  15539.     /**
  15540.      * Gets the public 'sales_channel.payment_method.repository' shared service.
  15541.      *
  15542.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  15543.      */
  15544.     protected function getSalesChannel_PaymentMethod_RepositoryService()
  15545.     {
  15546.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15547.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  15548.             return $this->services['sales_channel.payment_method.repository'];
  15549.         }
  15550.         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()), $a, ($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()));
  15551.     }
  15552.     /**
  15553.      * Gets the public 'sales_channel.product.repository' shared service.
  15554.      *
  15555.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  15556.      */
  15557.     protected function getSalesChannel_Product_RepositoryService()
  15558.     {
  15559.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15560.         if (isset($this->services['sales_channel.product.repository'])) {
  15561.             return $this->services['sales_channel.product.repository'];
  15562.         }
  15563.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15564.         if (isset($this->services['sales_channel.product.repository'])) {
  15565.             return $this->services['sales_channel.product.repository'];
  15566.         }
  15567.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15568.         if (isset($this->services['sales_channel.product.repository'])) {
  15569.             return $this->services['sales_channel.product.repository'];
  15570.         }
  15571.         return $this->services['sales_channel.product.repository'] = 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()));
  15572.     }
  15573.     /**
  15574.      * Gets the public 'sales_channel.repository' shared service.
  15575.      *
  15576.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15577.      */
  15578.     protected function getSalesChannel_RepositoryService()
  15579.     {
  15580.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15581.         if (isset($this->services['sales_channel.repository'])) {
  15582.             return $this->services['sales_channel.repository'];
  15583.         }
  15584.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15585.         if (isset($this->services['sales_channel.repository'])) {
  15586.             return $this->services['sales_channel.repository'];
  15587.         }
  15588.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15589.         if (isset($this->services['sales_channel.repository'])) {
  15590.             return $this->services['sales_channel.repository'];
  15591.         }
  15592.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15593.         if (isset($this->services['sales_channel.repository'])) {
  15594.             return $this->services['sales_channel.repository'];
  15595.         }
  15596.         return $this->services['sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15597.     }
  15598.     /**
  15599.      * Gets the public 'sales_channel.salutation.repository' shared service.
  15600.      *
  15601.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  15602.      */
  15603.     protected function getSalesChannel_Salutation_RepositoryService()
  15604.     {
  15605.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15606.         if (isset($this->services['sales_channel.salutation.repository'])) {
  15607.             return $this->services['sales_channel.salutation.repository'];
  15608.         }
  15609.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15610.         if (isset($this->services['sales_channel.salutation.repository'])) {
  15611.             return $this->services['sales_channel.salutation.repository'];
  15612.         }
  15613.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15614.         if (isset($this->services['sales_channel.salutation.repository'])) {
  15615.             return $this->services['sales_channel.salutation.repository'];
  15616.         }
  15617.         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()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  15618.     }
  15619.     /**
  15620.      * Gets the public 'sales_channel.seo_url.repository' shared service.
  15621.      *
  15622.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  15623.      */
  15624.     protected function getSalesChannel_SeoUrl_RepositoryService()
  15625.     {
  15626.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15627.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  15628.             return $this->services['sales_channel.seo_url.repository'];
  15629.         }
  15630.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15631.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  15632.             return $this->services['sales_channel.seo_url.repository'];
  15633.         }
  15634.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15635.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  15636.             return $this->services['sales_channel.seo_url.repository'];
  15637.         }
  15638.         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()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  15639.     }
  15640.     /**
  15641.      * Gets the public 'sales_channel.shipping_method.repository' shared service.
  15642.      *
  15643.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  15644.      */
  15645.     protected function getSalesChannel_ShippingMethod_RepositoryService()
  15646.     {
  15647.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15648.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  15649.             return $this->services['sales_channel.shipping_method.repository'];
  15650.         }
  15651.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15652.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  15653.             return $this->services['sales_channel.shipping_method.repository'];
  15654.         }
  15655.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15656.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  15657.             return $this->services['sales_channel.shipping_method.repository'];
  15658.         }
  15659.         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()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  15660.     }
  15661.     /**
  15662.      * Gets the public 'sales_channel_analytics.repository' shared service.
  15663.      *
  15664.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15665.      */
  15666.     protected function getSalesChannelAnalytics_RepositoryService()
  15667.     {
  15668.         return $this->services['sales_channel_analytics.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15669.     }
  15670.     /**
  15671.      * Gets the public 'sales_channel_country.repository' shared service.
  15672.      *
  15673.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15674.      */
  15675.     protected function getSalesChannelCountry_RepositoryService()
  15676.     {
  15677.         return $this->services['sales_channel_country.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15678.     }
  15679.     /**
  15680.      * Gets the public 'sales_channel_currency.repository' shared service.
  15681.      *
  15682.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15683.      */
  15684.     protected function getSalesChannelCurrency_RepositoryService()
  15685.     {
  15686.         return $this->services['sales_channel_currency.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  15687.     }
  15688.     /**
  15689.      * Gets the public 'sales_channel_definition.Kiener\MolliePayments\Components\RefundManager\DAL\Refund\RefundDefinition' shared service.
  15690.      *
  15691.      * @return \Kiener\MolliePayments\Components\RefundManager\DAL\Refund\RefundDefinition
  15692.      */
  15693.     protected function getRefundDefinition2Service()
  15694.     {
  15695.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/RefundManager/DAL/Refund/RefundDefinition.php';
  15696.         $this->services['sales_channel_definition.Kiener\\MolliePayments\\Components\\RefundManager\\DAL\\Refund\\RefundDefinition'] = $instance = new \Kiener\MolliePayments\Components\RefundManager\DAL\Refund\RefundDefinition();
  15697.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15698.         return $instance;
  15699.     }
  15700.     /**
  15701.      * Gets the public 'sales_channel_definition.Kiener\MolliePayments\Components\Subscription\DAL\Subscription\Aggregate\SubscriptionAddress\SubscriptionAddressDefinition' shared service.
  15702.      *
  15703.      * @return \Kiener\MolliePayments\Components\Subscription\DAL\Subscription\Aggregate\SubscriptionAddress\SubscriptionAddressDefinition
  15704.      */
  15705.     protected function getSubscriptionAddressDefinition2Service()
  15706.     {
  15707.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/DAL/Subscription/Aggregate/SubscriptionAddress/SubscriptionAddressDefinition.php';
  15708.         $this->services['sales_channel_definition.Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Aggregate\\SubscriptionAddress\\SubscriptionAddressDefinition'] = $instance = new \Kiener\MolliePayments\Components\Subscription\DAL\Subscription\Aggregate\SubscriptionAddress\SubscriptionAddressDefinition();
  15709.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15710.         return $instance;
  15711.     }
  15712.     /**
  15713.      * Gets the public 'sales_channel_definition.Kiener\MolliePayments\Components\Subscription\DAL\Subscription\Aggregate\SubscriptionHistory\SubscriptionHistoryDefinition' shared service.
  15714.      *
  15715.      * @return \Kiener\MolliePayments\Components\Subscription\DAL\Subscription\Aggregate\SubscriptionHistory\SubscriptionHistoryDefinition
  15716.      */
  15717.     protected function getSubscriptionHistoryDefinition2Service()
  15718.     {
  15719.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/DAL/Subscription/Aggregate/SubscriptionHistory/SubscriptionHistoryDefinition.php';
  15720.         $this->services['sales_channel_definition.Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Aggregate\\SubscriptionHistory\\SubscriptionHistoryDefinition'] = $instance = new \Kiener\MolliePayments\Components\Subscription\DAL\Subscription\Aggregate\SubscriptionHistory\SubscriptionHistoryDefinition();
  15721.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15722.         return $instance;
  15723.     }
  15724.     /**
  15725.      * Gets the public 'sales_channel_definition.Kiener\MolliePayments\Components\Subscription\DAL\Subscription\SubscriptionDefinition' shared service.
  15726.      *
  15727.      * @return \Kiener\MolliePayments\Components\Subscription\DAL\Subscription\SubscriptionDefinition
  15728.      */
  15729.     protected function getSubscriptionDefinition2Service()
  15730.     {
  15731.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/DAL/Subscription/SubscriptionDefinition.php';
  15732.         $this->services['sales_channel_definition.Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\SubscriptionDefinition'] = $instance = new \Kiener\MolliePayments\Components\Subscription\DAL\Subscription\SubscriptionDefinition();
  15733.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15734.         return $instance;
  15735.     }
  15736.     /**
  15737.      * Gets the public 'sales_channel_definition.Scop\PlatformRedirecter\Redirect\RedirectDefinition' shared service.
  15738.      *
  15739.      * @return \Scop\PlatformRedirecter\Redirect\RedirectDefinition
  15740.      */
  15741.     protected function getRedirectDefinition2Service()
  15742.     {
  15743.         include_once \dirname(__DIR__4).'/custom/plugins/ScopPlatformRedirecter/src/Redirect/RedirectDefinition.php';
  15744.         $this->services['sales_channel_definition.Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition'] = $instance = new \Scop\PlatformRedirecter\Redirect\RedirectDefinition();
  15745.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15746.         return $instance;
  15747.     }
  15748.     /**
  15749.      * Gets the public 'sales_channel_definition.Shopware\Administration\Notification\NotificationDefinition' shared service.
  15750.      *
  15751.      * @return \Shopware\Administration\Notification\NotificationDefinition
  15752.      */
  15753.     protected function getNotificationDefinition2Service()
  15754.     {
  15755.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  15756.         $this->services['sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  15757.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15758.         return $instance;
  15759.     }
  15760.     /**
  15761.      * Gets the public 'sales_channel_definition.Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  15762.      *
  15763.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  15764.      */
  15765.     protected function getAppAdministrationSnippetDefinition2Service()
  15766.     {
  15767.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  15768.         $this->services['sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  15769.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15770.         return $instance;
  15771.     }
  15772.     /**
  15773.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  15774.      *
  15775.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  15776.      */
  15777.     protected function getCustomerAddressDefinition2Service()
  15778.     {
  15779.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  15780.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15781.         return $instance;
  15782.     }
  15783.     /**
  15784.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  15785.      *
  15786.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  15787.      */
  15788.     protected function getCustomerGroupRegistrationSalesChannelDefinition2Service()
  15789.     {
  15790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  15791.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  15792.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15793.         return $instance;
  15794.     }
  15795.     /**
  15796.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  15797.      *
  15798.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  15799.      */
  15800.     protected function getCustomerGroupTranslationDefinition2Service()
  15801.     {
  15802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  15804.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  15805.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15806.         return $instance;
  15807.     }
  15808.     /**
  15809.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  15810.      *
  15811.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  15812.      */
  15813.     protected function getCustomerGroupDefinition2Service()
  15814.     {
  15815.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  15816.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15817.         return $instance;
  15818.     }
  15819.     /**
  15820.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  15821.      *
  15822.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  15823.      */
  15824.     protected function getCustomerRecoveryDefinition2Service()
  15825.     {
  15826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  15827.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  15828.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15829.         return $instance;
  15830.     }
  15831.     /**
  15832.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  15833.      *
  15834.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  15835.      */
  15836.     protected function getCustomerTagDefinition2Service()
  15837.     {
  15838.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  15839.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  15840.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15841.         return $instance;
  15842.     }
  15843.     /**
  15844.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  15845.      *
  15846.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  15847.      */
  15848.     protected function getCustomerWishlistProductDefinition2Service()
  15849.     {
  15850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  15851.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  15852.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15853.         return $instance;
  15854.     }
  15855.     /**
  15856.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  15857.      *
  15858.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  15859.      */
  15860.     protected function getCustomerWishlistDefinition2Service()
  15861.     {
  15862.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  15863.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  15864.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15865.         return $instance;
  15866.     }
  15867.     /**
  15868.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  15869.      *
  15870.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  15871.      */
  15872.     protected function getCustomerDefinition2Service()
  15873.     {
  15874.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  15875.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15876.         return $instance;
  15877.     }
  15878.     /**
  15879.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  15880.      *
  15881.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  15882.      */
  15883.     protected function getDocumentBaseConfigSalesChannelDefinition2Service()
  15884.     {
  15885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  15886.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  15887.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15888.         return $instance;
  15889.     }
  15890.     /**
  15891.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  15892.      *
  15893.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  15894.      */
  15895.     protected function getDocumentBaseConfigDefinition2Service()
  15896.     {
  15897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  15898.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  15899.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15900.         return $instance;
  15901.     }
  15902.     /**
  15903.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  15904.      *
  15905.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  15906.      */
  15907.     protected function getDocumentTypeTranslationDefinition2Service()
  15908.     {
  15909.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  15911.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  15912.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15913.         return $instance;
  15914.     }
  15915.     /**
  15916.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  15917.      *
  15918.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  15919.      */
  15920.     protected function getDocumentTypeDefinition2Service()
  15921.     {
  15922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  15923.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  15924.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15925.         return $instance;
  15926.     }
  15927.     /**
  15928.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  15929.      *
  15930.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  15931.      */
  15932.     protected function getDocumentDefinition2Service()
  15933.     {
  15934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  15935.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  15936.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15937.         return $instance;
  15938.     }
  15939.     /**
  15940.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  15941.      *
  15942.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  15943.      */
  15944.     protected function getOrderAddressDefinition2Service()
  15945.     {
  15946.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  15947.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15948.         return $instance;
  15949.     }
  15950.     /**
  15951.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  15952.      *
  15953.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  15954.      */
  15955.     protected function getOrderCustomerDefinition2Service()
  15956.     {
  15957.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  15958.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  15959.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15960.         return $instance;
  15961.     }
  15962.     /**
  15963.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  15964.      *
  15965.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  15966.      */
  15967.     protected function getOrderDeliveryPositionDefinition2Service()
  15968.     {
  15969.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  15970.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  15971.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15972.         return $instance;
  15973.     }
  15974.     /**
  15975.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  15976.      *
  15977.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  15978.      */
  15979.     protected function getOrderDeliveryDefinition2Service()
  15980.     {
  15981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  15982.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  15983.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15984.         return $instance;
  15985.     }
  15986.     /**
  15987.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition' shared service.
  15988.      *
  15989.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition
  15990.      */
  15991.     protected function getOrderLineItemDownloadDefinition2Service()
  15992.     {
  15993.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItemDownload/OrderLineItemDownloadDefinition.php';
  15994.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition();
  15995.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15996.         return $instance;
  15997.     }
  15998.     /**
  15999.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  16000.      *
  16001.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  16002.      */
  16003.     protected function getOrderLineItemDefinition2Service()
  16004.     {
  16005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  16006.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  16007.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16008.         return $instance;
  16009.     }
  16010.     /**
  16011.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  16012.      *
  16013.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  16014.      */
  16015.     protected function getOrderTagDefinition2Service()
  16016.     {
  16017.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  16018.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  16019.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16020.         return $instance;
  16021.     }
  16022.     /**
  16023.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  16024.      *
  16025.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  16026.      */
  16027.     protected function getOrderTransactionCaptureRefundPositionDefinition2Service()
  16028.     {
  16029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  16030.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  16031.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16032.         return $instance;
  16033.     }
  16034.     /**
  16035.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  16036.      *
  16037.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  16038.      */
  16039.     protected function getOrderTransactionCaptureRefundDefinition2Service()
  16040.     {
  16041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  16042.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  16043.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16044.         return $instance;
  16045.     }
  16046.     /**
  16047.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  16048.      *
  16049.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  16050.      */
  16051.     protected function getOrderTransactionCaptureDefinition2Service()
  16052.     {
  16053.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  16054.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  16055.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16056.         return $instance;
  16057.     }
  16058.     /**
  16059.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  16060.      *
  16061.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  16062.      */
  16063.     protected function getOrderTransactionDefinition2Service()
  16064.     {
  16065.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  16066.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16067.         return $instance;
  16068.     }
  16069.     /**
  16070.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  16071.      *
  16072.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  16073.      */
  16074.     protected function getOrderDefinition2Service()
  16075.     {
  16076.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  16077.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16078.         return $instance;
  16079.     }
  16080.     /**
  16081.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  16082.      *
  16083.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  16084.      */
  16085.     protected function getPaymentMethodTranslationDefinition2Service()
  16086.     {
  16087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  16089.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  16090.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16091.         return $instance;
  16092.     }
  16093.     /**
  16094.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  16095.      *
  16096.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  16097.      */
  16098.     protected function getPromotionCartRuleDefinition2Service()
  16099.     {
  16100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  16101.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  16102.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16103.         return $instance;
  16104.     }
  16105.     /**
  16106.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  16107.      *
  16108.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  16109.      */
  16110.     protected function getPromotionDiscountPriceDefinition2Service()
  16111.     {
  16112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  16113.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  16114.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16115.         return $instance;
  16116.     }
  16117.     /**
  16118.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  16119.      *
  16120.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  16121.      */
  16122.     protected function getPromotionDiscountRuleDefinition2Service()
  16123.     {
  16124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  16125.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  16126.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16127.         return $instance;
  16128.     }
  16129.     /**
  16130.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  16131.      *
  16132.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  16133.      */
  16134.     protected function getPromotionDiscountDefinition2Service()
  16135.     {
  16136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  16137.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  16138.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16139.         return $instance;
  16140.     }
  16141.     /**
  16142.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  16143.      *
  16144.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  16145.      */
  16146.     protected function getPromotionIndividualCodeDefinition2Service()
  16147.     {
  16148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  16149.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  16150.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16151.         return $instance;
  16152.     }
  16153.     /**
  16154.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  16155.      *
  16156.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  16157.      */
  16158.     protected function getPromotionOrderRuleDefinition2Service()
  16159.     {
  16160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  16161.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  16162.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16163.         return $instance;
  16164.     }
  16165.     /**
  16166.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  16167.      *
  16168.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  16169.      */
  16170.     protected function getPromotionPersonaCustomerDefinition2Service()
  16171.     {
  16172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  16173.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  16174.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16175.         return $instance;
  16176.     }
  16177.     /**
  16178.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  16179.      *
  16180.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  16181.      */
  16182.     protected function getPromotionPersonaRuleDefinition2Service()
  16183.     {
  16184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  16185.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  16186.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16187.         return $instance;
  16188.     }
  16189.     /**
  16190.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  16191.      *
  16192.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  16193.      */
  16194.     protected function getPromotionSalesChannelDefinition2Service()
  16195.     {
  16196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  16197.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  16198.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16199.         return $instance;
  16200.     }
  16201.     /**
  16202.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  16203.      *
  16204.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  16205.      */
  16206.     protected function getPromotionSetGroupRuleDefinition2Service()
  16207.     {
  16208.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  16209.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  16210.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16211.         return $instance;
  16212.     }
  16213.     /**
  16214.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  16215.      *
  16216.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  16217.      */
  16218.     protected function getPromotionSetGroupDefinition2Service()
  16219.     {
  16220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  16221.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  16222.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16223.         return $instance;
  16224.     }
  16225.     /**
  16226.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  16227.      *
  16228.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  16229.      */
  16230.     protected function getPromotionTranslationDefinition2Service()
  16231.     {
  16232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  16234.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  16235.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16236.         return $instance;
  16237.     }
  16238.     /**
  16239.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  16240.      *
  16241.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  16242.      */
  16243.     protected function getPromotionDefinition2Service()
  16244.     {
  16245.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  16246.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  16247.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16248.         return $instance;
  16249.     }
  16250.     /**
  16251.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  16252.      *
  16253.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  16254.      */
  16255.     protected function getShippingMethodPriceDefinition2Service()
  16256.     {
  16257.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  16258.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  16259.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16260.         return $instance;
  16261.     }
  16262.     /**
  16263.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  16264.      *
  16265.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  16266.      */
  16267.     protected function getShippingMethodTagDefinition2Service()
  16268.     {
  16269.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  16270.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  16271.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16272.         return $instance;
  16273.     }
  16274.     /**
  16275.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  16276.      *
  16277.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  16278.      */
  16279.     protected function getShippingMethodTranslationDefinition2Service()
  16280.     {
  16281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  16283.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  16284.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16285.         return $instance;
  16286.     }
  16287.     /**
  16288.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  16289.      *
  16290.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  16291.      */
  16292.     protected function getCategoryTagDefinition2Service()
  16293.     {
  16294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  16295.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  16296.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16297.         return $instance;
  16298.     }
  16299.     /**
  16300.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  16301.      *
  16302.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  16303.      */
  16304.     protected function getCategoryTranslationDefinition2Service()
  16305.     {
  16306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  16308.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  16309.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16310.         return $instance;
  16311.     }
  16312.     /**
  16313.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  16314.      *
  16315.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  16316.      */
  16317.     protected function getCmsBlockDefinition2Service()
  16318.     {
  16319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  16320.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  16321.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16322.         return $instance;
  16323.     }
  16324.     /**
  16325.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  16326.      *
  16327.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  16328.      */
  16329.     protected function getCmsPageTranslationDefinition2Service()
  16330.     {
  16331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  16333.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  16334.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16335.         return $instance;
  16336.     }
  16337.     /**
  16338.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  16339.      *
  16340.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  16341.      */
  16342.     protected function getCmsSectionDefinition2Service()
  16343.     {
  16344.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  16345.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  16346.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16347.         return $instance;
  16348.     }
  16349.     /**
  16350.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  16351.      *
  16352.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  16353.      */
  16354.     protected function getCmsSlotTranslationDefinition2Service()
  16355.     {
  16356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  16358.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  16359.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16360.         return $instance;
  16361.     }
  16362.     /**
  16363.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  16364.      *
  16365.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  16366.      */
  16367.     protected function getCmsSlotDefinition2Service()
  16368.     {
  16369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  16370.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  16371.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16372.         return $instance;
  16373.     }
  16374.     /**
  16375.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  16376.      *
  16377.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  16378.      */
  16379.     protected function getCmsPageDefinition2Service()
  16380.     {
  16381.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  16382.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16383.         return $instance;
  16384.     }
  16385.     /**
  16386.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  16387.      *
  16388.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  16389.      */
  16390.     protected function getFlowSequenceDefinition2Service()
  16391.     {
  16392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  16393.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  16394.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16395.         return $instance;
  16396.     }
  16397.     /**
  16398.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition' shared service.
  16399.      *
  16400.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition
  16401.      */
  16402.     protected function getFlowTemplateDefinition2Service()
  16403.     {
  16404.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowTemplate/FlowTemplateDefinition.php';
  16405.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition();
  16406.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16407.         return $instance;
  16408.     }
  16409.     /**
  16410.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\FlowDefinition' shared service.
  16411.      *
  16412.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  16413.      */
  16414.     protected function getFlowDefinition2Service()
  16415.     {
  16416.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  16417.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  16418.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16419.         return $instance;
  16420.     }
  16421.     /**
  16422.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  16423.      *
  16424.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  16425.      */
  16426.     protected function getImportExportFileDefinition2Service()
  16427.     {
  16428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  16429.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  16430.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16431.         return $instance;
  16432.     }
  16433.     /**
  16434.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  16435.      *
  16436.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  16437.      */
  16438.     protected function getImportExportLogDefinition2Service()
  16439.     {
  16440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  16441.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  16442.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16443.         return $instance;
  16444.     }
  16445.     /**
  16446.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  16447.      *
  16448.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  16449.      */
  16450.     protected function getImportExportProfileDefinition2Service()
  16451.     {
  16452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  16453.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  16454.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16455.         return $instance;
  16456.     }
  16457.     /**
  16458.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  16459.      *
  16460.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  16461.      */
  16462.     protected function getImportExportProfileTranslationDefinition2Service()
  16463.     {
  16464.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  16466.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  16467.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16468.         return $instance;
  16469.     }
  16470.     /**
  16471.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  16472.      *
  16473.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  16474.      */
  16475.     protected function getLandingPageSalesChannelDefinition2Service()
  16476.     {
  16477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  16478.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  16479.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16480.         return $instance;
  16481.     }
  16482.     /**
  16483.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  16484.      *
  16485.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  16486.      */
  16487.     protected function getLandingPageTagDefinition2Service()
  16488.     {
  16489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  16490.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  16491.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16492.         return $instance;
  16493.     }
  16494.     /**
  16495.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  16496.      *
  16497.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  16498.      */
  16499.     protected function getLandingPageTranslationDefinition2Service()
  16500.     {
  16501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  16503.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  16504.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16505.         return $instance;
  16506.     }
  16507.     /**
  16508.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  16509.      *
  16510.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  16511.      */
  16512.     protected function getMailHeaderFooterTranslationDefinition2Service()
  16513.     {
  16514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  16516.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  16517.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16518.         return $instance;
  16519.     }
  16520.     /**
  16521.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  16522.      *
  16523.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  16524.      */
  16525.     protected function getMailHeaderFooterDefinition2Service()
  16526.     {
  16527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  16528.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  16529.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16530.         return $instance;
  16531.     }
  16532.     /**
  16533.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  16534.      *
  16535.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  16536.      */
  16537.     protected function getMailTemplateMediaDefinition2Service()
  16538.     {
  16539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  16540.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  16541.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16542.         return $instance;
  16543.     }
  16544.     /**
  16545.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  16546.      *
  16547.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  16548.      */
  16549.     protected function getMailTemplateTranslationDefinition2Service()
  16550.     {
  16551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  16553.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  16554.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16555.         return $instance;
  16556.     }
  16557.     /**
  16558.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  16559.      *
  16560.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  16561.      */
  16562.     protected function getMailTemplateTypeTranslationDefinition2Service()
  16563.     {
  16564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  16566.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  16567.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16568.         return $instance;
  16569.     }
  16570.     /**
  16571.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  16572.      *
  16573.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  16574.      */
  16575.     protected function getMailTemplateTypeDefinition2Service()
  16576.     {
  16577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  16578.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  16579.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16580.         return $instance;
  16581.     }
  16582.     /**
  16583.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  16584.      *
  16585.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  16586.      */
  16587.     protected function getMailTemplateDefinition2Service()
  16588.     {
  16589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  16590.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  16591.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16592.         return $instance;
  16593.     }
  16594.     /**
  16595.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  16596.      *
  16597.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  16598.      */
  16599.     protected function getMediaDefaultFolderDefinition2Service()
  16600.     {
  16601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  16602.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  16603.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16604.         return $instance;
  16605.     }
  16606.     /**
  16607.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  16608.      *
  16609.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  16610.      */
  16611.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service()
  16612.     {
  16613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  16614.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  16615.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16616.         return $instance;
  16617.     }
  16618.     /**
  16619.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  16620.      *
  16621.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  16622.      */
  16623.     protected function getMediaFolderConfigurationDefinition2Service()
  16624.     {
  16625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  16626.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  16627.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16628.         return $instance;
  16629.     }
  16630.     /**
  16631.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  16632.      *
  16633.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  16634.      */
  16635.     protected function getMediaFolderDefinition2Service()
  16636.     {
  16637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  16638.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  16639.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16640.         return $instance;
  16641.     }
  16642.     /**
  16643.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  16644.      *
  16645.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  16646.      */
  16647.     protected function getMediaTagDefinition2Service()
  16648.     {
  16649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  16650.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  16651.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16652.         return $instance;
  16653.     }
  16654.     /**
  16655.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  16656.      *
  16657.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  16658.      */
  16659.     protected function getMediaThumbnailSizeDefinition2Service()
  16660.     {
  16661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  16662.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  16663.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16664.         return $instance;
  16665.     }
  16666.     /**
  16667.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  16668.      *
  16669.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  16670.      */
  16671.     protected function getMediaThumbnailDefinition2Service()
  16672.     {
  16673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  16674.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  16675.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16676.         return $instance;
  16677.     }
  16678.     /**
  16679.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  16680.      *
  16681.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  16682.      */
  16683.     protected function getMediaTranslationDefinition2Service()
  16684.     {
  16685.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  16687.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  16688.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16689.         return $instance;
  16690.     }
  16691.     /**
  16692.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\MediaDefinition' shared service.
  16693.      *
  16694.      * @return \Shopware\Core\Content\Media\MediaDefinition
  16695.      */
  16696.     protected function getMediaDefinition2Service()
  16697.     {
  16698.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  16699.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16700.         return $instance;
  16701.     }
  16702.     /**
  16703.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  16704.      *
  16705.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  16706.      */
  16707.     protected function getNewsletterRecipientTagDefinition2Service()
  16708.     {
  16709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  16710.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  16711.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16712.         return $instance;
  16713.     }
  16714.     /**
  16715.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  16716.      *
  16717.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  16718.      */
  16719.     protected function getProductExportDefinition2Service()
  16720.     {
  16721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  16722.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  16723.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16724.         return $instance;
  16725.     }
  16726.     /**
  16727.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  16728.      *
  16729.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  16730.      */
  16731.     protected function getProductStreamFilterDefinition2Service()
  16732.     {
  16733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  16734.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  16735.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16736.         return $instance;
  16737.     }
  16738.     /**
  16739.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  16740.      *
  16741.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  16742.      */
  16743.     protected function getProductStreamTranslationDefinition2Service()
  16744.     {
  16745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  16747.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  16748.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16749.         return $instance;
  16750.     }
  16751.     /**
  16752.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  16753.      *
  16754.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  16755.      */
  16756.     protected function getProductStreamDefinition2Service()
  16757.     {
  16758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  16759.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  16760.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16761.         return $instance;
  16762.     }
  16763.     /**
  16764.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  16765.      *
  16766.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  16767.      */
  16768.     protected function getProductCategoryTreeDefinition2Service()
  16769.     {
  16770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  16771.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  16772.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16773.         return $instance;
  16774.     }
  16775.     /**
  16776.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  16777.      *
  16778.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  16779.      */
  16780.     protected function getProductCategoryDefinition2Service()
  16781.     {
  16782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  16783.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  16784.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16785.         return $instance;
  16786.     }
  16787.     /**
  16788.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  16789.      *
  16790.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  16791.      */
  16792.     protected function getProductConfiguratorSettingDefinition2Service()
  16793.     {
  16794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  16795.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  16796.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16797.         return $instance;
  16798.     }
  16799.     /**
  16800.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  16801.      *
  16802.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  16803.      */
  16804.     protected function getProductCrossSellingAssignedProductsDefinition2Service()
  16805.     {
  16806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  16807.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  16808.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16809.         return $instance;
  16810.     }
  16811.     /**
  16812.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  16813.      *
  16814.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  16815.      */
  16816.     protected function getProductCrossSellingTranslationDefinition2Service()
  16817.     {
  16818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  16820.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  16821.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16822.         return $instance;
  16823.     }
  16824.     /**
  16825.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  16826.      *
  16827.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  16828.      */
  16829.     protected function getProductCrossSellingDefinition2Service()
  16830.     {
  16831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  16832.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  16833.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16834.         return $instance;
  16835.     }
  16836.     /**
  16837.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  16838.      *
  16839.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  16840.      */
  16841.     protected function getProductCustomFieldSetDefinition2Service()
  16842.     {
  16843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  16844.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  16845.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16846.         return $instance;
  16847.     }
  16848.     /**
  16849.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition' shared service.
  16850.      *
  16851.      * @return \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition
  16852.      */
  16853.     protected function getProductDownloadDefinition2Service()
  16854.     {
  16855.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition();
  16856.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16857.         return $instance;
  16858.     }
  16859.     /**
  16860.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  16861.      *
  16862.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  16863.      */
  16864.     protected function getProductFeatureSetTranslationDefinition2Service()
  16865.     {
  16866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  16868.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  16869.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16870.         return $instance;
  16871.     }
  16872.     /**
  16873.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  16874.      *
  16875.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  16876.      */
  16877.     protected function getProductFeatureSetDefinition2Service()
  16878.     {
  16879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  16880.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  16881.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16882.         return $instance;
  16883.     }
  16884.     /**
  16885.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  16886.      *
  16887.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  16888.      */
  16889.     protected function getProductKeywordDictionaryDefinition2Service()
  16890.     {
  16891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  16892.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  16893.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16894.         return $instance;
  16895.     }
  16896.     /**
  16897.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  16898.      *
  16899.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  16900.      */
  16901.     protected function getProductManufacturerTranslationDefinition2Service()
  16902.     {
  16903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16904.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  16905.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  16906.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16907.         return $instance;
  16908.     }
  16909.     /**
  16910.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  16911.      *
  16912.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  16913.      */
  16914.     protected function getProductManufacturerDefinition2Service()
  16915.     {
  16916.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  16917.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  16918.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16919.         return $instance;
  16920.     }
  16921.     /**
  16922.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  16923.      *
  16924.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  16925.      */
  16926.     protected function getProductMediaDefinition2Service()
  16927.     {
  16928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  16929.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  16930.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16931.         return $instance;
  16932.     }
  16933.     /**
  16934.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  16935.      *
  16936.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  16937.      */
  16938.     protected function getProductOptionDefinition2Service()
  16939.     {
  16940.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  16941.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  16942.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16943.         return $instance;
  16944.     }
  16945.     /**
  16946.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  16947.      *
  16948.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  16949.      */
  16950.     protected function getProductPriceDefinition2Service()
  16951.     {
  16952.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  16953.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  16954.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16955.         return $instance;
  16956.     }
  16957.     /**
  16958.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  16959.      *
  16960.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  16961.      */
  16962.     protected function getProductPropertyDefinition2Service()
  16963.     {
  16964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  16965.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  16966.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16967.         return $instance;
  16968.     }
  16969.     /**
  16970.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  16971.      *
  16972.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  16973.      */
  16974.     protected function getProductReviewDefinition2Service()
  16975.     {
  16976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  16977.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  16978.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16979.         return $instance;
  16980.     }
  16981.     /**
  16982.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  16983.      *
  16984.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  16985.      */
  16986.     protected function getProductSearchConfigFieldDefinition2Service()
  16987.     {
  16988.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  16989.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  16990.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16991.         return $instance;
  16992.     }
  16993.     /**
  16994.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  16995.      *
  16996.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  16997.      */
  16998.     protected function getProductSearchConfigDefinition2Service()
  16999.     {
  17000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  17001.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  17002.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17003.         return $instance;
  17004.     }
  17005.     /**
  17006.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  17007.      *
  17008.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  17009.      */
  17010.     protected function getProductSearchKeywordDefinition2Service()
  17011.     {
  17012.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  17013.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  17014.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17015.         return $instance;
  17016.     }
  17017.     /**
  17018.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  17019.      *
  17020.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  17021.      */
  17022.     protected function getProductStreamMappingDefinition2Service()
  17023.     {
  17024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  17025.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  17026.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17027.         return $instance;
  17028.     }
  17029.     /**
  17030.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  17031.      *
  17032.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  17033.      */
  17034.     protected function getProductTagDefinition2Service()
  17035.     {
  17036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  17037.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  17038.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17039.         return $instance;
  17040.     }
  17041.     /**
  17042.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  17043.      *
  17044.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  17045.      */
  17046.     protected function getProductTranslationDefinition2Service()
  17047.     {
  17048.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17049.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  17050.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  17051.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17052.         return $instance;
  17053.     }
  17054.     /**
  17055.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  17056.      *
  17057.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  17058.      */
  17059.     protected function getProductVisibilityDefinition2Service()
  17060.     {
  17061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  17062.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  17063.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17064.         return $instance;
  17065.     }
  17066.     /**
  17067.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  17068.      *
  17069.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  17070.      */
  17071.     protected function getProductSortingDefinition2Service()
  17072.     {
  17073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  17074.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  17075.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17076.         return $instance;
  17077.     }
  17078.     /**
  17079.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  17080.      *
  17081.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  17082.      */
  17083.     protected function getProductSortingTranslationDefinition2Service()
  17084.     {
  17085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  17087.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  17088.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17089.         return $instance;
  17090.     }
  17091.     /**
  17092.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  17093.      *
  17094.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  17095.      */
  17096.     protected function getPropertyGroupOptionTranslationDefinition2Service()
  17097.     {
  17098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  17100.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  17101.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17102.         return $instance;
  17103.     }
  17104.     /**
  17105.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  17106.      *
  17107.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  17108.      */
  17109.     protected function getPropertyGroupOptionDefinition2Service()
  17110.     {
  17111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  17112.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  17113.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17114.         return $instance;
  17115.     }
  17116.     /**
  17117.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  17118.      *
  17119.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  17120.      */
  17121.     protected function getPropertyGroupTranslationDefinition2Service()
  17122.     {
  17123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  17125.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  17126.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17127.         return $instance;
  17128.     }
  17129.     /**
  17130.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  17131.      *
  17132.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  17133.      */
  17134.     protected function getPropertyGroupDefinition2Service()
  17135.     {
  17136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  17137.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  17138.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17139.         return $instance;
  17140.     }
  17141.     /**
  17142.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  17143.      *
  17144.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  17145.      */
  17146.     protected function getRuleConditionDefinition2Service()
  17147.     {
  17148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  17149.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  17150.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17151.         return $instance;
  17152.     }
  17153.     /**
  17154.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  17155.      *
  17156.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  17157.      */
  17158.     protected function getRuleTagDefinition2Service()
  17159.     {
  17160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  17161.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  17162.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17163.         return $instance;
  17164.     }
  17165.     /**
  17166.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\RuleDefinition' shared service.
  17167.      *
  17168.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  17169.      */
  17170.     protected function getRuleDefinition2Service()
  17171.     {
  17172.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  17173.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17174.         return $instance;
  17175.     }
  17176.     /**
  17177.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  17178.      *
  17179.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  17180.      */
  17181.     protected function getSeoUrlTemplateDefinition2Service()
  17182.     {
  17183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  17184.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  17185.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17186.         return $instance;
  17187.     }
  17188.     /**
  17189.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  17190.      *
  17191.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  17192.      */
  17193.     protected function getAclRoleDefinition2Service()
  17194.     {
  17195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  17196.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  17197.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17198.         return $instance;
  17199.     }
  17200.     /**
  17201.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  17202.      *
  17203.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  17204.      */
  17205.     protected function getAclUserRoleDefinition2Service()
  17206.     {
  17207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  17208.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  17209.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17210.         return $instance;
  17211.     }
  17212.     /**
  17213.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  17214.      *
  17215.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  17216.      */
  17217.     protected function getActionButtonTranslationDefinition2Service()
  17218.     {
  17219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  17221.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  17222.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17223.         return $instance;
  17224.     }
  17225.     /**
  17226.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  17227.      *
  17228.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  17229.      */
  17230.     protected function getActionButtonDefinition2Service()
  17231.     {
  17232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  17233.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  17234.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17235.         return $instance;
  17236.     }
  17237.     /**
  17238.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  17239.      *
  17240.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  17241.      */
  17242.     protected function getAppPaymentMethodDefinition2Service()
  17243.     {
  17244.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  17245.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17246.         return $instance;
  17247.     }
  17248.     /**
  17249.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  17250.      *
  17251.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  17252.      */
  17253.     protected function getAppScriptConditionTranslationDefinition2Service()
  17254.     {
  17255.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  17257.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  17258.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17259.         return $instance;
  17260.     }
  17261.     /**
  17262.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  17263.      *
  17264.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  17265.      */
  17266.     protected function getAppScriptConditionDefinition2Service()
  17267.     {
  17268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  17269.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  17270.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17271.         return $instance;
  17272.     }
  17273.     /**
  17274.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  17275.      *
  17276.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  17277.      */
  17278.     protected function getAppTranslationDefinition2Service()
  17279.     {
  17280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  17282.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  17283.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17284.         return $instance;
  17285.     }
  17286.     /**
  17287.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  17288.      *
  17289.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  17290.      */
  17291.     protected function getAppCmsBlockTranslationDefinition2Service()
  17292.     {
  17293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  17295.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  17296.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17297.         return $instance;
  17298.     }
  17299.     /**
  17300.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  17301.      *
  17302.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  17303.      */
  17304.     protected function getAppCmsBlockDefinition2Service()
  17305.     {
  17306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  17307.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  17308.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17309.         return $instance;
  17310.     }
  17311.     /**
  17312.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  17313.      *
  17314.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  17315.      */
  17316.     protected function getAppFlowActionTranslationDefinition2Service()
  17317.     {
  17318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  17320.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  17321.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17322.         return $instance;
  17323.     }
  17324.     /**
  17325.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  17326.      *
  17327.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  17328.      */
  17329.     protected function getAppFlowActionDefinition2Service()
  17330.     {
  17331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  17332.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  17333.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17334.         return $instance;
  17335.     }
  17336.     /**
  17337.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\AppDefinition' shared service.
  17338.      *
  17339.      * @return \Shopware\Core\Framework\App\AppDefinition
  17340.      */
  17341.     protected function getAppDefinition2Service()
  17342.     {
  17343.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  17344.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17345.         return $instance;
  17346.     }
  17347.     /**
  17348.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  17349.      *
  17350.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  17351.      */
  17352.     protected function getTemplateDefinition2Service()
  17353.     {
  17354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  17355.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  17356.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17357.         return $instance;
  17358.     }
  17359.     /**
  17360.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  17361.      *
  17362.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  17363.      */
  17364.     protected function getVersionCommitDataDefinition2Service()
  17365.     {
  17366.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  17367.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17368.         return $instance;
  17369.     }
  17370.     /**
  17371.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  17372.      *
  17373.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  17374.      */
  17375.     protected function getVersionCommitDefinition2Service()
  17376.     {
  17377.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  17378.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17379.         return $instance;
  17380.     }
  17381.     /**
  17382.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  17383.      *
  17384.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  17385.      */
  17386.     protected function getVersionDefinition2Service()
  17387.     {
  17388.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  17389.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17390.         return $instance;
  17391.     }
  17392.     /**
  17393.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  17394.      *
  17395.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  17396.      */
  17397.     protected function getEventActionRuleDefinition2Service()
  17398.     {
  17399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  17400.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  17401.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17402.         return $instance;
  17403.     }
  17404.     /**
  17405.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  17406.      *
  17407.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  17408.      */
  17409.     protected function getEventActionSalesChannelDefinition2Service()
  17410.     {
  17411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  17412.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  17413.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17414.         return $instance;
  17415.     }
  17416.     /**
  17417.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  17418.      *
  17419.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  17420.      */
  17421.     protected function getEventActionDefinition2Service()
  17422.     {
  17423.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  17424.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17425.         return $instance;
  17426.     }
  17427.     /**
  17428.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  17429.      *
  17430.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  17431.      */
  17432.     protected function getLogEntryDefinition2Service()
  17433.     {
  17434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  17435.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  17436.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17437.         return $instance;
  17438.     }
  17439.     /**
  17440.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  17441.      *
  17442.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  17443.      */
  17444.     protected function getDeadMessageDefinition2Service()
  17445.     {
  17446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  17447.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  17448.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17449.         return $instance;
  17450.     }
  17451.     /**
  17452.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  17453.      *
  17454.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  17455.      */
  17456.     protected function getMessageQueueStatsDefinition2Service()
  17457.     {
  17458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  17459.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  17460.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17461.         return $instance;
  17462.     }
  17463.     /**
  17464.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  17465.      *
  17466.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  17467.      */
  17468.     protected function getScheduledTaskDefinition2Service()
  17469.     {
  17470.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  17471.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17472.         return $instance;
  17473.     }
  17474.     /**
  17475.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  17476.      *
  17477.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  17478.      */
  17479.     protected function getPluginTranslationDefinition2Service()
  17480.     {
  17481.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  17483.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  17484.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17485.         return $instance;
  17486.     }
  17487.     /**
  17488.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  17489.      *
  17490.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  17491.      */
  17492.     protected function getPluginDefinition2Service()
  17493.     {
  17494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  17495.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  17496.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17497.         return $instance;
  17498.     }
  17499.     /**
  17500.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  17501.      *
  17502.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  17503.      */
  17504.     protected function getScriptDefinition2Service()
  17505.     {
  17506.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  17507.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17508.         return $instance;
  17509.     }
  17510.     /**
  17511.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  17512.      *
  17513.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  17514.      */
  17515.     protected function getWebhookEventLogDefinition2Service()
  17516.     {
  17517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  17518.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  17519.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17520.         return $instance;
  17521.     }
  17522.     /**
  17523.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  17524.      *
  17525.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  17526.      */
  17527.     protected function getWebhookDefinition2Service()
  17528.     {
  17529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  17530.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  17531.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17532.         return $instance;
  17533.     }
  17534.     /**
  17535.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  17536.      *
  17537.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  17538.      */
  17539.     protected function getCountryStateTranslationDefinition2Service()
  17540.     {
  17541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17542.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  17543.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  17544.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17545.         return $instance;
  17546.     }
  17547.     /**
  17548.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  17549.      *
  17550.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  17551.      */
  17552.     protected function getCountryTranslationDefinition2Service()
  17553.     {
  17554.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17555.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  17556.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  17557.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17558.         return $instance;
  17559.     }
  17560.     /**
  17561.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  17562.      *
  17563.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  17564.      */
  17565.     protected function getCurrencyCountryRoundingDefinition2Service()
  17566.     {
  17567.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  17568.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17569.         return $instance;
  17570.     }
  17571.     /**
  17572.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  17573.      *
  17574.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  17575.      */
  17576.     protected function getCurrencyTranslationDefinition2Service()
  17577.     {
  17578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  17580.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  17581.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17582.         return $instance;
  17583.     }
  17584.     /**
  17585.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  17586.      *
  17587.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  17588.      */
  17589.     protected function getCustomEntityDefinition2Service()
  17590.     {
  17591.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  17592.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  17593.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17594.         return $instance;
  17595.     }
  17596.     /**
  17597.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  17598.      *
  17599.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  17600.      */
  17601.     protected function getCustomFieldSetRelationDefinition2Service()
  17602.     {
  17603.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  17604.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  17605.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17606.         return $instance;
  17607.     }
  17608.     /**
  17609.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  17610.      *
  17611.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  17612.      */
  17613.     protected function getCustomFieldSetDefinition2Service()
  17614.     {
  17615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  17616.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  17617.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17618.         return $instance;
  17619.     }
  17620.     /**
  17621.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  17622.      *
  17623.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  17624.      */
  17625.     protected function getCustomFieldDefinition2Service()
  17626.     {
  17627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  17628.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  17629.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17630.         return $instance;
  17631.     }
  17632.     /**
  17633.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  17634.      *
  17635.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  17636.      */
  17637.     protected function getDeliveryTimeTranslationDefinition2Service()
  17638.     {
  17639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  17641.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  17642.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17643.         return $instance;
  17644.     }
  17645.     /**
  17646.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  17647.      *
  17648.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  17649.      */
  17650.     protected function getDeliveryTimeDefinition2Service()
  17651.     {
  17652.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  17653.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  17654.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17655.         return $instance;
  17656.     }
  17657.     /**
  17658.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  17659.      *
  17660.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  17661.      */
  17662.     protected function getIntegrationRoleDefinition2Service()
  17663.     {
  17664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  17665.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  17666.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17667.         return $instance;
  17668.     }
  17669.     /**
  17670.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  17671.      *
  17672.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  17673.      */
  17674.     protected function getIntegrationDefinition2Service()
  17675.     {
  17676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  17677.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  17678.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17679.         return $instance;
  17680.     }
  17681.     /**
  17682.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  17683.      *
  17684.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  17685.      */
  17686.     protected function getLocaleTranslationDefinition2Service()
  17687.     {
  17688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17689.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  17690.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  17691.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17692.         return $instance;
  17693.     }
  17694.     /**
  17695.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\LocaleDefinition' shared service.
  17696.      *
  17697.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  17698.      */
  17699.     protected function getLocaleDefinition2Service()
  17700.     {
  17701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  17702.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  17703.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17704.         return $instance;
  17705.     }
  17706.     /**
  17707.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  17708.      *
  17709.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  17710.      */
  17711.     protected function getNumberRangeSalesChannelDefinition2Service()
  17712.     {
  17713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  17714.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  17715.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17716.         return $instance;
  17717.     }
  17718.     /**
  17719.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  17720.      *
  17721.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  17722.      */
  17723.     protected function getNumberRangeStateDefinition2Service()
  17724.     {
  17725.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  17726.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  17727.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17728.         return $instance;
  17729.     }
  17730.     /**
  17731.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  17732.      *
  17733.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  17734.      */
  17735.     protected function getNumberRangeTranslationDefinition2Service()
  17736.     {
  17737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  17739.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  17740.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17741.         return $instance;
  17742.     }
  17743.     /**
  17744.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  17745.      *
  17746.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  17747.      */
  17748.     protected function getNumberRangeTypeTranslationDefinition2Service()
  17749.     {
  17750.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  17752.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  17753.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17754.         return $instance;
  17755.     }
  17756.     /**
  17757.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  17758.      *
  17759.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  17760.      */
  17761.     protected function getNumberRangeTypeDefinition2Service()
  17762.     {
  17763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  17764.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  17765.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17766.         return $instance;
  17767.     }
  17768.     /**
  17769.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  17770.      *
  17771.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  17772.      */
  17773.     protected function getNumberRangeDefinition2Service()
  17774.     {
  17775.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  17776.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  17777.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17778.         return $instance;
  17779.     }
  17780.     /**
  17781.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  17782.      *
  17783.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  17784.      */
  17785.     protected function getSalesChannelAnalyticsDefinition2Service()
  17786.     {
  17787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  17788.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  17789.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17790.         return $instance;
  17791.     }
  17792.     /**
  17793.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  17794.      *
  17795.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  17796.      */
  17797.     protected function getSalesChannelCountryDefinition3Service()
  17798.     {
  17799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  17800.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  17801.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17802.         return $instance;
  17803.     }
  17804.     /**
  17805.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  17806.      *
  17807.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  17808.      */
  17809.     protected function getSalesChannelCurrencyDefinition3Service()
  17810.     {
  17811.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  17812.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  17813.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17814.         return $instance;
  17815.     }
  17816.     /**
  17817.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  17818.      *
  17819.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  17820.      */
  17821.     protected function getSalesChannelDomainDefinition2Service()
  17822.     {
  17823.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  17824.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17825.         return $instance;
  17826.     }
  17827.     /**
  17828.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  17829.      *
  17830.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  17831.      */
  17832.     protected function getSalesChannelLanguageDefinition3Service()
  17833.     {
  17834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  17835.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  17836.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17837.         return $instance;
  17838.     }
  17839.     /**
  17840.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  17841.      *
  17842.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  17843.      */
  17844.     protected function getSalesChannelPaymentMethodDefinition3Service()
  17845.     {
  17846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  17847.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  17848.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17849.         return $instance;
  17850.     }
  17851.     /**
  17852.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  17853.      *
  17854.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  17855.      */
  17856.     protected function getSalesChannelShippingMethodDefinition3Service()
  17857.     {
  17858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  17859.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  17860.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17861.         return $instance;
  17862.     }
  17863.     /**
  17864.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  17865.      *
  17866.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  17867.      */
  17868.     protected function getSalesChannelTranslationDefinition2Service()
  17869.     {
  17870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  17872.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  17873.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17874.         return $instance;
  17875.     }
  17876.     /**
  17877.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  17878.      *
  17879.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  17880.      */
  17881.     protected function getSalesChannelTypeTranslationDefinition2Service()
  17882.     {
  17883.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  17885.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  17886.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17887.         return $instance;
  17888.     }
  17889.     /**
  17890.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  17891.      *
  17892.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  17893.      */
  17894.     protected function getSalesChannelTypeDefinition2Service()
  17895.     {
  17896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  17897.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  17898.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17899.         return $instance;
  17900.     }
  17901.     /**
  17902.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  17903.      *
  17904.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  17905.      */
  17906.     protected function getSalesChannelDefinition2Service()
  17907.     {
  17908.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  17909.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17910.         return $instance;
  17911.     }
  17912.     /**
  17913.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  17914.      *
  17915.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  17916.      */
  17917.     protected function getSalutationTranslationDefinition2Service()
  17918.     {
  17919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  17921.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  17922.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17923.         return $instance;
  17924.     }
  17925.     /**
  17926.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  17927.      *
  17928.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  17929.      */
  17930.     protected function getSnippetSetDefinition2Service()
  17931.     {
  17932.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  17933.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17934.         return $instance;
  17935.     }
  17936.     /**
  17937.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  17938.      *
  17939.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  17940.      */
  17941.     protected function getSnippetDefinition2Service()
  17942.     {
  17943.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  17944.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17945.         return $instance;
  17946.     }
  17947.     /**
  17948.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  17949.      *
  17950.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  17951.      */
  17952.     protected function getStateMachineHistoryDefinition2Service()
  17953.     {
  17954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  17955.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  17956.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17957.         return $instance;
  17958.     }
  17959.     /**
  17960.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  17961.      *
  17962.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  17963.      */
  17964.     protected function getStateMachineStateDefinition2Service()
  17965.     {
  17966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  17967.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  17968.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17969.         return $instance;
  17970.     }
  17971.     /**
  17972.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  17973.      *
  17974.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  17975.      */
  17976.     protected function getStateMachineStateTranslationDefinition2Service()
  17977.     {
  17978.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17979.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  17980.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  17981.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17982.         return $instance;
  17983.     }
  17984.     /**
  17985.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  17986.      *
  17987.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  17988.      */
  17989.     protected function getStateMachineTransitionDefinition2Service()
  17990.     {
  17991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  17992.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  17993.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17994.         return $instance;
  17995.     }
  17996.     /**
  17997.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  17998.      *
  17999.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  18000.      */
  18001.     protected function getStateMachineDefinition2Service()
  18002.     {
  18003.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  18004.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  18005.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18006.         return $instance;
  18007.     }
  18008.     /**
  18009.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  18010.      *
  18011.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  18012.      */
  18013.     protected function getStateMachineTranslationDefinition2Service()
  18014.     {
  18015.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  18016.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  18017.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  18018.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18019.         return $instance;
  18020.     }
  18021.     /**
  18022.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  18023.      *
  18024.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  18025.      */
  18026.     protected function getSystemConfigDefinition2Service()
  18027.     {
  18028.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  18029.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18030.         return $instance;
  18031.     }
  18032.     /**
  18033.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tag\TagDefinition' shared service.
  18034.      *
  18035.      * @return \Shopware\Core\System\Tag\TagDefinition
  18036.      */
  18037.     protected function getTagDefinition2Service()
  18038.     {
  18039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  18040.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  18041.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18042.         return $instance;
  18043.     }
  18044.     /**
  18045.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  18046.      *
  18047.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  18048.      */
  18049.     protected function getTaxRuleTypeTranslationDefinition2Service()
  18050.     {
  18051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  18052.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  18053.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  18054.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18055.         return $instance;
  18056.     }
  18057.     /**
  18058.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  18059.      *
  18060.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  18061.      */
  18062.     protected function getTaxRuleTypeDefinition2Service()
  18063.     {
  18064.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  18065.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  18066.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18067.         return $instance;
  18068.     }
  18069.     /**
  18070.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  18071.      *
  18072.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  18073.      */
  18074.     protected function getTaxRuleDefinition2Service()
  18075.     {
  18076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  18077.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  18078.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18079.         return $instance;
  18080.     }
  18081.     /**
  18082.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\TaxDefinition' shared service.
  18083.      *
  18084.      * @return \Shopware\Core\System\Tax\TaxDefinition
  18085.      */
  18086.     protected function getTaxDefinition2Service()
  18087.     {
  18088.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  18089.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18090.         return $instance;
  18091.     }
  18092.     /**
  18093.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  18094.      *
  18095.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  18096.      */
  18097.     protected function getUnitTranslationDefinition2Service()
  18098.     {
  18099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  18100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  18101.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  18102.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18103.         return $instance;
  18104.     }
  18105.     /**
  18106.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\UnitDefinition' shared service.
  18107.      *
  18108.      * @return \Shopware\Core\System\Unit\UnitDefinition
  18109.      */
  18110.     protected function getUnitDefinition2Service()
  18111.     {
  18112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  18113.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  18114.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18115.         return $instance;
  18116.     }
  18117.     /**
  18118.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  18119.      *
  18120.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  18121.      */
  18122.     protected function getUserAccessKeyDefinition2Service()
  18123.     {
  18124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  18125.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  18126.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18127.         return $instance;
  18128.     }
  18129.     /**
  18130.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  18131.      *
  18132.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  18133.      */
  18134.     protected function getUserConfigDefinition2Service()
  18135.     {
  18136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  18137.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  18138.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18139.         return $instance;
  18140.     }
  18141.     /**
  18142.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  18143.      *
  18144.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  18145.      */
  18146.     protected function getUserRecoveryDefinition2Service()
  18147.     {
  18148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  18149.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  18150.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18151.         return $instance;
  18152.     }
  18153.     /**
  18154.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\UserDefinition' shared service.
  18155.      *
  18156.      * @return \Shopware\Core\System\User\UserDefinition
  18157.      */
  18158.     protected function getUserDefinition2Service()
  18159.     {
  18160.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  18161.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18162.         return $instance;
  18163.     }
  18164.     /**
  18165.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  18166.      *
  18167.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  18168.      */
  18169.     protected function getThemeChildDefinition2Service()
  18170.     {
  18171.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  18172.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  18173.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18174.         return $instance;
  18175.     }
  18176.     /**
  18177.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  18178.      *
  18179.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  18180.      */
  18181.     protected function getThemeMediaDefinition2Service()
  18182.     {
  18183.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  18184.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  18185.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18186.         return $instance;
  18187.     }
  18188.     /**
  18189.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  18190.      *
  18191.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  18192.      */
  18193.     protected function getThemeSalesChannelDefinition2Service()
  18194.     {
  18195.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  18196.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18197.         return $instance;
  18198.     }
  18199.     /**
  18200.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  18201.      *
  18202.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  18203.      */
  18204.     protected function getThemeTranslationDefinition2Service()
  18205.     {
  18206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  18207.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  18208.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  18209.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18210.         return $instance;
  18211.     }
  18212.     /**
  18213.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\ThemeDefinition' shared service.
  18214.      *
  18215.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  18216.      */
  18217.     protected function getThemeDefinition2Service()
  18218.     {
  18219.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  18220.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18221.         return $instance;
  18222.     }
  18223.     /**
  18224.      * Gets the public 'sales_channel_definition.Swag\LanguagePack\PackLanguage\PackLanguageDefinition' shared service.
  18225.      *
  18226.      * @return \Swag\LanguagePack\PackLanguage\PackLanguageDefinition
  18227.      */
  18228.     protected function getPackLanguageDefinition2Service()
  18229.     {
  18230.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/PackLanguage/PackLanguageDefinition.php';
  18231.         $this->services['sales_channel_definition.Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition'] = $instance = new \Swag\LanguagePack\PackLanguage\PackLanguageDefinition();
  18232.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18233.         return $instance;
  18234.     }
  18235.     /**
  18236.      * Gets the public 'sales_channel_definition.ThemeOkeOnline\Core\Content\Category\CategoryInfo\CategoryInfoDefinition' shared service.
  18237.      *
  18238.      * @return \ThemeOkeOnline\Core\Content\Category\CategoryInfo\CategoryInfoDefinition
  18239.      */
  18240.     protected function getCategoryInfoDefinition2Service()
  18241.     {
  18242.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Core/Content/Category/CategoryInfo/CategoryInfoDefinition.php';
  18243.         $this->services['sales_channel_definition.ThemeOkeOnline\\Core\\Content\\Category\\CategoryInfo\\CategoryInfoDefinition'] = $instance = new \ThemeOkeOnline\Core\Content\Category\CategoryInfo\CategoryInfoDefinition();
  18244.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18245.         return $instance;
  18246.     }
  18247.     /**
  18248.      * Gets the public 'sales_channel_definition.ThemeOkeOnline\Core\Content\Category\CategoryInfo\Translation\CategoryInfoTranslationDefinition' shared service.
  18249.      *
  18250.      * @return \ThemeOkeOnline\Core\Content\Category\CategoryInfo\Translation\CategoryInfoTranslationDefinition
  18251.      */
  18252.     protected function getCategoryInfoTranslationDefinition2Service()
  18253.     {
  18254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  18255.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Core/Content/Category/CategoryInfo/Translation/CategoryInfoTranslationDefinition.php';
  18256.         $this->services['sales_channel_definition.ThemeOkeOnline\\Core\\Content\\Category\\CategoryInfo\\Translation\\CategoryInfoTranslationDefinition'] = $instance = new \ThemeOkeOnline\Core\Content\Category\CategoryInfo\Translation\CategoryInfoTranslationDefinition();
  18257.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  18258.         return $instance;
  18259.     }
  18260.     /**
  18261.      * Gets the public 'sales_channel_domain.repository' shared service.
  18262.      *
  18263.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18264.      */
  18265.     protected function getSalesChannelDomain_RepositoryService()
  18266.     {
  18267.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18268.         if (isset($this->services['sales_channel_domain.repository'])) {
  18269.             return $this->services['sales_channel_domain.repository'];
  18270.         }
  18271.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18272.         if (isset($this->services['sales_channel_domain.repository'])) {
  18273.             return $this->services['sales_channel_domain.repository'];
  18274.         }
  18275.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18276.         if (isset($this->services['sales_channel_domain.repository'])) {
  18277.             return $this->services['sales_channel_domain.repository'];
  18278.         }
  18279.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18280.         if (isset($this->services['sales_channel_domain.repository'])) {
  18281.             return $this->services['sales_channel_domain.repository'];
  18282.         }
  18283.         return $this->services['sales_channel_domain.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18284.     }
  18285.     /**
  18286.      * Gets the public 'sales_channel_language.repository' shared service.
  18287.      *
  18288.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18289.      */
  18290.     protected function getSalesChannelLanguage_RepositoryService()
  18291.     {
  18292.         return $this->services['sales_channel_language.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18293.     }
  18294.     /**
  18295.      * Gets the public 'sales_channel_payment_method.repository' shared service.
  18296.      *
  18297.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18298.      */
  18299.     protected function getSalesChannelPaymentMethod_RepositoryService()
  18300.     {
  18301.         return $this->services['sales_channel_payment_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18302.     }
  18303.     /**
  18304.      * Gets the public 'sales_channel_shipping_method.repository' shared service.
  18305.      *
  18306.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18307.      */
  18308.     protected function getSalesChannelShippingMethod_RepositoryService()
  18309.     {
  18310.         return $this->services['sales_channel_shipping_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18311.     }
  18312.     /**
  18313.      * Gets the public 'sales_channel_translation.repository' shared service.
  18314.      *
  18315.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18316.      */
  18317.     protected function getSalesChannelTranslation_RepositoryService()
  18318.     {
  18319.         return $this->services['sales_channel_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18320.     }
  18321.     /**
  18322.      * Gets the public 'sales_channel_type.repository' shared service.
  18323.      *
  18324.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18325.      */
  18326.     protected function getSalesChannelType_RepositoryService()
  18327.     {
  18328.         return $this->services['sales_channel_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18329.     }
  18330.     /**
  18331.      * Gets the public 'sales_channel_type_translation.repository' shared service.
  18332.      *
  18333.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18334.      */
  18335.     protected function getSalesChannelTypeTranslation_RepositoryService()
  18336.     {
  18337.         return $this->services['sales_channel_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18338.     }
  18339.     /**
  18340.      * Gets the public 'salutation.repository' shared service.
  18341.      *
  18342.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18343.      */
  18344.     protected function getSalutation_RepositoryService()
  18345.     {
  18346.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18347.         if (isset($this->services['salutation.repository'])) {
  18348.             return $this->services['salutation.repository'];
  18349.         }
  18350.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18351.         if (isset($this->services['salutation.repository'])) {
  18352.             return $this->services['salutation.repository'];
  18353.         }
  18354.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18355.         if (isset($this->services['salutation.repository'])) {
  18356.             return $this->services['salutation.repository'];
  18357.         }
  18358.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18359.         if (isset($this->services['salutation.repository'])) {
  18360.             return $this->services['salutation.repository'];
  18361.         }
  18362.         return $this->services['salutation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18363.     }
  18364.     /**
  18365.      * Gets the public 'salutation_translation.repository' shared service.
  18366.      *
  18367.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18368.      */
  18369.     protected function getSalutationTranslation_RepositoryService()
  18370.     {
  18371.         return $this->services['salutation_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18372.     }
  18373.     /**
  18374.      * Gets the public 'scheduled_task.repository' shared service.
  18375.      *
  18376.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18377.      */
  18378.     protected function getScheduledTask_RepositoryService()
  18379.     {
  18380.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18381.         if (isset($this->services['scheduled_task.repository'])) {
  18382.             return $this->services['scheduled_task.repository'];
  18383.         }
  18384.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18385.         if (isset($this->services['scheduled_task.repository'])) {
  18386.             return $this->services['scheduled_task.repository'];
  18387.         }
  18388.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18389.         if (isset($this->services['scheduled_task.repository'])) {
  18390.             return $this->services['scheduled_task.repository'];
  18391.         }
  18392.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18393.         if (isset($this->services['scheduled_task.repository'])) {
  18394.             return $this->services['scheduled_task.repository'];
  18395.         }
  18396.         return $this->services['scheduled_task.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18397.     }
  18398.     /**
  18399.      * Gets the public 'scop.platform_redirecter.test.test_browser' service.
  18400.      *
  18401.      * @return \Scop\PlatformRedirecter\Test\ScopTestBrowser
  18402.      */
  18403.     protected function getScop_PlatformRedirecter_Test_TestBrowserService()
  18404.     {
  18405.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/AbstractBrowser.php';
  18406.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelBrowser.php';
  18407.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/KernelBrowser.php';
  18408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Test/TestCaseHelper/TestBrowser.php';
  18409.         include_once \dirname(__DIR__4).'/custom/plugins/ScopPlatformRedirecter/src/Test/ScopTestBrowser.php';
  18410.         $this->factories['scop.platform_redirecter.test.test_browser'] = function () {
  18411.             return new \Scop\PlatformRedirecter\Test\ScopTestBrowser(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULLNULL);
  18412.         };
  18413.         return $this->factories['scop.platform_redirecter.test.test_browser']();
  18414.     }
  18415.     /**
  18416.      * Gets the public 'scop_platform_redirecter.filesystem.private' shared service.
  18417.      *
  18418.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18419.      */
  18420.     protected function getScopPlatformRedirecter_Filesystem_PrivateService()
  18421.     {
  18422.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18423.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18424.         return $this->services['scop_platform_redirecter.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/scop_platform_redirecter');
  18425.     }
  18426.     /**
  18427.      * Gets the public 'scop_platform_redirecter.filesystem.public' shared service.
  18428.      *
  18429.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18430.      */
  18431.     protected function getScopPlatformRedirecter_Filesystem_PublicService()
  18432.     {
  18433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18435.         return $this->services['scop_platform_redirecter.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/scop_platform_redirecter');
  18436.     }
  18437.     /**
  18438.      * Gets the public 'scop_platform_redirecter_redirect.repository' shared service.
  18439.      *
  18440.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18441.      */
  18442.     protected function getScopPlatformRedirecterRedirect_RepositoryService()
  18443.     {
  18444.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18445.         if (isset($this->services['scop_platform_redirecter_redirect.repository'])) {
  18446.             return $this->services['scop_platform_redirecter_redirect.repository'];
  18447.         }
  18448.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18449.         if (isset($this->services['scop_platform_redirecter_redirect.repository'])) {
  18450.             return $this->services['scop_platform_redirecter_redirect.repository'];
  18451.         }
  18452.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18453.         if (isset($this->services['scop_platform_redirecter_redirect.repository'])) {
  18454.             return $this->services['scop_platform_redirecter_redirect.repository'];
  18455.         }
  18456.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18457.         if (isset($this->services['scop_platform_redirecter_redirect.repository'])) {
  18458.             return $this->services['scop_platform_redirecter_redirect.repository'];
  18459.         }
  18460.         return $this->services['scop_platform_redirecter_redirect.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition'] ?? $this->getRedirectDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18461.     }
  18462.     /**
  18463.      * Gets the public 'script.repository' shared service.
  18464.      *
  18465.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18466.      */
  18467.     protected function getScript_RepositoryService()
  18468.     {
  18469.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18470.         if (isset($this->services['script.repository'])) {
  18471.             return $this->services['script.repository'];
  18472.         }
  18473.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18474.         if (isset($this->services['script.repository'])) {
  18475.             return $this->services['script.repository'];
  18476.         }
  18477.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18478.         if (isset($this->services['script.repository'])) {
  18479.             return $this->services['script.repository'];
  18480.         }
  18481.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18482.         if (isset($this->services['script.repository'])) {
  18483.             return $this->services['script.repository'];
  18484.         }
  18485.         return $this->services['script.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18486.     }
  18487.     /**
  18488.      * Gets the public 'seo_url.repository' shared service.
  18489.      *
  18490.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18491.      */
  18492.     protected function getSeoUrl_RepositoryService()
  18493.     {
  18494.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18495.         if (isset($this->services['seo_url.repository'])) {
  18496.             return $this->services['seo_url.repository'];
  18497.         }
  18498.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18499.         if (isset($this->services['seo_url.repository'])) {
  18500.             return $this->services['seo_url.repository'];
  18501.         }
  18502.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18503.         if (isset($this->services['seo_url.repository'])) {
  18504.             return $this->services['seo_url.repository'];
  18505.         }
  18506.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18507.         if (isset($this->services['seo_url.repository'])) {
  18508.             return $this->services['seo_url.repository'];
  18509.         }
  18510.         return $this->services['seo_url.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18511.     }
  18512.     /**
  18513.      * Gets the public 'seo_url_template.repository' shared service.
  18514.      *
  18515.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18516.      */
  18517.     protected function getSeoUrlTemplate_RepositoryService()
  18518.     {
  18519.         return $this->services['seo_url_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18520.     }
  18521.     /**
  18522.      * Gets the public 'services_resetter' shared service.
  18523.      *
  18524.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  18525.      */
  18526.     protected function getServicesResetterService()
  18527.     {
  18528.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  18529.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  18530.             if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  18531.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? null);
  18532.             }
  18533.             if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'])) {
  18534.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader' => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? null);
  18535.             }
  18536.             if (isset($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'])) {
  18537.                 yield 'Shopware\\Core\\Framework\\App\\ActiveAppsLoader' => ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? null);
  18538.             }
  18539.             if (isset($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'])) {
  18540.                 yield 'Shopware\\Core\\System\\CustomField\\CustomFieldService' => ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? null);
  18541.             }
  18542.             if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'])) {
  18543.                 yield 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? null);
  18544.             }
  18545.             if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  18546.                 yield 'Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer' => ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? null);
  18547.             }
  18548.             if (false) {
  18549.                 yield 'shopware.increment.gateway.array' => null;
  18550.             }
  18551.             if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'])) {
  18552.                 yield 'Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper' => ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? null);
  18553.             }
  18554.             if (isset($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'])) {
  18555.                 yield 'Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider' => ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? null);
  18556.             }
  18557.             if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'])) {
  18558.                 yield 'Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader' => ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? null);
  18559.             }
  18560.             if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'])) {
  18561.                 yield 'Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore' => ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? null);
  18562.             }
  18563.             if (isset($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'])) {
  18564.                 yield 'Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface' => ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? null);
  18565.             }
  18566.             if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  18567.                 yield 'Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator' => ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? null);
  18568.             }
  18569.             if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  18570.                 yield 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\SearchKeywordUpdater' => ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? null);
  18571.             }
  18572.             if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'])) {
  18573.                 yield 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter' => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? null);
  18574.             }
  18575.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  18576.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? null);
  18577.             }
  18578.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  18579.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? null);
  18580.             }
  18581.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  18582.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? null);
  18583.             }
  18584.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  18585.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? null);
  18586.             }
  18587.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  18588.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? null);
  18589.             }
  18590.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  18591.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? null);
  18592.             }
  18593.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  18594.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? null);
  18595.             }
  18596.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  18597.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? null);
  18598.             }
  18599.             if (isset($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'])) {
  18600.                 yield 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? null);
  18601.             }
  18602.             if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  18603.                 yield 'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? null);
  18604.             }
  18605.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  18606.                 yield 'Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? null);
  18607.             }
  18608.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  18609.                 yield 'Shopware\\Core\\Checkout\\Cart\\CartRuleLoader' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? null);
  18610.             }
  18611.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'])) {
  18612.                 yield 'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'] ?? null);
  18613.             }
  18614.             if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  18615.                 yield 'Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener' => ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? null);
  18616.             }
  18617.             if (isset($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'])) {
  18618.                 yield 'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? null);
  18619.             }
  18620.             if (isset($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'])) {
  18621.                 yield 'Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder' => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? null);
  18622.             }
  18623.             if (isset($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'])) {
  18624.                 yield 'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => ($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] ?? null);
  18625.             }
  18626.             if (isset($this->services['cache.app'])) {
  18627.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  18628.             }
  18629.             if (isset($this->services['cache.system'])) {
  18630.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  18631.             }
  18632.             if (isset($this->privates['cache.validator'])) {
  18633.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  18634.             }
  18635.             if (isset($this->privates['cache.serializer'])) {
  18636.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  18637.             }
  18638.             if (isset($this->privates['cache.annotations'])) {
  18639.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  18640.             }
  18641.             if (isset($this->privates['cache.property_info'])) {
  18642.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  18643.             }
  18644.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  18645.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  18646.             }
  18647.             if (isset($this->privates['mailer.message_logger_listener'])) {
  18648.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  18649.             }
  18650.             if (isset($this->privates['debug.stopwatch'])) {
  18651.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  18652.             }
  18653.             if (isset($this->services['event_dispatcher'])) {
  18654.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  18655.             }
  18656.             if (isset($this->privates['cache.rate_limiter'])) {
  18657.                 yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? null);
  18658.             }
  18659.             if (isset($this->privates['.cache.object.inner'])) {
  18660.                 yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? null);
  18661.             }
  18662.             if (isset($this->privates['.cache.http.inner'])) {
  18663.                 yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? null);
  18664.             }
  18665.             if (isset($this->privates['cache.tags'])) {
  18666.                 yield 'cache.tags' => ($this->privates['cache.tags'] ?? null);
  18667.             }
  18668.             if (isset($this->privates['session_listener'])) {
  18669.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  18670.             }
  18671.             if (isset($this->services['cache.validator_expression_language'])) {
  18672.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  18673.             }
  18674.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  18675.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  18676.             }
  18677.             if (isset($this->services['.container.private.profiler'])) {
  18678.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  18679.             }
  18680.             if (isset($this->privates['debug.validator'])) {
  18681.                 yield 'debug.validator' => ($this->privates['debug.validator'] ?? null);
  18682.             }
  18683.             if (isset($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'])) {
  18684.                 yield 'monolog.handler.main' => ($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? null);
  18685.             }
  18686.             if (isset($this->privates['monolog.handler.console'])) {
  18687.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  18688.             }
  18689.             if (isset($this->privates['monolog.handler.business_event_handler_buffer'])) {
  18690.                 yield 'monolog.handler.business_event_handler_buffer' => ($this->privates['monolog.handler.business_event_handler_buffer'] ?? null);
  18691.             }
  18692.         }, function () {
  18693.             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['Shopware\\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['Shopware\\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']));
  18694.         }), ['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']]);
  18695.     }
  18696.     /**
  18697.      * Gets the public 'shipping_method.repository' shared service.
  18698.      *
  18699.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18700.      */
  18701.     protected function getShippingMethod_RepositoryService()
  18702.     {
  18703.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18704.         if (isset($this->services['shipping_method.repository'])) {
  18705.             return $this->services['shipping_method.repository'];
  18706.         }
  18707.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18708.         if (isset($this->services['shipping_method.repository'])) {
  18709.             return $this->services['shipping_method.repository'];
  18710.         }
  18711.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18712.         if (isset($this->services['shipping_method.repository'])) {
  18713.             return $this->services['shipping_method.repository'];
  18714.         }
  18715.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18716.         if (isset($this->services['shipping_method.repository'])) {
  18717.             return $this->services['shipping_method.repository'];
  18718.         }
  18719.         return $this->services['shipping_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18720.     }
  18721.     /**
  18722.      * Gets the public 'shipping_method_price.repository' shared service.
  18723.      *
  18724.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18725.      */
  18726.     protected function getShippingMethodPrice_RepositoryService()
  18727.     {
  18728.         return $this->services['shipping_method_price.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18729.     }
  18730.     /**
  18731.      * Gets the public 'shipping_method_tag.repository' shared service.
  18732.      *
  18733.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18734.      */
  18735.     protected function getShippingMethodTag_RepositoryService()
  18736.     {
  18737.         return $this->services['shipping_method_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18738.     }
  18739.     /**
  18740.      * Gets the public 'shipping_method_translation.repository' shared service.
  18741.      *
  18742.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18743.      */
  18744.     protected function getShippingMethodTranslation_RepositoryService()
  18745.     {
  18746.         return $this->services['shipping_method_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18747.     }
  18748.     /**
  18749.      * Gets the public 'shopware.filesystem.asset' shared service.
  18750.      *
  18751.      * @return \League\Flysystem\FilesystemInterface
  18752.      */
  18753.     protected function getShopware_Filesystem_AssetService()
  18754.     {
  18755.         return $this->services['shopware.filesystem.asset'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.asset']);
  18756.     }
  18757.     /**
  18758.      * Gets the public 'shopware.filesystem.private' shared service.
  18759.      *
  18760.      * @return \League\Flysystem\FilesystemInterface
  18761.      */
  18762.     protected function getShopware_Filesystem_PrivateService()
  18763.     {
  18764.         return $this->services['shopware.filesystem.private'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.private']);
  18765.     }
  18766.     /**
  18767.      * Gets the public 'shopware.filesystem.public' shared service.
  18768.      *
  18769.      * @return \League\Flysystem\FilesystemInterface
  18770.      */
  18771.     protected function getShopware_Filesystem_PublicService()
  18772.     {
  18773.         return $this->services['shopware.filesystem.public'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.public']);
  18774.     }
  18775.     /**
  18776.      * Gets the public 'shopware.filesystem.sitemap' shared service.
  18777.      *
  18778.      * @return \League\Flysystem\FilesystemInterface
  18779.      */
  18780.     protected function getShopware_Filesystem_SitemapService()
  18781.     {
  18782.         return $this->services['shopware.filesystem.sitemap'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.sitemap']);
  18783.     }
  18784.     /**
  18785.      * Gets the public 'shopware.filesystem.temp' shared service.
  18786.      *
  18787.      * @return \League\Flysystem\FilesystemInterface
  18788.      */
  18789.     protected function getShopware_Filesystem_TempService()
  18790.     {
  18791.         return $this->services['shopware.filesystem.temp'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.temp']);
  18792.     }
  18793.     /**
  18794.      * Gets the public 'shopware.filesystem.theme' shared service.
  18795.      *
  18796.      * @return \League\Flysystem\FilesystemInterface
  18797.      */
  18798.     protected function getShopware_Filesystem_ThemeService()
  18799.     {
  18800.         return $this->services['shopware.filesystem.theme'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.theme']);
  18801.     }
  18802.     /**
  18803.      * Gets the public 'shopware.increment.gateway.registry' shared service.
  18804.      *
  18805.      * @return \Shopware\Core\Framework\Increment\IncrementGatewayRegistry
  18806.      */
  18807.     protected function getShopware_Increment_Gateway_RegistryService()
  18808.     {
  18809.         return $this->services['shopware.increment.gateway.registry'] = new \Shopware\Core\Framework\Increment\IncrementGatewayRegistry(new RewindableGenerator(function () {
  18810.             yield => ($this->privates['shopware.increment.user_activity.gateway.mysql'] ?? $this->getShopware_Increment_UserActivity_Gateway_MysqlService());
  18811.             yield => ($this->privates['shopware.increment.message_queue.gateway.mysql'] ?? $this->getShopware_Increment_MessageQueue_Gateway_MysqlService());
  18812.         }, 2));
  18813.     }
  18814.     /**
  18815.      * Gets the public 'shopware.store_client' shared service.
  18816.      *
  18817.      * @return \GuzzleHttp\Client
  18818.      */
  18819.     protected function getShopware_StoreClientService($lazyLoad true)
  18820.     {
  18821.         if ($lazyLoad) {
  18822.             return $this->services['shopware.store_client'] = $this->createProxy('Client_b190fb5', function () {
  18823.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  18824.                     $wrappedInstance $this->getShopware_StoreClientService(false);
  18825.                     $proxy->setProxyInitializer(null);
  18826.                     return true;
  18827.                 });
  18828.             });
  18829.         }
  18830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClientFactory.php';
  18831.         return (new \Shopware\Core\Framework\Store\Services\StoreClientFactory(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new RewindableGenerator(function () {
  18832.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware'] ?? $this->getVerifyResponseSignatureMiddlewareService());
  18833.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware'] ?? $this->getStoreSessionExpiredMiddlewareService());
  18834.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] ?? $this->getShopSecretInvalidMiddlewareService());
  18835.         }, 3)))->create();
  18836.     }
  18837.     /**
  18838.      * Gets the public 'snippet.repository' shared service.
  18839.      *
  18840.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18841.      */
  18842.     protected function getSnippet_RepositoryService()
  18843.     {
  18844.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18845.         if (isset($this->services['snippet.repository'])) {
  18846.             return $this->services['snippet.repository'];
  18847.         }
  18848.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18849.         if (isset($this->services['snippet.repository'])) {
  18850.             return $this->services['snippet.repository'];
  18851.         }
  18852.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18853.         if (isset($this->services['snippet.repository'])) {
  18854.             return $this->services['snippet.repository'];
  18855.         }
  18856.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18857.         if (isset($this->services['snippet.repository'])) {
  18858.             return $this->services['snippet.repository'];
  18859.         }
  18860.         return $this->services['snippet.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18861.     }
  18862.     /**
  18863.      * Gets the public 'snippet_set.repository' shared service.
  18864.      *
  18865.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18866.      */
  18867.     protected function getSnippetSet_RepositoryService()
  18868.     {
  18869.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18870.         if (isset($this->services['snippet_set.repository'])) {
  18871.             return $this->services['snippet_set.repository'];
  18872.         }
  18873.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18874.         if (isset($this->services['snippet_set.repository'])) {
  18875.             return $this->services['snippet_set.repository'];
  18876.         }
  18877.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18878.         if (isset($this->services['snippet_set.repository'])) {
  18879.             return $this->services['snippet_set.repository'];
  18880.         }
  18881.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18882.         if (isset($this->services['snippet_set.repository'])) {
  18883.             return $this->services['snippet_set.repository'];
  18884.         }
  18885.         return $this->services['snippet_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18886.     }
  18887.     /**
  18888.      * Gets the public 'state_machine.repository' shared service.
  18889.      *
  18890.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18891.      */
  18892.     protected function getStateMachine_RepositoryService()
  18893.     {
  18894.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18895.         if (isset($this->services['state_machine.repository'])) {
  18896.             return $this->services['state_machine.repository'];
  18897.         }
  18898.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18899.         if (isset($this->services['state_machine.repository'])) {
  18900.             return $this->services['state_machine.repository'];
  18901.         }
  18902.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18903.         if (isset($this->services['state_machine.repository'])) {
  18904.             return $this->services['state_machine.repository'];
  18905.         }
  18906.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18907.         if (isset($this->services['state_machine.repository'])) {
  18908.             return $this->services['state_machine.repository'];
  18909.         }
  18910.         return $this->services['state_machine.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18911.     }
  18912.     /**
  18913.      * Gets the public 'state_machine_history.repository' shared service.
  18914.      *
  18915.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18916.      */
  18917.     protected function getStateMachineHistory_RepositoryService()
  18918.     {
  18919.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18920.         if (isset($this->services['state_machine_history.repository'])) {
  18921.             return $this->services['state_machine_history.repository'];
  18922.         }
  18923.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18924.         if (isset($this->services['state_machine_history.repository'])) {
  18925.             return $this->services['state_machine_history.repository'];
  18926.         }
  18927.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18928.         if (isset($this->services['state_machine_history.repository'])) {
  18929.             return $this->services['state_machine_history.repository'];
  18930.         }
  18931.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18932.         if (isset($this->services['state_machine_history.repository'])) {
  18933.             return $this->services['state_machine_history.repository'];
  18934.         }
  18935.         return $this->services['state_machine_history.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18936.     }
  18937.     /**
  18938.      * Gets the public 'state_machine_state.repository' shared service.
  18939.      *
  18940.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18941.      */
  18942.     protected function getStateMachineState_RepositoryService()
  18943.     {
  18944.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18945.         if (isset($this->services['state_machine_state.repository'])) {
  18946.             return $this->services['state_machine_state.repository'];
  18947.         }
  18948.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18949.         if (isset($this->services['state_machine_state.repository'])) {
  18950.             return $this->services['state_machine_state.repository'];
  18951.         }
  18952.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18953.         if (isset($this->services['state_machine_state.repository'])) {
  18954.             return $this->services['state_machine_state.repository'];
  18955.         }
  18956.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18957.         if (isset($this->services['state_machine_state.repository'])) {
  18958.             return $this->services['state_machine_state.repository'];
  18959.         }
  18960.         return $this->services['state_machine_state.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18961.     }
  18962.     /**
  18963.      * Gets the public 'state_machine_state_translation.repository' shared service.
  18964.      *
  18965.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18966.      */
  18967.     protected function getStateMachineStateTranslation_RepositoryService()
  18968.     {
  18969.         return $this->services['state_machine_state_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18970.     }
  18971.     /**
  18972.      * Gets the public 'state_machine_transition.repository' shared service.
  18973.      *
  18974.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18975.      */
  18976.     protected function getStateMachineTransition_RepositoryService()
  18977.     {
  18978.         return $this->services['state_machine_transition.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18979.     }
  18980.     /**
  18981.      * Gets the public 'state_machine_translation.repository' shared service.
  18982.      *
  18983.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18984.      */
  18985.     protected function getStateMachineTranslation_RepositoryService()
  18986.     {
  18987.         return $this->services['state_machine_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  18988.     }
  18989.     /**
  18990.      * Gets the public 'storefront.filesystem.private' shared service.
  18991.      *
  18992.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18993.      */
  18994.     protected function getStorefront_Filesystem_PrivateService()
  18995.     {
  18996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18998.         return $this->services['storefront.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/storefront');
  18999.     }
  19000.     /**
  19001.      * Gets the public 'storefront.filesystem.public' shared service.
  19002.      *
  19003.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  19004.      */
  19005.     protected function getStorefront_Filesystem_PublicService()
  19006.     {
  19007.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  19008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  19009.         return $this->services['storefront.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/storefront');
  19010.     }
  19011.     /**
  19012.      * Gets the public 'swag_extension_store.filesystem.private' shared service.
  19013.      *
  19014.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  19015.      */
  19016.     protected function getSwagExtensionStore_Filesystem_PrivateService()
  19017.     {
  19018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  19019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  19020.         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');
  19021.     }
  19022.     /**
  19023.      * Gets the public 'swag_extension_store.filesystem.public' shared service.
  19024.      *
  19025.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  19026.      */
  19027.     protected function getSwagExtensionStore_Filesystem_PublicService()
  19028.     {
  19029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  19030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  19031.         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');
  19032.     }
  19033.     /**
  19034.      * Gets the public 'swag_language_pack.filesystem.private' shared service.
  19035.      *
  19036.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  19037.      */
  19038.     protected function getSwagLanguagePack_Filesystem_PrivateService()
  19039.     {
  19040.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  19041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  19042.         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');
  19043.     }
  19044.     /**
  19045.      * Gets the public 'swag_language_pack.filesystem.public' shared service.
  19046.      *
  19047.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  19048.      */
  19049.     protected function getSwagLanguagePack_Filesystem_PublicService()
  19050.     {
  19051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  19052.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  19053.         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');
  19054.     }
  19055.     /**
  19056.      * Gets the public 'swag_language_pack_language.repository' shared service.
  19057.      *
  19058.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19059.      */
  19060.     protected function getSwagLanguagePackLanguage_RepositoryService()
  19061.     {
  19062.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Content/PackLanguageRepositoryDecorator.php';
  19063.         return $this->services['swag_language_pack_language.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()))));
  19064.     }
  19065.     /**
  19066.      * Gets the public 'swpa_menu.filesystem.private' shared service.
  19067.      *
  19068.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  19069.      */
  19070.     protected function getSwpaMenu_Filesystem_PrivateService()
  19071.     {
  19072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  19073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  19074.         return $this->services['swpa_menu.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swpa_menu');
  19075.     }
  19076.     /**
  19077.      * Gets the public 'swpa_menu.filesystem.public' shared service.
  19078.      *
  19079.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  19080.      */
  19081.     protected function getSwpaMenu_Filesystem_PublicService()
  19082.     {
  19083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  19084.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  19085.         return $this->services['swpa_menu.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swpa_menu');
  19086.     }
  19087.     /**
  19088.      * Gets the public 'system.filesystem.private' shared service.
  19089.      *
  19090.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  19091.      */
  19092.     protected function getSystem_Filesystem_PrivateService()
  19093.     {
  19094.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  19095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  19096.         return $this->services['system.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/system');
  19097.     }
  19098.     /**
  19099.      * Gets the public 'system.filesystem.public' shared service.
  19100.      *
  19101.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  19102.      */
  19103.     protected function getSystem_Filesystem_PublicService()
  19104.     {
  19105.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  19106.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  19107.         return $this->services['system.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/system');
  19108.     }
  19109.     /**
  19110.      * Gets the public 'system_config.repository' shared service.
  19111.      *
  19112.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19113.      */
  19114.     protected function getSystemConfig_RepositoryService()
  19115.     {
  19116.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  19117.         if (isset($this->services['system_config.repository'])) {
  19118.             return $this->services['system_config.repository'];
  19119.         }
  19120.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19121.         if (isset($this->services['system_config.repository'])) {
  19122.             return $this->services['system_config.repository'];
  19123.         }
  19124.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19125.         if (isset($this->services['system_config.repository'])) {
  19126.             return $this->services['system_config.repository'];
  19127.         }
  19128.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19129.         if (isset($this->services['system_config.repository'])) {
  19130.             return $this->services['system_config.repository'];
  19131.         }
  19132.         return $this->services['system_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19133.     }
  19134.     /**
  19135.      * Gets the public 'tag.repository' shared service.
  19136.      *
  19137.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19138.      */
  19139.     protected function getTag_RepositoryService()
  19140.     {
  19141.         return $this->services['tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19142.     }
  19143.     /**
  19144.      * Gets the public 'tax.repository' shared service.
  19145.      *
  19146.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19147.      */
  19148.     protected function getTax_RepositoryService()
  19149.     {
  19150.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  19151.         if (isset($this->services['tax.repository'])) {
  19152.             return $this->services['tax.repository'];
  19153.         }
  19154.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19155.         if (isset($this->services['tax.repository'])) {
  19156.             return $this->services['tax.repository'];
  19157.         }
  19158.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19159.         if (isset($this->services['tax.repository'])) {
  19160.             return $this->services['tax.repository'];
  19161.         }
  19162.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19163.         if (isset($this->services['tax.repository'])) {
  19164.             return $this->services['tax.repository'];
  19165.         }
  19166.         return $this->services['tax.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19167.     }
  19168.     /**
  19169.      * Gets the public 'tax_rule.repository' shared service.
  19170.      *
  19171.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19172.      */
  19173.     protected function getTaxRule_RepositoryService()
  19174.     {
  19175.         return $this->services['tax_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19176.     }
  19177.     /**
  19178.      * Gets the public 'tax_rule_type.repository' shared service.
  19179.      *
  19180.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19181.      */
  19182.     protected function getTaxRuleType_RepositoryService()
  19183.     {
  19184.         return $this->services['tax_rule_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19185.     }
  19186.     /**
  19187.      * Gets the public 'tax_rule_type_translation.repository' shared service.
  19188.      *
  19189.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19190.      */
  19191.     protected function getTaxRuleTypeTranslation_RepositoryService()
  19192.     {
  19193.         return $this->services['tax_rule_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19194.     }
  19195.     /**
  19196.      * Gets the public 'theme.repository' shared service.
  19197.      *
  19198.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19199.      */
  19200.     protected function getTheme_RepositoryService()
  19201.     {
  19202.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  19203.         if (isset($this->services['theme.repository'])) {
  19204.             return $this->services['theme.repository'];
  19205.         }
  19206.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19207.         if (isset($this->services['theme.repository'])) {
  19208.             return $this->services['theme.repository'];
  19209.         }
  19210.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19211.         if (isset($this->services['theme.repository'])) {
  19212.             return $this->services['theme.repository'];
  19213.         }
  19214.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19215.         if (isset($this->services['theme.repository'])) {
  19216.             return $this->services['theme.repository'];
  19217.         }
  19218.         return $this->services['theme.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19219.     }
  19220.     /**
  19221.      * Gets the public 'theme_carbonized.filesystem.private' shared service.
  19222.      *
  19223.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  19224.      */
  19225.     protected function getThemeCarbonized_Filesystem_PrivateService()
  19226.     {
  19227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  19228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  19229.         return $this->services['theme_carbonized.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/theme_carbonized');
  19230.     }
  19231.     /**
  19232.      * Gets the public 'theme_carbonized.filesystem.public' shared service.
  19233.      *
  19234.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  19235.      */
  19236.     protected function getThemeCarbonized_Filesystem_PublicService()
  19237.     {
  19238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  19239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  19240.         return $this->services['theme_carbonized.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/theme_carbonized');
  19241.     }
  19242.     /**
  19243.      * Gets the public 'theme_child.repository' shared service.
  19244.      *
  19245.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19246.      */
  19247.     protected function getThemeChild_RepositoryService()
  19248.     {
  19249.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  19250.         if (isset($this->services['theme_child.repository'])) {
  19251.             return $this->services['theme_child.repository'];
  19252.         }
  19253.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19254.         if (isset($this->services['theme_child.repository'])) {
  19255.             return $this->services['theme_child.repository'];
  19256.         }
  19257.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19258.         if (isset($this->services['theme_child.repository'])) {
  19259.             return $this->services['theme_child.repository'];
  19260.         }
  19261.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19262.         if (isset($this->services['theme_child.repository'])) {
  19263.             return $this->services['theme_child.repository'];
  19264.         }
  19265.         return $this->services['theme_child.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  19266.     }
  19267.     /**
  19268.      * Gets the public 'theme_media.repository' shared service.
  19269.      *
  19270.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19271.      */
  19272.     protected function getThemeMedia_RepositoryService()
  19273.     {
  19274.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  19275.         if (isset($this->services['theme_media.repository'])) {
  19276.             return $this->services['theme_media.repository'];
  19277.         }
  19278.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19279.         if (isset($this->services['theme_media.repository'])) {
  19280.             return $this->services['theme_media.repository'];
  19281.         }
  19282.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19283.         if (isset($this->services['theme_media.repository'])) {
  19284.             return $this->services['theme_media.repository'];
  19285.         }
  19286.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19287.         if (isset($this->services['theme_media.repository'])) {
  19288.             return $this->services['theme_media.repository'];
  19289.         }
  19290.         return $this->services['theme_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19291.     }
  19292.     /**
  19293.      * Gets the public 'theme_oke_online.filesystem.private' shared service.
  19294.      *
  19295.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  19296.      */
  19297.     protected function getThemeOkeOnline_Filesystem_PrivateService()
  19298.     {
  19299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  19300.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  19301.         return $this->services['theme_oke_online.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/theme_oke_online');
  19302.     }
  19303.     /**
  19304.      * Gets the public 'theme_oke_online.filesystem.public' shared service.
  19305.      *
  19306.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  19307.      */
  19308.     protected function getThemeOkeOnline_Filesystem_PublicService()
  19309.     {
  19310.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  19311.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  19312.         return $this->services['theme_oke_online.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/theme_oke_online');
  19313.     }
  19314.     /**
  19315.      * Gets the public 'theme_sales_channel.repository' shared service.
  19316.      *
  19317.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19318.      */
  19319.     protected function getThemeSalesChannel_RepositoryService()
  19320.     {
  19321.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  19322.         if (isset($this->services['theme_sales_channel.repository'])) {
  19323.             return $this->services['theme_sales_channel.repository'];
  19324.         }
  19325.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19326.         if (isset($this->services['theme_sales_channel.repository'])) {
  19327.             return $this->services['theme_sales_channel.repository'];
  19328.         }
  19329.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19330.         if (isset($this->services['theme_sales_channel.repository'])) {
  19331.             return $this->services['theme_sales_channel.repository'];
  19332.         }
  19333.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19334.         if (isset($this->services['theme_sales_channel.repository'])) {
  19335.             return $this->services['theme_sales_channel.repository'];
  19336.         }
  19337.         return $this->services['theme_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19338.     }
  19339.     /**
  19340.      * Gets the public 'theme_translation.repository' shared service.
  19341.      *
  19342.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19343.      */
  19344.     protected function getThemeTranslation_RepositoryService()
  19345.     {
  19346.         return $this->services['theme_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19347.     }
  19348.     /**
  19349.      * Gets the public 'translator' shared service.
  19350.      *
  19351.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  19352.      */
  19353.     protected function getTranslatorService()
  19354.     {
  19355.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  19356.         if (isset($this->services['translator'])) {
  19357.             return $this->services['translator'];
  19358.         }
  19359.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator($a);
  19360.     }
  19361.     /**
  19362.      * Gets the public 'unit.repository' shared service.
  19363.      *
  19364.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19365.      */
  19366.     protected function getUnit_RepositoryService()
  19367.     {
  19368.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  19369.         if (isset($this->services['unit.repository'])) {
  19370.             return $this->services['unit.repository'];
  19371.         }
  19372.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19373.         if (isset($this->services['unit.repository'])) {
  19374.             return $this->services['unit.repository'];
  19375.         }
  19376.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19377.         if (isset($this->services['unit.repository'])) {
  19378.             return $this->services['unit.repository'];
  19379.         }
  19380.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19381.         if (isset($this->services['unit.repository'])) {
  19382.             return $this->services['unit.repository'];
  19383.         }
  19384.         return $this->services['unit.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19385.     }
  19386.     /**
  19387.      * Gets the public 'unit_translation.repository' shared service.
  19388.      *
  19389.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19390.      */
  19391.     protected function getUnitTranslation_RepositoryService()
  19392.     {
  19393.         return $this->services['unit_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19394.     }
  19395.     /**
  19396.      * Gets the public 'user.repository' shared service.
  19397.      *
  19398.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19399.      */
  19400.     protected function getUser_RepositoryService()
  19401.     {
  19402.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  19403.         if (isset($this->services['user.repository'])) {
  19404.             return $this->services['user.repository'];
  19405.         }
  19406.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19407.         if (isset($this->services['user.repository'])) {
  19408.             return $this->services['user.repository'];
  19409.         }
  19410.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19411.         if (isset($this->services['user.repository'])) {
  19412.             return $this->services['user.repository'];
  19413.         }
  19414.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19415.         if (isset($this->services['user.repository'])) {
  19416.             return $this->services['user.repository'];
  19417.         }
  19418.         return $this->services['user.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19419.     }
  19420.     /**
  19421.      * Gets the public 'user_access_key.repository' shared service.
  19422.      *
  19423.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19424.      */
  19425.     protected function getUserAccessKey_RepositoryService()
  19426.     {
  19427.         return $this->services['user_access_key.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19428.     }
  19429.     /**
  19430.      * Gets the public 'user_config.repository' shared service.
  19431.      *
  19432.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19433.      */
  19434.     protected function getUserConfig_RepositoryService()
  19435.     {
  19436.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  19437.         if (isset($this->services['user_config.repository'])) {
  19438.             return $this->services['user_config.repository'];
  19439.         }
  19440.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19441.         if (isset($this->services['user_config.repository'])) {
  19442.             return $this->services['user_config.repository'];
  19443.         }
  19444.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19445.         if (isset($this->services['user_config.repository'])) {
  19446.             return $this->services['user_config.repository'];
  19447.         }
  19448.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19449.         if (isset($this->services['user_config.repository'])) {
  19450.             return $this->services['user_config.repository'];
  19451.         }
  19452.         return $this->services['user_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  19453.     }
  19454.     /**
  19455.      * Gets the public 'user_recovery.repository' shared service.
  19456.      *
  19457.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19458.      */
  19459.     protected function getUserRecovery_RepositoryService()
  19460.     {
  19461.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  19462.         if (isset($this->services['user_recovery.repository'])) {
  19463.             return $this->services['user_recovery.repository'];
  19464.         }
  19465.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19466.         if (isset($this->services['user_recovery.repository'])) {
  19467.             return $this->services['user_recovery.repository'];
  19468.         }
  19469.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19470.         if (isset($this->services['user_recovery.repository'])) {
  19471.             return $this->services['user_recovery.repository'];
  19472.         }
  19473.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19474.         if (isset($this->services['user_recovery.repository'])) {
  19475.             return $this->services['user_recovery.repository'];
  19476.         }
  19477.         return $this->services['user_recovery.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  19478.     }
  19479.     /**
  19480.      * Gets the public 'var_dumper.cloner' shared service.
  19481.      *
  19482.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  19483.      */
  19484.     protected function getVarDumper_ClonerService()
  19485.     {
  19486.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  19487.         $instance->setMaxItems(2500);
  19488.         $instance->setMinDepth(1);
  19489.         $instance->setMaxString(-1);
  19490.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  19491.         return $instance;
  19492.     }
  19493.     /**
  19494.      * Gets the public 'version.repository' shared service.
  19495.      *
  19496.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19497.      */
  19498.     protected function getVersion_RepositoryService()
  19499.     {
  19500.         return $this->services['version.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19501.     }
  19502.     /**
  19503.      * Gets the public 'version_commit.repository' shared service.
  19504.      *
  19505.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19506.      */
  19507.     protected function getVersionCommit_RepositoryService()
  19508.     {
  19509.         return $this->services['version_commit.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19510.     }
  19511.     /**
  19512.      * Gets the public 'version_commit_data.repository' shared service.
  19513.      *
  19514.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19515.      */
  19516.     protected function getVersionCommitData_RepositoryService()
  19517.     {
  19518.         return $this->services['version_commit_data.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19519.     }
  19520.     /**
  19521.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  19522.      *
  19523.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  19524.      */
  19525.     protected function getWebProfiler_Controller_ExceptionPanelService()
  19526.     {
  19527.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  19528.         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()));
  19529.     }
  19530.     /**
  19531.      * Gets the public 'web_profiler.controller.profiler' shared service.
  19532.      *
  19533.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  19534.      */
  19535.     protected function getWebProfiler_Controller_ProfilerService()
  19536.     {
  19537.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  19538.         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));
  19539.     }
  19540.     /**
  19541.      * Gets the public 'web_profiler.controller.router' shared service.
  19542.      *
  19543.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  19544.      */
  19545.     protected function getWebProfiler_Controller_RouterService()
  19546.     {
  19547.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  19548.         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 () {
  19549.             return new \EmptyIterator();
  19550.         }, 0));
  19551.     }
  19552.     /**
  19553.      * Gets the public 'webhook.repository' shared service.
  19554.      *
  19555.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19556.      */
  19557.     protected function getWebhook_RepositoryService()
  19558.     {
  19559.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  19560.         if (isset($this->services['webhook.repository'])) {
  19561.             return $this->services['webhook.repository'];
  19562.         }
  19563.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19564.         if (isset($this->services['webhook.repository'])) {
  19565.             return $this->services['webhook.repository'];
  19566.         }
  19567.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19568.         if (isset($this->services['webhook.repository'])) {
  19569.             return $this->services['webhook.repository'];
  19570.         }
  19571.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19572.         if (isset($this->services['webhook.repository'])) {
  19573.             return $this->services['webhook.repository'];
  19574.         }
  19575.         return $this->services['webhook.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19576.     }
  19577.     /**
  19578.      * Gets the public 'webhook_event_log.repository' shared service.
  19579.      *
  19580.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19581.      */
  19582.     protected function getWebhookEventLog_RepositoryService()
  19583.     {
  19584.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  19585.         if (isset($this->services['webhook_event_log.repository'])) {
  19586.             return $this->services['webhook_event_log.repository'];
  19587.         }
  19588.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19589.         if (isset($this->services['webhook_event_log.repository'])) {
  19590.             return $this->services['webhook_event_log.repository'];
  19591.         }
  19592.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19593.         if (isset($this->services['webhook_event_log.repository'])) {
  19594.             return $this->services['webhook_event_log.repository'];
  19595.         }
  19596.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19597.         if (isset($this->services['webhook_event_log.repository'])) {
  19598.             return $this->services['webhook_event_log.repository'];
  19599.         }
  19600.         return $this->services['webhook_event_log.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(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())));
  19601.     }
  19602.     /**
  19603.      * Gets the private '.Frosh\Tools\Command\ChangeUserPasswordCommand.lazy' shared service.
  19604.      *
  19605.      * @return \Symfony\Component\Console\Command\LazyCommand
  19606.      */
  19607.     protected function getChangeUserPasswordCommand_LazyService()
  19608.     {
  19609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19611.         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 {
  19612.             return ($this->privates['Frosh\\Tools\\Command\\ChangeUserPasswordCommand'] ?? $this->getChangeUserPasswordCommandService());
  19613.         });
  19614.     }
  19615.     /**
  19616.      * Gets the private '.Frosh\Tools\Command\EnvDelCommand.lazy' shared service.
  19617.      *
  19618.      * @return \Symfony\Component\Console\Command\LazyCommand
  19619.      */
  19620.     protected function getEnvDelCommand_LazyService()
  19621.     {
  19622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19624.         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 {
  19625.             return ($this->privates['Frosh\\Tools\\Command\\EnvDelCommand'] ?? $this->getEnvDelCommandService());
  19626.         });
  19627.     }
  19628.     /**
  19629.      * Gets the private '.Frosh\Tools\Command\EnvGetCommand.lazy' shared service.
  19630.      *
  19631.      * @return \Symfony\Component\Console\Command\LazyCommand
  19632.      */
  19633.     protected function getEnvGetCommand_LazyService()
  19634.     {
  19635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19637.         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 {
  19638.             return ($this->privates['Frosh\\Tools\\Command\\EnvGetCommand'] ?? $this->getEnvGetCommandService());
  19639.         });
  19640.     }
  19641.     /**
  19642.      * Gets the private '.Frosh\Tools\Command\EnvSetCommand.lazy' shared service.
  19643.      *
  19644.      * @return \Symfony\Component\Console\Command\LazyCommand
  19645.      */
  19646.     protected function getEnvSetCommand_LazyService()
  19647.     {
  19648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19650.         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 {
  19651.             return ($this->privates['Frosh\\Tools\\Command\\EnvSetCommand'] ?? $this->getEnvSetCommandService());
  19652.         });
  19653.     }
  19654.     /**
  19655.      * Gets the private '.Frosh\Tools\Command\MonitorCommand.lazy' shared service.
  19656.      *
  19657.      * @return \Symfony\Component\Console\Command\LazyCommand
  19658.      */
  19659.     protected function getMonitorCommand_LazyService()
  19660.     {
  19661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19663.         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 {
  19664.             return ($this->privates['Frosh\\Tools\\Command\\MonitorCommand'] ?? $this->getMonitorCommandService());
  19665.         });
  19666.     }
  19667.     /**
  19668.      * Gets the private '.Frosh\Tools\Command\UpdateComposerPluginsCommand.lazy' shared service.
  19669.      *
  19670.      * @return \Symfony\Component\Console\Command\LazyCommand
  19671.      */
  19672.     protected function getUpdateComposerPluginsCommand_LazyService()
  19673.     {
  19674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19676.         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 {
  19677.             return ($this->privates['Frosh\\Tools\\Command\\UpdateComposerPluginsCommand'] ?? $this->getUpdateComposerPluginsCommandService());
  19678.         });
  19679.     }
  19680.     /**
  19681.      * Gets the private '.Frosh\Tools\Command\UpdatePluginsCommand.lazy' shared service.
  19682.      *
  19683.      * @return \Symfony\Component\Console\Command\LazyCommand
  19684.      */
  19685.     protected function getUpdatePluginsCommand_LazyService()
  19686.     {
  19687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19689.         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 {
  19690.             return ($this->privates['Frosh\\Tools\\Command\\UpdatePluginsCommand'] ?? $this->getUpdatePluginsCommandService());
  19691.         });
  19692.     }
  19693.     /**
  19694.      * Gets the private '.Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand.lazy' shared service.
  19695.      *
  19696.      * @return \Symfony\Component\Console\Command\LazyCommand
  19697.      */
  19698.     protected function getSalesChannelUpdateDomainCommand_LazyService()
  19699.     {
  19700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19702.         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 {
  19703.             return ($this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand'] ?? $this->getSalesChannelUpdateDomainCommandService());
  19704.         });
  19705.     }
  19706.     /**
  19707.      * Gets the private '.Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand.lazy' shared service.
  19708.      *
  19709.      * @return \Symfony\Component\Console\Command\LazyCommand
  19710.      */
  19711.     protected function getElasticsearchAdminIndexingCommand_LazyService()
  19712.     {
  19713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19715.         return $this->privates['.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('es:admin:index', [], 'Index the elasticsearch for the admin search'false, function (): \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand {
  19716.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  19717.         });
  19718.     }
  19719.     /**
  19720.      * Gets the private '.Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand.lazy' shared service.
  19721.      *
  19722.      * @return \Symfony\Component\Console\Command\LazyCommand
  19723.      */
  19724.     protected function getElasticsearchAdminResetCommand_LazyService()
  19725.     {
  19726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19728.         return $this->privates['.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('es:admin:reset', [], 'Reset Admin Elasticsearch indexing'false, function (): \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand {
  19729.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand'] ?? $this->getElasticsearchAdminResetCommandService());
  19730.         });
  19731.     }
  19732.     /**
  19733.      * Gets the private '.Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand.lazy' shared service.
  19734.      *
  19735.      * @return \Symfony\Component\Console\Command\LazyCommand
  19736.      */
  19737.     protected function getElasticsearchAdminTestCommand_LazyService()
  19738.     {
  19739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19741.         return $this->privates['.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('es:admin:test', [], 'Allows you to test the admin search index'false, function (): \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand {
  19742.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand'] ?? $this->getElasticsearchAdminTestCommandService());
  19743.         });
  19744.     }
  19745.     /**
  19746.      * Gets the private '.Symfony\Component\Dotenv\Command\DotenvDumpCommand.lazy' shared service.
  19747.      *
  19748.      * @return \Symfony\Component\Console\Command\LazyCommand
  19749.      */
  19750.     protected function getDotenvDumpCommand_LazyService()
  19751.     {
  19752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19754.         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 {
  19755.             return ($this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] ?? $this->getDotenvDumpCommandService());
  19756.         });
  19757.     }
  19758.     /**
  19759.      * Gets the private '.cache.http.inner' shared service.
  19760.      *
  19761.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19762.      */
  19763.     protected function get_Cache_Http_InnerService()
  19764.     {
  19765.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  19766.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  19767.         return $this->privates['.cache.http.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  19768.     }
  19769.     /**
  19770.      * Gets the private '.cache.object.inner' shared service.
  19771.      *
  19772.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19773.      */
  19774.     protected function get_Cache_Object_InnerService()
  19775.     {
  19776.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  19777.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  19778.         return $this->privates['.cache.object.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  19779.     }
  19780.     /**
  19781.      * Gets the private '.console.command.about.lazy' shared service.
  19782.      *
  19783.      * @return \Symfony\Component\Console\Command\LazyCommand
  19784.      */
  19785.     protected function get_Console_Command_About_LazyService()
  19786.     {
  19787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19788.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19789.         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 {
  19790.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  19791.         });
  19792.     }
  19793.     /**
  19794.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  19795.      *
  19796.      * @return \Symfony\Component\Console\Command\LazyCommand
  19797.      */
  19798.     protected function get_Console_Command_CacheClear_LazyService()
  19799.     {
  19800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19802.         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 {
  19803.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  19804.         });
  19805.     }
  19806.     /**
  19807.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  19808.      *
  19809.      * @return \Symfony\Component\Console\Command\LazyCommand
  19810.      */
  19811.     protected function get_Console_Command_CachePoolClear_LazyService()
  19812.     {
  19813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19815.         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 {
  19816.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  19817.         });
  19818.     }
  19819.     /**
  19820.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  19821.      *
  19822.      * @return \Symfony\Component\Console\Command\LazyCommand
  19823.      */
  19824.     protected function get_Console_Command_CachePoolDelete_LazyService()
  19825.     {
  19826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19828.         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 {
  19829.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  19830.         });
  19831.     }
  19832.     /**
  19833.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  19834.      *
  19835.      * @return \Symfony\Component\Console\Command\LazyCommand
  19836.      */
  19837.     protected function get_Console_Command_CachePoolList_LazyService()
  19838.     {
  19839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19841.         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 {
  19842.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  19843.         });
  19844.     }
  19845.     /**
  19846.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  19847.      *
  19848.      * @return \Symfony\Component\Console\Command\LazyCommand
  19849.      */
  19850.     protected function get_Console_Command_CachePoolPrune_LazyService()
  19851.     {
  19852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19854.         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 {
  19855.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  19856.         });
  19857.     }
  19858.     /**
  19859.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  19860.      *
  19861.      * @return \Symfony\Component\Console\Command\LazyCommand
  19862.      */
  19863.     protected function get_Console_Command_CacheWarmup_LazyService()
  19864.     {
  19865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19867.         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 {
  19868.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  19869.         });
  19870.     }
  19871.     /**
  19872.      * Gets the private '.console.command.config_debug.lazy' shared service.
  19873.      *
  19874.      * @return \Symfony\Component\Console\Command\LazyCommand
  19875.      */
  19876.     protected function get_Console_Command_ConfigDebug_LazyService()
  19877.     {
  19878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19880.         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 {
  19881.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  19882.         });
  19883.     }
  19884.     /**
  19885.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  19886.      *
  19887.      * @return \Symfony\Component\Console\Command\LazyCommand
  19888.      */
  19889.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  19890.     {
  19891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19893.         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 {
  19894.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  19895.         });
  19896.     }
  19897.     /**
  19898.      * Gets the private '.console.command.container_debug.lazy' shared service.
  19899.      *
  19900.      * @return \Symfony\Component\Console\Command\LazyCommand
  19901.      */
  19902.     protected function get_Console_Command_ContainerDebug_LazyService()
  19903.     {
  19904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19906.         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 {
  19907.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  19908.         });
  19909.     }
  19910.     /**
  19911.      * Gets the private '.console.command.container_lint.lazy' shared service.
  19912.      *
  19913.      * @return \Symfony\Component\Console\Command\LazyCommand
  19914.      */
  19915.     protected function get_Console_Command_ContainerLint_LazyService()
  19916.     {
  19917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19919.         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 {
  19920.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  19921.         });
  19922.     }
  19923.     /**
  19924.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  19925.      *
  19926.      * @return \Symfony\Component\Console\Command\LazyCommand
  19927.      */
  19928.     protected function get_Console_Command_DebugAutowiring_LazyService()
  19929.     {
  19930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19932.         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 {
  19933.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  19934.         });
  19935.     }
  19936.     /**
  19937.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  19938.      *
  19939.      * @return \Symfony\Component\Console\Command\LazyCommand
  19940.      */
  19941.     protected function get_Console_Command_DotenvDebug_LazyService()
  19942.     {
  19943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19945.         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 {
  19946.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  19947.         });
  19948.     }
  19949.     /**
  19950.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  19951.      *
  19952.      * @return \Symfony\Component\Console\Command\LazyCommand
  19953.      */
  19954.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  19955.     {
  19956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19958.         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 {
  19959.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  19960.         });
  19961.     }
  19962.     /**
  19963.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  19964.      *
  19965.      * @return \Symfony\Component\Console\Command\LazyCommand
  19966.      */
  19967.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  19968.     {
  19969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19971.         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 {
  19972.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  19973.         });
  19974.     }
  19975.     /**
  19976.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  19977.      *
  19978.      * @return \Symfony\Component\Console\Command\LazyCommand
  19979.      */
  19980.     protected function get_Console_Command_MessengerDebug_LazyService()
  19981.     {
  19982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19984.         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 {
  19985.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  19986.         });
  19987.     }
  19988.     /**
  19989.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  19990.      *
  19991.      * @return \Symfony\Component\Console\Command\LazyCommand
  19992.      */
  19993.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  19994.     {
  19995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19997.         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 {
  19998.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  19999.         });
  20000.     }
  20001.     /**
  20002.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  20003.      *
  20004.      * @return \Symfony\Component\Console\Command\LazyCommand
  20005.      */
  20006.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  20007.     {
  20008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20010.         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 {
  20011.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  20012.         });
  20013.     }
  20014.     /**
  20015.      * Gets the private '.console.command.router_debug.lazy' shared service.
  20016.      *
  20017.      * @return \Symfony\Component\Console\Command\LazyCommand
  20018.      */
  20019.     protected function get_Console_Command_RouterDebug_LazyService()
  20020.     {
  20021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20023.         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 {
  20024.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  20025.         });
  20026.     }
  20027.     /**
  20028.      * Gets the private '.console.command.router_match.lazy' shared service.
  20029.      *
  20030.      * @return \Symfony\Component\Console\Command\LazyCommand
  20031.      */
  20032.     protected function get_Console_Command_RouterMatch_LazyService()
  20033.     {
  20034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20036.         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 {
  20037.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  20038.         });
  20039.     }
  20040.     /**
  20041.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  20042.      *
  20043.      * @return \Symfony\Component\Console\Command\LazyCommand
  20044.      */
  20045.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  20046.     {
  20047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20049.         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 {
  20050.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  20051.         });
  20052.     }
  20053.     /**
  20054.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  20055.      *
  20056.      * @return \Symfony\Component\Console\Command\LazyCommand
  20057.      */
  20058.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  20059.     {
  20060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20062.         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 {
  20063.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  20064.         });
  20065.     }
  20066.     /**
  20067.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  20068.      *
  20069.      * @return \Symfony\Component\Console\Command\LazyCommand
  20070.      */
  20071.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  20072.     {
  20073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20075.         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 {
  20076.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  20077.         });
  20078.     }
  20079.     /**
  20080.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  20081.      *
  20082.      * @return \Symfony\Component\Console\Command\LazyCommand
  20083.      */
  20084.     protected function get_Console_Command_SecretsList_LazyService()
  20085.     {
  20086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20088.         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 {
  20089.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  20090.         });
  20091.     }
  20092.     /**
  20093.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  20094.      *
  20095.      * @return \Symfony\Component\Console\Command\LazyCommand
  20096.      */
  20097.     protected function get_Console_Command_SecretsRemove_LazyService()
  20098.     {
  20099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20101.         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 {
  20102.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  20103.         });
  20104.     }
  20105.     /**
  20106.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  20107.      *
  20108.      * @return \Symfony\Component\Console\Command\LazyCommand
  20109.      */
  20110.     protected function get_Console_Command_SecretsSet_LazyService()
  20111.     {
  20112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20114.         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 {
  20115.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  20116.         });
  20117.     }
  20118.     /**
  20119.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  20120.      *
  20121.      * @return \Symfony\Component\Console\Command\LazyCommand
  20122.      */
  20123.     protected function get_Console_Command_TranslationDebug_LazyService()
  20124.     {
  20125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20127.         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 {
  20128.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  20129.         });
  20130.     }
  20131.     /**
  20132.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  20133.      *
  20134.      * @return \Symfony\Component\Console\Command\LazyCommand
  20135.      */
  20136.     protected function get_Console_Command_TranslationExtract_LazyService()
  20137.     {
  20138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20140.         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 {
  20141.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  20142.         });
  20143.     }
  20144.     /**
  20145.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  20146.      *
  20147.      * @return \Symfony\Component\Console\Command\LazyCommand
  20148.      */
  20149.     protected function get_Console_Command_TranslationPull_LazyService()
  20150.     {
  20151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20153.         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 {
  20154.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  20155.         });
  20156.     }
  20157.     /**
  20158.      * Gets the private '.console.command.translation_push.lazy' shared service.
  20159.      *
  20160.      * @return \Symfony\Component\Console\Command\LazyCommand
  20161.      */
  20162.     protected function get_Console_Command_TranslationPush_LazyService()
  20163.     {
  20164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20166.         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 {
  20167.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  20168.         });
  20169.     }
  20170.     /**
  20171.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  20172.      *
  20173.      * @return \Symfony\Component\Console\Command\LazyCommand
  20174.      */
  20175.     protected function get_Console_Command_ValidatorDebug_LazyService()
  20176.     {
  20177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20179.         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 {
  20180.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  20181.         });
  20182.     }
  20183.     /**
  20184.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  20185.      *
  20186.      * @return \Symfony\Component\Console\Command\LazyCommand
  20187.      */
  20188.     protected function get_Console_Command_XliffLint_LazyService()
  20189.     {
  20190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20192.         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 {
  20193.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  20194.         });
  20195.     }
  20196.     /**
  20197.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  20198.      *
  20199.      * @return \Symfony\Component\Console\Command\LazyCommand
  20200.      */
  20201.     protected function get_Console_Command_YamlLint_LazyService()
  20202.     {
  20203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20205.         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 {
  20206.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  20207.         });
  20208.     }
  20209.     /**
  20210.      * Gets the private '.errored..service_locator.MgXytEm.Shopware\Core\Framework\Validation\DataBag\RequestDataBag' shared service.
  20211.      *
  20212.      * @return \Shopware\Core\Framework\Validation\DataBag\RequestDataBag
  20213.      */
  20214.     protected function getRequestDataBagService()
  20215.     {
  20216.         $this->throw('Cannot autowire service ".service_locator.MgXytEm": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.');
  20217.     }
  20218.     /**
  20219.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  20220.      *
  20221.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  20222.      */
  20223.     protected function getLoaderInterfaceService()
  20224.     {
  20225.         $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".');
  20226.     }
  20227.     /**
  20228.      * Gets the private '.messenger.handler_descriptor.2yo6BZJ' shared service.
  20229.      *
  20230.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20231.      */
  20232.     protected function get_Messenger_HandlerDescriptor_2yo6BZJService()
  20233.     {
  20234.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20235.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  20236.         if (isset($this->privates['.messenger.handler_descriptor.2yo6BZJ'])) {
  20237.             return $this->privates['.messenger.handler_descriptor.2yo6BZJ'];
  20238.         }
  20239.         return $this->privates['.messenger.handler_descriptor.2yo6BZJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20240.     }
  20241.     /**
  20242.      * Gets the private '.messenger.handler_descriptor.3.rzR14' shared service.
  20243.      *
  20244.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20245.      */
  20246.     protected function get_Messenger_HandlerDescriptor_3_RzR14Service()
  20247.     {
  20248.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20249.         return $this->privates['.messenger.handler_descriptor.3.rzR14'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService()), []);
  20250.     }
  20251.     /**
  20252.      * Gets the private '.messenger.handler_descriptor.4htA3jl' shared service.
  20253.      *
  20254.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20255.      */
  20256.     protected function get_Messenger_HandlerDescriptor_4htA3jlService()
  20257.     {
  20258.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20259.         $a = ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  20260.         if (isset($this->privates['.messenger.handler_descriptor.4htA3jl'])) {
  20261.             return $this->privates['.messenger.handler_descriptor.4htA3jl'];
  20262.         }
  20263.         return $this->privates['.messenger.handler_descriptor.4htA3jl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20264.     }
  20265.     /**
  20266.      * Gets the private '.messenger.handler_descriptor.6XWr01B' shared service.
  20267.      *
  20268.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20269.      */
  20270.     protected function get_Messenger_HandlerDescriptor_6XWr01BService()
  20271.     {
  20272.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20273.         return $this->privates['.messenger.handler_descriptor.6XWr01B'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService()), []);
  20274.     }
  20275.     /**
  20276.      * Gets the private '.messenger.handler_descriptor.6a6vTR.' shared service.
  20277.      *
  20278.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20279.      */
  20280.     protected function get_Messenger_HandlerDescriptor_6a6vTR_Service()
  20281.     {
  20282.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20283.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  20284.         if (isset($this->privates['.messenger.handler_descriptor.6a6vTR.'])) {
  20285.             return $this->privates['.messenger.handler_descriptor.6a6vTR.'];
  20286.         }
  20287.         return $this->privates['.messenger.handler_descriptor.6a6vTR.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20288.     }
  20289.     /**
  20290.      * Gets the private '.messenger.handler_descriptor.6kBcctU' shared service.
  20291.      *
  20292.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20293.      */
  20294.     protected function get_Messenger_HandlerDescriptor_6kBcctUService()
  20295.     {
  20296.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20297.         return $this->privates['.messenger.handler_descriptor.6kBcctU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService()), []);
  20298.     }
  20299.     /**
  20300.      * Gets the private '.messenger.handler_descriptor.88lOdtC' shared service.
  20301.      *
  20302.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20303.      */
  20304.     protected function get_Messenger_HandlerDescriptor_88lOdtCService()
  20305.     {
  20306.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20307.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  20308.         if (isset($this->privates['.messenger.handler_descriptor.88lOdtC'])) {
  20309.             return $this->privates['.messenger.handler_descriptor.88lOdtC'];
  20310.         }
  20311.         return $this->privates['.messenger.handler_descriptor.88lOdtC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20312.     }
  20313.     /**
  20314.      * Gets the private '.messenger.handler_descriptor.9FtfQXI' shared service.
  20315.      *
  20316.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20317.      */
  20318.     protected function get_Messenger_HandlerDescriptor_9FtfQXIService()
  20319.     {
  20320.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20321.         return $this->privates['.messenger.handler_descriptor.9FtfQXI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService()), []);
  20322.     }
  20323.     /**
  20324.      * Gets the private '.messenger.handler_descriptor.9zA2HRZ' shared service.
  20325.      *
  20326.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20327.      */
  20328.     protected function get_Messenger_HandlerDescriptor_9zA2HRZService()
  20329.     {
  20330.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20331.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  20332.         if (isset($this->privates['.messenger.handler_descriptor.9zA2HRZ'])) {
  20333.             return $this->privates['.messenger.handler_descriptor.9zA2HRZ'];
  20334.         }
  20335.         return $this->privates['.messenger.handler_descriptor.9zA2HRZ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20336.     }
  20337.     /**
  20338.      * Gets the private '.messenger.handler_descriptor.BzkW.st' shared service.
  20339.      *
  20340.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20341.      */
  20342.     protected function get_Messenger_HandlerDescriptor_BzkW_StService()
  20343.     {
  20344.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20345.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  20346.         if (isset($this->privates['.messenger.handler_descriptor.BzkW.st'])) {
  20347.             return $this->privates['.messenger.handler_descriptor.BzkW.st'];
  20348.         }
  20349.         return $this->privates['.messenger.handler_descriptor.BzkW.st'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20350.     }
  20351.     /**
  20352.      * Gets the private '.messenger.handler_descriptor.D8Msq11' shared service.
  20353.      *
  20354.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20355.      */
  20356.     protected function get_Messenger_HandlerDescriptor_D8Msq11Service()
  20357.     {
  20358.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20359.         return $this->privates['.messenger.handler_descriptor.D8Msq11'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService()), []);
  20360.     }
  20361.     /**
  20362.      * Gets the private '.messenger.handler_descriptor.RWDR7vF' shared service.
  20363.      *
  20364.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20365.      */
  20366.     protected function get_Messenger_HandlerDescriptor_RWDR7vFService()
  20367.     {
  20368.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20369.         $a = ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  20370.         if (isset($this->privates['.messenger.handler_descriptor.RWDR7vF'])) {
  20371.             return $this->privates['.messenger.handler_descriptor.RWDR7vF'];
  20372.         }
  20373.         return $this->privates['.messenger.handler_descriptor.RWDR7vF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20374.     }
  20375.     /**
  20376.      * Gets the private '.messenger.handler_descriptor.RaXVyBY' shared service.
  20377.      *
  20378.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20379.      */
  20380.     protected function get_Messenger_HandlerDescriptor_RaXVyBYService()
  20381.     {
  20382.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20383.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  20384.         if (isset($this->privates['.messenger.handler_descriptor.RaXVyBY'])) {
  20385.             return $this->privates['.messenger.handler_descriptor.RaXVyBY'];
  20386.         }
  20387.         return $this->privates['.messenger.handler_descriptor.RaXVyBY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20388.     }
  20389.     /**
  20390.      * Gets the private '.messenger.handler_descriptor.Sx4TzkJ' shared service.
  20391.      *
  20392.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20393.      */
  20394.     protected function get_Messenger_HandlerDescriptor_Sx4TzkJService()
  20395.     {
  20396.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20397.         $a = ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  20398.         if (isset($this->privates['.messenger.handler_descriptor.Sx4TzkJ'])) {
  20399.             return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'];
  20400.         }
  20401.         return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20402.     }
  20403.     /**
  20404.      * Gets the private '.messenger.handler_descriptor.TaMu3bd' shared service.
  20405.      *
  20406.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20407.      */
  20408.     protected function get_Messenger_HandlerDescriptor_TaMu3bdService()
  20409.     {
  20410.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20411.         return $this->privates['.messenger.handler_descriptor.TaMu3bd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service()), []);
  20412.     }
  20413.     /**
  20414.      * Gets the private '.messenger.handler_descriptor.Vt5iujS' shared service.
  20415.      *
  20416.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20417.      */
  20418.     protected function get_Messenger_HandlerDescriptor_Vt5iujSService()
  20419.     {
  20420.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20421.         $a = ($this->privates['Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTaskHandler'] ?? $this->getRenewalReminderTaskHandlerService());
  20422.         if (isset($this->privates['.messenger.handler_descriptor.Vt5iujS'])) {
  20423.             return $this->privates['.messenger.handler_descriptor.Vt5iujS'];
  20424.         }
  20425.         return $this->privates['.messenger.handler_descriptor.Vt5iujS'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20426.     }
  20427.     /**
  20428.      * Gets the private '.messenger.handler_descriptor.W5d8anj' shared service.
  20429.      *
  20430.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20431.      */
  20432.     protected function get_Messenger_HandlerDescriptor_W5d8anjService()
  20433.     {
  20434.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20435.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  20436.         if (isset($this->privates['.messenger.handler_descriptor.W5d8anj'])) {
  20437.             return $this->privates['.messenger.handler_descriptor.W5d8anj'];
  20438.         }
  20439.         return $this->privates['.messenger.handler_descriptor.W5d8anj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20440.     }
  20441.     /**
  20442.      * Gets the private '.messenger.handler_descriptor.Z5qzcmD' shared service.
  20443.      *
  20444.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20445.      */
  20446.     protected function get_Messenger_HandlerDescriptor_Z5qzcmDService()
  20447.     {
  20448.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20449.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  20450.         if (isset($this->privates['.messenger.handler_descriptor.Z5qzcmD'])) {
  20451.             return $this->privates['.messenger.handler_descriptor.Z5qzcmD'];
  20452.         }
  20453.         return $this->privates['.messenger.handler_descriptor.Z5qzcmD'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20454.     }
  20455.     /**
  20456.      * Gets the private '.messenger.handler_descriptor.ZFmY.qW' shared service.
  20457.      *
  20458.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20459.      */
  20460.     protected function get_Messenger_HandlerDescriptor_ZFmY_QWService()
  20461.     {
  20462.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20463.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  20464.         if (isset($this->privates['.messenger.handler_descriptor.ZFmY.qW'])) {
  20465.             return $this->privates['.messenger.handler_descriptor.ZFmY.qW'];
  20466.         }
  20467.         return $this->privates['.messenger.handler_descriptor.ZFmY.qW'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20468.     }
  20469.     /**
  20470.      * Gets the private '.messenger.handler_descriptor._mx1WXF' shared service.
  20471.      *
  20472.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20473.      */
  20474.     protected function get_Messenger_HandlerDescriptor_Mx1WXFService()
  20475.     {
  20476.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20477.         return $this->privates['.messenger.handler_descriptor._mx1WXF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService()), []);
  20478.     }
  20479.     /**
  20480.      * Gets the private '.messenger.handler_descriptor.aM76mVQ' shared service.
  20481.      *
  20482.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20483.      */
  20484.     protected function get_Messenger_HandlerDescriptor_AM76mVQService()
  20485.     {
  20486.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20487.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  20488.         if (isset($this->privates['.messenger.handler_descriptor.aM76mVQ'])) {
  20489.             return $this->privates['.messenger.handler_descriptor.aM76mVQ'];
  20490.         }
  20491.         return $this->privates['.messenger.handler_descriptor.aM76mVQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20492.     }
  20493.     /**
  20494.      * Gets the private '.messenger.handler_descriptor.bD1J5H6' shared service.
  20495.      *
  20496.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20497.      */
  20498.     protected function get_Messenger_HandlerDescriptor_BD1J5H6Service()
  20499.     {
  20500.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20501.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  20502.         if (isset($this->privates['.messenger.handler_descriptor.bD1J5H6'])) {
  20503.             return $this->privates['.messenger.handler_descriptor.bD1J5H6'];
  20504.         }
  20505.         return $this->privates['.messenger.handler_descriptor.bD1J5H6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20506.     }
  20507.     /**
  20508.      * Gets the private '.messenger.handler_descriptor.blq.UUc' shared service.
  20509.      *
  20510.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20511.      */
  20512.     protected function get_Messenger_HandlerDescriptor_Blq_UUcService()
  20513.     {
  20514.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20515.         $a = ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  20516.         if (isset($this->privates['.messenger.handler_descriptor.blq.UUc'])) {
  20517.             return $this->privates['.messenger.handler_descriptor.blq.UUc'];
  20518.         }
  20519.         return $this->privates['.messenger.handler_descriptor.blq.UUc'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20520.     }
  20521.     /**
  20522.      * Gets the private '.messenger.handler_descriptor.dVP21hY' shared service.
  20523.      *
  20524.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20525.      */
  20526.     protected function get_Messenger_HandlerDescriptor_DVP21hYService()
  20527.     {
  20528.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20529.         return $this->privates['.messenger.handler_descriptor.dVP21hY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService()), []);
  20530.     }
  20531.     /**
  20532.      * Gets the private '.messenger.handler_descriptor.g5T3Vdz' shared service.
  20533.      *
  20534.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20535.      */
  20536.     protected function get_Messenger_HandlerDescriptor_G5T3VdzService()
  20537.     {
  20538.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20539.         return $this->privates['.messenger.handler_descriptor.g5T3Vdz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService()), []);
  20540.     }
  20541.     /**
  20542.      * Gets the private '.messenger.handler_descriptor.goUFZIo' shared service.
  20543.      *
  20544.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20545.      */
  20546.     protected function get_Messenger_HandlerDescriptor_GoUFZIoService()
  20547.     {
  20548.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20549.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  20550.         if (isset($this->privates['.messenger.handler_descriptor.goUFZIo'])) {
  20551.             return $this->privates['.messenger.handler_descriptor.goUFZIo'];
  20552.         }
  20553.         return $this->privates['.messenger.handler_descriptor.goUFZIo'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20554.     }
  20555.     /**
  20556.      * Gets the private '.messenger.handler_descriptor.h1gRAD1' shared service.
  20557.      *
  20558.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20559.      */
  20560.     protected function get_Messenger_HandlerDescriptor_H1gRAD1Service()
  20561.     {
  20562.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20563.         $a = ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  20564.         if (isset($this->privates['.messenger.handler_descriptor.h1gRAD1'])) {
  20565.             return $this->privates['.messenger.handler_descriptor.h1gRAD1'];
  20566.         }
  20567.         return $this->privates['.messenger.handler_descriptor.h1gRAD1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20568.     }
  20569.     /**
  20570.      * Gets the private '.messenger.handler_descriptor.hq66vfV' shared service.
  20571.      *
  20572.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20573.      */
  20574.     protected function get_Messenger_HandlerDescriptor_Hq66vfVService()
  20575.     {
  20576.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20577.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  20578.         if (isset($this->privates['.messenger.handler_descriptor.hq66vfV'])) {
  20579.             return $this->privates['.messenger.handler_descriptor.hq66vfV'];
  20580.         }
  20581.         return $this->privates['.messenger.handler_descriptor.hq66vfV'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20582.     }
  20583.     /**
  20584.      * Gets the private '.messenger.handler_descriptor.n5_pcyU' shared service.
  20585.      *
  20586.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20587.      */
  20588.     protected function get_Messenger_HandlerDescriptor_N5PcyUService()
  20589.     {
  20590.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20591.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  20592.         if (isset($this->privates['.messenger.handler_descriptor.n5_pcyU'])) {
  20593.             return $this->privates['.messenger.handler_descriptor.n5_pcyU'];
  20594.         }
  20595.         return $this->privates['.messenger.handler_descriptor.n5_pcyU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20596.     }
  20597.     /**
  20598.      * Gets the private '.messenger.handler_descriptor.rvKU_JQ' shared service.
  20599.      *
  20600.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20601.      */
  20602.     protected function get_Messenger_HandlerDescriptor_RvKUJQService()
  20603.     {
  20604.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20605.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  20606.         if (isset($this->privates['.messenger.handler_descriptor.rvKU_JQ'])) {
  20607.             return $this->privates['.messenger.handler_descriptor.rvKU_JQ'];
  20608.         }
  20609.         return $this->privates['.messenger.handler_descriptor.rvKU_JQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20610.     }
  20611.     /**
  20612.      * Gets the private '.messenger.handler_descriptor.vN2QjSm' shared service.
  20613.      *
  20614.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20615.      */
  20616.     protected function get_Messenger_HandlerDescriptor_VN2QjSmService()
  20617.     {
  20618.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20619.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  20620.         if (isset($this->privates['.messenger.handler_descriptor.vN2QjSm'])) {
  20621.             return $this->privates['.messenger.handler_descriptor.vN2QjSm'];
  20622.         }
  20623.         return $this->privates['.messenger.handler_descriptor.vN2QjSm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20624.     }
  20625.     /**
  20626.      * Gets the private '.messenger.handler_descriptor.vhvNn_P' shared service.
  20627.      *
  20628.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20629.      */
  20630.     protected function get_Messenger_HandlerDescriptor_VhvNnPService()
  20631.     {
  20632.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20633.         return $this->privates['.messenger.handler_descriptor.vhvNn_P'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService()), []);
  20634.     }
  20635.     /**
  20636.      * Gets the private '.messenger.handler_descriptor.wUKKx8c' shared service.
  20637.      *
  20638.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20639.      */
  20640.     protected function get_Messenger_HandlerDescriptor_WUKKx8cService()
  20641.     {
  20642.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20643.         $a = ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] ?? $this->getCleanupUnusedDownloadMediaTaskHandlerService());
  20644.         if (isset($this->privates['.messenger.handler_descriptor.wUKKx8c'])) {
  20645.             return $this->privates['.messenger.handler_descriptor.wUKKx8c'];
  20646.         }
  20647.         return $this->privates['.messenger.handler_descriptor.wUKKx8c'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20648.     }
  20649.     /**
  20650.      * Gets the private '.messenger.handler_descriptor.wYSIMNj' shared service.
  20651.      *
  20652.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20653.      */
  20654.     protected function get_Messenger_HandlerDescriptor_WYSIMNjService()
  20655.     {
  20656.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20657.         $a = ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  20658.         if (isset($this->privates['.messenger.handler_descriptor.wYSIMNj'])) {
  20659.             return $this->privates['.messenger.handler_descriptor.wYSIMNj'];
  20660.         }
  20661.         return $this->privates['.messenger.handler_descriptor.wYSIMNj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20662.     }
  20663.     /**
  20664.      * Gets the private '.messenger.handler_descriptor.yKXilMm' shared service.
  20665.      *
  20666.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20667.      */
  20668.     protected function get_Messenger_HandlerDescriptor_YKXilMmService()
  20669.     {
  20670.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20671.         return $this->privates['.messenger.handler_descriptor.yKXilMm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService()), []);
  20672.     }
  20673.     /**
  20674.      * Gets the private '.messenger.handler_descriptor.yvzCJmc' shared service.
  20675.      *
  20676.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20677.      */
  20678.     protected function get_Messenger_HandlerDescriptor_YvzCJmcService()
  20679.     {
  20680.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20681.         $a = ($this->privates['Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTaskHandler'] ?? $this->getRenewalReminderTaskHandlerService());
  20682.         if (isset($this->privates['.messenger.handler_descriptor.yvzCJmc'])) {
  20683.             return $this->privates['.messenger.handler_descriptor.yvzCJmc'];
  20684.         }
  20685.         return $this->privates['.messenger.handler_descriptor.yvzCJmc'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20686.     }
  20687.     /**
  20688.      * Gets the private '.messenger.handler_descriptor.z290ooz' shared service.
  20689.      *
  20690.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20691.      */
  20692.     protected function get_Messenger_HandlerDescriptor_Z290oozService()
  20693.     {
  20694.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20695.         $a = ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  20696.         if (isset($this->privates['.messenger.handler_descriptor.z290ooz'])) {
  20697.             return $this->privates['.messenger.handler_descriptor.z290ooz'];
  20698.         }
  20699.         return $this->privates['.messenger.handler_descriptor.z290ooz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  20700.     }
  20701.     /**
  20702.      * Gets the private '.messenger.handler_descriptor.zfOhFjq' shared service.
  20703.      *
  20704.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  20705.      */
  20706.     protected function get_Messenger_HandlerDescriptor_ZfOhFjqService()
  20707.     {
  20708.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  20709.         return $this->privates['.messenger.handler_descriptor.zfOhFjq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService()), []);
  20710.     }
  20711.     /**
  20712.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  20713.      *
  20714.      * @return \Symfony\Component\Console\Command\LazyCommand
  20715.      */
  20716.     protected function get_Monolog_Command_ServerLog_LazyService()
  20717.     {
  20718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20720.         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 {
  20721.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  20722.         });
  20723.     }
  20724.     /**
  20725.      * Gets the private '.service_locator.MgXytEm' shared service.
  20726.      *
  20727.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  20728.      */
  20729.     protected function get_ServiceLocator_MgXytEmService()
  20730.     {
  20731.         return $this->privates['.service_locator.MgXytEm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20732.             '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.'],
  20733.         ], [
  20734.             'dataBag' => 'Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag',
  20735.         ]);
  20736.     }
  20737.     /**
  20738.      * Gets the private '.service_locator.dnaFhpz' shared service.
  20739.      *
  20740.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  20741.      */
  20742.     protected function get_ServiceLocator_DnaFhpzService()
  20743.     {
  20744.         return $this->privates['.service_locator.dnaFhpz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20745.             'pluginLoader' => ['services''Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader''getKernelPluginLoaderService'false],
  20746.         ], [
  20747.             'pluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader',
  20748.         ]);
  20749.     }
  20750.     /**
  20751.      * Gets the private '.service_locator.ltYzMMM' shared service.
  20752.      *
  20753.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  20754.      */
  20755.     protected function get_ServiceLocator_LtYzMMMService()
  20756.     {
  20757.         return $this->privates['.service_locator.ltYzMMM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20758.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  20759.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  20760.         ], [
  20761.             'default' => '?',
  20762.             'messenger.transport.default' => '?',
  20763.         ]);
  20764.     }
  20765.     /**
  20766.      * Gets the private '.service_locator.nVgY_UE' shared service.
  20767.      *
  20768.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  20769.      */
  20770.     protected function get_ServiceLocator_NVgYUEService()
  20771.     {
  20772.         return $this->privates['.service_locator.nVgY_UE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20773.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => ['privates''.service_locator.MgXytEm''get_ServiceLocator_MgXytEmService'false],
  20774.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  20775.             'kernel::reboot' => ['privates''.service_locator.dnaFhpz''get_ServiceLocator_DnaFhpzService'false],
  20776.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  20777.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => ['privates''.service_locator.MgXytEm''get_ServiceLocator_MgXytEmService'false],
  20778.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  20779.             'kernel:reboot' => ['privates''.service_locator.dnaFhpz''get_ServiceLocator_DnaFhpzService'false],
  20780.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  20781.         ], [
  20782.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => '?',
  20783.             'kernel::loadRoutes' => '?',
  20784.             'kernel::reboot' => '?',
  20785.             'kernel::registerContainerConfiguration' => '?',
  20786.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => '?',
  20787.             'kernel:loadRoutes' => '?',
  20788.             'kernel:reboot' => '?',
  20789.             'kernel:registerContainerConfiguration' => '?',
  20790.         ]);
  20791.     }
  20792.     /**
  20793.      * Gets the private '.service_locator.xUrKPVU' shared service.
  20794.      *
  20795.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  20796.      */
  20797.     protected function get_ServiceLocator_XUrKPVUService()
  20798.     {
  20799.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20800.             '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".'],
  20801.         ], [
  20802.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  20803.         ]);
  20804.     }
  20805.     /**
  20806.      * Gets the private '.session.deprecated' shared service.
  20807.      *
  20808.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  20809.      */
  20810.     protected function get_Session_DeprecatedService()
  20811.     {
  20812.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  20813.         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();
  20814.     }
  20815.     /**
  20816.      * Gets the private '.twig.command.debug.lazy' shared service.
  20817.      *
  20818.      * @return \Symfony\Component\Console\Command\LazyCommand
  20819.      */
  20820.     protected function get_Twig_Command_Debug_LazyService()
  20821.     {
  20822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20824.         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 {
  20825.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  20826.         });
  20827.     }
  20828.     /**
  20829.      * Gets the private '.twig.command.lint.lazy' shared service.
  20830.      *
  20831.      * @return \Symfony\Component\Console\Command\LazyCommand
  20832.      */
  20833.     protected function get_Twig_Command_Lint_LazyService()
  20834.     {
  20835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20837.         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 {
  20838.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  20839.         });
  20840.     }
  20841.     /**
  20842.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  20843.      *
  20844.      * @return \Symfony\Component\Console\Command\LazyCommand
  20845.      */
  20846.     protected function get_VarDumper_Command_ServerDump_LazyService()
  20847.     {
  20848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  20850.         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 {
  20851.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  20852.         });
  20853.     }
  20854.     /**
  20855.      * Gets the private 'ElgentosDutchEmailTemplates\Command\TemplateImport' shared autowired service.
  20856.      *
  20857.      * @return \ElgentosDutchEmailTemplates\Command\TemplateImport
  20858.      */
  20859.     protected function getTemplateImportService()
  20860.     {
  20861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20862.         include_once \dirname(__DIR__4).'/custom/plugins/ElgentosDutchEmailTemplates/src/Command/TemplateImport.php';
  20863.         $this->privates['ElgentosDutchEmailTemplates\\Command\\TemplateImport'] = $instance = new \ElgentosDutchEmailTemplates\Command\TemplateImport(($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService()), ($this->services['mail_template_translation.repository'] ?? $this->getMailTemplateTranslation_RepositoryService()), ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService()));
  20864.         $instance->setName('elgentos-dutch-email-templates:import');
  20865.         return $instance;
  20866.     }
  20867.     /**
  20868.      * Gets the private 'Frosh\Tools\Command\ChangeUserPasswordCommand' shared service.
  20869.      *
  20870.      * @return \Frosh\Tools\Command\ChangeUserPasswordCommand
  20871.      */
  20872.     protected function getChangeUserPasswordCommandService()
  20873.     {
  20874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20875.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/ChangeUserPasswordCommand.php';
  20876.         $this->privates['Frosh\\Tools\\Command\\ChangeUserPasswordCommand'] = $instance = new \Frosh\Tools\Command\ChangeUserPasswordCommand(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  20877.         $instance->setName('frosh:user:change:password');
  20878.         $instance->setDescription('Change user password');
  20879.         return $instance;
  20880.     }
  20881.     /**
  20882.      * Gets the private 'Frosh\Tools\Command\EnvDelCommand' shared service.
  20883.      *
  20884.      * @return \Frosh\Tools\Command\EnvDelCommand
  20885.      */
  20886.     protected function getEnvDelCommandService()
  20887.     {
  20888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20889.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/EnvDelCommand.php';
  20890.         $this->privates['Frosh\\Tools\\Command\\EnvDelCommand'] = $instance = new \Frosh\Tools\Command\EnvDelCommand((\dirname(__DIR__4).'/.env'));
  20891.         $instance->setName('frosh:env:Del');
  20892.         $instance->setDescription('Delete environment variable');
  20893.         return $instance;
  20894.     }
  20895.     /**
  20896.      * Gets the private 'Frosh\Tools\Command\EnvGetCommand' shared service.
  20897.      *
  20898.      * @return \Frosh\Tools\Command\EnvGetCommand
  20899.      */
  20900.     protected function getEnvGetCommandService()
  20901.     {
  20902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20903.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/EnvGetCommand.php';
  20904.         $this->privates['Frosh\\Tools\\Command\\EnvGetCommand'] = $instance = new \Frosh\Tools\Command\EnvGetCommand((\dirname(__DIR__4).'/.env'));
  20905.         $instance->setName('frosh:env:get');
  20906.         $instance->setDescription('Get an environment variable');
  20907.         return $instance;
  20908.     }
  20909.     /**
  20910.      * Gets the private 'Frosh\Tools\Command\EnvSetCommand' shared service.
  20911.      *
  20912.      * @return \Frosh\Tools\Command\EnvSetCommand
  20913.      */
  20914.     protected function getEnvSetCommandService()
  20915.     {
  20916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20917.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/EnvSetCommand.php';
  20918.         $this->privates['Frosh\\Tools\\Command\\EnvSetCommand'] = $instance = new \Frosh\Tools\Command\EnvSetCommand((\dirname(__DIR__4).'/.env'));
  20919.         $instance->setName('frosh:env:set');
  20920.         $instance->setDescription('Set an environment variable');
  20921.         return $instance;
  20922.     }
  20923.     /**
  20924.      * Gets the private 'Frosh\Tools\Command\MonitorCommand' shared service.
  20925.      *
  20926.      * @return \Frosh\Tools\Command\MonitorCommand
  20927.      */
  20928.     protected function getMonitorCommandService()
  20929.     {
  20930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20931.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/MonitorCommand.php';
  20932.         $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()));
  20933.         $instance->setName('frosh:monitor');
  20934.         $instance->setDescription('Monitor your scheduled task and queue with this command and get notified via email.');
  20935.         return $instance;
  20936.     }
  20937.     /**
  20938.      * Gets the private 'Frosh\Tools\Command\UpdateComposerPluginsCommand' shared service.
  20939.      *
  20940.      * @return \Frosh\Tools\Command\UpdateComposerPluginsCommand
  20941.      */
  20942.     protected function getUpdateComposerPluginsCommandService()
  20943.     {
  20944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20945.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/UpdateComposerPluginsCommand.php';
  20946.         $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()));
  20947.         $instance->setName('frosh:composer-plugin:update');
  20948.         $instance->setDescription('Check for available plugin updates and install them');
  20949.         return $instance;
  20950.     }
  20951.     /**
  20952.      * Gets the private 'Frosh\Tools\Command\UpdatePluginsCommand' shared service.
  20953.      *
  20954.      * @return \Frosh\Tools\Command\UpdatePluginsCommand
  20955.      */
  20956.     protected function getUpdatePluginsCommandService()
  20957.     {
  20958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20959.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Command/UpdatePluginsCommand.php';
  20960.         $this->privates['Frosh\\Tools\\Command\\UpdatePluginsCommand'] = $instance = new \Frosh\Tools\Command\UpdatePluginsCommand(($this->services['kernel'] ?? $this->get('kernel'1)));
  20961.         $instance->setName('frosh:plugin:update');
  20962.         $instance->setDescription('Check for available plugin updates and install them');
  20963.         return $instance;
  20964.     }
  20965.     /**
  20966.      * Gets the private 'Frosh\Tools\Components\CacheRegistry' shared service.
  20967.      *
  20968.      * @return \Frosh\Tools\Components\CacheRegistry
  20969.      */
  20970.     protected function getCacheRegistryService($lazyLoad true)
  20971.     {
  20972.         if ($lazyLoad) {
  20973.             return $this->privates['Frosh\\Tools\\Components\\CacheRegistry'] = $this->createProxy('CacheRegistry_5ec93d0', function () {
  20974.                 return \CacheRegistry_5ec93d0::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  20975.                     $wrappedInstance $this->getCacheRegistryService(false);
  20976.                     $proxy->setProxyInitializer(null);
  20977.                     return true;
  20978.                 });
  20979.             });
  20980.         }
  20981.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/CacheAdapter.php';
  20982.         $instance = new \Frosh\Tools\Components\CacheRegistry();
  20983.         $instance->addAdapter('cache.app', new \Frosh\Tools\Components\CacheAdapter(($this->services['cache.app'] ?? $this->getCache_AppService())));
  20984.         $instance->addAdapter('cache.system', new \Frosh\Tools\Components\CacheAdapter(($this->services['cache.system'] ?? $this->getCache_SystemService())));
  20985.         $instance->addAdapter('cache.validator', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.validator'] ?? $this->getCache_ValidatorService())));
  20986.         $instance->addAdapter('cache.serializer', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.serializer'] ?? $this->getCache_SerializerService())));
  20987.         $instance->addAdapter('cache.annotations', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  20988.         $instance->addAdapter('cache.property_info', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService())));
  20989.         $instance->addAdapter('cache.messenger.restart_workers_signal', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())));
  20990.         $instance->addAdapter('cache.rate_limiter', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService())));
  20991.         $instance->addAdapter('cache.object', new \Frosh\Tools\Components\CacheAdapter(($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService())));
  20992.         $instance->addAdapter('cache.http', new \Frosh\Tools\Components\CacheAdapter(($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService())));
  20993.         $instance->addAdapter('cache.tags', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.tags'] ?? $this->getCache_TagsService())));
  20994.         $instance->addAdapter('cache.validator_expression_language', new \Frosh\Tools\Components\CacheAdapter(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  20995.         return $instance;
  20996.     }
  20997.     /**
  20998.      * Gets the private 'Frosh\Tools\Components\Elasticsearch\ElasticsearchManager' shared service.
  20999.      *
  21000.      * @return \Frosh\Tools\Components\Elasticsearch\ElasticsearchManager
  21001.      */
  21002.     protected function getElasticsearchManagerService()
  21003.     {
  21004.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Elasticsearch/ElasticsearchManager.php';
  21005.         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()));
  21006.     }
  21007.     /**
  21008.      * Gets the private 'Frosh\Tools\Components\Elasticsearch\EsProductDefinition' shared service.
  21009.      *
  21010.      * @return \Frosh\Tools\Components\Elasticsearch\EsProductDefinition
  21011.      */
  21012.     protected function getEsProductDefinitionService()
  21013.     {
  21014.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/AbstractElasticsearchDefinition.php';
  21015.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Elasticsearch/EsProductDefinition.php';
  21016.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ElasticsearchProductDefinition.php';
  21017.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/EntityMapper.php';
  21018.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/AbstractProductSearchQueryBuilder.php';
  21019.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchQueryBuilder.php';
  21020.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21021.         if (isset($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\EsProductDefinition'])) {
  21022.             return $this->privates['Frosh\\Tools\\Components\\Elasticsearch\\EsProductDefinition'];
  21023.         }
  21024.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  21025.         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(), $b, [], $a, new \Shopware\Elasticsearch\Product\ProductSearchQueryBuilder($b, ($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()))), $b, [], 1);
  21026.     }
  21027.     /**
  21028.      * Gets the private 'Frosh\Tools\Components\Health\Checker\HealthChecker\MysqlChecker' shared service.
  21029.      *
  21030.      * @return \Frosh\Tools\Components\Health\Checker\HealthChecker\MysqlChecker
  21031.      */
  21032.     protected function getMysqlCheckerService()
  21033.     {
  21034.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/CheckerInterface.php';
  21035.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/HealthChecker/MysqlChecker.php';
  21036.         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()));
  21037.     }
  21038.     /**
  21039.      * Gets the private 'Frosh\Tools\Components\Health\Checker\HealthChecker\QueueChecker' shared service.
  21040.      *
  21041.      * @return \Frosh\Tools\Components\Health\Checker\HealthChecker\QueueChecker
  21042.      */
  21043.     protected function getQueueCheckerService()
  21044.     {
  21045.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/CheckerInterface.php';
  21046.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/HealthChecker/QueueChecker.php';
  21047.         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()));
  21048.     }
  21049.     /**
  21050.      * Gets the private 'Frosh\Tools\Components\Health\Checker\HealthChecker\TaskChecker' shared service.
  21051.      *
  21052.      * @return \Frosh\Tools\Components\Health\Checker\HealthChecker\TaskChecker
  21053.      */
  21054.     protected function getTaskCheckerService()
  21055.     {
  21056.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/CheckerInterface.php';
  21057.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/HealthChecker/TaskChecker.php';
  21058.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\TaskChecker'] = new \Frosh\Tools\Components\Health\Checker\HealthChecker\TaskChecker(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  21059.     }
  21060.     /**
  21061.      * Gets the private 'Frosh\Tools\Components\Health\Checker\PerformanceChecker\DisabledMailUpdatesChecker' shared service.
  21062.      *
  21063.      * @return \Frosh\Tools\Components\Health\Checker\PerformanceChecker\DisabledMailUpdatesChecker
  21064.      */
  21065.     protected function getDisabledMailUpdatesCheckerService()
  21066.     {
  21067.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/CheckerInterface.php';
  21068.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/PerformanceChecker/DisabledMailUpdatesChecker.php';
  21069.         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))));
  21070.     }
  21071.     /**
  21072.      * Gets the private 'Frosh\Tools\Components\Health\Checker\PerformanceChecker\EsChecker' shared service.
  21073.      *
  21074.      * @return \Frosh\Tools\Components\Health\Checker\PerformanceChecker\EsChecker
  21075.      */
  21076.     protected function getEsCheckerService()
  21077.     {
  21078.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/CheckerInterface.php';
  21079.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/PerformanceChecker/EsChecker.php';
  21080.         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()));
  21081.     }
  21082.     /**
  21083.      * Gets the private 'Frosh\Tools\Components\Health\Checker\PerformanceChecker\LoggerLevelChecker' shared service.
  21084.      *
  21085.      * @return \Frosh\Tools\Components\Health\Checker\PerformanceChecker\LoggerLevelChecker
  21086.      */
  21087.     protected function getLoggerLevelCheckerService()
  21088.     {
  21089.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/CheckerInterface.php';
  21090.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/PerformanceChecker/LoggerLevelChecker.php';
  21091.         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()));
  21092.     }
  21093.     /**
  21094.      * Gets the private 'Frosh\Tools\Components\Health\Checker\PerformanceChecker\MySQL8Checker' shared service.
  21095.      *
  21096.      * @return \Frosh\Tools\Components\Health\Checker\PerformanceChecker\MySQL8Checker
  21097.      */
  21098.     protected function getMySQL8CheckerService()
  21099.     {
  21100.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/CheckerInterface.php';
  21101.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Health/Checker/PerformanceChecker/MySQL8Checker.php';
  21102.         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()));
  21103.     }
  21104.     /**
  21105.      * Gets the private 'Frosh\Tools\Components\Messenger\TaskLoggingMiddleware' shared service.
  21106.      *
  21107.      * @return \Frosh\Tools\Components\Messenger\TaskLoggingMiddleware
  21108.      */
  21109.     protected function getTaskLoggingMiddlewareService()
  21110.     {
  21111.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  21112.         include_once \dirname(__DIR__4).'/custom/plugins/FroshTools/src/Components/Messenger/TaskLoggingMiddleware.php';
  21113.         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));
  21114.     }
  21115.     /**
  21116.      * Gets the private 'Kiener\MolliePayments\Command\ApplePay\ApplePayDownloadCommand' shared service.
  21117.      *
  21118.      * @return \Kiener\MolliePayments\Command\ApplePay\ApplePayDownloadCommand
  21119.      */
  21120.     protected function getApplePayDownloadCommandService()
  21121.     {
  21122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21123.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Command/ApplePay/ApplePayDownloadCommand.php';
  21124.         $this->privates['Kiener\\MolliePayments\\Command\\ApplePay\\ApplePayDownloadCommand'] = $instance = new \Kiener\MolliePayments\Command\ApplePay\ApplePayDownloadCommand(($this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'] ?? $this->getApplePayDirectService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  21125.         $instance->setName('mollie:applepay:download-verification');
  21126.         return $instance;
  21127.     }
  21128.     /**
  21129.      * Gets the private 'Kiener\MolliePayments\Command\DAL\DALCleanupCommand' shared service.
  21130.      *
  21131.      * @return \Kiener\MolliePayments\Command\DAL\DALCleanupCommand
  21132.      */
  21133.     protected function getDALCleanupCommandService()
  21134.     {
  21135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21136.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Command/DAL/DALCleanupCommand.php';
  21137.         $this->privates['Kiener\\MolliePayments\\Command\\DAL\\DALCleanupCommand'] = $instance = new \Kiener\MolliePayments\Command\DAL\DALCleanupCommand(($this->services['product.repository'] ?? $this->getProduct_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  21138.         $instance->setName('mollie:dal:cleanup');
  21139.         return $instance;
  21140.     }
  21141.     /**
  21142.      * Gets the private 'Kiener\MolliePayments\Command\Install\SetupCommand' shared service.
  21143.      *
  21144.      * @return \Kiener\MolliePayments\Command\Install\SetupCommand
  21145.      */
  21146.     protected function getSetupCommandService()
  21147.     {
  21148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21149.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Command/Install/SetupCommand.php';
  21150.         $this->privates['Kiener\\MolliePayments\\Command\\Install\\SetupCommand'] = $instance = new \Kiener\MolliePayments\Command\Install\SetupCommand(($this->services['Kiener\\MolliePayments\\Components\\Installer\\PluginInstaller'] ?? $this->getPluginInstallerService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  21151.         $instance->setName('mollie:configuration:setup');
  21152.         return $instance;
  21153.     }
  21154.     /**
  21155.      * Gets the private 'Kiener\MolliePayments\Command\Subscriptions\RenewalReminderCommand' shared service.
  21156.      *
  21157.      * @return \Kiener\MolliePayments\Command\Subscriptions\RenewalReminderCommand
  21158.      */
  21159.     protected function getRenewalReminderCommandService()
  21160.     {
  21161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21162.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Command/Subscriptions/RenewalReminderCommand.php';
  21163.         $this->privates['Kiener\\MolliePayments\\Command\\Subscriptions\\RenewalReminderCommand'] = $instance = new \Kiener\MolliePayments\Command\Subscriptions\RenewalReminderCommand(($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'] ?? $this->getSubscriptionManagerService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  21164.         $instance->setName('mollie:subscriptions:renewal-reminder');
  21165.         return $instance;
  21166.     }
  21167.     /**
  21168.      * Gets the private 'Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\Actions\RefundOrderAction' shared service.
  21169.      *
  21170.      * @return \Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\Actions\RefundOrderAction
  21171.      */
  21172.     protected function getRefundOrderActionService()
  21173.     {
  21174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21175.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Compatibility/Bundles/FlowBuilder/Actions/RefundOrderAction.php';
  21176.         $a = ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService());
  21177.         if (isset($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\RefundOrderAction'])) {
  21178.             return $this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\RefundOrderAction'];
  21179.         }
  21180.         $b = ($this->privates['Kiener\\MolliePayments\\Components\\RefundManager\\RefundManager'] ?? $this->getRefundManagerService());
  21181.         if (isset($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\RefundOrderAction'])) {
  21182.             return $this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\RefundOrderAction'];
  21183.         }
  21184.         return $this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\RefundOrderAction'] = new \Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\Actions\RefundOrderAction($a$b, ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  21185.     }
  21186.     /**
  21187.      * Gets the private 'Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\Actions\ShipOrderAction' shared service.
  21188.      *
  21189.      * @return \Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\Actions\ShipOrderAction
  21190.      */
  21191.     protected function getShipOrderActionService()
  21192.     {
  21193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21194.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Compatibility/Bundles/FlowBuilder/Actions/ShipOrderAction.php';
  21195.         $a = ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService());
  21196.         if (isset($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\ShipOrderAction'])) {
  21197.             return $this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\ShipOrderAction'];
  21198.         }
  21199.         return $this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\ShipOrderAction'] = new \Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\Actions\ShipOrderAction($a, ($this->privates['Kiener\\MolliePayments\\Facade\\MollieShipment'] ?? $this->getMollieShipmentService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  21200.     }
  21201.     /**
  21202.      * Gets the private 'Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\FlowBuilderFactory' shared service.
  21203.      *
  21204.      * @return \Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\FlowBuilderFactory
  21205.      */
  21206.     protected function getFlowBuilderFactoryService()
  21207.     {
  21208.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Compatibility/Bundles/FlowBuilder/FlowBuilderFactoryInterface.php';
  21209.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Compatibility/Bundles/FlowBuilder/FlowBuilderFactory.php';
  21210.         $a = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService());
  21211.         if (isset($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderFactory'])) {
  21212.             return $this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderFactory'];
  21213.         }
  21214.         return $this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderFactory'] = new \Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\FlowBuilderFactory('6.4.20.2'$a);
  21215.     }
  21216.     /**
  21217.      * Gets the private 'Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\Subscriber\BusinessEventCollectorSubscriber' shared service.
  21218.      *
  21219.      * @return \Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\Subscriber\BusinessEventCollectorSubscriber
  21220.      */
  21221.     protected function getBusinessEventCollectorSubscriberService()
  21222.     {
  21223.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Compatibility/Bundles/FlowBuilder/Subscriber/BusinessEventCollectorSubscriber.php';
  21224.         $a = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService());
  21225.         if (isset($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Subscriber\\BusinessEventCollectorSubscriber'])) {
  21226.             return $this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Subscriber\\BusinessEventCollectorSubscriber'];
  21227.         }
  21228.         return $this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Subscriber\\BusinessEventCollectorSubscriber'] = new \Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\Subscriber\BusinessEventCollectorSubscriber($a);
  21229.     }
  21230.     /**
  21231.      * Gets the private 'Kiener\MolliePayments\Compatibility\CompatibilityFactory' shared service.
  21232.      *
  21233.      * @return \Kiener\MolliePayments\Compatibility\CompatibilityFactory
  21234.      */
  21235.     protected function getCompatibilityFactoryService()
  21236.     {
  21237.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Compatibility/CompatibilityFactory.php';
  21238.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  21239.         if (isset($this->privates['Kiener\\MolliePayments\\Compatibility\\CompatibilityFactory'])) {
  21240.             return $this->privates['Kiener\\MolliePayments\\Compatibility\\CompatibilityFactory'];
  21241.         }
  21242.         $b = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service());
  21243.         if (isset($this->privates['Kiener\\MolliePayments\\Compatibility\\CompatibilityFactory'])) {
  21244.             return $this->privates['Kiener\\MolliePayments\\Compatibility\\CompatibilityFactory'];
  21245.         }
  21246.         return $this->privates['Kiener\\MolliePayments\\Compatibility\\CompatibilityFactory'] = new \Kiener\MolliePayments\Compatibility\CompatibilityFactory('6.4.20.2'$a$b);
  21247.     }
  21248.     /**
  21249.      * Gets the private 'Kiener\MolliePayments\Compatibility\Gateway\CompatibilityGateway' shared service.
  21250.      *
  21251.      * @return \Kiener\MolliePayments\Compatibility\Gateway\CompatibilityGateway
  21252.      */
  21253.     protected function getCompatibilityGatewayService()
  21254.     {
  21255.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Compatibility/Gateway/CompatibilityGatewayInterface.php';
  21256.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Compatibility/Gateway/CompatibilityGateway.php';
  21257.         $a = ($this->privates['Kiener\\MolliePayments\\Compatibility\\CompatibilityFactory'] ?? $this->getCompatibilityFactoryService());
  21258.         if (isset($this->privates['Kiener\\MolliePayments\\Compatibility\\Gateway\\CompatibilityGateway'])) {
  21259.             return $this->privates['Kiener\\MolliePayments\\Compatibility\\Gateway\\CompatibilityGateway'];
  21260.         }
  21261.         return $this->privates['Kiener\\MolliePayments\\Compatibility\\Gateway\\CompatibilityGateway'] = $a->createGateway();
  21262.     }
  21263.     /**
  21264.      * Gets the private 'Kiener\MolliePayments\Compatibility\Storefront\Route\PaymentMethodRoute\Cache\CachedPaymentMethodRoute64' shared service.
  21265.      *
  21266.      * @return \Kiener\MolliePayments\Compatibility\Storefront\Route\PaymentMethodRoute\Cache\CachedPaymentMethodRoute64
  21267.      */
  21268.     protected function getCachedPaymentMethodRoute64Service()
  21269.     {
  21270.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Compatibility/Storefront/Route/PaymentMethodRoute/Cache/CachedPaymentMethodRoute64.php';
  21271.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service());
  21272.         if (isset($this->privates['Kiener\\MolliePayments\\Compatibility\\Storefront\\Route\\PaymentMethodRoute\\Cache\\CachedPaymentMethodRoute64'])) {
  21273.             return $this->privates['Kiener\\MolliePayments\\Compatibility\\Storefront\\Route\\PaymentMethodRoute\\Cache\\CachedPaymentMethodRoute64'];
  21274.         }
  21275.         return $this->privates['Kiener\\MolliePayments\\Compatibility\\Storefront\\Route\\PaymentMethodRoute\\Cache\\CachedPaymentMethodRoute64'] = new \Kiener\MolliePayments\Compatibility\Storefront\Route\PaymentMethodRoute\Cache\CachedPaymentMethodRoute64(($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), $a);
  21276.     }
  21277.     /**
  21278.      * Gets the private 'Kiener\MolliePayments\Components\MollieLimits\Service\MollieLimitsRemover' shared service.
  21279.      *
  21280.      * @return \Kiener\MolliePayments\Components\MollieLimits\Service\MollieLimitsRemover
  21281.      */
  21282.     protected function getMollieLimitsRemoverService()
  21283.     {
  21284.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/PaymentMethodRemoverInterface.php';
  21285.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/CartAwareRouteInterface.php';
  21286.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/OrderAwareRouteInterface.php';
  21287.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/PaymentMethodRemover.php';
  21288.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/MollieLimits/Service/MollieLimitsRemover.php';
  21289.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Provider/ActivePaymentMethodsProviderInterface.php';
  21290.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Provider/ActivePaymentMethodsProvider.php';
  21291.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/Builder/MollieOrderPriceBuilder.php';
  21292.         $a = ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService());
  21293.         return $this->privates['Kiener\\MolliePayments\\Components\\MollieLimits\\Service\\MollieLimitsRemover'] = new \Kiener\MolliePayments\Components\MollieLimits\Service\MollieLimitsRemover($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), new \Kiener\MolliePayments\Service\Payment\Provider\ActivePaymentMethodsProvider(($this->privates['Kiener\\MolliePayments\\Factory\\MollieApiFactory'] ?? $this->getMollieApiFactoryService()), ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\Builder\\MollieOrderPriceBuilder'] ?? ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\Builder\\MollieOrderPriceBuilder'] = new \Kiener\MolliePayments\Service\MollieApi\Builder\MollieOrderPriceBuilder())), $a), ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\OrderDataExtractor'] ?? $this->getOrderDataExtractorService()), $a);
  21294.     }
  21295.     /**
  21296.      * Gets the private 'Kiener\MolliePayments\Components\RefundManager\RefundManager' shared service.
  21297.      *
  21298.      * @return \Kiener\MolliePayments\Components\RefundManager\RefundManager
  21299.      */
  21300.     protected function getRefundManagerService()
  21301.     {
  21302.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/RefundManager/RefundManagerInterface.php';
  21303.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/RefundManager/RefundManager.php';
  21304.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/RefundManager/Builder/RefundDataBuilder.php';
  21305.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/RefundManager/Integrators/StockManagerInterface.php';
  21306.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Stock/StockManager.php';
  21307.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Compatibility/Bundles/FlowBuilder/FlowBuilderEventFactory.php';
  21308.         $a = ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService());
  21309.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\RefundManager\\RefundManager'])) {
  21310.             return $this->privates['Kiener\\MolliePayments\\Components\\RefundManager\\RefundManager'];
  21311.         }
  21312.         $b = ($this->privates['Kiener\\MolliePayments\\Service\\Refund\\RefundService'] ?? $this->getRefundServiceService());
  21313.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\RefundManager\\RefundManager'])) {
  21314.             return $this->privates['Kiener\\MolliePayments\\Components\\RefundManager\\RefundManager'];
  21315.         }
  21316.         $c = ($this->services['mollie_refund.repository'] ?? $this->getMollieRefund_RepositoryService());
  21317.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\RefundManager\\RefundManager'])) {
  21318.             return $this->privates['Kiener\\MolliePayments\\Components\\RefundManager\\RefundManager'];
  21319.         }
  21320.         $d = ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\Order'] ?? $this->getOrderService());
  21321.         return $this->privates['Kiener\\MolliePayments\\Components\\RefundManager\\RefundManager'] = new \Kiener\MolliePayments\Components\RefundManager\RefundManager(new \Kiener\MolliePayments\Components\RefundManager\Builder\RefundDataBuilder($a$b$d), $a$b$d, ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderFactory'] ?? $this->getFlowBuilderFactoryService()), ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderEventFactory'] ?? ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderEventFactory'] = new \Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\FlowBuilderEventFactory('6.4.20.2'))), new \Kiener\MolliePayments\Service\Stock\StockManager(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), $c, ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  21322.     }
  21323.     /**
  21324.      * Gets the private 'Kiener\MolliePayments\Components\Subscription\Cart\Validator\AvailabilityInformationValidator' shared service.
  21325.      *
  21326.      * @return \Kiener\MolliePayments\Components\Subscription\Cart\Validator\AvailabilityInformationValidator
  21327.      */
  21328.     protected function getAvailabilityInformationValidatorService()
  21329.     {
  21330.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  21331.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Cart/Validator/AvailabilityInformationValidator.php';
  21332.         $a = ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService());
  21333.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Cart\\Validator\\AvailabilityInformationValidator'])) {
  21334.             return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Cart\\Validator\\AvailabilityInformationValidator'];
  21335.         }
  21336.         return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Cart\\Validator\\AvailabilityInformationValidator'] = new \Kiener\MolliePayments\Components\Subscription\Cart\Validator\AvailabilityInformationValidator($a);
  21337.     }
  21338.     /**
  21339.      * Gets the private 'Kiener\MolliePayments\Components\Subscription\Cart\Validator\SubscriptionCartValidator' shared service.
  21340.      *
  21341.      * @return \Kiener\MolliePayments\Components\Subscription\Cart\Validator\SubscriptionCartValidator
  21342.      */
  21343.     protected function getSubscriptionCartValidatorService()
  21344.     {
  21345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  21346.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Cart/Validator/SubscriptionCartValidator.php';
  21347.         return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Cart\\Validator\\SubscriptionCartValidator'] = new \Kiener\MolliePayments\Components\Subscription\Cart\Validator\SubscriptionCartValidator(($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()));
  21348.     }
  21349.     /**
  21350.      * Gets the private 'Kiener\MolliePayments\Components\Subscription\DAL\Repository\SubscriptionRepository' shared service.
  21351.      *
  21352.      * @return \Kiener\MolliePayments\Components\Subscription\DAL\Repository\SubscriptionRepository
  21353.      */
  21354.     protected function getSubscriptionRepositoryService()
  21355.     {
  21356.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/DAL/Repository/SubscriptionRepository.php';
  21357.         $a = ($this->services['mollie_subscription.repository'] ?? $this->getMollieSubscription_RepositoryService());
  21358.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Repository\\SubscriptionRepository'])) {
  21359.             return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Repository\\SubscriptionRepository'];
  21360.         }
  21361.         $b = ($this->services['mollie_subscription_address.repository'] ?? $this->getMollieSubscriptionAddress_RepositoryService());
  21362.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Repository\\SubscriptionRepository'])) {
  21363.             return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Repository\\SubscriptionRepository'];
  21364.         }
  21365.         $c = ($this->services['mollie_subscription_history.repository'] ?? $this->getMollieSubscriptionHistory_RepositoryService());
  21366.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Repository\\SubscriptionRepository'])) {
  21367.             return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Repository\\SubscriptionRepository'];
  21368.         }
  21369.         return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Repository\\SubscriptionRepository'] = new \Kiener\MolliePayments\Components\Subscription\DAL\Repository\SubscriptionRepository($a$b$c);
  21370.     }
  21371.     /**
  21372.      * Gets the private 'Kiener\MolliePayments\Components\Subscription\DAL\Subscription\Enricher\LiveDataEnricher' shared service.
  21373.      *
  21374.      * @return \Kiener\MolliePayments\Components\Subscription\DAL\Subscription\Enricher\LiveDataEnricher
  21375.      */
  21376.     protected function getLiveDataEnricherService()
  21377.     {
  21378.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/DAL/Subscription/Enricher/LiveDataEnricher.php';
  21379.         $a = ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Repository\\SubscriptionRepository'] ?? $this->getSubscriptionRepositoryService());
  21380.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Enricher\\LiveDataEnricher'])) {
  21381.             return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Enricher\\LiveDataEnricher'];
  21382.         }
  21383.         return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Subscription\\Enricher\\LiveDataEnricher'] = new \Kiener\MolliePayments\Components\Subscription\DAL\Subscription\Enricher\LiveDataEnricher(($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), ($this->privates['Kiener\\MolliePayments\\Gateway\\Mollie\\MollieGateway'] ?? $this->getMollieGatewayService()), $a, ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  21384.     }
  21385.     /**
  21386.      * Gets the private 'Kiener\MolliePayments\Components\Subscription\Services\PaymentMethodRemover\SubscriptionRemover' shared service.
  21387.      *
  21388.      * @return \Kiener\MolliePayments\Components\Subscription\Services\PaymentMethodRemover\SubscriptionRemover
  21389.      */
  21390.     protected function getSubscriptionRemoverService()
  21391.     {
  21392.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/PaymentMethodRemoverInterface.php';
  21393.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/CartAwareRouteInterface.php';
  21394.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/OrderAwareRouteInterface.php';
  21395.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/PaymentMethodRemover.php';
  21396.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Services/PaymentMethodRemover/SubscriptionRemover.php';
  21397.         $a = ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService());
  21398.         return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Services\\PaymentMethodRemover\\SubscriptionRemover'] = new \Kiener\MolliePayments\Components\Subscription\Services\PaymentMethodRemover\SubscriptionRemover($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService()), $a, ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\OrderDataExtractor'] ?? $this->getOrderDataExtractorService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  21399.     }
  21400.     /**
  21401.      * Gets the private 'Kiener\MolliePayments\Components\Subscription\SubscriptionManager' shared service.
  21402.      *
  21403.      * @return \Kiener\MolliePayments\Components\Subscription\SubscriptionManager
  21404.      */
  21405.     protected function getSubscriptionManagerService()
  21406.     {
  21407.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/SubscriptionManagerInterface.php';
  21408.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/SubscriptionManager.php';
  21409.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Actions/Base/BaseAction.php';
  21410.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Actions/CreateAction.php';
  21411.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Services/Builder/SubscriptionBuilder.php';
  21412.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Services/Builder/MollieDataBuilder.php';
  21413.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Services/SubscriptionCancellation/CancellationValidator.php';
  21414.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Services/SubscriptionHistory/SubscriptionHistoryHandler.php';
  21415.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Actions/ConfirmAction.php';
  21416.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Actions/UpdateAddressAction.php';
  21417.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Actions/UpdatePaymentAction.php';
  21418.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Actions/RenewAction.php';
  21419.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Services/SubscriptionRenewing/SubscriptionRenewing.php';
  21420.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Services/SubscriptionRenewing/OrderCloneService.php';
  21421.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Actions/PauseAction.php';
  21422.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Actions/ResumeAction.php';
  21423.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Actions/SkipAction.php';
  21424.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Actions/CancelAction.php';
  21425.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Actions/RemindAction.php';
  21426.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Subscription/Services/SubscriptionReminder/ReminderValidator.php';
  21427.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Compatibility/Bundles/FlowBuilder/FlowBuilderEventFactory.php';
  21428.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/Builder/MollieOrderPriceBuilder.php';
  21429.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mollie/OrderStatusConverter.php';
  21430.         $a = ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\DAL\\Repository\\SubscriptionRepository'] ?? $this->getSubscriptionRepositoryService());
  21431.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'])) {
  21432.             return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'];
  21433.         }
  21434.         $b = ($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'] ?? $this->getCustomerServiceService());
  21435.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'])) {
  21436.             return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'];
  21437.         }
  21438.         $c = ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderFactory'] ?? $this->getFlowBuilderFactoryService());
  21439.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'])) {
  21440.             return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'];
  21441.         }
  21442.         $d = ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService());
  21443.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'])) {
  21444.             return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'];
  21445.         }
  21446.         $e = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  21447.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'])) {
  21448.             return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'];
  21449.         }
  21450.         $f = ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService());
  21451.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'])) {
  21452.             return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'];
  21453.         }
  21454.         $g = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  21455.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'])) {
  21456.             return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'];
  21457.         }
  21458.         $h = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  21459.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'])) {
  21460.             return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'];
  21461.         }
  21462.         $i = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] ?? $this->getProcessorService());
  21463.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'])) {
  21464.             return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'];
  21465.         }
  21466.         $j = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  21467.         if (isset($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'])) {
  21468.             return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'];
  21469.         }
  21470.         $k = ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService());
  21471.         $l = new \Kiener\MolliePayments\Components\Subscription\Services\Builder\SubscriptionBuilder();
  21472.         $m = ($this->privates['Kiener\\MolliePayments\\Service\\Router\\RoutingBuilder'] ?? $this->getRoutingBuilderService());
  21473.         $n = new \Kiener\MolliePayments\Components\Subscription\Services\Builder\MollieDataBuilder($m);
  21474.         $o = ($this->privates['Kiener\\MolliePayments\\Gateway\\Mollie\\MollieGateway'] ?? $this->getMollieGatewayService());
  21475.         $p = new \Kiener\MolliePayments\Components\Subscription\Services\SubscriptionCancellation\CancellationValidator();
  21476.         $q = ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderEventFactory'] ?? ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderEventFactory'] = new \Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\FlowBuilderEventFactory('6.4.20.2')));
  21477.         $r = new \Kiener\MolliePayments\Components\Subscription\Services\SubscriptionHistory\SubscriptionHistoryHandler($a);
  21478.         $s = ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService());
  21479.         $t = ($this->privates['Kiener\\MolliePayments\\Service\\Mollie\\OrderStatusConverter'] ?? ($this->privates['Kiener\\MolliePayments\\Service\\Mollie\\OrderStatusConverter'] = new \Kiener\MolliePayments\Service\Mollie\OrderStatusConverter()));
  21480.         return $this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'] = new \Kiener\MolliePayments\Components\Subscription\SubscriptionManager(new \Kiener\MolliePayments\Components\Subscription\Actions\CreateAction($k$a$l$n$b$o$p$c$q$r$s), new \Kiener\MolliePayments\Components\Subscription\Actions\ConfirmAction($k$a$l$n$b$o$p$c$q$r$s), new \Kiener\MolliePayments\Components\Subscription\Actions\UpdateAddressAction($k$a$l$n$b$o$p$c$q$r$s$d), new \Kiener\MolliePayments\Components\Subscription\Actions\UpdatePaymentAction($k$a$l$n$b$o$p$c$q$r$s, ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\Builder\\MollieOrderPriceBuilder'] ?? ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\Builder\\MollieOrderPriceBuilder'] = new \Kiener\MolliePayments\Service\MollieApi\Builder\MollieOrderPriceBuilder())), $m$t), new \Kiener\MolliePayments\Components\Subscription\Actions\RenewAction($k$a$l$n$b$o$p$c$q$r$s, new \Kiener\MolliePayments\Components\Subscription\Services\SubscriptionRenewing\SubscriptionRenewing($e$f$d, new \Kiener\MolliePayments\Components\Subscription\Services\SubscriptionRenewing\OrderCloneService($g$h$i)), $t), new \Kiener\MolliePayments\Components\Subscription\Actions\PauseAction($k$a$l$n$b$o$p$c$q$r$s), new \Kiener\MolliePayments\Components\Subscription\Actions\ResumeAction($k$a$l$n$b$o$p$c$q$r$s), new \Kiener\MolliePayments\Components\Subscription\Actions\SkipAction($k$a$l$n$b$o$p$c$q$r$s), new \Kiener\MolliePayments\Components\Subscription\Actions\CancelAction($k$a$l$n$b$o$p$c$q$r$s), new \Kiener\MolliePayments\Components\Subscription\Actions\RemindAction($k$a$l$n$b$o$p$c$q$r$s$j, new \Kiener\MolliePayments\Components\Subscription\Services\SubscriptionReminder\ReminderValidator()), $a);
  21481.     }
  21482.     /**
  21483.      * Gets the private 'Kiener\MolliePayments\Components\Voucher\Service\VoucherRemover' shared service.
  21484.      *
  21485.      * @return \Kiener\MolliePayments\Components\Voucher\Service\VoucherRemover
  21486.      */
  21487.     protected function getVoucherRemoverService()
  21488.     {
  21489.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/PaymentMethodRemoverInterface.php';
  21490.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/CartAwareRouteInterface.php';
  21491.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/OrderAwareRouteInterface.php';
  21492.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/PaymentMethodRemover.php';
  21493.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Components/Voucher/Service/VoucherRemover.php';
  21494.         return $this->privates['Kiener\\MolliePayments\\Components\\Voucher\\Service\\VoucherRemover'] = new \Kiener\MolliePayments\Components\Voucher\Service\VoucherRemover($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), ($this->privates['Kiener\\MolliePayments\\Service\\Voucher\\VoucherService'] ?? $this->getVoucherServiceService()), ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\OrderDataExtractor'] ?? $this->getOrderDataExtractorService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  21495.     }
  21496.     /**
  21497.      * Gets the private 'Kiener\MolliePayments\Controller\Storefront\Webhook\NotificationFacade' shared service.
  21498.      *
  21499.      * @return \Kiener\MolliePayments\Controller\Storefront\Webhook\NotificationFacade
  21500.      */
  21501.     protected function getNotificationFacadeService()
  21502.     {
  21503.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Controller/Storefront/Webhook/NotificationFacade.php';
  21504.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mollie/OrderStatusConverter.php';
  21505.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Compatibility/Bundles/FlowBuilder/FlowBuilderEventFactory.php';
  21506.         return $this->privates['Kiener\\MolliePayments\\Controller\\Storefront\\Webhook\\NotificationFacade'] = new \Kiener\MolliePayments\Controller\Storefront\Webhook\NotificationFacade(($this->privates['Kiener\\MolliePayments\\Gateway\\Mollie\\MollieGateway'] ?? $this->getMollieGatewayService()), ($this->privates['Kiener\\MolliePayments\\Service\\Mollie\\OrderStatusConverter'] ?? ($this->privates['Kiener\\MolliePayments\\Service\\Mollie\\OrderStatusConverter'] = new \Kiener\MolliePayments\Service\Mollie\OrderStatusConverter())), ($this->privates['Kiener\\MolliePayments\\Service\\Order\\OrderStatusUpdater'] ?? $this->getOrderStatusUpdaterService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()), ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderFactory'] ?? $this->getFlowBuilderFactoryService()), ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderEventFactory'] ?? ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\FlowBuilderEventFactory'] = new \Kiener\MolliePayments\Compatibility\Bundles\FlowBuilder\FlowBuilderEventFactory('6.4.20.2'))), ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'] ?? $this->getSubscriptionManagerService()), ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  21507.     }
  21508.     /**
  21509.      * Gets the private 'Kiener\MolliePayments\Facade\Controller\PaymentReturnFacade' shared service.
  21510.      *
  21511.      * @return \Kiener\MolliePayments\Facade\Controller\PaymentReturnFacade
  21512.      */
  21513.     protected function getPaymentReturnFacadeService()
  21514.     {
  21515.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Facade/Controller/PaymentReturnFacade.php';
  21516.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Facade/MollieOrderPaymentFlow.php';
  21517.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mollie/OrderStatusConverter.php';
  21518.         $a = ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService());
  21519.         return $this->privates['Kiener\\MolliePayments\\Facade\\Controller\\PaymentReturnFacade'] = new \Kiener\MolliePayments\Facade\Controller\PaymentReturnFacade(($this->services['router'] ?? $this->getRouterService()), ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService()), $a, ($this->privates['Kiener\\MolliePayments\\Service\\TransactionService'] ?? $this->getTransactionServiceService()), ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\Order'] ?? $this->getOrderService()), new \Kiener\MolliePayments\Facade\MollieOrderPaymentFlow(($this->privates['Kiener\\MolliePayments\\Service\\Mollie\\OrderStatusConverter'] ?? ($this->privates['Kiener\\MolliePayments\\Service\\Mollie\\OrderStatusConverter'] = new \Kiener\MolliePayments\Service\Mollie\OrderStatusConverter())), ($this->privates['Kiener\\MolliePayments\\Service\\Order\\OrderStatusUpdater'] ?? $this->getOrderStatusUpdaterService()), $a, ($this->services['Kiener\\MolliePayments\\Service\\PaymentMethodService'] ?? $this->getPaymentMethodServiceService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService())), ($this->privates['Kiener\\MolliePayments\\Service\\Router\\RoutingDetector'] ?? $this->getRoutingDetectorService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  21520.     }
  21521.     /**
  21522.      * Gets the private 'Kiener\MolliePayments\Facade\MollieShipment' shared service.
  21523.      *
  21524.      * @return \Kiener\MolliePayments\Facade\MollieShipment
  21525.      */
  21526.     protected function getMollieShipmentService()
  21527.     {
  21528.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Facade/MollieShipmentInterface.php';
  21529.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Facade/MollieShipment.php';
  21530.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MolliePaymentExtractor.php';
  21531.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Transition/DeliveryTransitionServiceInterface.php';
  21532.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Transition/DeliveryTransitionService.php';
  21533.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/Shipment.php';
  21534.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/OrderDeliveryService.php';
  21535.         $a = ($this->privates['Kiener\\MolliePayments\\Service\\Transition\\TransitionService'] ?? $this->getTransitionServiceService());
  21536.         if (isset($this->privates['Kiener\\MolliePayments\\Facade\\MollieShipment'])) {
  21537.             return $this->privates['Kiener\\MolliePayments\\Facade\\MollieShipment'];
  21538.         }
  21539.         $b = ($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService());
  21540.         if (isset($this->privates['Kiener\\MolliePayments\\Facade\\MollieShipment'])) {
  21541.             return $this->privates['Kiener\\MolliePayments\\Facade\\MollieShipment'];
  21542.         }
  21543.         $c = ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService());
  21544.         if (isset($this->privates['Kiener\\MolliePayments\\Facade\\MollieShipment'])) {
  21545.             return $this->privates['Kiener\\MolliePayments\\Facade\\MollieShipment'];
  21546.         }
  21547.         $d = ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\OrderDataExtractor'] ?? $this->getOrderDataExtractorService());
  21548.         if (isset($this->privates['Kiener\\MolliePayments\\Facade\\MollieShipment'])) {
  21549.             return $this->privates['Kiener\\MolliePayments\\Facade\\MollieShipment'];
  21550.         }
  21551.         $e = ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService());
  21552.         $f = ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\Order'] ?? $this->getOrderService());
  21553.         return $this->privates['Kiener\\MolliePayments\\Facade\\MollieShipment'] = new \Kiener\MolliePayments\Facade\MollieShipment(new \Kiener\MolliePayments\Service\MolliePaymentExtractor(), new \Kiener\MolliePayments\Service\Transition\DeliveryTransitionService($a$e), $f, new \Kiener\MolliePayments\Service\MollieApi\Shipment($f), new \Kiener\MolliePayments\Service\OrderDeliveryService($b), $c$d$e);
  21554.     }
  21555.     /**
  21556.      * Gets the private 'Kiener\MolliePayments\Factory\MollieApiFactory' shared service.
  21557.      *
  21558.      * @return \Kiener\MolliePayments\Factory\MollieApiFactory
  21559.      */
  21560.     protected function getMollieApiFactoryService()
  21561.     {
  21562.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Factory/MollieApiFactory.php';
  21563.         return $this->privates['Kiener\\MolliePayments\\Factory\\MollieApiFactory'] = new \Kiener\MolliePayments\Factory\MollieApiFactory('6.4.20.2', ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  21564.     }
  21565.     /**
  21566.      * Gets the private 'Kiener\MolliePayments\Gateway\Mollie\MollieGateway' shared service.
  21567.      *
  21568.      * @return \Kiener\MolliePayments\Gateway\Mollie\MollieGateway
  21569.      */
  21570.     protected function getMollieGatewayService()
  21571.     {
  21572.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Gateway/MollieGatewayInterface.php';
  21573.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Gateway/Mollie/MollieGateway.php';
  21574.         return $this->privates['Kiener\\MolliePayments\\Gateway\\Mollie\\MollieGateway'] = new \Kiener\MolliePayments\Gateway\Mollie\MollieGateway(($this->privates['Kiener\\MolliePayments\\Factory\\MollieApiFactory'] ?? $this->getMollieApiFactoryService()));
  21575.     }
  21576.     /**
  21577.      * Gets the private 'Kiener\MolliePayments\Handler\Method\ApplePayPayment' shared service.
  21578.      *
  21579.      * @return \Kiener\MolliePayments\Handler\Method\ApplePayPayment
  21580.      */
  21581.     protected function getApplePayPaymentService()
  21582.     {
  21583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21584.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21585.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21586.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/ApplePayPayment.php';
  21587.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment'] = new \Kiener\MolliePayments\Handler\Method\ApplePayPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21588.     }
  21589.     /**
  21590.      * Gets the private 'Kiener\MolliePayments\Handler\Method\BanContactPayment' shared service.
  21591.      *
  21592.      * @return \Kiener\MolliePayments\Handler\Method\BanContactPayment
  21593.      */
  21594.     protected function getBanContactPaymentService()
  21595.     {
  21596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21597.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21598.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21599.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/BanContactPayment.php';
  21600.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\BanContactPayment'] = new \Kiener\MolliePayments\Handler\Method\BanContactPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21601.     }
  21602.     /**
  21603.      * Gets the private 'Kiener\MolliePayments\Handler\Method\BankTransferPayment' shared service.
  21604.      *
  21605.      * @return \Kiener\MolliePayments\Handler\Method\BankTransferPayment
  21606.      */
  21607.     protected function getBankTransferPaymentService()
  21608.     {
  21609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21611.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21612.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/BankTransferPayment.php';
  21613.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\BankTransferPayment'] = new \Kiener\MolliePayments\Handler\Method\BankTransferPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this, ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()));
  21614.     }
  21615.     /**
  21616.      * Gets the private 'Kiener\MolliePayments\Handler\Method\BelfiusPayment' shared service.
  21617.      *
  21618.      * @return \Kiener\MolliePayments\Handler\Method\BelfiusPayment
  21619.      */
  21620.     protected function getBelfiusPaymentService()
  21621.     {
  21622.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21624.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21625.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/BelfiusPayment.php';
  21626.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\BelfiusPayment'] = new \Kiener\MolliePayments\Handler\Method\BelfiusPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21627.     }
  21628.     /**
  21629.      * Gets the private 'Kiener\MolliePayments\Handler\Method\BilliePayment' shared service.
  21630.      *
  21631.      * @return \Kiener\MolliePayments\Handler\Method\BilliePayment
  21632.      */
  21633.     protected function getBilliePaymentService()
  21634.     {
  21635.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21637.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21638.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/BilliePayment.php';
  21639.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\BilliePayment'] = new \Kiener\MolliePayments\Handler\Method\BilliePayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21640.     }
  21641.     /**
  21642.      * Gets the private 'Kiener\MolliePayments\Handler\Method\CreditCardPayment' shared service.
  21643.      *
  21644.      * @return \Kiener\MolliePayments\Handler\Method\CreditCardPayment
  21645.      */
  21646.     protected function getCreditCardPaymentService()
  21647.     {
  21648.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21650.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21651.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/CreditCardPayment.php';
  21652.         $a = ($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'] ?? $this->getCustomerServiceService());
  21653.         if (isset($this->privates['Kiener\\MolliePayments\\Handler\\Method\\CreditCardPayment'])) {
  21654.             return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\CreditCardPayment'];
  21655.         }
  21656.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\CreditCardPayment'] = new \Kiener\MolliePayments\Handler\Method\CreditCardPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this$a);
  21657.     }
  21658.     /**
  21659.      * Gets the private 'Kiener\MolliePayments\Handler\Method\DirectDebitPayment' shared service.
  21660.      *
  21661.      * @return \Kiener\MolliePayments\Handler\Method\DirectDebitPayment
  21662.      */
  21663.     protected function getDirectDebitPaymentService()
  21664.     {
  21665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21667.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21668.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/DirectDebitPayment.php';
  21669.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\DirectDebitPayment'] = new \Kiener\MolliePayments\Handler\Method\DirectDebitPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21670.     }
  21671.     /**
  21672.      * Gets the private 'Kiener\MolliePayments\Handler\Method\EpsPayment' shared service.
  21673.      *
  21674.      * @return \Kiener\MolliePayments\Handler\Method\EpsPayment
  21675.      */
  21676.     protected function getEpsPaymentService()
  21677.     {
  21678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21680.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21681.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/EpsPayment.php';
  21682.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\EpsPayment'] = new \Kiener\MolliePayments\Handler\Method\EpsPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21683.     }
  21684.     /**
  21685.      * Gets the private 'Kiener\MolliePayments\Handler\Method\GiftCardPayment' shared service.
  21686.      *
  21687.      * @return \Kiener\MolliePayments\Handler\Method\GiftCardPayment
  21688.      */
  21689.     protected function getGiftCardPaymentService()
  21690.     {
  21691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21693.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21694.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/GiftCardPayment.php';
  21695.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\GiftCardPayment'] = new \Kiener\MolliePayments\Handler\Method\GiftCardPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21696.     }
  21697.     /**
  21698.      * Gets the private 'Kiener\MolliePayments\Handler\Method\GiroPayPayment' shared service.
  21699.      *
  21700.      * @return \Kiener\MolliePayments\Handler\Method\GiroPayPayment
  21701.      */
  21702.     protected function getGiroPayPaymentService()
  21703.     {
  21704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21705.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21706.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21707.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/GiroPayPayment.php';
  21708.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\GiroPayPayment'] = new \Kiener\MolliePayments\Handler\Method\GiroPayPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21709.     }
  21710.     /**
  21711.      * Gets the private 'Kiener\MolliePayments\Handler\Method\In3Payment' shared service.
  21712.      *
  21713.      * @return \Kiener\MolliePayments\Handler\Method\In3Payment
  21714.      */
  21715.     protected function getIn3PaymentService()
  21716.     {
  21717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21719.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21720.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/In3Payment.php';
  21721.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\In3Payment'] = new \Kiener\MolliePayments\Handler\Method\In3Payment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21722.     }
  21723.     /**
  21724.      * Gets the private 'Kiener\MolliePayments\Handler\Method\IngHomePayPayment' shared service.
  21725.      *
  21726.      * @return \Kiener\MolliePayments\Handler\Method\IngHomePayPayment
  21727.      */
  21728.     protected function getIngHomePayPaymentService()
  21729.     {
  21730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21732.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21733.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/IngHomePayPayment.php';
  21734.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\IngHomePayPayment'] = new \Kiener\MolliePayments\Handler\Method\IngHomePayPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21735.     }
  21736.     /**
  21737.      * Gets the private 'Kiener\MolliePayments\Handler\Method\KbcPayment' shared service.
  21738.      *
  21739.      * @return \Kiener\MolliePayments\Handler\Method\KbcPayment
  21740.      */
  21741.     protected function getKbcPaymentService()
  21742.     {
  21743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21745.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21746.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/KbcPayment.php';
  21747.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\KbcPayment'] = new \Kiener\MolliePayments\Handler\Method\KbcPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21748.     }
  21749.     /**
  21750.      * Gets the private 'Kiener\MolliePayments\Handler\Method\KlarnaPayLaterPayment' shared service.
  21751.      *
  21752.      * @return \Kiener\MolliePayments\Handler\Method\KlarnaPayLaterPayment
  21753.      */
  21754.     protected function getKlarnaPayLaterPaymentService()
  21755.     {
  21756.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21758.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21759.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/KlarnaPayLaterPayment.php';
  21760.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\KlarnaPayLaterPayment'] = new \Kiener\MolliePayments\Handler\Method\KlarnaPayLaterPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21761.     }
  21762.     /**
  21763.      * Gets the private 'Kiener\MolliePayments\Handler\Method\KlarnaPayNowPayment' shared service.
  21764.      *
  21765.      * @return \Kiener\MolliePayments\Handler\Method\KlarnaPayNowPayment
  21766.      */
  21767.     protected function getKlarnaPayNowPaymentService()
  21768.     {
  21769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21771.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21772.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/KlarnaPayNowPayment.php';
  21773.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\KlarnaPayNowPayment'] = new \Kiener\MolliePayments\Handler\Method\KlarnaPayNowPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21774.     }
  21775.     /**
  21776.      * Gets the private 'Kiener\MolliePayments\Handler\Method\KlarnaSliceItPayment' shared service.
  21777.      *
  21778.      * @return \Kiener\MolliePayments\Handler\Method\KlarnaSliceItPayment
  21779.      */
  21780.     protected function getKlarnaSliceItPaymentService()
  21781.     {
  21782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21784.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21785.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/KlarnaSliceItPayment.php';
  21786.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\KlarnaSliceItPayment'] = new \Kiener\MolliePayments\Handler\Method\KlarnaSliceItPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21787.     }
  21788.     /**
  21789.      * Gets the private 'Kiener\MolliePayments\Handler\Method\PayPalPayment' shared service.
  21790.      *
  21791.      * @return \Kiener\MolliePayments\Handler\Method\PayPalPayment
  21792.      */
  21793.     protected function getPayPalPaymentService()
  21794.     {
  21795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21797.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21798.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/PayPalPayment.php';
  21799.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\PayPalPayment'] = new \Kiener\MolliePayments\Handler\Method\PayPalPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21800.     }
  21801.     /**
  21802.      * Gets the private 'Kiener\MolliePayments\Handler\Method\PaySafeCardPayment' shared service.
  21803.      *
  21804.      * @return \Kiener\MolliePayments\Handler\Method\PaySafeCardPayment
  21805.      */
  21806.     protected function getPaySafeCardPaymentService()
  21807.     {
  21808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21810.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21811.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/PaySafeCardPayment.php';
  21812.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\PaySafeCardPayment'] = new \Kiener\MolliePayments\Handler\Method\PaySafeCardPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21813.     }
  21814.     /**
  21815.      * Gets the private 'Kiener\MolliePayments\Handler\Method\Przelewy24Payment' shared service.
  21816.      *
  21817.      * @return \Kiener\MolliePayments\Handler\Method\Przelewy24Payment
  21818.      */
  21819.     protected function getPrzelewy24PaymentService()
  21820.     {
  21821.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21823.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21824.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/Przelewy24Payment.php';
  21825.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\Przelewy24Payment'] = new \Kiener\MolliePayments\Handler\Method\Przelewy24Payment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21826.     }
  21827.     /**
  21828.      * Gets the private 'Kiener\MolliePayments\Handler\Method\SofortPayment' shared service.
  21829.      *
  21830.      * @return \Kiener\MolliePayments\Handler\Method\SofortPayment
  21831.      */
  21832.     protected function getSofortPaymentService()
  21833.     {
  21834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21835.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21836.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21837.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/SofortPayment.php';
  21838.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\SofortPayment'] = new \Kiener\MolliePayments\Handler\Method\SofortPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21839.     }
  21840.     /**
  21841.      * Gets the private 'Kiener\MolliePayments\Handler\Method\VoucherPayment' shared service.
  21842.      *
  21843.      * @return \Kiener\MolliePayments\Handler\Method\VoucherPayment
  21844.      */
  21845.     protected function getVoucherPaymentService()
  21846.     {
  21847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21849.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21850.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/VoucherPayment.php';
  21851.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\VoucherPayment'] = new \Kiener\MolliePayments\Handler\Method\VoucherPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21852.     }
  21853.     /**
  21854.      * Gets the private 'Kiener\MolliePayments\Handler\Method\iDealPayment' shared service.
  21855.      *
  21856.      * @return \Kiener\MolliePayments\Handler\Method\iDealPayment
  21857.      */
  21858.     protected function getIDealPaymentService()
  21859.     {
  21860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21862.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21863.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/Method/iDealPayment.php';
  21864.         return $this->privates['Kiener\\MolliePayments\\Handler\\Method\\iDealPayment'] = new \Kiener\MolliePayments\Handler\Method\iDealPayment(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21865.     }
  21866.     /**
  21867.      * Gets the private 'Kiener\MolliePayments\Handler\PaymentHandler' shared service.
  21868.      *
  21869.      * @return \Kiener\MolliePayments\Handler\PaymentHandler
  21870.      */
  21871.     protected function getPaymentHandlerService()
  21872.     {
  21873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21875.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Handler/PaymentHandler.php';
  21876.         return $this->privates['Kiener\\MolliePayments\\Handler\\PaymentHandler'] = new \Kiener\MolliePayments\Handler\PaymentHandler(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $this);
  21877.     }
  21878.     /**
  21879.      * Gets the private 'Kiener\MolliePayments\Repository\Order\OrderRepository' shared service.
  21880.      *
  21881.      * @return \Kiener\MolliePayments\Repository\Order\OrderRepository
  21882.      */
  21883.     protected function getOrderRepositoryService()
  21884.     {
  21885.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Repository/Order/OrderRepository.php';
  21886.         return $this->privates['Kiener\\MolliePayments\\Repository\\Order\\OrderRepository'] = new \Kiener\MolliePayments\Repository\Order\OrderRepository(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  21887.     }
  21888.     /**
  21889.      * Gets the private 'Kiener\MolliePayments\ScheduledTask\Subscription\RenewalReminder\RenewalReminderTask' shared service.
  21890.      *
  21891.      * @return \Kiener\MolliePayments\ScheduledTask\Subscription\RenewalReminder\RenewalReminderTask
  21892.      */
  21893.     protected function getRenewalReminderTaskService()
  21894.     {
  21895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTask.php';
  21896.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/ScheduledTask/Subscription/RenewalReminder/RenewalReminderTask.php';
  21897.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/ScheduledTask/ScheduledTaskFactory.php';
  21898.         return $this->privates['Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTask'] = (new \Kiener\MolliePayments\ScheduledTask\ScheduledTaskFactory(($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService())))->createRenewalReminderTask();
  21899.     }
  21900.     /**
  21901.      * Gets the private 'Kiener\MolliePayments\ScheduledTask\Subscription\RenewalReminder\RenewalReminderTaskHandler' shared service.
  21902.      *
  21903.      * @return \Kiener\MolliePayments\ScheduledTask\Subscription\RenewalReminder\RenewalReminderTaskHandler
  21904.      */
  21905.     protected function getRenewalReminderTaskHandlerService()
  21906.     {
  21907.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/ScheduledTask/Subscription/RenewalReminder/RenewalReminderTaskHandler.php';
  21908.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  21909.         if (isset($this->privates['Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTaskHandler'])) {
  21910.             return $this->privates['Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTaskHandler'];
  21911.         }
  21912.         $b = ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'] ?? $this->getSubscriptionManagerService());
  21913.         if (isset($this->privates['Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTaskHandler'])) {
  21914.             return $this->privates['Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTaskHandler'];
  21915.         }
  21916.         return $this->privates['Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTaskHandler'] = new \Kiener\MolliePayments\ScheduledTask\Subscription\RenewalReminder\RenewalReminderTaskHandler($a$b, ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  21917.     }
  21918.     /**
  21919.      * Gets the private 'Kiener\MolliePayments\Service\Cart\CartBackupService' shared service.
  21920.      *
  21921.      * @return \Kiener\MolliePayments\Service\Cart\CartBackupService
  21922.      */
  21923.     protected function getCartBackupServiceService()
  21924.     {
  21925.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Cart/CartBackupService.php';
  21926.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service());
  21927.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\Cart\\CartBackupService'])) {
  21928.             return $this->privates['Kiener\\MolliePayments\\Service\\Cart\\CartBackupService'];
  21929.         }
  21930.         return $this->privates['Kiener\\MolliePayments\\Service\\Cart\\CartBackupService'] = new \Kiener\MolliePayments\Service\Cart\CartBackupService($a);
  21931.     }
  21932.     /**
  21933.      * Gets the private 'Kiener\MolliePayments\Service\Cart\Voucher\VoucherCartCollector' shared service.
  21934.      *
  21935.      * @return \Kiener\MolliePayments\Service\Cart\Voucher\VoucherCartCollector
  21936.      */
  21937.     protected function getVoucherCartCollectorService()
  21938.     {
  21939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  21940.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Cart/Voucher/VoucherCartCollector.php';
  21941.         $a = ($this->privates['Kiener\\MolliePayments\\Service\\Voucher\\VoucherService'] ?? $this->getVoucherServiceService());
  21942.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\Cart\\Voucher\\VoucherCartCollector'])) {
  21943.             return $this->privates['Kiener\\MolliePayments\\Service\\Cart\\Voucher\\VoucherCartCollector'];
  21944.         }
  21945.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  21946.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\Cart\\Voucher\\VoucherCartCollector'])) {
  21947.             return $this->privates['Kiener\\MolliePayments\\Service\\Cart\\Voucher\\VoucherCartCollector'];
  21948.         }
  21949.         return $this->privates['Kiener\\MolliePayments\\Service\\Cart\\Voucher\\VoucherCartCollector'] = new \Kiener\MolliePayments\Service\Cart\Voucher\VoucherCartCollector($a$b);
  21950.     }
  21951.     /**
  21952.      * Gets the private 'Kiener\MolliePayments\Service\CustomerService' shared service.
  21953.      *
  21954.      * @return \Kiener\MolliePayments\Service\CustomerService
  21955.      */
  21956.     protected function getCustomerServiceService()
  21957.     {
  21958.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/CustomerServiceInterface.php';
  21959.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/CustomerService.php';
  21960.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/Customer.php';
  21961.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  21962.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'])) {
  21963.             return $this->privates['Kiener\\MolliePayments\\Service\\CustomerService'];
  21964.         }
  21965.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  21966.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'])) {
  21967.             return $this->privates['Kiener\\MolliePayments\\Service\\CustomerService'];
  21968.         }
  21969.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21970.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'])) {
  21971.             return $this->privates['Kiener\\MolliePayments\\Service\\CustomerService'];
  21972.         }
  21973.         $d = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  21974.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'])) {
  21975.             return $this->privates['Kiener\\MolliePayments\\Service\\CustomerService'];
  21976.         }
  21977.         $e = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  21978.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'])) {
  21979.             return $this->privates['Kiener\\MolliePayments\\Service\\CustomerService'];
  21980.         }
  21981.         $f = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  21982.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'])) {
  21983.             return $this->privates['Kiener\\MolliePayments\\Service\\CustomerService'];
  21984.         }
  21985.         return $this->privates['Kiener\\MolliePayments\\Service\\CustomerService'] = new \Kiener\MolliePayments\Service\CustomerService($a$b, new \Kiener\MolliePayments\Service\MollieApi\Customer(($this->privates['Kiener\\MolliePayments\\Factory\\MollieApiFactory'] ?? $this->getMollieApiFactoryService())), $c, ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $d$e, ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), '6.4.20.2'$f);
  21986.     }
  21987.     /**
  21988.      * Gets the private 'Kiener\MolliePayments\Service\Mail\AttachmentGenerator\JsonPluginConfigurationGenerator' shared service.
  21989.      *
  21990.      * @return \Kiener\MolliePayments\Service\Mail\AttachmentGenerator\JsonPluginConfigurationGenerator
  21991.      */
  21992.     protected function getJsonPluginConfigurationGeneratorService()
  21993.     {
  21994.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mail/AttachmentGenerator/GeneratorInterface.php';
  21995.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mail/AttachmentGenerator/AbstractSalesChannelGenerator.php';
  21996.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mail/AttachmentGenerator/AbstractPluginConfigurationGenerator.php';
  21997.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mail/AttachmentGenerator/JsonPluginConfigurationGenerator.php';
  21998.         return $this->privates['Kiener\\MolliePayments\\Service\\Mail\\AttachmentGenerator\\JsonPluginConfigurationGenerator'] = new \Kiener\MolliePayments\Service\Mail\AttachmentGenerator\JsonPluginConfigurationGenerator(($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()));
  21999.     }
  22000.     /**
  22001.      * Gets the private 'Kiener\MolliePayments\Service\Mail\AttachmentGenerator\PaymentMethodGenerator' shared service.
  22002.      *
  22003.      * @return \Kiener\MolliePayments\Service\Mail\AttachmentGenerator\PaymentMethodGenerator
  22004.      */
  22005.     protected function getPaymentMethodGeneratorService()
  22006.     {
  22007.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mail/AttachmentGenerator/GeneratorInterface.php';
  22008.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mail/AttachmentGenerator/AbstractSalesChannelGenerator.php';
  22009.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mail/AttachmentGenerator/PaymentMethodGenerator.php';
  22010.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/SalesChannel/SalesChannelDataExtractor.php';
  22011.         return $this->privates['Kiener\\MolliePayments\\Service\\Mail\\AttachmentGenerator\\PaymentMethodGenerator'] = new \Kiener\MolliePayments\Service\Mail\AttachmentGenerator\PaymentMethodGenerator(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Kiener\\MolliePayments\\Factory\\MollieApiFactory'] ?? $this->getMollieApiFactoryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), new \Kiener\MolliePayments\Service\SalesChannel\SalesChannelDataExtractor());
  22012.     }
  22013.     /**
  22014.      * Gets the private 'Kiener\MolliePayments\Service\Mail\AttachmentGenerator\ReadablePluginConfigurationGenerator' shared service.
  22015.      *
  22016.      * @return \Kiener\MolliePayments\Service\Mail\AttachmentGenerator\ReadablePluginConfigurationGenerator
  22017.      */
  22018.     protected function getReadablePluginConfigurationGeneratorService()
  22019.     {
  22020.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mail/AttachmentGenerator/GeneratorInterface.php';
  22021.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mail/AttachmentGenerator/AbstractSalesChannelGenerator.php';
  22022.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mail/AttachmentGenerator/AbstractPluginConfigurationGenerator.php';
  22023.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Mail/AttachmentGenerator/ReadablePluginConfigurationGenerator.php';
  22024.         return $this->privates['Kiener\\MolliePayments\\Service\\Mail\\AttachmentGenerator\\ReadablePluginConfigurationGenerator'] = new \Kiener\MolliePayments\Service\Mail\AttachmentGenerator\ReadablePluginConfigurationGenerator(($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\ApiKeyValidator'] ?? $this->getApiKeyValidatorService()));
  22025.     }
  22026.     /**
  22027.      * Gets the private 'Kiener\MolliePayments\Service\MandateService' shared service.
  22028.      *
  22029.      * @return \Kiener\MolliePayments\Service\MandateService
  22030.      */
  22031.     protected function getMandateServiceService()
  22032.     {
  22033.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MandateServiceInterface.php';
  22034.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MandateService.php';
  22035.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/Mandate.php';
  22036.         $a = ($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'] ?? $this->getCustomerServiceService());
  22037.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\MandateService'])) {
  22038.             return $this->privates['Kiener\\MolliePayments\\Service\\MandateService'];
  22039.         }
  22040.         $b = ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\SubscriptionManager'] ?? $this->getSubscriptionManagerService());
  22041.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\MandateService'])) {
  22042.             return $this->privates['Kiener\\MolliePayments\\Service\\MandateService'];
  22043.         }
  22044.         return $this->privates['Kiener\\MolliePayments\\Service\\MandateService'] = new \Kiener\MolliePayments\Service\MandateService($a, new \Kiener\MolliePayments\Service\MollieApi\Mandate(($this->privates['Kiener\\MolliePayments\\Factory\\MollieApiFactory'] ?? $this->getMollieApiFactoryService())), $b);
  22045.     }
  22046.     /**
  22047.      * Gets the private 'Kiener\MolliePayments\Service\MollieApi\ApiKeyValidator' shared service.
  22048.      *
  22049.      * @return \Kiener\MolliePayments\Service\MollieApi\ApiKeyValidator
  22050.      */
  22051.     protected function getApiKeyValidatorService()
  22052.     {
  22053.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/ApiKeyValidator.php';
  22054.         return $this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\ApiKeyValidator'] = new \Kiener\MolliePayments\Service\MollieApi\ApiKeyValidator(($this->privates['Kiener\\MolliePayments\\Factory\\MollieApiFactory'] ?? $this->getMollieApiFactoryService()));
  22055.     }
  22056.     /**
  22057.      * Gets the private 'Kiener\MolliePayments\Service\MollieApi\Order' shared service.
  22058.      *
  22059.      * @return \Kiener\MolliePayments\Service\MollieApi\Order
  22060.      */
  22061.     protected function getOrderService()
  22062.     {
  22063.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/Order.php';
  22064.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/Payment.php';
  22065.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/RequestAnonymizer/MollieRequestAnonymizer.php';
  22066.         $a = ($this->privates['Kiener\\MolliePayments\\Factory\\MollieApiFactory'] ?? $this->getMollieApiFactoryService());
  22067.         return $this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\Order'] = new \Kiener\MolliePayments\Service\MollieApi\Order($a, new \Kiener\MolliePayments\Service\MollieApi\Payment($a), ($this->privates['Kiener\\MolliePayments\\Service\\Router\\RoutingBuilder'] ?? $this->getRoutingBuilderService()), new \Kiener\MolliePayments\Service\MollieApi\RequestAnonymizer\MollieRequestAnonymizer('*'), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()));
  22068.     }
  22069.     /**
  22070.      * Gets the private 'Kiener\MolliePayments\Service\MollieApi\OrderDataExtractor' shared service.
  22071.      *
  22072.      * @return \Kiener\MolliePayments\Service\MollieApi\OrderDataExtractor
  22073.      */
  22074.     protected function getOrderDataExtractorService()
  22075.     {
  22076.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/MollieApi/OrderDataExtractor.php';
  22077.         $a = ($this->privates['Kiener\\MolliePayments\\Service\\CustomerService'] ?? $this->getCustomerServiceService());
  22078.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\OrderDataExtractor'])) {
  22079.             return $this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\OrderDataExtractor'];
  22080.         }
  22081.         return $this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\OrderDataExtractor'] = new \Kiener\MolliePayments\Service\MollieApi\OrderDataExtractor(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), $a);
  22082.     }
  22083.     /**
  22084.      * Gets the private 'Kiener\MolliePayments\Service\OrderService' shared service.
  22085.      *
  22086.      * @return \Kiener\MolliePayments\Service\OrderService
  22087.      */
  22088.     protected function getOrderServiceService()
  22089.     {
  22090.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/OrderServiceInterface.php';
  22091.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/OrderService.php';
  22092.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/UpdateOrderTransactionCustomFields.php';
  22093.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  22094.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\OrderService'])) {
  22095.             return $this->privates['Kiener\\MolliePayments\\Service\\OrderService'];
  22096.         }
  22097.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderService2Service());
  22098.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\OrderService'])) {
  22099.             return $this->privates['Kiener\\MolliePayments\\Service\\OrderService'];
  22100.         }
  22101.         $c = ($this->privates['Kiener\\MolliePayments\\Service\\UpdateOrderCustomFields'] ?? $this->getUpdateOrderCustomFieldsService());
  22102.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\OrderService'])) {
  22103.             return $this->privates['Kiener\\MolliePayments\\Service\\OrderService'];
  22104.         }
  22105.         $d = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  22106.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\OrderService'])) {
  22107.             return $this->privates['Kiener\\MolliePayments\\Service\\OrderService'];
  22108.         }
  22109.         return $this->privates['Kiener\\MolliePayments\\Service\\OrderService'] = new \Kiener\MolliePayments\Service\OrderService($a$b, ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\Order'] ?? $this->getOrderService()), $c, new \Kiener\MolliePayments\Service\UpdateOrderTransactionCustomFields($d), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  22110.     }
  22111.     /**
  22112.      * Gets the private 'Kiener\MolliePayments\Service\Order\OrderStateService' shared service.
  22113.      *
  22114.      * @return \Kiener\MolliePayments\Service\Order\OrderStateService
  22115.      */
  22116.     protected function getOrderStateServiceService()
  22117.     {
  22118.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Order/OrderStateService.php';
  22119.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Transition/OrderTransitionServiceInterface.php';
  22120.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Transition/OrderTransitionService.php';
  22121.         return $this->privates['Kiener\\MolliePayments\\Service\\Order\\OrderStateService'] = new \Kiener\MolliePayments\Service\Order\OrderStateService(($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()), new \Kiener\MolliePayments\Service\Transition\OrderTransitionService(($this->privates['Kiener\\MolliePayments\\Service\\Transition\\TransitionService'] ?? $this->getTransitionServiceService())));
  22122.     }
  22123.     /**
  22124.      * Gets the private 'Kiener\MolliePayments\Service\Order\OrderStatusUpdater' shared service.
  22125.      *
  22126.      * @return \Kiener\MolliePayments\Service\Order\OrderStatusUpdater
  22127.      */
  22128.     protected function getOrderStatusUpdaterService()
  22129.     {
  22130.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Order/OrderStatusUpdater.php';
  22131.         return $this->privates['Kiener\\MolliePayments\\Service\\Order\\OrderStatusUpdater'] = new \Kiener\MolliePayments\Service\Order\OrderStatusUpdater(($this->privates['Kiener\\MolliePayments\\Service\\Order\\OrderStateService'] ?? $this->getOrderStateServiceService()), ($this->privates['Kiener\\MolliePayments\\Repository\\Order\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->services['Kiener\\MolliePayments\\Service\\Transition\\TransactionTransitionService'] ?? $this->getTransactionTransitionServiceService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  22132.     }
  22133.     /**
  22134.      * Gets the private 'Kiener\MolliePayments\Service\Payment\Remover\RegularPaymentRemover' shared service.
  22135.      *
  22136.      * @return \Kiener\MolliePayments\Service\Payment\Remover\RegularPaymentRemover
  22137.      */
  22138.     protected function getRegularPaymentRemoverService()
  22139.     {
  22140.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/PaymentMethodRemoverInterface.php';
  22141.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/CartAwareRouteInterface.php';
  22142.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/OrderAwareRouteInterface.php';
  22143.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/PaymentMethodRemover.php';
  22144.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Payment/Remover/RegularPaymentRemover.php';
  22145.         return $this->privates['Kiener\\MolliePayments\\Service\\Payment\\Remover\\RegularPaymentRemover'] = new \Kiener\MolliePayments\Service\Payment\Remover\RegularPaymentRemover($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), ($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\OrderDataExtractor'] ?? $this->getOrderDataExtractorService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  22146.     }
  22147.     /**
  22148.      * Gets the private 'Kiener\MolliePayments\Service\Refund\RefundService' shared service.
  22149.      *
  22150.      * @return \Kiener\MolliePayments\Service\Refund\RefundService
  22151.      */
  22152.     protected function getRefundServiceService()
  22153.     {
  22154.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Refund/RefundServiceInterface.php';
  22155.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Refund/RefundService.php';
  22156.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Hydrator/RefundHydrator.php';
  22157.         $a = ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService());
  22158.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\Refund\\RefundService'])) {
  22159.             return $this->privates['Kiener\\MolliePayments\\Service\\Refund\\RefundService'];
  22160.         }
  22161.         return $this->privates['Kiener\\MolliePayments\\Service\\Refund\\RefundService'] = new \Kiener\MolliePayments\Service\Refund\RefundService(($this->privates['Kiener\\MolliePayments\\Service\\MollieApi\\Order'] ?? $this->getOrderService()), $a, new \Kiener\MolliePayments\Hydrator\RefundHydrator(), ($this->privates['Kiener\\MolliePayments\\Gateway\\Mollie\\MollieGateway'] ?? $this->getMollieGatewayService()));
  22162.     }
  22163.     /**
  22164.      * Gets the private 'Kiener\MolliePayments\Service\Router\RoutingBuilder' shared service.
  22165.      *
  22166.      * @return \Kiener\MolliePayments\Service\Router\RoutingBuilder
  22167.      */
  22168.     protected function getRoutingBuilderService()
  22169.     {
  22170.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Router/RoutingBuilder.php';
  22171.         return $this->privates['Kiener\\MolliePayments\\Service\\Router\\RoutingBuilder'] = new \Kiener\MolliePayments\Service\Router\RoutingBuilder(($this->services['router'] ?? $this->getRouterService()), ($this->privates['Kiener\\MolliePayments\\Service\\Router\\RoutingDetector'] ?? $this->getRoutingDetectorService()), ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), $this->getEnv('default::APP_URL'));
  22172.     }
  22173.     /**
  22174.      * Gets the private 'Kiener\MolliePayments\Service\Router\RoutingDetector' shared service.
  22175.      *
  22176.      * @return \Kiener\MolliePayments\Service\Router\RoutingDetector
  22177.      */
  22178.     protected function getRoutingDetectorService()
  22179.     {
  22180.         return $this->privates['Kiener\\MolliePayments\\Service\\Router\\RoutingDetector'] = new \Kiener\MolliePayments\Service\Router\RoutingDetector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  22181.     }
  22182.     /**
  22183.      * Gets the private 'Kiener\MolliePayments\Service\SettingsService' shared service.
  22184.      *
  22185.      * @return \Kiener\MolliePayments\Service\SettingsService
  22186.      */
  22187.     protected function getSettingsServiceService()
  22188.     {
  22189.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  22190.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'])) {
  22191.             return $this->privates['Kiener\\MolliePayments\\Service\\SettingsService'];
  22192.         }
  22193.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  22194.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'])) {
  22195.             return $this->privates['Kiener\\MolliePayments\\Service\\SettingsService'];
  22196.         }
  22197.         return $this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] = new \Kiener\MolliePayments\Service\SettingsService($a$b$this->getEnv('default::MOLLIE_SHOP_DOMAIN'), $this->getEnv('default::MOLLIE_DEV_MODE'), $this->getEnv('default::MOLLIE_CYPRESS_MODE'));
  22198.     }
  22199.     /**
  22200.      * Gets the private 'Kiener\MolliePayments\Service\TransactionService' shared service.
  22201.      *
  22202.      * @return \Kiener\MolliePayments\Service\TransactionService
  22203.      */
  22204.     protected function getTransactionServiceService()
  22205.     {
  22206.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  22207.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\TransactionService'])) {
  22208.             return $this->privates['Kiener\\MolliePayments\\Service\\TransactionService'];
  22209.         }
  22210.         return $this->privates['Kiener\\MolliePayments\\Service\\TransactionService'] = new \Kiener\MolliePayments\Service\TransactionService($a);
  22211.     }
  22212.     /**
  22213.      * Gets the private 'Kiener\MolliePayments\Service\Transition\TransitionService' shared service.
  22214.      *
  22215.      * @return \Kiener\MolliePayments\Service\Transition\TransitionService
  22216.      */
  22217.     protected function getTransitionServiceService()
  22218.     {
  22219.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Transition/TransitionServiceInterface.php';
  22220.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Transition/TransitionService.php';
  22221.         $a = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  22222.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\Transition\\TransitionService'])) {
  22223.             return $this->privates['Kiener\\MolliePayments\\Service\\Transition\\TransitionService'];
  22224.         }
  22225.         return $this->privates['Kiener\\MolliePayments\\Service\\Transition\\TransitionService'] = new \Kiener\MolliePayments\Service\Transition\TransitionService($a);
  22226.     }
  22227.     /**
  22228.      * Gets the private 'Kiener\MolliePayments\Service\UpdateOrderCustomFields' shared service.
  22229.      *
  22230.      * @return \Kiener\MolliePayments\Service\UpdateOrderCustomFields
  22231.      */
  22232.     protected function getUpdateOrderCustomFieldsService()
  22233.     {
  22234.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/UpdateOrderCustomFields.php';
  22235.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  22236.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\UpdateOrderCustomFields'])) {
  22237.             return $this->privates['Kiener\\MolliePayments\\Service\\UpdateOrderCustomFields'];
  22238.         }
  22239.         return $this->privates['Kiener\\MolliePayments\\Service\\UpdateOrderCustomFields'] = new \Kiener\MolliePayments\Service\UpdateOrderCustomFields($a);
  22240.     }
  22241.     /**
  22242.      * Gets the private 'Kiener\MolliePayments\Service\Voucher\VoucherService' shared service.
  22243.      *
  22244.      * @return \Kiener\MolliePayments\Service\Cart\Voucher\VoucherService
  22245.      */
  22246.     protected function getVoucherServiceService()
  22247.     {
  22248.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/Cart/Voucher/VoucherService.php';
  22249.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Repository/Product/ProductRepositoryInterface.php';
  22250.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Repository/Product/ProductRepository.php';
  22251.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  22252.         if (isset($this->privates['Kiener\\MolliePayments\\Service\\Voucher\\VoucherService'])) {
  22253.             return $this->privates['Kiener\\MolliePayments\\Service\\Voucher\\VoucherService'];
  22254.         }
  22255.         return $this->privates['Kiener\\MolliePayments\\Service\\Voucher\\VoucherService'] = new \Kiener\MolliePayments\Service\Cart\Voucher\VoucherService(new \Kiener\MolliePayments\Repository\Product\ProductRepository($a), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  22256.     }
  22257.     /**
  22258.      * Gets the private 'Kiener\MolliePayments\Subscriber\AccountPaymentMethodPageSubscriber' shared service.
  22259.      *
  22260.      * @return \Kiener\MolliePayments\Subscriber\AccountPaymentMethodPageSubscriber
  22261.      */
  22262.     protected function getAccountPaymentMethodPageSubscriberService()
  22263.     {
  22264.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Subscriber/AccountPaymentMethodPageSubscriber.php';
  22265.         return $this->privates['Kiener\\MolliePayments\\Subscriber\\AccountPaymentMethodPageSubscriber'] = new \Kiener\MolliePayments\Subscriber\AccountPaymentMethodPageSubscriber(($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), ($this->privates['Kiener\\MolliePayments\\Service\\MandateService'] ?? $this->getMandateServiceService()));
  22266.     }
  22267.     /**
  22268.      * Gets the private 'Kiener\MolliePayments\Subscriber\ApplePayDirectSubscriber' shared service.
  22269.      *
  22270.      * @return \Kiener\MolliePayments\Subscriber\ApplePayDirectSubscriber
  22271.      */
  22272.     protected function getApplePayDirectSubscriberService()
  22273.     {
  22274.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Subscriber/ApplePayDirectSubscriber.php';
  22275.         $a = ($this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'] ?? $this->getApplePayDirectService());
  22276.         if (isset($this->privates['Kiener\\MolliePayments\\Subscriber\\ApplePayDirectSubscriber'])) {
  22277.             return $this->privates['Kiener\\MolliePayments\\Subscriber\\ApplePayDirectSubscriber'];
  22278.         }
  22279.         return $this->privates['Kiener\\MolliePayments\\Subscriber\\ApplePayDirectSubscriber'] = new \Kiener\MolliePayments\Subscriber\ApplePayDirectSubscriber(($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), $a);
  22280.     }
  22281.     /**
  22282.      * Gets the private 'Kiener\MolliePayments\Subscriber\ApplePaySubscriber' shared service.
  22283.      *
  22284.      * @return \Kiener\MolliePayments\Subscriber\ApplePaySubscriber
  22285.      */
  22286.     protected function getApplePaySubscriberService()
  22287.     {
  22288.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Subscriber/ApplePaySubscriber.php';
  22289.         $a = ($this->services['Kiener\\MolliePayments\\Components\\ApplePayDirect\\ApplePayDirect'] ?? $this->getApplePayDirectService());
  22290.         if (isset($this->privates['Kiener\\MolliePayments\\Subscriber\\ApplePaySubscriber'])) {
  22291.             return $this->privates['Kiener\\MolliePayments\\Subscriber\\ApplePaySubscriber'];
  22292.         }
  22293.         return $this->privates['Kiener\\MolliePayments\\Subscriber\\ApplePaySubscriber'] = new \Kiener\MolliePayments\Subscriber\ApplePaySubscriber($a);
  22294.     }
  22295.     /**
  22296.      * Gets the private 'Kiener\MolliePayments\Subscriber\CancelOrderSubscriber' shared service.
  22297.      *
  22298.      * @return \Kiener\MolliePayments\Subscriber\CancelOrderSubscriber
  22299.      */
  22300.     protected function getCancelOrderSubscriberService()
  22301.     {
  22302.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Subscriber/CancelOrderSubscriber.php';
  22303.         $a = ($this->privates['Kiener\\MolliePayments\\Service\\OrderService'] ?? $this->getOrderServiceService());
  22304.         if (isset($this->privates['Kiener\\MolliePayments\\Subscriber\\CancelOrderSubscriber'])) {
  22305.             return $this->privates['Kiener\\MolliePayments\\Subscriber\\CancelOrderSubscriber'];
  22306.         }
  22307.         return $this->privates['Kiener\\MolliePayments\\Subscriber\\CancelOrderSubscriber'] = new \Kiener\MolliePayments\Subscriber\CancelOrderSubscriber(($this->privates['Kiener\\MolliePayments\\Factory\\MollieApiFactory'] ?? $this->getMollieApiFactoryService()), $a, ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  22308.     }
  22309.     /**
  22310.      * Gets the private 'Kiener\MolliePayments\Subscriber\CheckoutConfirmPageSubscriber' shared service.
  22311.      *
  22312.      * @return \Kiener\MolliePayments\Subscriber\CheckoutConfirmPageSubscriber
  22313.      */
  22314.     protected function getCheckoutConfirmPageSubscriberService()
  22315.     {
  22316.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Subscriber/CheckoutConfirmPageSubscriber.php';
  22317.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  22318.         if (isset($this->privates['Kiener\\MolliePayments\\Subscriber\\CheckoutConfirmPageSubscriber'])) {
  22319.             return $this->privates['Kiener\\MolliePayments\\Subscriber\\CheckoutConfirmPageSubscriber'];
  22320.         }
  22321.         $b = ($this->services['locale.repository'] ?? $this->getLocale_RepositoryService());
  22322.         if (isset($this->privates['Kiener\\MolliePayments\\Subscriber\\CheckoutConfirmPageSubscriber'])) {
  22323.             return $this->privates['Kiener\\MolliePayments\\Subscriber\\CheckoutConfirmPageSubscriber'];
  22324.         }
  22325.         $c = ($this->privates['Kiener\\MolliePayments\\Service\\MandateService'] ?? $this->getMandateServiceService());
  22326.         if (isset($this->privates['Kiener\\MolliePayments\\Subscriber\\CheckoutConfirmPageSubscriber'])) {
  22327.             return $this->privates['Kiener\\MolliePayments\\Subscriber\\CheckoutConfirmPageSubscriber'];
  22328.         }
  22329.         return $this->privates['Kiener\\MolliePayments\\Subscriber\\CheckoutConfirmPageSubscriber'] = new \Kiener\MolliePayments\Subscriber\CheckoutConfirmPageSubscriber(($this->privates['Kiener\\MolliePayments\\Factory\\MollieApiFactory'] ?? $this->getMollieApiFactoryService()), ($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), $a$b$c);
  22330.     }
  22331.     /**
  22332.      * Gets the private 'Kiener\MolliePayments\Subscriber\OrderDeliverySubscriber' shared service.
  22333.      *
  22334.      * @return \Kiener\MolliePayments\Subscriber\OrderDeliverySubscriber
  22335.      */
  22336.     protected function getOrderDeliverySubscriberService()
  22337.     {
  22338.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Subscriber/OrderDeliverySubscriber.php';
  22339.         $a = ($this->privates['Kiener\\MolliePayments\\Facade\\MollieShipment'] ?? $this->getMollieShipmentService());
  22340.         if (isset($this->privates['Kiener\\MolliePayments\\Subscriber\\OrderDeliverySubscriber'])) {
  22341.             return $this->privates['Kiener\\MolliePayments\\Subscriber\\OrderDeliverySubscriber'];
  22342.         }
  22343.         return $this->privates['Kiener\\MolliePayments\\Subscriber\\OrderDeliverySubscriber'] = new \Kiener\MolliePayments\Subscriber\OrderDeliverySubscriber(($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), $a, ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  22344.     }
  22345.     /**
  22346.      * Gets the private 'Kiener\MolliePayments\Subscriber\ShippingSubscriber' shared service.
  22347.      *
  22348.      * @return \Kiener\MolliePayments\Subscriber\ShippingSubscriber
  22349.      */
  22350.     protected function getShippingSubscriberService()
  22351.     {
  22352.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Subscriber/ShippingSubscriber.php';
  22353.         return $this->privates['Kiener\\MolliePayments\\Subscriber\\ShippingSubscriber'] = new \Kiener\MolliePayments\Subscriber\ShippingSubscriber(($this->privates['Kiener\\MolliePayments\\Facade\\MollieShipment'] ?? $this->getMollieShipmentService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  22354.     }
  22355.     /**
  22356.      * Gets the private 'Kiener\MolliePayments\Subscriber\SubscriptionSubscriber' shared service.
  22357.      *
  22358.      * @return \Kiener\MolliePayments\Subscriber\SubscriptionSubscriber
  22359.      */
  22360.     protected function getSubscriptionSubscriberService()
  22361.     {
  22362.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Subscriber/SubscriptionSubscriber.php';
  22363.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  22364.         if (isset($this->privates['Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber'])) {
  22365.             return $this->privates['Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber'];
  22366.         }
  22367.         return $this->privates['Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber'] = new \Kiener\MolliePayments\Subscriber\SubscriptionSubscriber(($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), $a);
  22368.     }
  22369.     /**
  22370.      * Gets the private 'Kiener\MolliePayments\Subscriber\SystemConfigSubscriber' shared service.
  22371.      *
  22372.      * @return \Kiener\MolliePayments\Subscriber\SystemConfigSubscriber
  22373.      */
  22374.     protected function getSystemConfigSubscriberService()
  22375.     {
  22376.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Subscriber/SystemConfigSubscriber.php';
  22377.         return $this->privates['Kiener\\MolliePayments\\Subscriber\\SystemConfigSubscriber'] = new \Kiener\MolliePayments\Subscriber\SystemConfigSubscriber(($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  22378.     }
  22379.     /**
  22380.      * Gets the private 'Kiener\MolliePayments\Subscriber\TestModeNotificationSubscriber' shared service.
  22381.      *
  22382.      * @return \Kiener\MolliePayments\Subscriber\TestModeNotificationSubscriber
  22383.      */
  22384.     protected function getTestModeNotificationSubscriberService()
  22385.     {
  22386.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Subscriber/TestModeNotificationSubscriber.php';
  22387.         return $this->privates['Kiener\\MolliePayments\\Subscriber\\TestModeNotificationSubscriber'] = new \Kiener\MolliePayments\Subscriber\TestModeNotificationSubscriber(($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()));
  22388.     }
  22389.     /**
  22390.      * Gets the private 'Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber' shared service.
  22391.      *
  22392.      * @return \Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber
  22393.      */
  22394.     protected function getWebhookTimezoneSubscriberService()
  22395.     {
  22396.         $a = ($this->privates['Kiener\\MolliePayments\\Service\\TransactionService'] ?? $this->getTransactionServiceService());
  22397.         if (isset($this->privates['Kiener\\MolliePayments\\Subscriber\\WebhookTimezoneSubscriber'])) {
  22398.             return $this->privates['Kiener\\MolliePayments\\Subscriber\\WebhookTimezoneSubscriber'];
  22399.         }
  22400.         return $this->privates['Kiener\\MolliePayments\\Subscriber\\WebhookTimezoneSubscriber'] = new \Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber($a, ($this->privates['Kiener\\MolliePayments\\Service\\Router\\RoutingDetector'] ?? $this->getRoutingDetectorService()), ($this->privates['mollie_payments.logger'] ?? $this->getMolliePayments_LoggerService()));
  22401.     }
  22402.     /**
  22403.      * Gets the private 'Scop\PlatformRedirecter\Subscriber\RequestSubscriber' shared service.
  22404.      *
  22405.      * @return \Scop\PlatformRedirecter\Subscriber\RequestSubscriber
  22406.      */
  22407.     protected function getRequestSubscriberService()
  22408.     {
  22409.         include_once \dirname(__DIR__4).'/custom/plugins/ScopPlatformRedirecter/src/Subscriber/RequestSubscriber.php';
  22410.         $a = ($this->services['scop_platform_redirecter_redirect.repository'] ?? $this->getScopPlatformRedirecterRedirect_RepositoryService());
  22411.         if (isset($this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'])) {
  22412.             return $this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'];
  22413.         }
  22414.         $b = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  22415.         if (isset($this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'])) {
  22416.             return $this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'];
  22417.         }
  22418.         return $this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'] = new \Scop\PlatformRedirecter\Subscriber\RequestSubscriber($a$b);
  22419.     }
  22420.     /**
  22421.      * Gets the private 'Shopware\Administration\Snippet\CachedSnippetFinder' shared service.
  22422.      *
  22423.      * @return \Shopware\Administration\Snippet\CachedSnippetFinder
  22424.      */
  22425.     protected function getCachedSnippetFinderService()
  22426.     {
  22427.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinderInterface.php';
  22428.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/CachedSnippetFinder.php';
  22429.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinder.php';
  22430.         return $this->privates['Shopware\\Administration\\Snippet\\CachedSnippetFinder'] = new \Shopware\Administration\Snippet\CachedSnippetFinder(new \Shopware\Administration\Snippet\SnippetFinder(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  22431.     }
  22432.     /**
  22433.      * Gets the private 'Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber' shared service.
  22434.      *
  22435.      * @return \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber
  22436.      */
  22437.     protected function getSalesChannelUserConfigSubscriberService()
  22438.     {
  22439.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/System/SalesChannel/Subscriber/SalesChannelUserConfigSubscriber.php';
  22440.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  22441.         if (isset($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'])) {
  22442.             return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'];
  22443.         }
  22444.         return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] = new \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber($a);
  22445.     }
  22446.     /**
  22447.      * Gets the private 'Shopware\Core\Checkout\Cart\Address\AddressValidator' shared service.
  22448.      *
  22449.      * @return \Shopware\Core\Checkout\Cart\Address\AddressValidator
  22450.      */
  22451.     protected function getAddressValidatorService()
  22452.     {
  22453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  22454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Address/AddressValidator.php';
  22455.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  22456.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  22457.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'];
  22458.         }
  22459.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] = new \Shopware\Core\Checkout\Cart\Address\AddressValidator($a);
  22460.     }
  22461.     /**
  22462.      * Gets the private 'Shopware\Core\Checkout\Cart\CachedRuleLoader' shared service.
  22463.      *
  22464.      * @return \Shopware\Core\Checkout\Cart\CachedRuleLoader
  22465.      */
  22466.     protected function getCachedRuleLoaderService()
  22467.     {
  22468.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  22469.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'])) {
  22470.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'];
  22471.         }
  22472.         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()));
  22473.     }
  22474.     /**
  22475.      * Gets the private 'Shopware\Core\Checkout\Cart\CartCalculator' shared service.
  22476.      *
  22477.      * @return \Shopware\Core\Checkout\Cart\CartCalculator
  22478.      */
  22479.     protected function getCartCalculatorService()
  22480.     {
  22481.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  22482.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'])) {
  22483.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'];
  22484.         }
  22485.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] = new \Shopware\Core\Checkout\Cart\CartCalculator($a);
  22486.     }
  22487.     /**
  22488.      * Gets the private 'Shopware\Core\Checkout\Cart\CartPersister' shared service.
  22489.      *
  22490.      * @return \Shopware\Core\Checkout\Cart\CartPersister
  22491.      */
  22492.     protected function getCartPersisterService()
  22493.     {
  22494.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22495.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'])) {
  22496.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'];
  22497.         }
  22498.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  22499.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] = new \Shopware\Core\Checkout\Cart\CartPersister($b$a, new \Shopware\Core\Checkout\Cart\CartSerializationCleaner($b$a), false);
  22500.     }
  22501.     /**
  22502.      * Gets the private 'Shopware\Core\Checkout\Cart\CartRuleLoader' shared service.
  22503.      *
  22504.      * @return \Shopware\Core\Checkout\Cart\CartRuleLoader
  22505.      */
  22506.     protected function getCartRuleLoaderService()
  22507.     {
  22508.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  22509.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  22510.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  22511.         }
  22512.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] ?? $this->getProcessorService());
  22513.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  22514.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  22515.         }
  22516.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'] ?? $this->getCachedRuleLoaderService());
  22517.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  22518.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  22519.         }
  22520.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22521.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  22522.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  22523.         }
  22524.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] = new \Shopware\Core\Checkout\Cart\CartRuleLoader($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), $c, ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxDetector'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxDetector'] = new \Shopware\Core\Checkout\Cart\Tax\TaxDetector())), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $d);
  22525.     }
  22526.     /**
  22527.      * Gets the private 'Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler' shared service.
  22528.      *
  22529.      * @return \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler
  22530.      */
  22531.     protected function getCleanupCartTaskHandlerService()
  22532.     {
  22533.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Cleanup/CleanupCartTaskHandler.php';
  22534.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  22535.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'])) {
  22536.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'];
  22537.         }
  22538.         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);
  22539.     }
  22540.     /**
  22541.      * Gets the private 'Shopware\Core\Checkout\Cart\Command\CartMigrateCommand' shared service.
  22542.      *
  22543.      * @return \Shopware\Core\Checkout\Cart\Command\CartMigrateCommand
  22544.      */
  22545.     protected function getCartMigrateCommandService()
  22546.     {
  22547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  22549.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Command/CartMigrateCommand.php';
  22550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/RedisConnectionFactory.php';
  22551.         $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')));
  22552.         $instance->setName('cart:migrate');
  22553.         return $instance;
  22554.     }
  22555.     /**
  22556.      * Gets the private 'Shopware\Core\Checkout\Cart\CreditCartProcessor' shared service.
  22557.      *
  22558.      * @return \Shopware\Core\Checkout\Cart\CreditCartProcessor
  22559.      */
  22560.     protected function getCreditCartProcessorService()
  22561.     {
  22562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  22563.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CreditCartProcessor.php';
  22564.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] = new \Shopware\Core\Checkout\Cart\CreditCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()));
  22565.     }
  22566.     /**
  22567.      * Gets the private 'Shopware\Core\Checkout\Cart\CustomCartProcessor' shared service.
  22568.      *
  22569.      * @return \Shopware\Core\Checkout\Cart\CustomCartProcessor
  22570.      */
  22571.     protected function getCustomCartProcessorService()
  22572.     {
  22573.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  22574.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  22575.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CustomCartProcessor.php';
  22576.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] = new \Shopware\Core\Checkout\Cart\CustomCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  22577.     }
  22578.     /**
  22579.      * Gets the private 'Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor' shared service.
  22580.      *
  22581.      * @return \Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor
  22582.      */
  22583.     protected function getDeliveryProcessorService()
  22584.     {
  22585.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  22586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  22587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryProcessor.php';
  22588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php';
  22589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  22590.         $a = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  22591.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'])) {
  22592.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'];
  22593.         }
  22594.         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 \Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator(($this->privates['Shopware\\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);
  22595.     }
  22596.     /**
  22597.      * Gets the private 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper' shared service.
  22598.      *
  22599.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper
  22600.      */
  22601.     protected function getCartFacadeHelperService()
  22602.     {
  22603.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHelper.php';
  22604.         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()));
  22605.     }
  22606.     /**
  22607.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory' shared service.
  22608.      *
  22609.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory
  22610.      */
  22611.     protected function getCreditLineItemFactoryService()
  22612.     {
  22613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  22614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CreditLineItemFactory.php';
  22615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  22616.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22617.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'])) {
  22618.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'];
  22619.         }
  22620.         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);
  22621.     }
  22622.     /**
  22623.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory' shared service.
  22624.      *
  22625.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory
  22626.      */
  22627.     protected function getCustomLineItemFactoryService()
  22628.     {
  22629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  22630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CustomLineItemFactory.php';
  22631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  22632.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22633.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'])) {
  22634.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'];
  22635.         }
  22636.         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);
  22637.     }
  22638.     /**
  22639.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory' shared service.
  22640.      *
  22641.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory
  22642.      */
  22643.     protected function getProductLineItemFactoryService()
  22644.     {
  22645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  22646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/ProductLineItemFactory.php';
  22647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  22648.         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())));
  22649.     }
  22650.     /**
  22651.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryRegistry' shared service.
  22652.      *
  22653.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry
  22654.      */
  22655.     protected function getLineItemFactoryRegistryService()
  22656.     {
  22657.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  22658.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'])) {
  22659.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'];
  22660.         }
  22661.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22662.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'])) {
  22663.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'];
  22664.         }
  22665.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry(new RewindableGenerator(function () {
  22666.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\ProductLineItemFactory'] ?? $this->getProductLineItemFactoryService());
  22667.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\PromotionLineItemFactory()));
  22668.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'] ?? $this->getCreditLineItemFactoryService());
  22669.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'] ?? $this->getCustomLineItemFactoryService());
  22670.         }, 4), $a$b);
  22671.     }
  22672.     /**
  22673.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder' shared service.
  22674.      *
  22675.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder
  22676.      */
  22677.     protected function getLineItemGroupBuilderService()
  22678.     {
  22679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupBuilder.php';
  22680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupRuleMatcherInterface.php';
  22681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleMatcher.php';
  22682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AbstractAnyRuleLineItemMatcher.php';
  22683.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleLineItemMatcher.php';
  22684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/AbstractProductLineItemProvider.php';
  22685.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/ProductLineItemProvider.php';
  22686.         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());
  22687.     }
  22688.     /**
  22689.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry' shared service.
  22690.      *
  22691.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry
  22692.      */
  22693.     protected function getLineItemGroupServiceRegistryService()
  22694.     {
  22695.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupServiceRegistry.php';
  22696.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupServiceRegistry'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry(new RewindableGenerator(function () {
  22697.             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()));
  22698.             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()));
  22699.             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()));
  22700.         }, 3), new RewindableGenerator(function () {
  22701.             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()));
  22702.             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()));
  22703.         }, 2));
  22704.     }
  22705.     /**
  22706.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter' shared service.
  22707.      *
  22708.      * @return \Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter
  22709.      */
  22710.     protected function getLineItemQuantitySplitterService()
  22711.     {
  22712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/LineItemQuantitySplitter.php';
  22713.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemQuantitySplitter'] = new \Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  22714.     }
  22715.     /**
  22716.      * Gets the private 'Shopware\Core\Checkout\Cart\Order\OrderConverter' shared service.
  22717.      *
  22718.      * @return \Shopware\Core\Checkout\Cart\Order\OrderConverter
  22719.      */
  22720.     protected function getOrderConverterService()
  22721.     {
  22722.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  22723.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  22724.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  22725.         }
  22726.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  22727.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  22728.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  22729.         }
  22730.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22731.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  22732.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  22733.         }
  22734.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  22735.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  22736.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  22737.         }
  22738.         $e = ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService());
  22739.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  22740.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  22741.         }
  22742.         $f = ($this->services['product_download.repository'] ?? $this->getProductDownload_RepositoryService());
  22743.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  22744.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  22745.         }
  22746.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] = new \Shopware\Core\Checkout\Cart\Order\OrderConverter($a$b$c$d, ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService()), $e, ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService()), new \Shopware\Core\Checkout\Cart\Order\LineItemDownloadLoader($f));
  22747.     }
  22748.     /**
  22749.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator' shared service.
  22750.      *
  22751.      * @return \Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator
  22752.      */
  22753.     protected function getAbsolutePriceCalculatorService()
  22754.     {
  22755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AbsolutePriceCalculator.php';
  22756.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] = new \Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator(($this->privates['Shopware\\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())));
  22757.     }
  22758.     /**
  22759.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AmountCalculator' shared service.
  22760.      *
  22761.      * @return \Shopware\Core\Checkout\Cart\Price\AmountCalculator
  22762.      */
  22763.     protected function getAmountCalculatorService()
  22764.     {
  22765.         return $this->privates['Shopware\\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())));
  22766.     }
  22767.     /**
  22768.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator' shared service.
  22769.      *
  22770.      * @return \Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator
  22771.      */
  22772.     protected function getCurrencyPriceCalculatorService()
  22773.     {
  22774.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CurrencyPriceCalculator.php';
  22775.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CurrencyPriceCalculator'] = new \Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator(($this->privates['Shopware\\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())));
  22776.     }
  22777.     /**
  22778.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator' shared service.
  22779.      *
  22780.      * @return \Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator
  22781.      */
  22782.     protected function getGrossPriceCalculatorService()
  22783.     {
  22784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/GrossPriceCalculator.php';
  22785.         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())));
  22786.     }
  22787.     /**
  22788.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\NetPriceCalculator' shared service.
  22789.      *
  22790.      * @return \Shopware\Core\Checkout\Cart\Price\NetPriceCalculator
  22791.      */
  22792.     protected function getNetPriceCalculatorService()
  22793.     {
  22794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/NetPriceCalculator.php';
  22795.         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())));
  22796.     }
  22797.     /**
  22798.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator' shared service.
  22799.      *
  22800.      * @return \Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator
  22801.      */
  22802.     protected function getPercentagePriceCalculatorService()
  22803.     {
  22804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/PercentagePriceCalculator.php';
  22805.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] = new \Shopware\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['Shopware\\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())));
  22806.     }
  22807.     /**
  22808.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator' shared service.
  22809.      *
  22810.      * @return \Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator
  22811.      */
  22812.     protected function getQuantityPriceCalculatorService()
  22813.     {
  22814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/QuantityPriceCalculator.php';
  22815.         return $this->privates['Shopware\\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()));
  22816.     }
  22817.     /**
  22818.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor' shared service.
  22819.      *
  22820.      * @return \Shopware\Core\Checkout\Cart\Processor
  22821.      */
  22822.     protected function getProcessorService()
  22823.     {
  22824.         $a = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  22825.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'])) {
  22826.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'];
  22827.         }
  22828.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] = new \Shopware\Core\Checkout\Cart\Processor(new \Shopware\Core\Checkout\Cart\Validator(new RewindableGenerator(function () {
  22829.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryValidator()));
  22830.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] = new \Shopware\Core\Checkout\Cart\LineItem\LineItemValidator()));
  22831.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? $this->getAddressValidatorService());
  22832.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemValidator'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemValidator()));
  22833.             yield => ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentMethodValidator()));
  22834.             yield => ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Cart\\Validator\\AvailabilityInformationValidator'] ?? $this->getAvailabilityInformationValidatorService());
  22835.             yield => ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Cart\\Validator\\SubscriptionCartValidator'] ?? $this->getSubscriptionCartValidatorService());
  22836.         }, 7)), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), new \Shopware\Core\Checkout\Cart\Transaction\TransactionProcessor(), new RewindableGenerator(function () {
  22837.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  22838.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] ?? $this->getPromotionProcessorService());
  22839.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  22840.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\ContainerCartProcessor'] ?? $this->getContainerCartProcessorService());
  22841.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\DiscountCartProcessor'] ?? $this->getDiscountCartProcessorService());
  22842.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] ?? $this->getCreditCartProcessorService());
  22843.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  22844.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionDeliveryProcessor'] ?? $this->getPromotionDeliveryProcessorService());
  22845.         }, 8), new RewindableGenerator(function () {
  22846.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  22847.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  22848.             yield => ($this->privates['Kiener\\MolliePayments\\Service\\Cart\\Voucher\\VoucherCartCollector'] ?? $this->getVoucherCartCollectorService());
  22849.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  22850.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  22851.         }, 5), $a);
  22852.     }
  22853.     /**
  22854.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor' shared service.
  22855.      *
  22856.      * @return \Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor
  22857.      */
  22858.     protected function getContainerCartProcessorService()
  22859.     {
  22860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  22861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/ContainerCartProcessor.php';
  22862.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\ContainerCartProcessor'] = new \Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CurrencyPriceCalculator'] ?? $this->getCurrencyPriceCalculatorService()));
  22863.     }
  22864.     /**
  22865.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor' shared service.
  22866.      *
  22867.      * @return \Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor
  22868.      */
  22869.     protected function getDiscountCartProcessorService()
  22870.     {
  22871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  22872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/DiscountCartProcessor.php';
  22873.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\DiscountCartProcessor'] = new \Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CurrencyPriceCalculator'] ?? $this->getCurrencyPriceCalculatorService()));
  22874.     }
  22875.     /**
  22876.      * Gets the private 'Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand' shared service.
  22877.      *
  22878.      * @return \Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand
  22879.      */
  22880.     protected function getDeleteUnusedGuestCustomersCommandService()
  22881.     {
  22882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22883.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Command/DeleteUnusedGuestCustomersCommand.php';
  22884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DeleteUnusedGuestCustomerService.php';
  22885.         $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())));
  22886.         $instance->setName('customer:delete-unused-guests');
  22887.         return $instance;
  22888.     }
  22889.     /**
  22890.      * Gets the private 'Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer' shared service.
  22891.      *
  22892.      * @return \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer
  22893.      */
  22894.     protected function getCustomerIndexerService()
  22895.     {
  22896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DataAbstractionLayer/CustomerIndexer.php';
  22898.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  22899.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'])) {
  22900.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'];
  22901.         }
  22902.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22903.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'])) {
  22904.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'];
  22905.         }
  22906.         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()), $a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\Indexing\\CustomerNewsletterSalesChannelsUpdater'] ?? $this->getCustomerNewsletterSalesChannelsUpdaterService()), $b);
  22907.     }
  22908.     /**
  22909.      * Gets the private 'Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier' shared service.
  22910.      *
  22911.      * @return \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier
  22912.      */
  22913.     protected function getLegacyPasswordVerifierService()
  22914.     {
  22915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Password/LegacyPasswordVerifier.php';
  22916.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] = new \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier(new RewindableGenerator(function () {
  22917.             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()));
  22918.             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()));
  22919.         }, 2));
  22920.     }
  22921.     /**
  22922.      * Gets the private 'Shopware\Core\Checkout\Customer\SalesChannel\AccountService' shared service.
  22923.      *
  22924.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountService
  22925.      */
  22926.     protected function getAccountServiceService()
  22927.     {
  22928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountService.php';
  22929.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  22930.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  22931.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  22932.         }
  22933.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22934.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  22935.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  22936.         }
  22937.         $c = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] ?? $this->getSwitchDefaultAddressRouteService());
  22938.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  22939.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  22940.         }
  22941.         $d = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService());
  22942.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  22943.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  22944.         }
  22945.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] = new \Shopware\Core\Checkout\Customer\SalesChannel\AccountService($a$b, ($this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] ?? $this->getLegacyPasswordVerifierService()), $c$d);
  22946.     }
  22947.     /**
  22948.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber' shared service.
  22949.      *
  22950.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber
  22951.      */
  22952.     protected function getCustomerBeforeDeleteSubscriberService()
  22953.     {
  22954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerBeforeDeleteSubscriber.php';
  22955.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  22956.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  22957.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  22958.         }
  22959.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  22960.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  22961.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  22962.         }
  22963.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22964.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  22965.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  22966.         }
  22967.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber($a$b$c);
  22968.     }
  22969.     /**
  22970.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber' shared service.
  22971.      *
  22972.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber
  22973.      */
  22974.     protected function getCustomerChangePasswordSubscriberService()
  22975.     {
  22976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerChangePasswordSubscriber.php';
  22977.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  22978.     }
  22979.     /**
  22980.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber' shared service.
  22981.      *
  22982.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber
  22983.      */
  22984.     protected function getCustomerDefaultSalutationSubscriberService()
  22985.     {
  22986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerDefaultSalutationSubscriber.php';
  22987.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  22988.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'])) {
  22989.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'];
  22990.         }
  22991.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber($a);
  22992.     }
  22993.     /**
  22994.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber' shared service.
  22995.      *
  22996.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber
  22997.      */
  22998.     protected function getCustomerFlowEventsSubscriberService()
  22999.     {
  23000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerFlowEventsSubscriber.php';
  23001.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23002.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'])) {
  23003.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'];
  23004.         }
  23005.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] ?? $this->getSalesChannelContextRestorerService());
  23006.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'])) {
  23007.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'];
  23008.         }
  23009.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber($a$b);
  23010.     }
  23011.     /**
  23012.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber' shared service.
  23013.      *
  23014.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber
  23015.      */
  23016.     protected function getCustomerGroupSubscriberService()
  23017.     {
  23018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerGroupSubscriber.php';
  23019.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  23020.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  23021.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  23022.         }
  23023.         $b = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  23024.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  23025.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  23026.         }
  23027.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  23028.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  23029.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  23030.         }
  23031.         $d = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService());
  23032.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  23033.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  23034.         }
  23035.         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()));
  23036.     }
  23037.     /**
  23038.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber' shared service.
  23039.      *
  23040.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber
  23041.      */
  23042.     protected function getCustomerMetaFieldSubscriberService()
  23043.     {
  23044.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerMetaFieldSubscriber.php';
  23045.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23046.     }
  23047.     /**
  23048.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber' shared service.
  23049.      *
  23050.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber
  23051.      */
  23052.     protected function getCustomerRemoteAddressSubscriberService()
  23053.     {
  23054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerRemoteAddressSubscriber.php';
  23055.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  23056.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'])) {
  23057.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'];
  23058.         }
  23059.         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())));
  23060.     }
  23061.     /**
  23062.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber' shared service.
  23063.      *
  23064.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber
  23065.      */
  23066.     protected function getCustomerTokenSubscriberService()
  23067.     {
  23068.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerTokenSubscriber.php';
  23069.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  23070.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'])) {
  23071.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'];
  23072.         }
  23073.         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())));
  23074.     }
  23075.     /**
  23076.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory' shared service.
  23077.      *
  23078.      * @return \Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory
  23079.      */
  23080.     protected function getAddressValidationFactoryService()
  23081.     {
  23082.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  23083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/AddressValidationFactory.php';
  23084.         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()));
  23085.     }
  23086.     /**
  23087.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator' shared service.
  23088.      *
  23089.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator
  23090.      */
  23091.     protected function getCustomerEmailUniqueValidatorService()
  23092.     {
  23093.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  23094.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  23095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerEmailUniqueValidator.php';
  23096.         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()));
  23097.     }
  23098.     /**
  23099.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator' shared service.
  23100.      *
  23101.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator
  23102.      */
  23103.     protected function getCustomerPasswordMatchesValidatorService()
  23104.     {
  23105.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  23106.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  23107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerPasswordMatchesValidator.php';
  23108.         $a = ($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService());
  23109.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'])) {
  23110.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'];
  23111.         }
  23112.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator($a);
  23113.     }
  23114.     /**
  23115.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator' shared service.
  23116.      *
  23117.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator
  23118.      */
  23119.     protected function getCustomerVatIdentificationValidatorService()
  23120.     {
  23121.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  23122.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  23123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerVatIdentificationValidator.php';
  23124.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23125.     }
  23126.     /**
  23127.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator' shared service.
  23128.      *
  23129.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator
  23130.      */
  23131.     protected function getCustomerZipCodeValidatorService()
  23132.     {
  23133.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  23134.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  23135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerZipCodeValidator.php';
  23136.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  23137.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'])) {
  23138.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'];
  23139.         }
  23140.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator($a);
  23141.     }
  23142.     /**
  23143.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory' shared service.
  23144.      *
  23145.      * @return \Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory
  23146.      */
  23147.     protected function getCustomerProfileValidationFactoryService()
  23148.     {
  23149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  23150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerProfileValidationFactory.php';
  23151.         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()));
  23152.     }
  23153.     /**
  23154.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator' shared service.
  23155.      *
  23156.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator
  23157.      */
  23158.     protected function getCreditNoteGeneratorService()
  23159.     {
  23160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  23161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/CreditNoteGenerator.php';
  23162.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  23163.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'])) {
  23164.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'];
  23165.         }
  23166.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator($a\dirname(__DIR__4));
  23167.     }
  23168.     /**
  23169.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator' shared service.
  23170.      *
  23171.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator
  23172.      */
  23173.     protected function getDeliveryNoteGeneratorService()
  23174.     {
  23175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  23176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DeliveryNoteGenerator.php';
  23177.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  23178.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'])) {
  23179.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'];
  23180.         }
  23181.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator($a\dirname(__DIR__4));
  23182.     }
  23183.     /**
  23184.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry' shared service.
  23185.      *
  23186.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry
  23187.      */
  23188.     protected function getDocumentGeneratorRegistryService()
  23189.     {
  23190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorRegistry.php';
  23191.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry(new RewindableGenerator(function () {
  23192.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] ?? $this->getInvoiceGeneratorService());
  23193.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] ?? $this->getDeliveryNoteGeneratorService());
  23194.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] ?? $this->getStornoGeneratorService());
  23195.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] ?? $this->getCreditNoteGeneratorService());
  23196.         }, 4));
  23197.     }
  23198.     /**
  23199.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator' shared service.
  23200.      *
  23201.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator
  23202.      */
  23203.     protected function getInvoiceGeneratorService()
  23204.     {
  23205.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  23206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/InvoiceGenerator.php';
  23207.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  23208.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'])) {
  23209.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'];
  23210.         }
  23211.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator($a\dirname(__DIR__4));
  23212.     }
  23213.     /**
  23214.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator' shared service.
  23215.      *
  23216.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator
  23217.      */
  23218.     protected function getStornoGeneratorService()
  23219.     {
  23220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  23221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/StornoGenerator.php';
  23222.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  23223.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'])) {
  23224.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'];
  23225.         }
  23226.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator($a\dirname(__DIR__4));
  23227.     }
  23228.     /**
  23229.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentService' shared service.
  23230.      *
  23231.      * @return \Shopware\Core\Checkout\Document\DocumentService
  23232.      */
  23233.     protected function getDocumentServiceService()
  23234.     {
  23235.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentService.php';
  23236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorRegistry.php';
  23237.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] ?? $this->getDocumentGeneratorRegistryService());
  23238.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  23239.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  23240.         }
  23241.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  23242.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  23243.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  23244.         }
  23245.         $c = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  23246.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  23247.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  23248.         }
  23249.         $d = ($this->services['document_type.repository'] ?? $this->getDocumentType_RepositoryService());
  23250.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  23251.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  23252.         }
  23253.         $e = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  23254.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  23255.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  23256.         }
  23257.         $f = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  23258.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  23259.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  23260.         }
  23261.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23262.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  23263.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  23264.         }
  23265.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] = new \Shopware\Core\Checkout\Document\DocumentService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a, new \Shopware\Core\Checkout\Document\FileGenerator\FileGeneratorRegistry(new RewindableGenerator(function () {
  23266.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  23267.         }, 1)), $b$c$d$e$f$g);
  23268.     }
  23269.     /**
  23270.      * Gets the private 'Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator' shared service.
  23271.      *
  23272.      * @return \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator
  23273.      */
  23274.     protected function getPdfGeneratorService()
  23275.     {
  23276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorInterface.php';
  23277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/PdfGenerator.php';
  23278.         return $this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] = new \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator($this->parameters['shopware.dompdf.options']);
  23279.     }
  23280.     /**
  23281.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer' shared service.
  23282.      *
  23283.      * @return \Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer
  23284.      */
  23285.     protected function getCreditNoteRendererService()
  23286.     {
  23287.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  23288.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/CreditNoteRenderer.php';
  23289.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  23290.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  23291.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  23292.         }
  23293.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  23294.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  23295.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  23296.         }
  23297.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23298.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  23299.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  23300.         }
  23301.         $d = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  23302.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  23303.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  23304.         }
  23305.         $e = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  23306.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  23307.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  23308.         }
  23309.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer($a$b$c$d$e, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] ?? $this->getReferenceInvoiceLoaderService()), \dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23310.     }
  23311.     /**
  23312.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer' shared service.
  23313.      *
  23314.      * @return \Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer
  23315.      */
  23316.     protected function getDeliveryNoteRendererService()
  23317.     {
  23318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  23319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DeliveryNoteRenderer.php';
  23320.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  23321.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  23322.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  23323.         }
  23324.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  23325.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  23326.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  23327.         }
  23328.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23329.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  23330.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  23331.         }
  23332.         $d = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  23333.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  23334.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  23335.         }
  23336.         $e = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  23337.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  23338.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  23339.         }
  23340.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer($a$b$c$d$e\dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23341.     }
  23342.     /**
  23343.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer' shared service.
  23344.      *
  23345.      * @return \Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer
  23346.      */
  23347.     protected function getInvoiceRendererService()
  23348.     {
  23349.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  23350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/InvoiceRenderer.php';
  23351.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  23352.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  23353.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  23354.         }
  23355.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  23356.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  23357.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  23358.         }
  23359.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23360.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  23361.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  23362.         }
  23363.         $d = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  23364.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  23365.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  23366.         }
  23367.         $e = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  23368.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  23369.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  23370.         }
  23371.         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()));
  23372.     }
  23373.     /**
  23374.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\StornoRenderer' shared service.
  23375.      *
  23376.      * @return \Shopware\Core\Checkout\Document\Renderer\StornoRenderer
  23377.      */
  23378.     protected function getStornoRendererService()
  23379.     {
  23380.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  23381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/StornoRenderer.php';
  23382.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  23383.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  23384.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  23385.         }
  23386.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  23387.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  23388.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  23389.         }
  23390.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23391.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  23392.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  23393.         }
  23394.         $d = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  23395.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  23396.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  23397.         }
  23398.         $e = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  23399.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  23400.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  23401.         }
  23402.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\StornoRenderer($a$b$c$d$e, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] ?? $this->getReferenceInvoiceLoaderService()), \dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23403.     }
  23404.     /**
  23405.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentConfigLoader' shared service.
  23406.      *
  23407.      * @return \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader
  23408.      */
  23409.     protected function getDocumentConfigLoaderService()
  23410.     {
  23411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentConfigLoader.php';
  23412.         $a = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  23413.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'])) {
  23414.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'];
  23415.         }
  23416.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] = new \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader($a);
  23417.     }
  23418.     /**
  23419.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentGenerator' shared service.
  23420.      *
  23421.      * @return \Shopware\Core\Checkout\Document\Service\DocumentGenerator
  23422.      */
  23423.     protected function getDocumentGeneratorService()
  23424.     {
  23425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentGenerator.php';
  23426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DocumentRendererRegistry.php';
  23427.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/PdfRenderer.php';
  23428.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  23429.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'])) {
  23430.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'];
  23431.         }
  23432.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  23433.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'])) {
  23434.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'];
  23435.         }
  23436.         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 () {
  23437.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'] ?? $this->getInvoiceRendererService());
  23438.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'] ?? $this->getDeliveryNoteRendererService());
  23439.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'] ?? $this->getStornoRendererService());
  23440.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'] ?? $this->getCreditNoteRendererService());
  23441.         }, 4)), new \Shopware\Core\Checkout\Document\Service\PdfRenderer($this->parameters['shopware.dompdf.options']), $a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23442.     }
  23443.     /**
  23444.      * Gets the private 'Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader' shared service.
  23445.      *
  23446.      * @return \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader
  23447.      */
  23448.     protected function getReferenceInvoiceLoaderService()
  23449.     {
  23450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/ReferenceInvoiceLoader.php';
  23451.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] = new \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23452.     }
  23453.     /**
  23454.      * Gets the private 'Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer' shared service.
  23455.      *
  23456.      * @return \Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer
  23457.      */
  23458.     protected function getDocumentTemplateRendererService()
  23459.     {
  23460.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Twig/DocumentTemplateRenderer.php';
  23461.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  23462.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  23463.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  23464.         }
  23465.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  23466.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  23467.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  23468.         }
  23469.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  23470.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  23471.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  23472.         }
  23473.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23474.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  23475.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  23476.         }
  23477.         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);
  23478.     }
  23479.     /**
  23480.      * Gets the private 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler' shared service.
  23481.      *
  23482.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler
  23483.      */
  23484.     protected function getOrderTransactionStateHandlerService()
  23485.     {
  23486.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionStateHandler.php';
  23487.         $a = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  23488.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'])) {
  23489.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'];
  23490.         }
  23491.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler($a);
  23492.     }
  23493.     /**
  23494.      * Gets the private 'Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener' shared service.
  23495.      *
  23496.      * @return \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener
  23497.      */
  23498.     protected function getOrderStateChangeEventListenerService()
  23499.     {
  23500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Listener/OrderStateChangeEventListener.php';
  23501.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  23502.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  23503.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  23504.         }
  23505.         $b = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  23506.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  23507.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  23508.         }
  23509.         $c = ($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService());
  23510.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  23511.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  23512.         }
  23513.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23514.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  23515.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  23516.         }
  23517.         $e = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService());
  23518.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  23519.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  23520.         }
  23521.         $f = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  23522.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  23523.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  23524.         }
  23525.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] = new \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener($a$b$c$d$e$f);
  23526.     }
  23527.     /**
  23528.      * Gets the private 'Shopware\Core\Checkout\Order\SalesChannel\OrderService' shared service.
  23529.      *
  23530.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderService
  23531.      */
  23532.     protected function getOrderService2Service()
  23533.     {
  23534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderService.php';
  23535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  23536.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Validation/OrderValidationFactory.php';
  23537.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  23538.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  23539.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  23540.         }
  23541.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23542.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  23543.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  23544.         }
  23545.         $c = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service());
  23546.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  23547.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  23548.         }
  23549.         $d = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  23550.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  23551.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  23552.         }
  23553.         $e = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  23554.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  23555.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  23556.         }
  23557.         $f = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  23558.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  23559.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  23560.         }
  23561.         $g = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  23562.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  23563.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  23564.         }
  23565.         $h = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  23566.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  23567.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  23568.         }
  23569.         $i = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  23570.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  23571.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  23572.         }
  23573.         $j = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  23574.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  23575.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  23576.         }
  23577.         $k = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  23578.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  23579.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  23580.         }
  23581.         return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] = new \Shopware\Core\Checkout\Order\SalesChannel\OrderService($a, new \Shopware\Core\Checkout\Order\Validation\OrderValidationFactory(), $b$c$d$e$f$g$h$i$j$k);
  23582.     }
  23583.     /**
  23584.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment' shared service.
  23585.      *
  23586.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment
  23587.      */
  23588.     protected function getCashPaymentService()
  23589.     {
  23590.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  23591.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  23592.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  23593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/CashPayment.php';
  23594.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  23595.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'])) {
  23596.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'];
  23597.         }
  23598.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment($a);
  23599.     }
  23600.     /**
  23601.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment' shared service.
  23602.      *
  23603.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment
  23604.      */
  23605.     protected function getDebitPaymentService()
  23606.     {
  23607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  23608.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  23609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  23610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DebitPayment.php';
  23611.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  23612.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'])) {
  23613.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'];
  23614.         }
  23615.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment($a);
  23616.     }
  23617.     /**
  23618.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment' shared service.
  23619.      *
  23620.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment
  23621.      */
  23622.     protected function getDefaultPaymentService()
  23623.     {
  23624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  23625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  23626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  23627.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  23628.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'])) {
  23629.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'];
  23630.         }
  23631.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment($a);
  23632.     }
  23633.     /**
  23634.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment' shared service.
  23635.      *
  23636.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment
  23637.      */
  23638.     protected function getInvoicePaymentService()
  23639.     {
  23640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  23641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  23642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  23643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/InvoicePayment.php';
  23644.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  23645.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'])) {
  23646.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'];
  23647.         }
  23648.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment($a);
  23649.     }
  23650.     /**
  23651.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry' shared service.
  23652.      *
  23653.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry
  23654.      */
  23655.     protected function getPaymentHandlerRegistryService()
  23656.     {
  23657.         $a = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23658.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler''getAppPaymentHandlerService'false],
  23659.         ], [
  23660.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler',
  23661.         ]);
  23662.         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, [
  23663.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment''getCashPaymentService'false],
  23664.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment''getDebitPaymentService'false],
  23665.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment''getDefaultPaymentService'false],
  23666.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment''getInvoicePaymentService'false],
  23667.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment''getPrePaymentService'false],
  23668.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler''getAppSyncPaymentHandlerService'false],
  23669.         ], [
  23670.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment',
  23671.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment',
  23672.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment',
  23673.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment',
  23674.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment',
  23675.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler',
  23676.         ]), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23677.             'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment''getApplePayPaymentService'false],
  23678.             'Kiener\\MolliePayments\\Handler\\Method\\BanContactPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\BanContactPayment''getBanContactPaymentService'false],
  23679.             'Kiener\\MolliePayments\\Handler\\Method\\BankTransferPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\BankTransferPayment''getBankTransferPaymentService'false],
  23680.             'Kiener\\MolliePayments\\Handler\\Method\\BelfiusPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\BelfiusPayment''getBelfiusPaymentService'false],
  23681.             'Kiener\\MolliePayments\\Handler\\Method\\BilliePayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\BilliePayment''getBilliePaymentService'false],
  23682.             'Kiener\\MolliePayments\\Handler\\Method\\CreditCardPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\CreditCardPayment''getCreditCardPaymentService'false],
  23683.             'Kiener\\MolliePayments\\Handler\\Method\\DirectDebitPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\DirectDebitPayment''getDirectDebitPaymentService'false],
  23684.             'Kiener\\MolliePayments\\Handler\\Method\\EpsPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\EpsPayment''getEpsPaymentService'false],
  23685.             'Kiener\\MolliePayments\\Handler\\Method\\GiftCardPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\GiftCardPayment''getGiftCardPaymentService'false],
  23686.             'Kiener\\MolliePayments\\Handler\\Method\\GiroPayPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\GiroPayPayment''getGiroPayPaymentService'false],
  23687.             'Kiener\\MolliePayments\\Handler\\Method\\In3Payment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\In3Payment''getIn3PaymentService'false],
  23688.             'Kiener\\MolliePayments\\Handler\\Method\\IngHomePayPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\IngHomePayPayment''getIngHomePayPaymentService'false],
  23689.             'Kiener\\MolliePayments\\Handler\\Method\\KbcPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\KbcPayment''getKbcPaymentService'false],
  23690.             'Kiener\\MolliePayments\\Handler\\Method\\KlarnaPayLaterPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\KlarnaPayLaterPayment''getKlarnaPayLaterPaymentService'false],
  23691.             'Kiener\\MolliePayments\\Handler\\Method\\KlarnaPayNowPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\KlarnaPayNowPayment''getKlarnaPayNowPaymentService'false],
  23692.             'Kiener\\MolliePayments\\Handler\\Method\\KlarnaSliceItPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\KlarnaSliceItPayment''getKlarnaSliceItPaymentService'false],
  23693.             'Kiener\\MolliePayments\\Handler\\Method\\PayPalPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\PayPalPayment''getPayPalPaymentService'false],
  23694.             'Kiener\\MolliePayments\\Handler\\Method\\PaySafeCardPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\PaySafeCardPayment''getPaySafeCardPaymentService'false],
  23695.             'Kiener\\MolliePayments\\Handler\\Method\\Przelewy24Payment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\Przelewy24Payment''getPrzelewy24PaymentService'false],
  23696.             'Kiener\\MolliePayments\\Handler\\Method\\SofortPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\SofortPayment''getSofortPaymentService'false],
  23697.             'Kiener\\MolliePayments\\Handler\\Method\\VoucherPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\VoucherPayment''getVoucherPaymentService'false],
  23698.             'Kiener\\MolliePayments\\Handler\\Method\\iDealPayment' => ['privates''Kiener\\MolliePayments\\Handler\\Method\\iDealPayment''getIDealPaymentService'false],
  23699.             'Kiener\\MolliePayments\\Handler\\PaymentHandler' => ['privates''Kiener\\MolliePayments\\Handler\\PaymentHandler''getPaymentHandlerService'false],
  23700.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler''getAppAsyncPaymentHandlerService'false],
  23701.         ], [
  23702.             'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment',
  23703.             'Kiener\\MolliePayments\\Handler\\Method\\BanContactPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\BanContactPayment',
  23704.             'Kiener\\MolliePayments\\Handler\\Method\\BankTransferPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\BankTransferPayment',
  23705.             'Kiener\\MolliePayments\\Handler\\Method\\BelfiusPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\BelfiusPayment',
  23706.             'Kiener\\MolliePayments\\Handler\\Method\\BilliePayment' => 'Kiener\\MolliePayments\\Handler\\Method\\BilliePayment',
  23707.             'Kiener\\MolliePayments\\Handler\\Method\\CreditCardPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\CreditCardPayment',
  23708.             'Kiener\\MolliePayments\\Handler\\Method\\DirectDebitPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\DirectDebitPayment',
  23709.             'Kiener\\MolliePayments\\Handler\\Method\\EpsPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\EpsPayment',
  23710.             'Kiener\\MolliePayments\\Handler\\Method\\GiftCardPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\GiftCardPayment',
  23711.             'Kiener\\MolliePayments\\Handler\\Method\\GiroPayPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\GiroPayPayment',
  23712.             'Kiener\\MolliePayments\\Handler\\Method\\In3Payment' => 'Kiener\\MolliePayments\\Handler\\Method\\In3Payment',
  23713.             'Kiener\\MolliePayments\\Handler\\Method\\IngHomePayPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\IngHomePayPayment',
  23714.             'Kiener\\MolliePayments\\Handler\\Method\\KbcPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\KbcPayment',
  23715.             'Kiener\\MolliePayments\\Handler\\Method\\KlarnaPayLaterPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\KlarnaPayLaterPayment',
  23716.             'Kiener\\MolliePayments\\Handler\\Method\\KlarnaPayNowPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\KlarnaPayNowPayment',
  23717.             'Kiener\\MolliePayments\\Handler\\Method\\KlarnaSliceItPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\KlarnaSliceItPayment',
  23718.             'Kiener\\MolliePayments\\Handler\\Method\\PayPalPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\PayPalPayment',
  23719.             'Kiener\\MolliePayments\\Handler\\Method\\PaySafeCardPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\PaySafeCardPayment',
  23720.             'Kiener\\MolliePayments\\Handler\\Method\\Przelewy24Payment' => 'Kiener\\MolliePayments\\Handler\\Method\\Przelewy24Payment',
  23721.             'Kiener\\MolliePayments\\Handler\\Method\\SofortPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\SofortPayment',
  23722.             'Kiener\\MolliePayments\\Handler\\Method\\VoucherPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\VoucherPayment',
  23723.             'Kiener\\MolliePayments\\Handler\\Method\\iDealPayment' => 'Kiener\\MolliePayments\\Handler\\Method\\iDealPayment',
  23724.             'Kiener\\MolliePayments\\Handler\\PaymentHandler' => 'Kiener\\MolliePayments\\Handler\\PaymentHandler',
  23725.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler',
  23726.         ]), $a$a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23727.     }
  23728.     /**
  23729.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment' shared service.
  23730.      *
  23731.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment
  23732.      */
  23733.     protected function getPrePaymentService()
  23734.     {
  23735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  23736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  23737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  23738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PrePayment.php';
  23739.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  23740.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'])) {
  23741.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'];
  23742.         }
  23743.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment($a);
  23744.     }
  23745.     /**
  23746.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2' shared service.
  23747.      *
  23748.      * @return \Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2
  23749.      */
  23750.     protected function getJWTFactoryV2Service()
  23751.     {
  23752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/TokenFactoryInterfaceV2.php';
  23753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTFactoryV2.php';
  23754.         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()));
  23755.     }
  23756.     /**
  23757.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer' shared service.
  23758.      *
  23759.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer
  23760.      */
  23761.     protected function getPaymentMethodIndexerService()
  23762.     {
  23763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  23764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodIndexer.php';
  23765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentDistinguishableNameGenerator.php';
  23766.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23767.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'])) {
  23768.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'];
  23769.         }
  23770.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  23771.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'])) {
  23772.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'];
  23773.         }
  23774.         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));
  23775.     }
  23776.     /**
  23777.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator' shared service.
  23778.      *
  23779.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator
  23780.      */
  23781.     protected function getPaymentMethodValidator2Service()
  23782.     {
  23783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodValidator.php';
  23784.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23785.     }
  23786.     /**
  23787.      * Gets the private 'Shopware\Core\Checkout\Payment\PaymentService' shared service.
  23788.      *
  23789.      * @return \Shopware\Core\Checkout\Payment\PaymentService
  23790.      */
  23791.     protected function getPaymentServiceService()
  23792.     {
  23793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentService.php';
  23794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentTransactionChainProcessor.php';
  23795.         $a = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2'] ?? $this->getJWTFactoryV2Service());
  23796.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  23797.         $c = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  23798.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b, ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()));
  23799.     }
  23800.     /**
  23801.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry' shared service.
  23802.      *
  23803.      * @return \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry
  23804.      */
  23805.     protected function getFilterServiceRegistryService()
  23806.     {
  23807.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/FilterServiceRegistry.php';
  23808.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry(new RewindableGenerator(function () {
  23809.             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()));
  23810.             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()));
  23811.         }, 2), new RewindableGenerator(function () {
  23812.             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()));
  23813.             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()));
  23814.         }, 2));
  23815.     }
  23816.     /**
  23817.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionCollector' shared service.
  23818.      *
  23819.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionCollector
  23820.      */
  23821.     protected function getPromotionCollectorService()
  23822.     {
  23823.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  23824.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  23825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCollector.php';
  23826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGatewayInterface.php';
  23827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGateway.php';
  23828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeServiceInterface.php';
  23829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeService.php';
  23830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  23831.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  23832.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'])) {
  23833.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'];
  23834.         }
  23835.         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['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionItemBuilder())), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()));
  23836.     }
  23837.     /**
  23838.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor' shared service.
  23839.      *
  23840.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor
  23841.      */
  23842.     protected function getPromotionDeliveryProcessorService()
  23843.     {
  23844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  23845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryProcessor.php';
  23846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  23847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryCalculator.php';
  23848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  23849.         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['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionItemBuilder()))), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] ?? $this->getLineItemGroupBuilderService()));
  23850.     }
  23851.     /**
  23852.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor' shared service.
  23853.      *
  23854.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor
  23855.      */
  23856.     protected function getPromotionProcessorService()
  23857.     {
  23858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  23859.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionProcessor.php';
  23860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  23861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCalculator.php';
  23862.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Composition/DiscountCompositionBuilder.php';
  23863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/PackageFilter.php';
  23864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageFilter.php';
  23865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackagePicker.php';
  23866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/SetGroupScopeFilter.php';
  23867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageRules.php';
  23868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/DiscountPackager.php';
  23869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/CartScopeDiscountPackager.php';
  23870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetGroupScopeDiscountPackager.php';
  23871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetScopeDiscountPackager.php';
  23872.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] ?? $this->getLineItemGroupBuilderService());
  23873.         $b = ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] ?? $this->getFilterServiceRegistryService());
  23874.         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['Shopware\\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()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), 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);
  23875.     }
  23876.     /**
  23877.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer' shared service.
  23878.      *
  23879.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer
  23880.      */
  23881.     protected function getPromotionIndexerService()
  23882.     {
  23883.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  23884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionIndexer.php';
  23885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionExclusionUpdater.php';
  23886.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  23887.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'])) {
  23888.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'];
  23889.         }
  23890.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23891.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'])) {
  23892.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'];
  23893.         }
  23894.         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()), $a, new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionExclusionUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] ?? $this->getPromotionRedemptionUpdaterService()), $b);
  23895.     }
  23896.     /**
  23897.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater' shared service.
  23898.      *
  23899.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater
  23900.      */
  23901.     protected function getPromotionRedemptionUpdaterService()
  23902.     {
  23903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionRedemptionUpdater.php';
  23904.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] = new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23905.     }
  23906.     /**
  23907.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer' shared service.
  23908.      *
  23909.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer
  23910.      */
  23911.     protected function getPromotionIndividualCodeRedeemerService()
  23912.     {
  23913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/PromotionIndividualCodeRedeemer.php';
  23914.         $a = ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService());
  23915.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'])) {
  23916.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'];
  23917.         }
  23918.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] = new \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer($a);
  23919.     }
  23920.     /**
  23921.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber' shared service.
  23922.      *
  23923.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber
  23924.      */
  23925.     protected function getStorefrontCartSubscriberService()
  23926.     {
  23927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/Storefront/StorefrontCartSubscriber.php';
  23928.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service());
  23929.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'])) {
  23930.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'];
  23931.         }
  23932.         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())));
  23933.     }
  23934.     /**
  23935.      * Gets the private 'Shopware\Core\Checkout\Promotion\Validator\PromotionValidator' shared service.
  23936.      *
  23937.      * @return \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator
  23938.      */
  23939.     protected function getPromotionValidatorService()
  23940.     {
  23941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Validator/PromotionValidator.php';
  23942.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] = new \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23943.     }
  23944.     /**
  23945.      * Gets the private 'Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator' shared service.
  23946.      *
  23947.      * @return \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator
  23948.      */
  23949.     protected function getShippingMethodValidatorService()
  23950.     {
  23951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Validator/ShippingMethodValidator.php';
  23952.         return $this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] = new \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23953.     }
  23954.     /**
  23955.      * Gets the private 'Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer' shared service.
  23956.      *
  23957.      * @return \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer
  23958.      */
  23959.     protected function getCategoryIndexerService()
  23960.     {
  23961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  23962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryIndexer.php';
  23963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryBreadcrumbUpdater.php';
  23964.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  23965.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  23966.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  23967.         }
  23968.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  23969.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  23970.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  23971.         }
  23972.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23973.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  23974.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  23975.         }
  23976.         $d = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  23977.         return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] = new \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer($d, ($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()), new \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryBreadcrumbUpdater($d$a$b), $c);
  23978.     }
  23979.     /**
  23980.      * Gets the private 'Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder' shared service.
  23981.      *
  23982.      * @return \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder
  23983.      */
  23984.     protected function getCategoryBreadcrumbBuilderService()
  23985.     {
  23986.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  23987.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'])) {
  23988.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'];
  23989.         }
  23990.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] = new \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder($a);
  23991.     }
  23992.     /**
  23993.      * Gets the private 'Shopware\Core\Content\Category\Service\NavigationLoader' shared service.
  23994.      *
  23995.      * @return \Shopware\Core\Content\Category\Service\NavigationLoader
  23996.      */
  23997.     protected function getNavigationLoaderService()
  23998.     {
  23999.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24000.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'])) {
  24001.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'];
  24002.         }
  24003.         $b = ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] ?? $this->getTreeBuildingNavigationRouteService());
  24004.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'])) {
  24005.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'];
  24006.         }
  24007.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] = new \Shopware\Core\Content\Category\Service\NavigationLoader($a$b);
  24008.     }
  24009.     /**
  24010.      * Gets the private 'Shopware\Core\Content\Category\Subscriber\CategorySubscriber' shared service.
  24011.      *
  24012.      * @return \Shopware\Core\Content\Category\Subscriber\CategorySubscriber
  24013.      */
  24014.     protected function getCategorySubscriberService()
  24015.     {
  24016.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Subscriber/CategorySubscriber.php';
  24017.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  24018.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'])) {
  24019.             return $this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'];
  24020.         }
  24021.         return $this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] = new \Shopware\Core\Content\Category\Subscriber\CategorySubscriber($a);
  24022.     }
  24023.     /**
  24024.      * Gets the private 'Shopware\Core\Content\Category\Validation\EntryPointValidator' shared service.
  24025.      *
  24026.      * @return \Shopware\Core\Content\Category\Validation\EntryPointValidator
  24027.      */
  24028.     protected function getEntryPointValidatorService()
  24029.     {
  24030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Validation/EntryPointValidator.php';
  24031.         return $this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] = new \Shopware\Core\Content\Category\Validation\EntryPointValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24032.     }
  24033.     /**
  24034.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver' shared service.
  24035.      *
  24036.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver
  24037.      */
  24038.     protected function getFormCmsElementResolverService()
  24039.     {
  24040.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  24041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  24042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/FormCmsElementResolver.php';
  24043.         $a = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  24044.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'])) {
  24045.             return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'];
  24046.         }
  24047.         return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] = new \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver($a);
  24048.     }
  24049.     /**
  24050.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver' shared service.
  24051.      *
  24052.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver
  24053.      */
  24054.     protected function getTextCmsElementResolverService()
  24055.     {
  24056.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  24057.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  24058.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/TextCmsElementResolver.php';
  24059.         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()));
  24060.     }
  24061.     /**
  24062.      * Gets the private 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader' shared service.
  24063.      *
  24064.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader
  24065.      */
  24066.     protected function getSalesChannelCmsPageLoaderService()
  24067.     {
  24068.         $a = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  24069.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  24070.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  24071.         }
  24072.         $b = ($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? $this->getCmsSlotsDataResolverService());
  24073.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  24074.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  24075.         }
  24076.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24077.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  24078.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  24079.         }
  24080.         return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader($a$b$c);
  24081.     }
  24082.     /**
  24083.      * Gets the private 'Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber' shared service.
  24084.      *
  24085.      * @return \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber
  24086.      */
  24087.     protected function getCmsPageDefaultChangeSubscriberService()
  24088.     {
  24089.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Subscriber/CmsPageDefaultChangeSubscriber.php';
  24090.         return $this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] = new \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24091.     }
  24092.     /**
  24093.      * Gets the private 'Shopware\Core\Content\Flow\Api\FlowActionCollector' shared service.
  24094.      *
  24095.      * @return \Shopware\Core\Content\Flow\Api\FlowActionCollector
  24096.      */
  24097.     protected function getFlowActionCollectorService()
  24098.     {
  24099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Api/FlowActionCollector.php';
  24100.         return $this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] = new \Shopware\Core\Content\Flow\Api\FlowActionCollector(new RewindableGenerator(function () {
  24101.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  24102.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  24103.             yield => ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\ShipOrderAction'] ?? $this->getShipOrderActionService());
  24104.             yield => ($this->privates['Kiener\\MolliePayments\\Compatibility\\Bundles\\FlowBuilder\\Actions\\RefundOrderAction'] ?? $this->getRefundOrderActionService());
  24105.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  24106.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  24107.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  24108.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  24109.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  24110.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] ?? $this->getGrantDownloadAccessActionService());
  24111.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  24112.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  24113.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  24114.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  24115.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  24116.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  24117.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  24118.             yield 17 => ($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()));
  24119.         }, 18), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService()));
  24120.     }
  24121.     /**
  24122.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction' shared service.
  24123.      *
  24124.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction
  24125.      */
  24126.     protected function getAddCustomerAffiliateAndCampaignCodeActionService()
  24127.     {
  24128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  24129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  24130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerAffiliateAndCampaignCodeAction.php';
  24131.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  24132.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'])) {
  24133.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'];
  24134.         }
  24135.         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);
  24136.     }
  24137.     /**
  24138.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction' shared service.
  24139.      *
  24140.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction
  24141.      */
  24142.     protected function getAddCustomerTagActionService()
  24143.     {
  24144.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  24145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  24146.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerTagAction.php';
  24147.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  24148.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'])) {
  24149.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'];
  24150.         }
  24151.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction($a);
  24152.     }
  24153.     /**
  24154.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction' shared service.
  24155.      *
  24156.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction
  24157.      */
  24158.     protected function getAddOrderAffiliateAndCampaignCodeActionService()
  24159.     {
  24160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  24161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  24162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderAffiliateAndCampaignCodeAction.php';
  24163.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  24164.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'])) {
  24165.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'];
  24166.         }
  24167.         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);
  24168.     }
  24169.     /**
  24170.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction' shared service.
  24171.      *
  24172.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction
  24173.      */
  24174.     protected function getAddOrderTagActionService()
  24175.     {
  24176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  24177.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  24178.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderTagAction.php';
  24179.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  24180.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'])) {
  24181.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'];
  24182.         }
  24183.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction($a);
  24184.     }
  24185.     /**
  24186.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction' shared service.
  24187.      *
  24188.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction
  24189.      */
  24190.     protected function getChangeCustomerGroupActionService()
  24191.     {
  24192.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  24193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  24194.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerGroupAction.php';
  24195.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  24196.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'])) {
  24197.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'];
  24198.         }
  24199.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction($a);
  24200.     }
  24201.     /**
  24202.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction' shared service.
  24203.      *
  24204.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction
  24205.      */
  24206.     protected function getChangeCustomerStatusActionService()
  24207.     {
  24208.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  24209.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  24210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerStatusAction.php';
  24211.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  24212.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'])) {
  24213.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'];
  24214.         }
  24215.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction($a);
  24216.     }
  24217.     /**
  24218.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction' shared service.
  24219.      *
  24220.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction
  24221.      */
  24222.     protected function getGenerateDocumentActionService()
  24223.     {
  24224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  24225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  24226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/GenerateDocumentAction.php';
  24227.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  24228.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  24229.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  24230.         }
  24231.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  24232.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  24233.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  24234.         }
  24235.         $c = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  24236.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  24237.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  24238.         }
  24239.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  24240.     }
  24241.     /**
  24242.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\GrantDownloadAccessAction' shared service.
  24243.      *
  24244.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\GrantDownloadAccessAction
  24245.      */
  24246.     protected function getGrantDownloadAccessActionService()
  24247.     {
  24248.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  24249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/GrantDownloadAccessAction.php';
  24250.         $a = ($this->services['order_line_item_download.repository'] ?? $this->getOrderLineItemDownload_RepositoryService());
  24251.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'])) {
  24252.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'];
  24253.         }
  24254.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\GrantDownloadAccessAction($a);
  24255.     }
  24256.     /**
  24257.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction' shared service.
  24258.      *
  24259.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction
  24260.      */
  24261.     protected function getRemoveCustomerTagActionService()
  24262.     {
  24263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  24264.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  24265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveCustomerTagAction.php';
  24266.         $a = ($this->services['customer_tag.repository'] ?? $this->getCustomerTag_RepositoryService());
  24267.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'])) {
  24268.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'];
  24269.         }
  24270.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction($a);
  24271.     }
  24272.     /**
  24273.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction' shared service.
  24274.      *
  24275.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction
  24276.      */
  24277.     protected function getRemoveOrderTagActionService()
  24278.     {
  24279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  24280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  24281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveOrderTagAction.php';
  24282.         $a = ($this->services['order_tag.repository'] ?? $this->getOrderTag_RepositoryService());
  24283.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'])) {
  24284.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'];
  24285.         }
  24286.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction($a);
  24287.     }
  24288.     /**
  24289.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction' shared service.
  24290.      *
  24291.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction
  24292.      */
  24293.     protected function getSendMailActionService()
  24294.     {
  24295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  24296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  24297.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SendMailAction.php';
  24298.         $a = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  24299.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  24300.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  24301.         }
  24302.         $b = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  24303.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  24304.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  24305.         }
  24306.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24307.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  24308.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  24309.         }
  24310.         $d = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  24311.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  24312.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  24313.         }
  24314.         $e = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  24315.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  24316.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  24317.         }
  24318.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $c$d$e, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()), true);
  24319.     }
  24320.     /**
  24321.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction' shared service.
  24322.      *
  24323.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction
  24324.      */
  24325.     protected function getSetCustomerCustomFieldActionService()
  24326.     {
  24327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  24328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  24329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  24330.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerCustomFieldAction.php';
  24331.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  24332.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'])) {
  24333.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'];
  24334.         }
  24335.         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);
  24336.     }
  24337.     /**
  24338.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction' shared service.
  24339.      *
  24340.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction
  24341.      */
  24342.     protected function getSetCustomerGroupCustomFieldActionService()
  24343.     {
  24344.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  24345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  24346.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  24347.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerGroupCustomFieldAction.php';
  24348.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  24349.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'])) {
  24350.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'];
  24351.         }
  24352.         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);
  24353.     }
  24354.     /**
  24355.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction' shared service.
  24356.      *
  24357.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction
  24358.      */
  24359.     protected function getSetOrderCustomFieldActionService()
  24360.     {
  24361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  24362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  24363.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  24364.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderCustomFieldAction.php';
  24365.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  24366.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'])) {
  24367.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'];
  24368.         }
  24369.         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);
  24370.     }
  24371.     /**
  24372.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction' shared service.
  24373.      *
  24374.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction
  24375.      */
  24376.     protected function getSetOrderStateActionService()
  24377.     {
  24378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  24379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  24380.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderStateAction.php';
  24381.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderService2Service());
  24382.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'])) {
  24383.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'];
  24384.         }
  24385.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  24386.     }
  24387.     /**
  24388.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer' shared service.
  24389.      *
  24390.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer
  24391.      */
  24392.     protected function getCustomerGroupStorerService()
  24393.     {
  24394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  24395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerGroupStorer.php';
  24396.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  24397.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'])) {
  24398.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'];
  24399.         }
  24400.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer($a);
  24401.     }
  24402.     /**
  24403.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer' shared service.
  24404.      *
  24405.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer
  24406.      */
  24407.     protected function getCustomerRecoveryStorerService()
  24408.     {
  24409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  24410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerRecoveryStorer.php';
  24411.         $a = ($this->services['customer_recovery.repository'] ?? $this->getCustomerRecovery_RepositoryService());
  24412.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'])) {
  24413.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'];
  24414.         }
  24415.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer($a);
  24416.     }
  24417.     /**
  24418.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer' shared service.
  24419.      *
  24420.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer
  24421.      */
  24422.     protected function getCustomerStorerService()
  24423.     {
  24424.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  24425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerStorer.php';
  24426.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  24427.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'])) {
  24428.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'];
  24429.         }
  24430.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer($a);
  24431.     }
  24432.     /**
  24433.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer' shared service.
  24434.      *
  24435.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer
  24436.      */
  24437.     protected function getNewsletterRecipientStorerService()
  24438.     {
  24439.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  24440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/NewsletterRecipientStorer.php';
  24441.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  24442.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'])) {
  24443.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'];
  24444.         }
  24445.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer($a);
  24446.     }
  24447.     /**
  24448.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer' shared service.
  24449.      *
  24450.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer
  24451.      */
  24452.     protected function getOrderStorerService()
  24453.     {
  24454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  24455.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderStorer.php';
  24456.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  24457.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'])) {
  24458.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'];
  24459.         }
  24460.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer($a);
  24461.     }
  24462.     /**
  24463.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer' shared service.
  24464.      *
  24465.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer
  24466.      */
  24467.     protected function getOrderTransactionStorerService()
  24468.     {
  24469.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  24470.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderTransactionStorer.php';
  24471.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  24472.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'])) {
  24473.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'];
  24474.         }
  24475.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer($a);
  24476.     }
  24477.     /**
  24478.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer' shared service.
  24479.      *
  24480.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer
  24481.      */
  24482.     protected function getUserStorerService()
  24483.     {
  24484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  24485.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/UserStorer.php';
  24486.         $a = ($this->services['user_recovery.repository'] ?? $this->getUserRecovery_RepositoryService());
  24487.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'])) {
  24488.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'];
  24489.         }
  24490.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer($a);
  24491.     }
  24492.     /**
  24493.      * Gets the private 'Shopware\Core\Content\Flow\Indexing\FlowIndexer' shared service.
  24494.      *
  24495.      * @return \Shopware\Core\Content\Flow\Indexing\FlowIndexer
  24496.      */
  24497.     protected function getFlowIndexerService()
  24498.     {
  24499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  24500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowIndexer.php';
  24501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowPayloadUpdater.php';
  24502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowBuilder.php';
  24503.         $a = ($this->services['flow.repository'] ?? $this->getFlow_RepositoryService());
  24504.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  24505.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  24506.         }
  24507.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  24508.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  24509.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  24510.         }
  24511.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24512.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  24513.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  24514.         }
  24515.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  24516.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  24517.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  24518.         }
  24519.         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()), $a, new \Shopware\Core\Content\Flow\Indexing\FlowPayloadUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), new \Shopware\Core\Content\Flow\Dispatching\FlowBuilder(), $b), $c$d);
  24520.     }
  24521.     /**
  24522.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand' shared service.
  24523.      *
  24524.      * @return \Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand
  24525.      */
  24526.     protected function getDeleteExpiredFilesCommandService()
  24527.     {
  24528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/DeleteExpiredFilesCommand.php';
  24530.         $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()));
  24531.         $instance->setName('import-export:delete-expired');
  24532.         return $instance;
  24533.     }
  24534.     /**
  24535.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\ImportEntityCommand' shared service.
  24536.      *
  24537.      * @return \Shopware\Core\Content\ImportExport\Command\ImportEntityCommand
  24538.      */
  24539.     protected function getImportEntityCommandService()
  24540.     {
  24541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24542.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/ImportEntityCommand.php';
  24543.         $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()));
  24544.         $instance->setName('import:entity');
  24545.         return $instance;
  24546.     }
  24547.     /**
  24548.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer' shared service.
  24549.      *
  24550.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer
  24551.      */
  24552.     protected function getCountrySerializerService()
  24553.     {
  24554.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  24555.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  24556.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CountrySerializer.php';
  24557.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  24558.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  24559.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'];
  24560.         }
  24561.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer($a);
  24562.     }
  24563.     /**
  24564.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer' shared service.
  24565.      *
  24566.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer
  24567.      */
  24568.     protected function getCustomerSerializerService()
  24569.     {
  24570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  24571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  24572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CustomerSerializer.php';
  24573.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  24574.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  24575.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  24576.         }
  24577.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  24578.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  24579.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  24580.         }
  24581.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  24582.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  24583.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  24584.         }
  24585.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer($a$b$c);
  24586.     }
  24587.     /**
  24588.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer' shared service.
  24589.      *
  24590.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer
  24591.      */
  24592.     protected function getLanguageSerializerService()
  24593.     {
  24594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  24595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  24596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/LanguageSerializer.php';
  24597.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  24598.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  24599.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'];
  24600.         }
  24601.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer($a);
  24602.     }
  24603.     /**
  24604.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer' shared service.
  24605.      *
  24606.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer
  24607.      */
  24608.     protected function getMediaSerializerService()
  24609.     {
  24610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  24611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  24612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/MediaSerializer.php';
  24613.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  24614.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  24615.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  24616.         }
  24617.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  24618.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  24619.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  24620.         }
  24621.         $c = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  24622.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  24623.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  24624.         }
  24625.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  24626.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  24627.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  24628.         }
  24629.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer($a$b$c$d);
  24630.     }
  24631.     /**
  24632.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer' shared service.
  24633.      *
  24634.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer
  24635.      */
  24636.     protected function getProductCrossSellingSerializerService()
  24637.     {
  24638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  24639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  24640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductCrossSellingSerializer.php';
  24641.         $a = ($this->services['product_cross_selling_assigned_products.repository'] ?? $this->getProductCrossSellingAssignedProducts_RepositoryService());
  24642.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'])) {
  24643.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'];
  24644.         }
  24645.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer($a);
  24646.     }
  24647.     /**
  24648.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer' shared service.
  24649.      *
  24650.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer
  24651.      */
  24652.     protected function getProductSerializerService()
  24653.     {
  24654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  24655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  24656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductSerializer.php';
  24657.         $a = ($this->services['product_visibility.repository'] ?? $this->getProductVisibility_RepositoryService());
  24658.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  24659.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  24660.         }
  24661.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  24662.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  24663.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  24664.         }
  24665.         $c = ($this->services['product_media.repository'] ?? $this->getProductMedia_RepositoryService());
  24666.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  24667.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  24668.         }
  24669.         $d = ($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService());
  24670.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  24671.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  24672.         }
  24673.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer($a$b$c$d);
  24674.     }
  24675.     /**
  24676.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer' shared service.
  24677.      *
  24678.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer
  24679.      */
  24680.     protected function getPromotionIndividualCodeSerializerService()
  24681.     {
  24682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  24683.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  24684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/PromotionIndividualCodeSerializer.php';
  24685.         $a = ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService());
  24686.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  24687.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'];
  24688.         }
  24689.         $b = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  24690.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  24691.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'];
  24692.         }
  24693.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer($a$b);
  24694.     }
  24695.     /**
  24696.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer' shared service.
  24697.      *
  24698.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer
  24699.      */
  24700.     protected function getSalutationSerializerService()
  24701.     {
  24702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  24703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  24704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/SalutationSerializer.php';
  24705.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  24706.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  24707.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'];
  24708.         }
  24709.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer($a);
  24710.     }
  24711.     /**
  24712.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer' shared service.
  24713.      *
  24714.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer
  24715.      */
  24716.     protected function getCustomFieldsSerializer2Service()
  24717.     {
  24718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  24719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  24720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/CustomFieldsSerializer.php';
  24721.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializerService());
  24722.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'])) {
  24723.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'];
  24724.         }
  24725.         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()));
  24726.     }
  24727.     /**
  24728.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer' shared service.
  24729.      *
  24730.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer
  24731.      */
  24732.     protected function getPriceSerializerService()
  24733.     {
  24734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  24735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  24736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/PriceSerializer.php';
  24737.         $a = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  24738.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'])) {
  24739.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'];
  24740.         }
  24741.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer($a);
  24742.     }
  24743.     /**
  24744.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer' shared service.
  24745.      *
  24746.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer
  24747.      */
  24748.     protected function getToOneSerializerService()
  24749.     {
  24750.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  24751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  24752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/ToOneSerializer.php';
  24753.         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()));
  24754.     }
  24755.     /**
  24756.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer' shared service.
  24757.      *
  24758.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer
  24759.      */
  24760.     protected function getTranslationsSerializerService()
  24761.     {
  24762.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  24763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  24764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/TranslationsSerializer.php';
  24765.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  24766.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'])) {
  24767.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'];
  24768.         }
  24769.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer($a);
  24770.     }
  24771.     /**
  24772.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver' shared service.
  24773.      *
  24774.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver
  24775.      */
  24776.     protected function getPrimaryKeyResolverService()
  24777.     {
  24778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/PrimaryKeyResolver.php';
  24779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  24780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  24781.         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())));
  24782.     }
  24783.     /**
  24784.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator' shared service.
  24785.      *
  24786.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator
  24787.      */
  24788.     protected function getSystemDefaultValidatorService()
  24789.     {
  24790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/SystemDefaultValidator.php';
  24791.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24792.     }
  24793.     /**
  24794.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber' shared service.
  24795.      *
  24796.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber
  24797.      */
  24798.     protected function getFileDeletedSubscriberService()
  24799.     {
  24800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/FileDeletedSubscriber.php';
  24801.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  24802.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'])) {
  24803.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'];
  24804.         }
  24805.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber($a);
  24806.     }
  24807.     /**
  24808.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber' shared service.
  24809.      *
  24810.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber
  24811.      */
  24812.     protected function getProductCategoryPathsSubscriberService()
  24813.     {
  24814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductCategoryPathsSubscriber.php';
  24815.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  24816.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  24817.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'];
  24818.         }
  24819.         $b = ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService());
  24820.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  24821.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'];
  24822.         }
  24823.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber($a$b);
  24824.     }
  24825.     /**
  24826.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber' shared service.
  24827.      *
  24828.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber
  24829.      */
  24830.     protected function getProductVariantsSubscriberService()
  24831.     {
  24832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductVariantsSubscriber.php';
  24833.         $a = ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService());
  24834.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  24835.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  24836.         }
  24837.         $b = ($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService());
  24838.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  24839.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  24840.         }
  24841.         $c = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  24842.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  24843.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  24844.         }
  24845.         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);
  24846.     }
  24847.     /**
  24848.      * Gets the private 'Shopware\Core\Content\ImportExport\Message\DeleteFileHandler' shared service.
  24849.      *
  24850.      * @return \Shopware\Core\Content\ImportExport\Message\DeleteFileHandler
  24851.      */
  24852.     protected function getDeleteFileHandlerService()
  24853.     {
  24854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/DeleteFileHandler.php';
  24855.         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()));
  24856.     }
  24857.     /**
  24858.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory' shared service.
  24859.      *
  24860.      * @return \Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory
  24861.      */
  24862.     protected function getPipeFactoryService()
  24863.     {
  24864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/AbstractPipeFactory.php';
  24865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/PipeFactory.php';
  24866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/SerializerRegistry.php';
  24867.         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 () {
  24868.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  24869.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? $this->getSalutationSerializerService());
  24870.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? $this->getCountrySerializerService());
  24871.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? $this->getLanguageSerializerService());
  24872.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? $this->getCustomerSerializerService());
  24873.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? $this->getPromotionIndividualCodeSerializerService());
  24874.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] ?? $this->getProductSerializerService());
  24875.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] ?? $this->getProductCrossSellingSerializerService());
  24876.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\OrderSerializer()));
  24877.             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()));
  24878.         }, 10), new RewindableGenerator(function () {
  24879.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\ToOneSerializer'] ?? $this->getToOneSerializerService());
  24880.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] ?? $this->getTranslationsSerializerService());
  24881.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] ?? $this->getPriceSerializerService());
  24882.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializer2Service());
  24883.             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()));
  24884.         }, 5)), ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\PrimaryKeyResolver'] ?? $this->getPrimaryKeyResolverService()));
  24885.     }
  24886.     /**
  24887.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory' shared service.
  24888.      *
  24889.      * @return \Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory
  24890.      */
  24891.     protected function getCsvFileWriterFactoryService()
  24892.     {
  24893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/AbstractWriterFactory.php';
  24894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/CsvFileWriterFactory.php';
  24895.         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()));
  24896.     }
  24897.     /**
  24898.      * Gets the private 'Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler' shared service.
  24899.      *
  24900.      * @return \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler
  24901.      */
  24902.     protected function getCleanupImportExportFileTaskHandlerService()
  24903.     {
  24904.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ScheduledTask/CleanupImportExportFileTaskHandler.php';
  24905.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  24906.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'])) {
  24907.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'];
  24908.         }
  24909.         $b = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] ?? $this->getDeleteExpiredFilesServiceService());
  24910.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'])) {
  24911.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'];
  24912.         }
  24913.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] = new \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler($a$b);
  24914.     }
  24915.     /**
  24916.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService' shared service.
  24917.      *
  24918.      * @return \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService
  24919.      */
  24920.     protected function getDeleteExpiredFilesServiceService()
  24921.     {
  24922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DeleteExpiredFilesService.php';
  24923.         $a = ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService());
  24924.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'])) {
  24925.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'];
  24926.         }
  24927.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] = new \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService($a);
  24928.     }
  24929.     /**
  24930.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\FileService' shared service.
  24931.      *
  24932.      * @return \Shopware\Core\Content\ImportExport\Service\FileService
  24933.      */
  24934.     protected function getFileServiceService()
  24935.     {
  24936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractFileService.php';
  24937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/FileService.php';
  24938.         $a = ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService());
  24939.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'])) {
  24940.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'];
  24941.         }
  24942.         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);
  24943.     }
  24944.     /**
  24945.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\ImportExportService' shared service.
  24946.      *
  24947.      * @return \Shopware\Core\Content\ImportExport\Service\ImportExportService
  24948.      */
  24949.     protected function getImportExportServiceService()
  24950.     {
  24951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/ImportExportService.php';
  24952.         $a = ($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService());
  24953.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  24954.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  24955.         }
  24956.         $b = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  24957.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  24958.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  24959.         }
  24960.         $c = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  24961.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  24962.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  24963.         }
  24964.         $d = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService());
  24965.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  24966.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  24967.         }
  24968.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] = new \Shopware\Core\Content\ImportExport\Service\ImportExportService($a$b$c$d);
  24969.     }
  24970.     /**
  24971.      * Gets the private 'Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer' shared service.
  24972.      *
  24973.      * @return \Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer
  24974.      */
  24975.     protected function getLandingPageIndexerService()
  24976.     {
  24977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  24978.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/DataAbstractionLayer/LandingPageIndexer.php';
  24979.         $a = ($this->services['landing_page.repository'] ?? $this->getLandingPage_RepositoryService());
  24980.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'])) {
  24981.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'];
  24982.         }
  24983.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24984.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'])) {
  24985.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'];
  24986.         }
  24987.         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()), $a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), $b);
  24988.     }
  24989.     /**
  24990.      * Gets the private 'Shopware\Core\Content\LandingPage\LandingPageValidator' shared service.
  24991.      *
  24992.      * @return \Shopware\Core\Content\LandingPage\LandingPageValidator
  24993.      */
  24994.     protected function getLandingPageValidatorService()
  24995.     {
  24996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageValidator.php';
  24997.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  24998.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'])) {
  24999.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'];
  25000.         }
  25001.         return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] = new \Shopware\Core\Content\LandingPage\LandingPageValidator($a);
  25002.     }
  25003.     /**
  25004.      * Gets the private 'Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber' shared service.
  25005.      *
  25006.      * @return \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber
  25007.      */
  25008.     protected function getMailSendSubscriberService()
  25009.     {
  25010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Subscriber/MailSendSubscriber.php';
  25011.         $a = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  25012.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  25013.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  25014.         }
  25015.         $b = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  25016.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  25017.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  25018.         }
  25019.         $c = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  25020.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  25021.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  25022.         }
  25023.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  25024.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  25025.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  25026.         }
  25027.         $e = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  25028.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  25029.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  25030.         }
  25031.         $f = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  25032.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  25033.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  25034.         }
  25035.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25036.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  25037.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  25038.         }
  25039.         $h = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  25040.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  25041.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  25042.         }
  25043.         $i = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  25044.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  25045.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  25046.         }
  25047.         return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] = new \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber($a$b$c$d$e$f, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $g$h$i, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  25048.     }
  25049.     /**
  25050.      * Gets the private 'Shopware\Core\Content\Mail\Service\MailService' shared service.
  25051.      *
  25052.      * @return \Shopware\Core\Content\Mail\Service\MailService
  25053.      */
  25054.     protected function getMailServiceService()
  25055.     {
  25056.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailService.php';
  25057.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailService.php';
  25058.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  25059.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  25060.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  25061.         }
  25062.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService());
  25063.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  25064.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  25065.         }
  25066.         $c = ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] ?? $this->getMailFactoryService());
  25067.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  25068.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  25069.         }
  25070.         $d = ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'] ?? $this->getMailSenderService());
  25071.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  25072.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  25073.         }
  25074.         $e = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'] ?? $this->getMediaRepositoryDecoratorService());
  25075.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  25076.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  25077.         }
  25078.         $f = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  25079.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  25080.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  25081.         }
  25082.         $g = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  25083.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  25084.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  25085.         }
  25086.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25087.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  25088.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  25089.         }
  25090.         return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] = new \Shopware\Core\Content\Mail\Service\MailService($a$b$c$d$e, ($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] ?? $this->getSalesChannelDefinitionService()), $f$g$h, ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  25091.     }
  25092.     /**
  25093.      * Gets the private 'Shopware\Core\Content\Media\Cms\ImageCmsElementResolver' shared service.
  25094.      *
  25095.      * @return \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver
  25096.      */
  25097.     protected function getImageCmsElementResolverService()
  25098.     {
  25099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  25100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  25101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  25102.         $a = ($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService());
  25103.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'])) {
  25104.             return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'];
  25105.         }
  25106.         return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver($a);
  25107.     }
  25108.     /**
  25109.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver' shared service.
  25110.      *
  25111.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver
  25112.      */
  25113.     protected function getImageGalleryTypeDataResolverService()
  25114.     {
  25115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  25116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  25117.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  25118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageGalleryTypeDataResolver.php';
  25119.         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()));
  25120.     }
  25121.     /**
  25122.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver' shared service.
  25123.      *
  25124.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver
  25125.      */
  25126.     protected function getImageSliderTypeDataResolverService()
  25127.     {
  25128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  25129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  25130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  25131.         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()));
  25132.     }
  25133.     /**
  25134.      * Gets the private 'Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand' shared service.
  25135.      *
  25136.      * @return \Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand
  25137.      */
  25138.     protected function getDeleteNotUsedMediaCommandService()
  25139.     {
  25140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/DeleteNotUsedMediaCommand.php';
  25142.         $this->privates['Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand'] = $instance = new \Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand(($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'] ?? $this->getDeleteNotUsedMediaServiceService()));
  25143.         $instance->setName('media:delete-unused');
  25144.         return $instance;
  25145.     }
  25146.     /**
  25147.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand' shared service.
  25148.      *
  25149.      * @return \Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand
  25150.      */
  25151.     protected function getGenerateMediaTypesCommandService()
  25152.     {
  25153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateMediaTypesCommand.php';
  25155.         $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()));
  25156.         $instance->setName('media:generate-media-types');
  25157.         return $instance;
  25158.     }
  25159.     /**
  25160.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand' shared service.
  25161.      *
  25162.      * @return \Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand
  25163.      */
  25164.     protected function getGenerateThumbnailsCommandService()
  25165.     {
  25166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateThumbnailsCommand.php';
  25168.         $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()));
  25169.         $instance->setName('media:generate-thumbnails');
  25170.         return $instance;
  25171.     }
  25172.     /**
  25173.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer' shared service.
  25174.      *
  25175.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer
  25176.      */
  25177.     protected function getMediaFolderConfigurationIndexerService()
  25178.     {
  25179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  25180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderConfigurationIndexer.php';
  25181.         $a = ($this->services['media_folder_configuration.repository'] ?? $this->getMediaFolderConfiguration_RepositoryService());
  25182.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'])) {
  25183.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'];
  25184.         }
  25185.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25186.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'])) {
  25187.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'];
  25188.         }
  25189.         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()), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b);
  25190.     }
  25191.     /**
  25192.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer' shared service.
  25193.      *
  25194.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer
  25195.      */
  25196.     protected function getMediaFolderIndexerService()
  25197.     {
  25198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  25199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderIndexer.php';
  25200.         $a = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  25201.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'])) {
  25202.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'];
  25203.         }
  25204.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25205.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'])) {
  25206.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'];
  25207.         }
  25208.         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()), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] ?? $this->getChildCountUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\TreeUpdater'] ?? $this->getTreeUpdaterService()));
  25209.     }
  25210.     /**
  25211.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer' shared service.
  25212.      *
  25213.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer
  25214.      */
  25215.     protected function getMediaIndexerService()
  25216.     {
  25217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  25218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaIndexer.php';
  25219.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  25220.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  25221.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  25222.         }
  25223.         $b = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  25224.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  25225.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  25226.         }
  25227.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25228.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  25229.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  25230.         }
  25231.         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()), $a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $c);
  25232.     }
  25233.     /**
  25234.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator' shared service.
  25235.      *
  25236.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator
  25237.      */
  25238.     protected function getMediaRepositoryDecoratorService()
  25239.     {
  25240.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  25241.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  25242.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  25243.         }
  25244.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  25245.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  25246.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  25247.         }
  25248.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  25249.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  25250.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  25251.         }
  25252.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25253.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  25254.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  25255.         }
  25256.         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())));
  25257.     }
  25258.     /**
  25259.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator' shared service.
  25260.      *
  25261.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator
  25262.      */
  25263.     protected function getMediaThumbnailRepositoryDecoratorService()
  25264.     {
  25265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaThumbnailRepositoryDecorator.php';
  25266.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  25267.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  25268.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  25269.         }
  25270.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  25271.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  25272.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  25273.         }
  25274.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  25275.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  25276.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  25277.         }
  25278.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25279.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  25280.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  25281.         }
  25282.         return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'] = 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())));
  25283.     }
  25284.     /**
  25285.      * Gets the private 'Shopware\Core\Content\Media\DeleteNotUsedMediaService' shared service.
  25286.      *
  25287.      * @return \Shopware\Core\Content\Media\DeleteNotUsedMediaService
  25288.      */
  25289.     protected function getDeleteNotUsedMediaServiceService()
  25290.     {
  25291.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DeleteNotUsedMediaService.php';
  25292.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  25293.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'])) {
  25294.             return $this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'];
  25295.         }
  25296.         $b = ($this->services['media_default_folder.repository'] ?? $this->getMediaDefaultFolder_RepositoryService());
  25297.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'])) {
  25298.             return $this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'];
  25299.         }
  25300.         return $this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'] = new \Shopware\Core\Content\Media\DeleteNotUsedMediaService($a$b);
  25301.     }
  25302.     /**
  25303.      * Gets the private 'Shopware\Core\Content\Media\File\FileNameProvider' shared service.
  25304.      *
  25305.      * @return \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider
  25306.      */
  25307.     protected function getFileNameProviderService()
  25308.     {
  25309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileNameProvider.php';
  25310.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/WindowsStyleFileNameProvider.php';
  25311.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  25312.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'])) {
  25313.             return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'];
  25314.         }
  25315.         return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] = new \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider($a);
  25316.     }
  25317.     /**
  25318.      * Gets the private 'Shopware\Core\Content\Media\MediaService' shared service.
  25319.      *
  25320.      * @return \Shopware\Core\Content\Media\MediaService
  25321.      */
  25322.     protected function getMediaServiceService()
  25323.     {
  25324.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaService.php';
  25325.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileLoader.php';
  25326.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileFetcher.php';
  25327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidatorInterface.php';
  25328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidator.php';
  25329.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  25330.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  25331.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  25332.         }
  25333.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  25334.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  25335.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  25336.         }
  25337.         $c = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  25338.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  25339.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  25340.         }
  25341.         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, new \Shopware\Core\Content\Media\File\FileFetcher(new \Shopware\Core\Content\Media\File\FileUrlValidator(), truefalse0));
  25342.     }
  25343.     /**
  25344.      * Gets the private 'Shopware\Core\Content\Media\Message\DeleteFileHandler' shared service.
  25345.      *
  25346.      * @return \Shopware\Core\Content\Media\Message\DeleteFileHandler
  25347.      */
  25348.     protected function getDeleteFileHandler2Service()
  25349.     {
  25350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/DeleteFileHandler.php';
  25351.         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()));
  25352.     }
  25353.     /**
  25354.      * Gets the private 'Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler' shared service.
  25355.      *
  25356.      * @return \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler
  25357.      */
  25358.     protected function getGenerateThumbnailsHandlerService()
  25359.     {
  25360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/GenerateThumbnailsHandler.php';
  25361.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService());
  25362.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'])) {
  25363.             return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'];
  25364.         }
  25365.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  25366.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'])) {
  25367.             return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'];
  25368.         }
  25369.         return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] = new \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler($a$b);
  25370.     }
  25371.     /**
  25372.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy' shared service.
  25373.      *
  25374.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy
  25375.      */
  25376.     protected function getFilenamePathnameStrategyService()
  25377.     {
  25378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  25379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  25380.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/FilenamePathnameStrategy.php';
  25381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  25382.         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())));
  25383.     }
  25384.     /**
  25385.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy' shared service.
  25386.      *
  25387.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy
  25388.      */
  25389.     protected function getIdPathnameStrategyService()
  25390.     {
  25391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  25392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  25393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/IdPathnameStrategy.php';
  25394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  25395.         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())));
  25396.     }
  25397.     /**
  25398.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy' shared service.
  25399.      *
  25400.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy
  25401.      */
  25402.     protected function getPhysicalFilenamePathnameStrategyService()
  25403.     {
  25404.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  25405.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  25406.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PhysicalFilenamePathnameStrategy.php';
  25407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  25408.         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())));
  25409.     }
  25410.     /**
  25411.      * Gets the private 'Shopware\Core\Content\Media\Pathname\UrlGeneratorInterface' shared service.
  25412.      *
  25413.      * @return \Shopware\Core\Content\Media\Pathname\UrlGenerator
  25414.      */
  25415.     protected function getUrlGeneratorInterfaceService()
  25416.     {
  25417.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGeneratorInterface.php';
  25418.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGenerator.php';
  25419.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  25420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/StrategyFactory.php';
  25421.         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 () {
  25422.             yield => $this->getFilenamePathnameStrategyService();
  25423.             yield => $this->getPhysicalFilenamePathnameStrategyService();
  25424.             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()));
  25425.             yield => $this->getIdPathnameStrategyService();
  25426.         }, 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())), '');
  25427.     }
  25428.     /**
  25429.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber' shared service.
  25430.      *
  25431.      * @return \Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber
  25432.      */
  25433.     protected function getMediaDeletionSubscriberService()
  25434.     {
  25435.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaDeletionSubscriber.php';
  25436.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25437.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  25438.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  25439.         }
  25440.         $b = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  25441.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  25442.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  25443.         }
  25444.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  25445.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  25446.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  25447.         }
  25448.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  25449.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  25450.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  25451.         }
  25452.         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);
  25453.     }
  25454.     /**
  25455.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber' shared service.
  25456.      *
  25457.      * @return \Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber
  25458.      */
  25459.     protected function getMediaLoadedSubscriberService()
  25460.     {
  25461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaLoadedSubscriber.php';
  25462.         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()));
  25463.     }
  25464.     /**
  25465.      * Gets the private 'Shopware\Core\Content\Media\Thumbnail\ThumbnailService' shared service.
  25466.      *
  25467.      * @return \Shopware\Core\Content\Media\Thumbnail\ThumbnailService
  25468.      */
  25469.     protected function getThumbnailServiceService()
  25470.     {
  25471.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Thumbnail/ThumbnailService.php';
  25472.         $a = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  25473.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'])) {
  25474.             return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'];
  25475.         }
  25476.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  25477.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'])) {
  25478.             return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'];
  25479.         }
  25480.         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);
  25481.     }
  25482.     /**
  25483.      * Gets the private 'Shopware\Core\Content\Media\TypeDetector\TypeDetector' shared service.
  25484.      *
  25485.      * @return \Shopware\Core\Content\Media\TypeDetector\TypeDetector
  25486.      */
  25487.     protected function getTypeDetectorService()
  25488.     {
  25489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetectorInterface.php';
  25490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetector.php';
  25491.         return $this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\TypeDetector(new RewindableGenerator(function () {
  25492.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\AudioTypeDetector()));
  25493.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DocumentTypeDetector()));
  25494.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\ImageTypeDetector()));
  25495.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\VideoTypeDetector()));
  25496.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DefaultTypeDetector()));
  25497.         }, 5));
  25498.     }
  25499.     /**
  25500.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater' shared service.
  25501.      *
  25502.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater
  25503.      */
  25504.     protected function getCustomerNewsletterSalesChannelsUpdaterService()
  25505.     {
  25506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/Indexing/CustomerNewsletterSalesChannelsUpdater.php';
  25507.         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()));
  25508.     }
  25509.     /**
  25510.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer' shared service.
  25511.      *
  25512.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer
  25513.      */
  25514.     protected function getNewsletterRecipientIndexerService()
  25515.     {
  25516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  25517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/NewsletterRecipientIndexer.php';
  25518.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  25519.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'])) {
  25520.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'];
  25521.         }
  25522.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25523.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'])) {
  25524.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'];
  25525.         }
  25526.         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()), $a, ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\Indexing\\CustomerNewsletterSalesChannelsUpdater'] ?? $this->getCustomerNewsletterSalesChannelsUpdaterService()), $b);
  25527.     }
  25528.     /**
  25529.      * Gets the private 'Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber' shared service.
  25530.      *
  25531.      * @return \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber
  25532.      */
  25533.     protected function getNewsletterRecipientDeletedSubscriberService()
  25534.     {
  25535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Event/Subscriber/NewsletterRecipientDeletedSubscriber.php';
  25536.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  25537.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'])) {
  25538.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'];
  25539.         }
  25540.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] = new \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber($a);
  25541.     }
  25542.     /**
  25543.      * Gets the private 'Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler' shared service.
  25544.      *
  25545.      * @return \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler
  25546.      */
  25547.     protected function getNewsletterRecipientTaskHandlerService()
  25548.     {
  25549.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/ScheduledTask/NewsletterRecipientTaskHandler.php';
  25550.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  25551.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'])) {
  25552.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'];
  25553.         }
  25554.         $b = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  25555.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'])) {
  25556.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'];
  25557.         }
  25558.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler($a$b);
  25559.     }
  25560.     /**
  25561.      * Gets the private 'Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand' shared service.
  25562.      *
  25563.      * @return \Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand
  25564.      */
  25565.     protected function getProductExportGenerateCommandService()
  25566.     {
  25567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Command/ProductExportGenerateCommand.php';
  25569.         $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()));
  25570.         $instance->setName('product-export:generate');
  25571.         return $instance;
  25572.     }
  25573.     /**
  25574.      * Gets the private 'Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener' shared service.
  25575.      *
  25576.      * @return \Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener
  25577.      */
  25578.     protected function getProductExportEventListenerService()
  25579.     {
  25580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/EventListener/ProductExportEventListener.php';
  25581.         $a = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  25582.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'])) {
  25583.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'];
  25584.         }
  25585.         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()));
  25586.     }
  25587.     /**
  25588.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler' shared service.
  25589.      *
  25590.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler
  25591.      */
  25592.     protected function getProductExportGenerateTaskHandlerService()
  25593.     {
  25594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportGenerateTaskHandler.php';
  25595.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  25596.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  25597.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  25598.         }
  25599.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  25600.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  25601.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  25602.         }
  25603.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  25604.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  25605.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  25606.         }
  25607.         $d = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  25608.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  25609.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  25610.         }
  25611.         $e = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  25612.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  25613.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  25614.         }
  25615.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler($a$b$c$d$e);
  25616.     }
  25617.     /**
  25618.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler' shared service.
  25619.      *
  25620.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler
  25621.      */
  25622.     protected function getProductExportPartialGenerationHandlerService()
  25623.     {
  25624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportPartialGenerationHandler.php';
  25625.         $a = ($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] ?? $this->getProductExportGeneratorService());
  25626.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  25627.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  25628.         }
  25629.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  25630.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  25631.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  25632.         }
  25633.         $c = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  25634.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  25635.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  25636.         }
  25637.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  25638.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  25639.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  25640.         }
  25641.         $e = ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] ?? $this->getProductExportRendererService());
  25642.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  25643.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  25644.         }
  25645.         $f = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  25646.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  25647.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  25648.         }
  25649.         $g = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  25650.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  25651.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  25652.         }
  25653.         $h = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  25654.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  25655.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  25656.         }
  25657.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler($a$b$c, ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportFileHandler'] ?? $this->getProductExportFileHandlerService()), $d$e$f$g$h, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 100, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  25658.     }
  25659.     /**
  25660.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler' shared service.
  25661.      *
  25662.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler
  25663.      */
  25664.     protected function getProductExportFileHandlerService()
  25665.     {
  25666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandlerInterface.php';
  25667.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandler.php';
  25668.         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');
  25669.     }
  25670.     /**
  25671.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportRenderer' shared service.
  25672.      *
  25673.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportRenderer
  25674.      */
  25675.     protected function getProductExportRendererService()
  25676.     {
  25677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRendererInterface.php';
  25678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRenderer.php';
  25679.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService());
  25680.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'])) {
  25681.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'];
  25682.         }
  25683.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25684.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'])) {
  25685.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'];
  25686.         }
  25687.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] = new \Shopware\Core\Content\ProductExport\Service\ProductExportRenderer($a$b, ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()));
  25688.     }
  25689.     /**
  25690.      * Gets the private 'Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer' shared service.
  25691.      *
  25692.      * @return \Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer
  25693.      */
  25694.     protected function getProductStreamIndexerService()
  25695.     {
  25696.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  25697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/DataAbstractionLayer/ProductStreamIndexer.php';
  25698.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  25699.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'])) {
  25700.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'];
  25701.         }
  25702.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25703.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'])) {
  25704.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'];
  25705.         }
  25706.         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()), $a, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), $b);
  25707.     }
  25708.     /**
  25709.      * Gets the private 'Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler' shared service.
  25710.      *
  25711.      * @return \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler
  25712.      */
  25713.     protected function getUpdateProductStreamMappingTaskHandlerService()
  25714.     {
  25715.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ScheduledTask/UpdateProductStreamMappingTaskHandler.php';
  25716.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  25717.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'])) {
  25718.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'];
  25719.         }
  25720.         $b = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  25721.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'])) {
  25722.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'];
  25723.         }
  25724.         return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] = new \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler($a$b);
  25725.     }
  25726.     /**
  25727.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductCartProcessor' shared service.
  25728.      *
  25729.      * @return \Shopware\Core\Content\Product\Cart\ProductCartProcessor
  25730.      */
  25731.     protected function getProductCartProcessorService()
  25732.     {
  25733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  25734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  25735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductCartProcessor.php';
  25736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGatewayInterface.php';
  25737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGateway.php';
  25738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductFeatureBuilder.php';
  25739.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  25740.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  25741.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  25742.         }
  25743.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25744.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  25745.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  25746.         }
  25747.         $c = ($this->services['custom_field.repository'] ?? $this->getCustomField_RepositoryService());
  25748.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  25749.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  25750.         }
  25751.         $d = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  25752.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  25753.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  25754.         }
  25755.         return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] = new \Shopware\Core\Content\Product\Cart\ProductCartProcessor(new \Shopware\Core\Content\Product\Cart\ProductGateway($a$b), ($this->privates['Shopware\\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()));
  25756.     }
  25757.     /**
  25758.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator' shared service.
  25759.      *
  25760.      * @return \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator
  25761.      */
  25762.     protected function getProductLineItemCommandValidatorService()
  25763.     {
  25764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemCommandValidator.php';
  25765.         return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  25766.     }
  25767.     /**
  25768.      * Gets the private 'Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler' shared service.
  25769.      *
  25770.      * @return \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler
  25771.      */
  25772.     protected function getCleanupProductKeywordDictionaryTaskHandlerService()
  25773.     {
  25774.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cleanup/CleanupProductKeywordDictionaryTaskHandler.php';
  25775.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  25776.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'])) {
  25777.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'];
  25778.         }
  25779.         return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  25780.     }
  25781.     /**
  25782.      * Gets the private 'Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTaskHandler' shared service.
  25783.      *
  25784.      * @return \Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTaskHandler
  25785.      */
  25786.     protected function getCleanupUnusedDownloadMediaTaskHandlerService()
  25787.     {
  25788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cleanup/CleanupUnusedDownloadMediaTaskHandler.php';
  25789.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  25790.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'])) {
  25791.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'];
  25792.         }
  25793.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'] ?? $this->getDeleteNotUsedMediaServiceService());
  25794.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'])) {
  25795.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'];
  25796.         }
  25797.         return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] = new \Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTaskHandler($a$b);
  25798.     }
  25799.     /**
  25800.      * Gets the private 'Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver' shared service.
  25801.      *
  25802.      * @return \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver
  25803.      */
  25804.     protected function getBuyBoxCmsElementResolverService()
  25805.     {
  25806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  25807.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  25808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  25809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/BuyBoxCmsElementResolver.php';
  25810.         $a = ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService());
  25811.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'])) {
  25812.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'];
  25813.         }
  25814.         $b = ($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService());
  25815.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'])) {
  25816.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'];
  25817.         }
  25818.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver($a$b);
  25819.     }
  25820.     /**
  25821.      * Gets the private 'Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver' shared service.
  25822.      *
  25823.      * @return \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver
  25824.      */
  25825.     protected function getCrossSellingCmsElementResolverService()
  25826.     {
  25827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  25828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  25829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  25830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/CrossSellingCmsElementResolver.php';
  25831.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] ?? $this->getCachedProductCrossSellingRouteService());
  25832.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'])) {
  25833.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'];
  25834.         }
  25835.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver($a);
  25836.     }
  25837.     /**
  25838.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver' shared service.
  25839.      *
  25840.      * @return \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver
  25841.      */
  25842.     protected function getProductBoxCmsElementResolverService()
  25843.     {
  25844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  25845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  25846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductBoxCmsElementResolver.php';
  25847.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  25848.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'])) {
  25849.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'];
  25850.         }
  25851.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver($a);
  25852.     }
  25853.     /**
  25854.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver' shared service.
  25855.      *
  25856.      * @return \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver
  25857.      */
  25858.     protected function getProductDescriptionReviewsCmsElementResolverService()
  25859.     {
  25860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  25861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  25862.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  25863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductDescriptionReviewsCmsElementResolver.php';
  25864.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] ?? $this->getCachedProductReviewRouteService());
  25865.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'])) {
  25866.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'];
  25867.         }
  25868.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver($a);
  25869.     }
  25870.     /**
  25871.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver' shared service.
  25872.      *
  25873.      * @return \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver
  25874.      */
  25875.     protected function getProductListingCmsElementResolverService()
  25876.     {
  25877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  25878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  25879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductListingCmsElementResolver.php';
  25880.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] ?? $this->getResolveCriteriaProductListingRouteService());
  25881.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'])) {
  25882.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'];
  25883.         }
  25884.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver($a);
  25885.     }
  25886.     /**
  25887.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver' shared service.
  25888.      *
  25889.      * @return \Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver
  25890.      */
  25891.     protected function getProductSliderCmsElementResolverService()
  25892.     {
  25893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  25894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  25895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductSliderCmsElementResolver.php';
  25896.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  25897.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'])) {
  25898.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'];
  25899.         }
  25900.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver(($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $a);
  25901.     }
  25902.     /**
  25903.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer' shared service.
  25904.      *
  25905.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer
  25906.      */
  25907.     protected function getProductIndexerService()
  25908.     {
  25909.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  25910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductIndexer.php';
  25911.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/VariantListingUpdater.php';
  25912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductCategoryDenormalizer.php';
  25913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/RatingAverageUpdater.php';
  25914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceUpdater.php';
  25915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/AbstractCheapestPriceQuantitySelector.php';
  25916.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceQuantitySelector.php';
  25917.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  25918.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  25919.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  25920.         }
  25921.         $b = ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? $this->getSearchKeywordReplacementService());
  25922.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  25923.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  25924.         }
  25925.         $c = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  25926.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  25927.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  25928.         }
  25929.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25930.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  25931.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  25932.         }
  25933.         $e = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  25934.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  25935.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  25936.         }
  25937.         $f = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'] ?? $this->getStatesUpdaterService());
  25938.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  25939.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  25940.         }
  25941.         $g = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  25942.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  25943.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  25944.         }
  25945.         $h = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  25946.         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()), $a$h, new \Shopware\Core\Content\Product\DataAbstractionLayer\VariantListingUpdater($h), new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductCategoryDenormalizer($h), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\InheritanceUpdater'] ?? $this->getInheritanceUpdaterService()), new \Shopware\Core\Content\Product\DataAbstractionLayer\RatingAverageUpdater($h), $b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] ?? $this->getChildCountUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), $c$d, new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPriceUpdater($h, new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPriceQuantitySelector()), $e$f$g);
  25947.     }
  25948.     /**
  25949.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater' shared service.
  25950.      *
  25951.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater
  25952.      */
  25953.     protected function getProductStreamUpdaterService()
  25954.     {
  25955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  25956.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductStreamUpdater.php';
  25957.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  25958.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'])) {
  25959.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'];
  25960.         }
  25961.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  25962.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'])) {
  25963.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'];
  25964.         }
  25965.         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()));
  25966.     }
  25967.     /**
  25968.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater' shared service.
  25969.      *
  25970.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater
  25971.      */
  25972.     protected function getStatesUpdaterService()
  25973.     {
  25974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StatesUpdater.php';
  25975.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25976.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'])) {
  25977.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'];
  25978.         }
  25979.         return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  25980.     }
  25981.     /**
  25982.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater' shared service.
  25983.      *
  25984.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater
  25985.      */
  25986.     protected function getStockUpdaterService()
  25987.     {
  25988.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdater.php';
  25989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdate/StockUpdateFilterProvider.php';
  25990.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25991.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'])) {
  25992.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'];
  25993.         }
  25994.         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 () {
  25995.             return new \EmptyIterator();
  25996.         }, 0)));
  25997.     }
  25998.     /**
  25999.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber' shared service.
  26000.      *
  26001.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber
  26002.      */
  26003.     protected function getProductListingFeaturesSubscriberService()
  26004.     {
  26005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingFeaturesSubscriber.php';
  26006.         $a = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  26007.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  26008.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  26009.         }
  26010.         $b = ($this->services['product_sorting.repository'] ?? $this->getProductSorting_RepositoryService());
  26011.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  26012.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  26013.         }
  26014.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26015.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  26016.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  26017.         }
  26018.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26019.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  26020.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  26021.         }
  26022.         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()), $a$b$c$d);
  26023.     }
  26024.     /**
  26025.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader' shared service.
  26026.      *
  26027.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader
  26028.      */
  26029.     protected function getProductListingLoaderService()
  26030.     {
  26031.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingLoader.php';
  26032.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  26033.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  26034.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  26035.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  26036.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  26037.         }
  26038.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26039.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  26040.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  26041.         }
  26042.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26043.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  26044.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  26045.         }
  26046.         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())));
  26047.     }
  26048.     /**
  26049.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator' shared service.
  26050.      *
  26051.      * @return \Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator
  26052.      */
  26053.     protected function getProductPriceCalculatorService()
  26054.     {
  26055.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/AbstractProductPriceCalculator.php';
  26056.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/ProductPriceCalculator.php';
  26057.         $a = ($this->services['unit.repository'] ?? $this->getUnit_RepositoryService());
  26058.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  26059.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'];
  26060.         }
  26061.         return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] = new \Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator($a, ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  26062.     }
  26063.     /**
  26064.      * Gets the private 'Shopware\Core\Content\Product\Subscriber\ProductSubscriber' shared service.
  26065.      *
  26066.      * @return \Shopware\Core\Content\Product\Subscriber\ProductSubscriber
  26067.      */
  26068.     protected function getProductSubscriberService()
  26069.     {
  26070.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Subscriber/ProductSubscriber.php';
  26071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractSalesChannelProductBuilder.php';
  26072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannelProductBuilder.php';
  26073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractPropertyGroupSorter.php';
  26074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/PropertyGroupSorter.php';
  26075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductMaxPurchaseCalculator.php';
  26076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductMaxPurchaseCalculator.php';
  26077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractIsNewDetector.php';
  26078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/IsNewDetector.php';
  26079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductVariationBuilder.php';
  26080.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductVariationBuilder.php';
  26081.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26082.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'])) {
  26083.             return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'];
  26084.         }
  26085.         $b = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  26086.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'])) {
  26087.             return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'];
  26088.         }
  26089.         $c = new \Shopware\Core\Content\Product\PropertyGroupSorter();
  26090.         $d = new \Shopware\Core\Content\Product\ProductMaxPurchaseCalculator($a);
  26091.         $e = new \Shopware\Core\Content\Product\IsNewDetector($a);
  26092.         return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] = new \Shopware\Core\Content\Product\Subscriber\ProductSubscriber(new \Shopware\Core\Content\Product\SalesChannelProductBuilder($c$d$e), new \Shopware\Core\Content\Product\ProductVariationBuilder(), $b$c$d$e$a);
  26093.     }
  26094.     /**
  26095.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater' shared service.
  26096.      *
  26097.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater
  26098.      */
  26099.     protected function getRuleAreaUpdaterService()
  26100.     {
  26101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleAreaUpdater.php';
  26102.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  26103.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'])) {
  26104.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'];
  26105.         }
  26106.         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);
  26107.     }
  26108.     /**
  26109.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer' shared service.
  26110.      *
  26111.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer
  26112.      */
  26113.     protected function getRuleIndexerService()
  26114.     {
  26115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  26116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleIndexer.php';
  26117.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  26118.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  26119.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  26120.         }
  26121.         $b = ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  26122.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  26123.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  26124.         }
  26125.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  26126.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  26127.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  26128.         }
  26129.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26130.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  26131.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  26132.         }
  26133.         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()), $a, ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService()), $b$c$d);
  26134.     }
  26135.     /**
  26136.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber' shared service.
  26137.      *
  26138.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber
  26139.      */
  26140.     protected function getRulePayloadSubscriberService()
  26141.     {
  26142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadSubscriber.php';
  26143.         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);
  26144.     }
  26145.     /**
  26146.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater' shared service.
  26147.      *
  26148.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater
  26149.      */
  26150.     protected function getRulePayloadUpdaterService()
  26151.     {
  26152.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadUpdater.php';
  26153.         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()));
  26154.     }
  26155.     /**
  26156.      * Gets the private 'Shopware\Core\Content\Rule\RuleValidator' shared service.
  26157.      *
  26158.      * @return \Shopware\Core\Content\Rule\RuleValidator
  26159.      */
  26160.     protected function getRuleValidatorService()
  26161.     {
  26162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleValidator.php';
  26163.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  26164.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  26165.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  26166.         }
  26167.         $b = ($this->services['rule_condition.repository'] ?? $this->getRuleCondition_RepositoryService());
  26168.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  26169.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  26170.         }
  26171.         $c = ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService());
  26172.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  26173.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  26174.         }
  26175.         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);
  26176.     }
  26177.     /**
  26178.      * Gets the private 'Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver' shared service.
  26179.      *
  26180.      * @return \Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver
  26181.      */
  26182.     protected function getStoreApiSeoResolverService()
  26183.     {
  26184.         $a = ($this->services['sales_channel.seo_url.repository'] ?? $this->getSalesChannel_SeoUrl_RepositoryService());
  26185.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'])) {
  26186.             return $this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'];
  26187.         }
  26188.         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()));
  26189.     }
  26190.     /**
  26191.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlGenerator' shared service.
  26192.      *
  26193.      * @return \Shopware\Core\Content\Seo\SeoUrlGenerator
  26194.      */
  26195.     protected function getSeoUrlGeneratorService()
  26196.     {
  26197.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlGenerator.php';
  26198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTwigFactory.php';
  26199.         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 () {
  26200.             return new \EmptyIterator();
  26201.         }, 0)), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService()));
  26202.     }
  26203.     /**
  26204.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlPersister' shared service.
  26205.      *
  26206.      * @return \Shopware\Core\Content\Seo\SeoUrlPersister
  26207.      */
  26208.     protected function getSeoUrlPersisterService()
  26209.     {
  26210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPersister.php';
  26211.         $a = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  26212.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'])) {
  26213.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'];
  26214.         }
  26215.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26216.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'])) {
  26217.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'];
  26218.         }
  26219.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] = new \Shopware\Core\Content\Seo\SeoUrlPersister(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b);
  26220.     }
  26221.     /**
  26222.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry' shared service.
  26223.      *
  26224.      * @return \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry
  26225.      */
  26226.     protected function getSeoUrlRouteRegistryService()
  26227.     {
  26228.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] = new \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry(new RewindableGenerator(function () {
  26229.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\ProductPageSeoUrlRoute'] ?? $this->getProductPageSeoUrlRouteService());
  26230.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\NavigationPageSeoUrlRoute'] ?? $this->getNavigationPageSeoUrlRouteService());
  26231.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\LandingPageSeoUrlRoute'] ?? $this->getLandingPageSeoUrlRouteService());
  26232.         }, 3));
  26233.     }
  26234.     /**
  26235.      * Gets the private 'Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand' shared service.
  26236.      *
  26237.      * @return \Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand
  26238.      */
  26239.     protected function getSitemapGenerateCommandService()
  26240.     {
  26241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Commands/SitemapGenerateCommand.php';
  26243.         $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()));
  26244.         $instance->setName('sitemap:generate');
  26245.         return $instance;
  26246.     }
  26247.     /**
  26248.      * Gets the private 'Shopware\Core\Content\Sitemap\ConfigHandler\File' shared service.
  26249.      *
  26250.      * @return \Shopware\Core\Content\Sitemap\ConfigHandler\File
  26251.      */
  26252.     protected function getFileService()
  26253.     {
  26254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/ConfigHandlerInterface.php';
  26255.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/File.php';
  26256.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] = new \Shopware\Core\Content\Sitemap\ConfigHandler\File($this->parameters['shopware.sitemap']);
  26257.     }
  26258.     /**
  26259.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider' shared service.
  26260.      *
  26261.      * @return \Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider
  26262.      */
  26263.     protected function getCategoryUrlProviderService()
  26264.     {
  26265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  26266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  26267.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CategoryUrlProvider.php';
  26268.         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()));
  26269.     }
  26270.     /**
  26271.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider' shared service.
  26272.      *
  26273.      * @return \Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider
  26274.      */
  26275.     protected function getCustomUrlProviderService()
  26276.     {
  26277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  26278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  26279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CustomUrlProvider.php';
  26280.         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()));
  26281.     }
  26282.     /**
  26283.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider' shared service.
  26284.      *
  26285.      * @return \Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider
  26286.      */
  26287.     protected function getProductUrlProviderService()
  26288.     {
  26289.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  26290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  26291.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/ProductUrlProvider.php';
  26292.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26293.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'])) {
  26294.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'];
  26295.         }
  26296.         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);
  26297.     }
  26298.     /**
  26299.      * Gets the private 'Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler' shared service.
  26300.      *
  26301.      * @return \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler
  26302.      */
  26303.     protected function getSitemapGenerateTaskHandlerService()
  26304.     {
  26305.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ScheduledTask/SitemapGenerateTaskHandler.php';
  26306.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  26307.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  26308.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  26309.         }
  26310.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  26311.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  26312.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  26313.         }
  26314.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  26315.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  26316.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  26317.         }
  26318.         $d = ($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] ?? $this->getSitemapExporterService());
  26319.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  26320.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  26321.         }
  26322.         $e = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26323.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  26324.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  26325.         }
  26326.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  26327.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  26328.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  26329.         }
  26330.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26331.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  26332.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  26333.         }
  26334.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] = new \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler($a$b$c$d, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $e$f$g);
  26335.     }
  26336.     /**
  26337.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\ConfigHandler' shared service.
  26338.      *
  26339.      * @return \Shopware\Core\Content\Sitemap\Service\ConfigHandler
  26340.      */
  26341.     protected function getConfigHandlerService()
  26342.     {
  26343.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/ConfigHandler.php';
  26344.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] = new \Shopware\Core\Content\Sitemap\Service\ConfigHandler(new RewindableGenerator(function () {
  26345.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] ?? $this->getFileService());
  26346.         }, 1));
  26347.     }
  26348.     /**
  26349.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\SitemapExporter' shared service.
  26350.      *
  26351.      * @return \Shopware\Core\Content\Sitemap\Service\SitemapExporter
  26352.      */
  26353.     protected function getSitemapExporterService()
  26354.     {
  26355.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporterInterface.php';
  26356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporter.php';
  26357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactoryInterface.php';
  26358.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactory.php';
  26359.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26360.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'])) {
  26361.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'];
  26362.         }
  26363.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] = new \Shopware\Core\Content\Sitemap\Service\SitemapExporter(new RewindableGenerator(function () {
  26364.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] ?? ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] = new \Shopware\Core\Content\Sitemap\Provider\HomeUrlProvider()));
  26365.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CategoryUrlProvider'] ?? $this->getCategoryUrlProviderService());
  26366.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'] ?? $this->getCustomUrlProviderService());
  26367.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'] ?? $this->getProductUrlProviderService());
  26368.         }, 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);
  26369.     }
  26370.     /**
  26371.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheClearer' shared service.
  26372.      *
  26373.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheClearer
  26374.      */
  26375.     protected function getCacheClearer2Service()
  26376.     {
  26377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheClearer.php';
  26378.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  26379.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  26380.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'])) {
  26381.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'];
  26382.         }
  26383.         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);
  26384.     }
  26385.     /**
  26386.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheDecorator' shared service.
  26387.      *
  26388.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheDecorator
  26389.      */
  26390.     protected function getCacheDecoratorService()
  26391.     {
  26392.         $a = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()), ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  26393.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  26394.         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())));
  26395.     }
  26396.     /**
  26397.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber' shared service.
  26398.      *
  26399.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber
  26400.      */
  26401.     protected function getCacheInvalidationSubscriberService()
  26402.     {
  26403.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php';
  26404.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  26405.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'])) {
  26406.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'];
  26407.         }
  26408.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26409.     }
  26410.     /**
  26411.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidator' shared service.
  26412.      *
  26413.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidator
  26414.      */
  26415.     protected function getCacheInvalidatorService()
  26416.     {
  26417.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26418.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'])) {
  26419.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'];
  26420.         }
  26421.         $b = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  26422.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'])) {
  26423.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'];
  26424.         }
  26425.         $c = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  26426.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] = new \Shopware\Core\Framework\Adapter\Cache\CacheInvalidator(0150, [=> $c=> ($this->privates['cache.http'] ?? $this->getCache_HttpService())], $c$a$b);
  26427.     }
  26428.     /**
  26429.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber' shared service.
  26430.      *
  26431.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber
  26432.      */
  26433.     protected function getCacheStateSubscriberService()
  26434.     {
  26435.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service());
  26436.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'])) {
  26437.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'];
  26438.         }
  26439.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber($a);
  26440.     }
  26441.     /**
  26442.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler' shared service.
  26443.      *
  26444.      * @return \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler
  26445.      */
  26446.     protected function getInvalidateCacheTaskHandlerService()
  26447.     {
  26448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/InvalidateCacheTaskHandler.php';
  26449.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  26450.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'])) {
  26451.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'];
  26452.         }
  26453.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  26454.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'])) {
  26455.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'];
  26456.         }
  26457.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler($a$b0);
  26458.     }
  26459.     /**
  26460.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler' shared service.
  26461.      *
  26462.      * @return \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler
  26463.      */
  26464.     protected function getCleanupOldCacheFoldersHandlerService()
  26465.     {
  26466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Message/CleanupOldCacheFoldersHandler.php';
  26467.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  26468.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'])) {
  26469.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'];
  26470.         }
  26471.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] = new \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler($a);
  26472.     }
  26473.     /**
  26474.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber' shared service.
  26475.      *
  26476.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber
  26477.      */
  26478.     protected function getScriptCacheInvalidationSubscriberService()
  26479.     {
  26480.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/ScriptCacheInvalidationSubscriber.php';
  26481.         $a = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  26482.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'])) {
  26483.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'];
  26484.         }
  26485.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber($a);
  26486.     }
  26487.     /**
  26488.      * Gets the private 'Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand' shared service.
  26489.      *
  26490.      * @return \Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand
  26491.      */
  26492.     protected function getS3FilesystemVisibilityCommandService()
  26493.     {
  26494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Command/S3FilesystemVisibilityCommand.php';
  26496.         $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()));
  26497.         $instance->setName('s3:set-visibility');
  26498.         return $instance;
  26499.     }
  26500.     /**
  26501.      * Gets the private 'Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory' shared service.
  26502.      *
  26503.      * @return \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory
  26504.      */
  26505.     protected function getFilesystemFactoryService()
  26506.     {
  26507.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] = new \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory(new RewindableGenerator(function () {
  26508.             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()));
  26509.             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()));
  26510.             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()));
  26511.         }, 3), new RewindableGenerator(function () {
  26512.             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()));
  26513.         }, 1));
  26514.     }
  26515.     /**
  26516.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\Translator' shared service.
  26517.      *
  26518.      * @return \Shopware\Core\Framework\Adapter\Translation\Translator
  26519.      */
  26520.     protected function getTranslator2Service()
  26521.     {
  26522.         $a = ($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'] ?? $this->getSnippetServiceService());
  26523.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'])) {
  26524.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'];
  26525.         }
  26526.         $b = ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService());
  26527.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'])) {
  26528.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'];
  26529.         }
  26530.         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()));
  26531.     }
  26532.     /**
  26533.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate' shared service.
  26534.      *
  26535.      * @return \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate
  26536.      */
  26537.     protected function getTranslatorCacheInvalidateService()
  26538.     {
  26539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/TranslatorCacheInvalidate.php';
  26540.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  26541.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'])) {
  26542.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'];
  26543.         }
  26544.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] = new \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26545.     }
  26546.     /**
  26547.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader' shared service.
  26548.      *
  26549.      * @return \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader
  26550.      */
  26551.     protected function getEntityTemplateLoaderService()
  26552.     {
  26553.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] = new \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 'dev');
  26554.     }
  26555.     /**
  26556.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder' shared service.
  26557.      *
  26558.      * @return \Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder
  26559.      */
  26560.     protected function getBundleHierarchyBuilderService()
  26561.     {
  26562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/BundleHierarchyBuilder.php';
  26563.         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()));
  26564.     }
  26565.     /**
  26566.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer' shared service.
  26567.      *
  26568.      * @return \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer
  26569.      */
  26570.     protected function getStringTemplateRendererService()
  26571.     {
  26572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/StringTemplateRenderer.php';
  26573.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  26574.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'])) {
  26575.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'];
  26576.         }
  26577.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] = new \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer($a$this->targetDir.'');
  26578.     }
  26579.     /**
  26580.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\TwigVariableParser' shared service.
  26581.      *
  26582.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser
  26583.      */
  26584.     protected function getTwigVariableParserService()
  26585.     {
  26586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigVariableParser.php';
  26587.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  26588.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'])) {
  26589.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'];
  26590.         }
  26591.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] = new \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser($a);
  26592.     }
  26593.     /**
  26594.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclAnnotationValidator' shared service.
  26595.      *
  26596.      * @return \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator
  26597.      */
  26598.     protected function getAclAnnotationValidatorService()
  26599.     {
  26600.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] = new \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26601.     }
  26602.     /**
  26603.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclWriteValidator' shared service.
  26604.      *
  26605.      * @return \Shopware\Core\Framework\Api\Acl\AclWriteValidator
  26606.      */
  26607.     protected function getAclWriteValidatorService()
  26608.     {
  26609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclWriteValidator.php';
  26610.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26611.         if (isset($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'])) {
  26612.             return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'];
  26613.         }
  26614.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] = new \Shopware\Core\Framework\Api\Acl\AclWriteValidator($a);
  26615.     }
  26616.     /**
  26617.      * Gets the private 'Shopware\Core\Framework\Api\ApiDefinition\DefinitionService' shared service.
  26618.      *
  26619.      * @return \Shopware\Core\Framework\Api\ApiDefinition\DefinitionService
  26620.      */
  26621.     protected function getDefinitionServiceService()
  26622.     {
  26623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/DefinitionService.php';
  26624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/ApiDefinitionGeneratorInterface.php';
  26625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/StoreApiGenerator.php';
  26626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiSchemaBuilder.php';
  26627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiDefinitionSchemaBuilder.php';
  26628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiLoader.php';
  26629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/BundleSchemaPathCollection.php';
  26630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi3Generator.php';
  26631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiPathBuilder.php';
  26632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/EntitySchemaGenerator.php';
  26633.         $a = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiSchemaBuilder('6.4.20.2');
  26634.         $b = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiDefinitionSchemaBuilder();
  26635.         $c = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  26636.         $d = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\BundleSchemaPathCollection(($this->privates['kernel.bundles'] ?? $this->getKernel_BundlesService()));
  26637.         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());
  26638.     }
  26639.     /**
  26640.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand' shared service.
  26641.      *
  26642.      * @return \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand
  26643.      */
  26644.     protected function getDumpClassSchemaCommandService()
  26645.     {
  26646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpClassSchemaCommand.php';
  26648.         $this->privates['Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand'] = $instance = new \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand($this->parameters['kernel.bundles_metadata']);
  26649.         $instance->setName('framework:dump:class:schema');
  26650.         return $instance;
  26651.     }
  26652.     /**
  26653.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpSchemaCommand' shared service.
  26654.      *
  26655.      * @return \Shopware\Core\Framework\Api\Command\DumpSchemaCommand
  26656.      */
  26657.     protected function getDumpSchemaCommandService()
  26658.     {
  26659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpSchemaCommand.php';
  26661.         $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()));
  26662.         $instance->setName('framework:schema');
  26663.         return $instance;
  26664.     }
  26665.     /**
  26666.      * Gets the private 'Shopware\Core\Framework\Api\Converter\ApiVersionConverter' shared service.
  26667.      *
  26668.      * @return \Shopware\Core\Framework\Api\Converter\ApiVersionConverter
  26669.      */
  26670.     protected function getApiVersionConverterService()
  26671.     {
  26672.         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 () {
  26673.             return new \EmptyIterator();
  26674.         }, 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())))));
  26675.     }
  26676.     /**
  26677.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener' shared service.
  26678.      *
  26679.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener
  26680.      */
  26681.     protected function getApiAuthenticationListenerService()
  26682.     {
  26683.         $a = ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\AccessTokenRepository()));
  26684.         $b = ($this->privates['shopware.public_key'] ?? ($this->privates['shopware.public_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/public.pem'))));
  26685.         $c = new \League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator($a);
  26686.         $c->setPublicKey($b);
  26687.         $d = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  26688.         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()));
  26689.     }
  26690.     /**
  26691.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener' shared service.
  26692.      *
  26693.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener
  26694.      */
  26695.     protected function getSalesChannelAuthenticationListenerService()
  26696.     {
  26697.         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()));
  26698.     }
  26699.     /**
  26700.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber' shared service.
  26701.      *
  26702.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber
  26703.      */
  26704.     protected function getUserCredentialsChangedSubscriberService()
  26705.     {
  26706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/UserCredentialsChangedSubscriber.php';
  26707.         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()));
  26708.     }
  26709.     /**
  26710.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber' shared service.
  26711.      *
  26712.      * @return \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber
  26713.      */
  26714.     protected function getExpectationSubscriberService()
  26715.     {
  26716.         return $this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] = new \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber('6.4.20.2'$this->parameters['kernel.plugin_infos']);
  26717.     }
  26718.     /**
  26719.      * Gets the private 'Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository' shared service.
  26720.      *
  26721.      * @return \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository
  26722.      */
  26723.     protected function getRefreshTokenRepositoryService()
  26724.     {
  26725.         return $this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\RefreshTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26726.     }
  26727.     /**
  26728.      * Gets the private 'Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder' shared service.
  26729.      *
  26730.      * @return \Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder
  26731.      */
  26732.     protected function getJsonEntityEncoderService()
  26733.     {
  26734.         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()));
  26735.     }
  26736.     /**
  26737.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Executor' shared service.
  26738.      *
  26739.      * @return \Shopware\Core\Framework\App\ActionButton\Executor
  26740.      */
  26741.     protected function getExecutorService()
  26742.     {
  26743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Executor.php';
  26744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactory.php';
  26745.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), new \Shopware\Core\Framework\App\ActionButton\Response\ActionButtonResponseFactory(new RewindableGenerator(function () {
  26746.             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()));
  26747.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenModalResponseFactory'] ?? $this->getOpenModalResponseFactoryService());
  26748.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenNewTabResponseFactory'] ?? $this->getOpenNewTabResponseFactoryService());
  26749.             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()));
  26750.         }, 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)));
  26751.     }
  26752.     /**
  26753.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory' shared service.
  26754.      *
  26755.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory
  26756.      */
  26757.     protected function getOpenModalResponseFactoryService()
  26758.     {
  26759.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  26760.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenModalResponseFactory.php';
  26761.         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()));
  26762.     }
  26763.     /**
  26764.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory' shared service.
  26765.      *
  26766.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory
  26767.      */
  26768.     protected function getOpenNewTabResponseFactoryService()
  26769.     {
  26770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  26771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenNewTabResponseFactory.php';
  26772.         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()));
  26773.     }
  26774.     /**
  26775.      * Gets the private 'Shopware\Core\Framework\App\ActiveAppsLoader' shared service.
  26776.      *
  26777.      * @return \Shopware\Core\Framework\App\ActiveAppsLoader
  26778.      */
  26779.     protected function getActiveAppsLoaderService()
  26780.     {
  26781.         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()));
  26782.     }
  26783.     /**
  26784.      * Gets the private 'Shopware\Core\Framework\App\AppStateService' shared service.
  26785.      *
  26786.      * @return \Shopware\Core\Framework\App\AppStateService
  26787.      */
  26788.     protected function getAppStateServiceService()
  26789.     {
  26790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppStateService.php';
  26791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/PaymentMethodStateService.php';
  26792.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  26793.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  26794.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  26795.         }
  26796.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26797.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  26798.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  26799.         }
  26800.         $c = ($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] ?? $this->getTemplateStateServiceService());
  26801.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  26802.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  26803.         }
  26804.         $d = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  26805.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  26806.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  26807.         }
  26808.         $e = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  26809.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  26810.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  26811.         }
  26812.         $f = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  26813.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  26814.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  26815.         }
  26816.         $g = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService());
  26817.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  26818.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  26819.         }
  26820.         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);
  26821.     }
  26822.     /**
  26823.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy' shared service.
  26824.      *
  26825.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy
  26826.      */
  26827.     protected function getMoveShopPermanentlyStrategyService()
  26828.     {
  26829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  26830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/MoveShopPermanentlyStrategy.php';
  26831.         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()));
  26832.     }
  26833.     /**
  26834.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy' shared service.
  26835.      *
  26836.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy
  26837.      */
  26838.     protected function getReinstallAppsStrategyService()
  26839.     {
  26840.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  26841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/ReinstallAppsStrategy.php';
  26842.         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()));
  26843.     }
  26844.     /**
  26845.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy' shared service.
  26846.      *
  26847.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy
  26848.      */
  26849.     protected function getUninstallAppsStrategyService()
  26850.     {
  26851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  26852.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/UninstallAppsStrategy.php';
  26853.         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()));
  26854.     }
  26855.     /**
  26856.      * Gets the private 'Shopware\Core\Framework\App\Command\ActivateAppCommand' shared service.
  26857.      *
  26858.      * @return \Shopware\Core\Framework\App\Command\ActivateAppCommand
  26859.      */
  26860.     protected function getActivateAppCommandService()
  26861.     {
  26862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  26864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ActivateAppCommand.php';
  26865.         $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()));
  26866.         $instance->setName('app:activate');
  26867.         return $instance;
  26868.     }
  26869.     /**
  26870.      * Gets the private 'Shopware\Core\Framework\App\Command\AppPrinter' shared service.
  26871.      *
  26872.      * @return \Shopware\Core\Framework\App\Command\AppPrinter
  26873.      */
  26874.     protected function getAppPrinterService()
  26875.     {
  26876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AppPrinter.php';
  26877.         return $this->privates['Shopware\\Core\\Framework\\App\\Command\\AppPrinter'] = new \Shopware\Core\Framework\App\Command\AppPrinter(($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  26878.     }
  26879.     /**
  26880.      * Gets the private 'Shopware\Core\Framework\App\Command\DeactivateAppCommand' shared service.
  26881.      *
  26882.      * @return \Shopware\Core\Framework\App\Command\DeactivateAppCommand
  26883.      */
  26884.     protected function getDeactivateAppCommandService()
  26885.     {
  26886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26887.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  26888.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/DeactivateAppCommand.php';
  26889.         $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()));
  26890.         $instance->setName('app:deactivate');
  26891.         return $instance;
  26892.     }
  26893.     /**
  26894.      * Gets the private 'Shopware\Core\Framework\App\Command\InstallAppCommand' shared service.
  26895.      *
  26896.      * @return \Shopware\Core\Framework\App\Command\InstallAppCommand
  26897.      */
  26898.     protected function getInstallAppCommandService()
  26899.     {
  26900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/InstallAppCommand.php';
  26902.         $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()));
  26903.         $instance->setName('app:install');
  26904.         return $instance;
  26905.     }
  26906.     /**
  26907.      * Gets the private 'Shopware\Core\Framework\App\Command\RefreshAppCommand' shared service.
  26908.      *
  26909.      * @return \Shopware\Core\Framework\App\Command\RefreshAppCommand
  26910.      */
  26911.     protected function getRefreshAppCommandService()
  26912.     {
  26913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/RefreshAppCommand.php';
  26915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppService.php';
  26916.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycleIterator.php';
  26917.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  26918.         $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);
  26919.         $instance->setName('app:refresh');
  26920.         return $instance;
  26921.     }
  26922.     /**
  26923.      * Gets the private 'Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand' shared service.
  26924.      *
  26925.      * @return \Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand
  26926.      */
  26927.     protected function getResolveAppUrlChangeCommandService()
  26928.     {
  26929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ResolveAppUrlChangeCommand.php';
  26931.         $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()));
  26932.         $instance->setName('app:url-change:resolve');
  26933.         return $instance;
  26934.     }
  26935.     /**
  26936.      * Gets the private 'Shopware\Core\Framework\App\Command\UninstallAppCommand' shared service.
  26937.      *
  26938.      * @return \Shopware\Core\Framework\App\Command\UninstallAppCommand
  26939.      */
  26940.     protected function getUninstallAppCommandService()
  26941.     {
  26942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/UninstallAppCommand.php';
  26944.         $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()));
  26945.         $instance->setName('app:uninstall');
  26946.         return $instance;
  26947.     }
  26948.     /**
  26949.      * Gets the private 'Shopware\Core\Framework\App\Command\ValidateAppCommand' shared service.
  26950.      *
  26951.      * @return \Shopware\Core\Framework\App\Command\ValidateAppCommand
  26952.      */
  26953.     protected function getValidateAppCommandService()
  26954.     {
  26955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26956.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ValidateAppCommand.php';
  26957.         $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()));
  26958.         $instance->setName('app:validate');
  26959.         return $instance;
  26960.     }
  26961.     /**
  26962.      * Gets the private 'Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider' shared service.
  26963.      *
  26964.      * @return \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider
  26965.      */
  26966.     protected function getAppConfirmationDeltaProviderService()
  26967.     {
  26968.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Delta/AppConfirmationDeltaProvider.php';
  26969.         return $this->privates['Shopware\\Core\\Framework\\App\\Delta\\AppConfirmationDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider(new RewindableGenerator(function () {
  26970.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\PermissionsDeltaProvider()));
  26971.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\DomainsDeltaProvider()));
  26972.         }, 2));
  26973.     }
  26974.     /**
  26975.      * Gets the private 'Shopware\Core\Framework\App\Hmac\QuerySigner' shared service.
  26976.      *
  26977.      * @return \Shopware\Core\Framework\App\Hmac\QuerySigner
  26978.      */
  26979.     protected function getQuerySignerService()
  26980.     {
  26981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/QuerySigner.php';
  26982.         return $this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] = new \Shopware\Core\Framework\App\Hmac\QuerySigner($this->getEnv('APP_URL'), '6.4.20.2', ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()));
  26983.     }
  26984.     /**
  26985.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLifecycle' shared service.
  26986.      *
  26987.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLifecycle
  26988.      */
  26989.     protected function getAppLifecycleService()
  26990.     {
  26991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLifecycle.php';
  26992.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycle.php';
  26993.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PermissionPersister.php';
  26994.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CustomFieldPersister.php';
  26995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ActionButtonPersister.php';
  26996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/TemplatePersister.php';
  26997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/AbstractTemplateLoader.php';
  26998.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/App/Template/IconTemplateLoader.php';
  26999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateLoader.php';
  27000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/WebhookPersister.php';
  27001.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PaymentMethodPersister.php';
  27002.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CmsBlockPersister.php';
  27003.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/AbstractBlockTemplateLoader.php';
  27004.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/BlockTemplateLoader.php';
  27005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntityPersister.php';
  27006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/FlowActionPersister.php';
  27007.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetPersister.php';
  27008.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  27009.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27010.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27011.         }
  27012.         $b = ($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService());
  27013.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27014.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27015.         }
  27016.         $c = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  27017.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27018.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27019.         }
  27020.         $d = ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService());
  27021.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27022.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27023.         }
  27024.         $e = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  27025.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27026.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27027.         }
  27028.         $f = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  27029.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27030.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27031.         }
  27032.         $g = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  27033.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27034.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27035.         }
  27036.         $h = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  27037.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27038.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27039.         }
  27040.         $i = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService());
  27041.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27042.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27043.         }
  27044.         $j = ($this->services['app_cms_block.repository'] ?? $this->getAppCmsBlock_RepositoryService());
  27045.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27046.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27047.         }
  27048.         $k = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27049.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27050.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27051.         }
  27052.         $l = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] ?? $this->getAppRegistrationServiceService());
  27053.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27054.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27055.         }
  27056.         $m = ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService());
  27057.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27058.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27059.         }
  27060.         $n = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  27061.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27062.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27063.         }
  27064.         $o = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27065.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27066.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27067.         }
  27068.         $p = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  27069.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27070.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27071.         }
  27072.         $q = ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService());
  27073.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27074.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27075.         }
  27076.         $r = ($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] ?? $this->getAssetServiceService());
  27077.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27078.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27079.         }
  27080.         $s = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  27081.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27082.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27083.         }
  27084.         $t = ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService());
  27085.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27086.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27087.         }
  27088.         $u = ($this->services['app_administration_snippet.repository'] ?? $this->getAppAdministrationSnippet_RepositoryService());
  27089.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27090.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27091.         }
  27092.         $v = ($this->services['locale.repository'] ?? $this->getLocale_RepositoryService());
  27093.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  27094.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  27095.         }
  27096.         $w = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  27097.         $x = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService());
  27098.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] = new \Shopware\Core\Framework\App\Lifecycle\AppLifecycle($a, new \Shopware\Core\Framework\App\Lifecycle\Persister\PermissionPersister($w), new \Shopware\Core\Framework\App\Lifecycle\Persister\CustomFieldPersister($b), new \Shopware\Core\Framework\App\Lifecycle\Persister\ActionButtonPersister($c), 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)), $d$a), $e, new \Shopware\Core\Framework\App\Lifecycle\Persister\WebhookPersister($f), new \Shopware\Core\Framework\App\Lifecycle\Persister\PaymentMethodPersister($g$h), $i, new \Shopware\Core\Framework\App\Lifecycle\Persister\CmsBlockPersister($j, new \Shopware\Core\Framework\App\Cms\BlockTemplateLoader(), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService())), $x$k$l$m$n$o, ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] ?? $this->getConfigValidatorService()), $p$q$r$s\dirname(__DIR__4), new \Shopware\Core\System\CustomEntity\Schema\CustomEntityPersister($w), ($this->services['Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater'] ?? $this->getCustomEntitySchemaUpdaterService()), $w, new \Shopware\Core\Framework\App\Lifecycle\Persister\FlowActionPersister($t$x$w), new \Shopware\Administration\Snippet\AppAdministrationSnippetPersister($u$v));
  27099.     }
  27100.     /**
  27101.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLoader' shared service.
  27102.      *
  27103.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLoader
  27104.      */
  27105.     protected function getAppLoaderService()
  27106.     {
  27107.         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());
  27108.     }
  27109.     /**
  27110.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister' shared service.
  27111.      *
  27112.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister
  27113.      */
  27114.     protected function getRuleConditionPersisterService()
  27115.     {
  27116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/RuleConditionPersister.php';
  27117.         $a = ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService());
  27118.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'])) {
  27119.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'];
  27120.         }
  27121.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  27122.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'])) {
  27123.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'];
  27124.         }
  27125.         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);
  27126.     }
  27127.     /**
  27128.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister' shared service.
  27129.      *
  27130.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister
  27131.      */
  27132.     protected function getScriptPersisterService()
  27133.     {
  27134.         $a = ($this->services['script.repository'] ?? $this->getScript_RepositoryService());
  27135.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'])) {
  27136.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'];
  27137.         }
  27138.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  27139.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'])) {
  27140.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'];
  27141.         }
  27142.         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);
  27143.     }
  27144.     /**
  27145.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService' shared service.
  27146.      *
  27147.      * @return \Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService
  27148.      */
  27149.     protected function getAppRegistrationServiceService()
  27150.     {
  27151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/AppRegistrationService.php';
  27152.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/HandshakeFactory.php';
  27153.         $a = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  27154.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  27155.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  27156.         }
  27157.         $b = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  27158.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  27159.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  27160.         }
  27161.         $c = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  27162.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  27163.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  27164.         }
  27165.         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.20.2'), $b$c$this->getEnv('APP_URL'), $a'6.4.20.2');
  27166.     }
  27167.     /**
  27168.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler' shared service.
  27169.      *
  27170.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler
  27171.      */
  27172.     protected function getAppAsyncPaymentHandlerService()
  27173.     {
  27174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  27175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  27176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  27177.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  27178.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  27179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppAsyncPaymentHandler.php';
  27180.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  27181.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  27182.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  27183.         }
  27184.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  27185.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  27186.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  27187.         }
  27188.         $c = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  27189.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  27190.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  27191.         }
  27192.         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);
  27193.     }
  27194.     /**
  27195.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler' shared service.
  27196.      *
  27197.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler
  27198.      */
  27199.     protected function getAppPaymentHandlerService()
  27200.     {
  27201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  27202.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  27203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  27204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  27205.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  27206.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  27207.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  27208.         }
  27209.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  27210.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  27211.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  27212.         }
  27213.         $c = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  27214.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  27215.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  27216.         }
  27217.         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);
  27218.     }
  27219.     /**
  27220.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler' shared service.
  27221.      *
  27222.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler
  27223.      */
  27224.     protected function getAppSyncPaymentHandlerService()
  27225.     {
  27226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  27227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  27228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  27229.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  27230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  27231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppSyncPaymentHandler.php';
  27232.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  27233.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  27234.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  27235.         }
  27236.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  27237.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  27238.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  27239.         }
  27240.         $c = ($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] ?? $this->getPayloadServiceService());
  27241.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  27242.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  27243.         }
  27244.         $d = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  27245.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  27246.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  27247.         }
  27248.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'] = new \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler($a$b$c$d);
  27249.     }
  27250.     /**
  27251.      * Gets the private 'Shopware\Core\Framework\App\Payment\Payload\PayloadService' shared service.
  27252.      *
  27253.      * @return \Shopware\Core\Framework\App\Payment\Payload\PayloadService
  27254.      */
  27255.     protected function getPayloadServiceService()
  27256.     {
  27257.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Payload/PayloadService.php';
  27258.         $a = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  27259.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'])) {
  27260.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'];
  27261.         }
  27262.         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'));
  27263.     }
  27264.     /**
  27265.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler' shared service.
  27266.      *
  27267.      * @return \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler
  27268.      */
  27269.     protected function getDeleteCascadeAppsHandlerService()
  27270.     {
  27271.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/DeleteCascadeAppsHandler.php';
  27272.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  27273.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  27274.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  27275.         }
  27276.         $b = ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService());
  27277.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  27278.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  27279.         }
  27280.         $c = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  27281.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  27282.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  27283.         }
  27284.         return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler($a$b$c);
  27285.     }
  27286.     /**
  27287.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler' shared service.
  27288.      *
  27289.      * @return \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler
  27290.      */
  27291.     protected function getUpdateAppsHandlerService()
  27292.     {
  27293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/UpdateAppsHandler.php';
  27294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AbstractAppUpdater.php';
  27295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AppUpdater.php';
  27296.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  27297.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  27298.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  27299.         }
  27300.         $b = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService());
  27301.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  27302.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  27303.         }
  27304.         $c = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  27305.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  27306.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  27307.         }
  27308.         $d = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'] ?? $this->getExtensionDownloaderService());
  27309.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  27310.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  27311.         }
  27312.         $e = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'] ?? $this->getAbstractStoreAppLifecycleServiceService());
  27313.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  27314.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  27315.         }
  27316.         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));
  27317.     }
  27318.     /**
  27319.      * Gets the private 'Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber' shared service.
  27320.      *
  27321.      * @return \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber
  27322.      */
  27323.     protected function getCustomFieldProtectionSubscriberService()
  27324.     {
  27325.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Subscriber/CustomFieldProtectionSubscriber.php';
  27326.         return $this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  27327.     }
  27328.     /**
  27329.      * Gets the private 'Shopware\Core\Framework\App\Validation\ConfigValidator' shared service.
  27330.      *
  27331.      * @return \Shopware\Core\Framework\App\Validation\ConfigValidator
  27332.      */
  27333.     protected function getConfigValidatorService()
  27334.     {
  27335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  27336.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ConfigValidator.php';
  27337.         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())));
  27338.     }
  27339.     /**
  27340.      * Gets the private 'Shopware\Core\Framework\App\Validation\HookableValidator' shared service.
  27341.      *
  27342.      * @return \Shopware\Core\Framework\App\Validation\HookableValidator
  27343.      */
  27344.     protected function getHookableValidatorService()
  27345.     {
  27346.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  27347.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/HookableValidator.php';
  27348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/HookableEventCollector.php';
  27349.         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())));
  27350.     }
  27351.     /**
  27352.      * Gets the private 'Shopware\Core\Framework\App\Validation\ManifestValidator' shared service.
  27353.      *
  27354.      * @return \Shopware\Core\Framework\App\Validation\ManifestValidator
  27355.      */
  27356.     protected function getManifestValidatorService()
  27357.     {
  27358.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ManifestValidator.php';
  27359.         return $this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] = new \Shopware\Core\Framework\App\Validation\ManifestValidator(new RewindableGenerator(function () {
  27360.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] = new \Shopware\Core\Framework\App\Validation\TranslationValidator()));
  27361.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] = new \Shopware\Core\Framework\App\Validation\AppNameValidator()));
  27362.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] ?? $this->getConfigValidatorService());
  27363.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\HookableValidator'] ?? $this->getHookableValidatorService());
  27364.         }, 4));
  27365.     }
  27366.     /**
  27367.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand' shared service.
  27368.      *
  27369.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand
  27370.      */
  27371.     protected function getChangelogChangeCommandService()
  27372.     {
  27373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27374.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogChangeCommand.php';
  27375.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  27376.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseExporter.php';
  27377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  27378.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  27379.         $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']));
  27380.         $instance->setName('changelog:change');
  27381.         return $instance;
  27382.     }
  27383.     /**
  27384.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand' shared service.
  27385.      *
  27386.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand
  27387.      */
  27388.     protected function getChangelogCheckCommandService()
  27389.     {
  27390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCheckCommand.php';
  27392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  27393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogValidator.php';
  27394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  27395.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  27396.         $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']));
  27397.         $instance->setName('changelog:check');
  27398.         return $instance;
  27399.     }
  27400.     /**
  27401.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand' shared service.
  27402.      *
  27403.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand
  27404.      */
  27405.     protected function getChangelogCreateCommandService()
  27406.     {
  27407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCreateCommand.php';
  27409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  27410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogGenerator.php';
  27411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  27412.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  27413.         $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']));
  27414.         $instance->setName('changelog:create');
  27415.         return $instance;
  27416.     }
  27417.     /**
  27418.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand' shared service.
  27419.      *
  27420.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand
  27421.      */
  27422.     protected function getChangelogReleaseCommandService()
  27423.     {
  27424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogReleaseCommand.php';
  27426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  27427.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseCreator.php';
  27428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  27429.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  27430.         $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']));
  27431.         $instance->setName('changelog:release');
  27432.         return $instance;
  27433.     }
  27434.     /**
  27435.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand' shared service.
  27436.      *
  27437.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand
  27438.      */
  27439.     protected function getCreateEntitiesCommandService()
  27440.     {
  27441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27442.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateEntitiesCommand.php';
  27443.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityGenerator.php';
  27444.         $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));
  27445.         $instance->setName('dal:create:entities');
  27446.         return $instance;
  27447.     }
  27448.     /**
  27449.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand' shared service.
  27450.      *
  27451.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand
  27452.      */
  27453.     protected function getCreateHydratorCommandService()
  27454.     {
  27455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateHydratorCommand.php';
  27457.         $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));
  27458.         $instance->setName('dal:create:hydrators');
  27459.         return $instance;
  27460.     }
  27461.     /**
  27462.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand' shared service.
  27463.      *
  27464.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand
  27465.      */
  27466.     protected function getCreateSchemaCommandService()
  27467.     {
  27468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27469.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateSchemaCommand.php';
  27470.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/SchemaGenerator.php';
  27471.         $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));
  27472.         $instance->setName('dal:create:schema');
  27473.         return $instance;
  27474.     }
  27475.     /**
  27476.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand' shared service.
  27477.      *
  27478.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand
  27479.      */
  27480.     protected function getDataAbstractionLayerValidateCommandService()
  27481.     {
  27482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/DataAbstractionLayerValidateCommand.php';
  27484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionValidator.php';
  27485.         $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())));
  27486.         $instance->setName('dal:validate');
  27487.         return $instance;
  27488.     }
  27489.     /**
  27490.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand' shared service.
  27491.      *
  27492.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand
  27493.      */
  27494.     protected function getRefreshIndexCommandService()
  27495.     {
  27496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27497.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  27498.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/RefreshIndexCommand.php';
  27499.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  27500.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'])) {
  27501.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'];
  27502.         }
  27503.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27504.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'])) {
  27505.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'];
  27506.         }
  27507.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand($a$b);
  27508.         $instance->setName('dal:refresh:index');
  27509.         return $instance;
  27510.     }
  27511.     /**
  27512.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory' shared service.
  27513.      *
  27514.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory
  27515.      */
  27516.     protected function getIteratorFactoryService()
  27517.     {
  27518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/Common/IteratorFactory.php';
  27519.         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()));
  27520.     }
  27521.     /**
  27522.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder' shared service.
  27523.      *
  27524.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder
  27525.      */
  27526.     protected function getCriteriaQueryBuilderService()
  27527.     {
  27528.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\SqlQueryParser'] ?? $this->getSqlQueryParserService());
  27529.         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));
  27530.     }
  27531.     /**
  27532.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator' shared service.
  27533.      *
  27534.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator
  27535.      */
  27536.     protected function getAppContextCreatorService()
  27537.     {
  27538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/AppContextCreator.php';
  27539.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\AppContextCreator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  27540.     }
  27541.     /**
  27542.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater' shared service.
  27543.      *
  27544.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater
  27545.      */
  27546.     protected function getChildCountUpdaterService()
  27547.     {
  27548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ChildCountUpdater.php';
  27549.         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()));
  27550.     }
  27551.     /**
  27552.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater' shared service.
  27553.      *
  27554.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater
  27555.      */
  27556.     protected function getInheritanceUpdaterService()
  27557.     {
  27558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/InheritanceUpdater.php';
  27559.         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()));
  27560.     }
  27561.     /**
  27562.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater' shared service.
  27563.      *
  27564.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater
  27565.      */
  27566.     protected function getManyToManyIdFieldUpdaterService()
  27567.     {
  27568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ManyToManyIdFieldUpdater.php';
  27569.         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()));
  27570.     }
  27571.     /**
  27572.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber' shared service.
  27573.      *
  27574.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber
  27575.      */
  27576.     protected function getEntityIndexingSubscriberService()
  27577.     {
  27578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/EntityIndexingSubscriber.php';
  27579.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  27580.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'])) {
  27581.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'];
  27582.         }
  27583.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber($a);
  27584.     }
  27585.     /**
  27586.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber' shared service.
  27587.      *
  27588.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber
  27589.      */
  27590.     protected function getRegisteredIndexerSubscriberService()
  27591.     {
  27592.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/RegisteredIndexerSubscriber.php';
  27593.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  27594.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'])) {
  27595.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'];
  27596.         }
  27597.         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);
  27598.     }
  27599.     /**
  27600.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater' shared service.
  27601.      *
  27602.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater
  27603.      */
  27604.     protected function getTreeUpdaterService()
  27605.     {
  27606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/TreeUpdater.php';
  27607.         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()));
  27608.     }
  27609.     /**
  27610.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator' shared service.
  27611.      *
  27612.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator
  27613.      */
  27614.     protected function getApiCriteriaValidatorService()
  27615.     {
  27616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/ApiCriteriaValidator.php';
  27617.         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()));
  27618.     }
  27619.     /**
  27620.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher' shared service.
  27621.      *
  27622.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher
  27623.      */
  27624.     protected function getCompositeEntitySearcherService()
  27625.     {
  27626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CompositeEntitySearcher.php';
  27627.         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 () {
  27628.             yield => ($this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] ?? $this->getLandingPageDefinitionService());
  27629.             yield => ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService());
  27630.             yield => ($this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] ?? $this->getCustomerDefinitionService());
  27631.             yield => ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService());
  27632.             yield => ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService());
  27633.             yield => ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService());
  27634.             yield => ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService());
  27635.             yield => ($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService());
  27636.             yield => ($this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] ?? $this->getCmsPageDefinitionService());
  27637.         }, 9));
  27638.     }
  27639.     /**
  27640.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter' shared service.
  27641.      *
  27642.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter
  27643.      */
  27644.     protected function getCriteriaArrayConverterService()
  27645.     {
  27646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CriteriaArrayConverter.php';
  27647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  27648.         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())));
  27649.     }
  27650.     /**
  27651.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser' shared service.
  27652.      *
  27653.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser
  27654.      */
  27655.     protected function getSqlQueryParserService()
  27656.     {
  27657.         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()));
  27658.     }
  27659.     /**
  27660.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder' shared service.
  27661.      *
  27662.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder
  27663.      */
  27664.     protected function getRequestCriteriaBuilderService()
  27665.     {
  27666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  27667.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  27668.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder(($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);
  27669.     }
  27670.     /**
  27671.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter' shared service.
  27672.      *
  27673.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter
  27674.      */
  27675.     protected function getTokenFilterService()
  27676.     {
  27677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/AbstractTokenFilter.php';
  27678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/TokenFilter.php';
  27679.         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()));
  27680.     }
  27681.     /**
  27682.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter' shared service.
  27683.      *
  27684.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter
  27685.      */
  27686.     protected function getSearchTermInterpreterService()
  27687.     {
  27688.         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')))));
  27689.     }
  27690.     /**
  27691.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator' shared service.
  27692.      *
  27693.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator
  27694.      */
  27695.     protected function getEntityExistsValidatorService()
  27696.     {
  27697.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  27698.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  27699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityExistsValidator.php';
  27700.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  27701.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'])) {
  27702.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'];
  27703.         }
  27704.         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);
  27705.     }
  27706.     /**
  27707.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator' shared service.
  27708.      *
  27709.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator
  27710.      */
  27711.     protected function getEntityNotExistsValidatorService()
  27712.     {
  27713.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  27714.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  27715.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityNotExistsValidator.php';
  27716.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  27717.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'])) {
  27718.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'];
  27719.         }
  27720.         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);
  27721.     }
  27722.     /**
  27723.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler' shared service.
  27724.      *
  27725.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler
  27726.      */
  27727.     protected function getCleanupVersionTaskHandlerService()
  27728.     {
  27729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Cleanup/CleanupVersionTaskHandler.php';
  27730.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  27731.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'])) {
  27732.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'];
  27733.         }
  27734.         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);
  27735.     }
  27736.     /**
  27737.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator' shared service.
  27738.      *
  27739.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator
  27740.      */
  27741.     protected function getLockValidatorService()
  27742.     {
  27743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/Validation/LockValidator.php';
  27744.         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()));
  27745.     }
  27746.     /**
  27747.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor' shared service.
  27748.      *
  27749.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor
  27750.      */
  27751.     protected function getWriteCommandExtractorService()
  27752.     {
  27753.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  27754.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'])) {
  27755.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'];
  27756.         }
  27757.         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()));
  27758.     }
  27759.     /**
  27760.      * Gets the private 'Shopware\Core\Framework\Demodata\Command\DemodataCommand' shared service.
  27761.      *
  27762.      * @return \Shopware\Core\Framework\Demodata\Command\DemodataCommand
  27763.      */
  27764.     protected function getDemodataCommandService()
  27765.     {
  27766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Command/DemodataCommand.php';
  27768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataService.php';
  27769.         $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 () {
  27770.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\RuleGenerator'] ?? $this->getRuleGeneratorService());
  27771.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomerGenerator'] ?? $this->getCustomerGeneratorService());
  27772.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] ?? $this->getPropertyGroupGeneratorService());
  27773.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CategoryGenerator'] ?? $this->getCategoryGeneratorService());
  27774.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductManufacturerGenerator'] ?? $this->getProductManufacturerGeneratorService());
  27775.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\TagGenerator'] ?? $this->getTagGeneratorService());
  27776.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductReviewGenerator'] ?? $this->getProductReviewGeneratorService());
  27777.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductGenerator'] ?? $this->getProductGeneratorService());
  27778.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PromotionGenerator'] ?? $this->getPromotionGeneratorService());
  27779.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\FlowGenerator'] ?? $this->getFlowGeneratorService());
  27780.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MediaGenerator'] ?? $this->getMediaGeneratorService());
  27781.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductStreamGenerator'] ?? $this->getProductStreamGeneratorService());
  27782.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\OrderGenerator'] ?? $this->getOrderGeneratorService());
  27783.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomFieldGenerator'] ?? $this->getCustomFieldGeneratorService());
  27784.             yield 14 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailTemplateGenerator'] ?? $this->getMailTemplateGeneratorService());
  27785.             yield 15 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailHeaderFooterGenerator'] ?? $this->getMailHeaderFooterGeneratorService());
  27786.             yield 16 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\UserGenerator'] ?? $this->getUserGeneratorService());
  27787.         }, 17), \dirname(__DIR__4), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'dev');
  27788.         $instance->addDefault('rules'25);
  27789.         $instance->addOption('rules'NULL4'Rules count');
  27790.         $instance->addDefault('customers'60);
  27791.         $instance->addOption('customers'NULL4'Customers count');
  27792.         $instance->addDefault('properties'10);
  27793.         $instance->addOption('properties'NULL4'Property group count (option count rand(30-300))');
  27794.         $instance->addDefault('categories'10);
  27795.         $instance->addOption('categories'NULL4'Categories count');
  27796.         $instance->addDefault('manufacturers'60);
  27797.         $instance->addOption('manufacturers'NULL4'Manufacturers count');
  27798.         $instance->addDefault('tags'50);
  27799.         $instance->addOption('tags'NULL4'Tags count');
  27800.         $instance->addDefault('reviews'20);
  27801.         $instance->addOption('reviews'NULL4'Reviews count');
  27802.         $instance->addDefault('products'1000);
  27803.         $instance->addOption('products'NULL4'Products count');
  27804.         $instance->addDefault('promotions'50);
  27805.         $instance->addOption('promotions'NULL4'Promotions count');
  27806.         $instance->addDefault('flows'0);
  27807.         $instance->addOption('flows'NULL4'Flows count');
  27808.         $instance->addDefault('media'300);
  27809.         $instance->addOption('media'NULL4'Media count');
  27810.         $instance->addDefault('product-streams'10);
  27811.         $instance->addOption('product-streams'NULL4'Product-streams count');
  27812.         $instance->addDefault('orders'60);
  27813.         $instance->addOption('orders'NULL4'Orders count');
  27814.         $instance->addDefault('attribute-sets'4);
  27815.         $instance->addOption('attribute-sets'NULL4'CustomField set count');
  27816.         $instance->addDefault('mail-template'10);
  27817.         $instance->addOption('mail-template'NULL4'Mail-template count');
  27818.         $instance->addDefault('mail-header-footer'3);
  27819.         $instance->addOption('mail-header-footer'NULL4'Mail header/footer count');
  27820.         $instance->addDefault('users'0);
  27821.         $instance->addOption('users'NULL4'Users count');
  27822.         $instance->setName('framework:demodata');
  27823.         return $instance;
  27824.     }
  27825.     /**
  27826.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CategoryGenerator' shared service.
  27827.      *
  27828.      * @return \Shopware\Core\Framework\Demodata\Generator\CategoryGenerator
  27829.      */
  27830.     protected function getCategoryGeneratorService()
  27831.     {
  27832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CategoryGenerator.php';
  27834.         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()));
  27835.     }
  27836.     /**
  27837.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator' shared service.
  27838.      *
  27839.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator
  27840.      */
  27841.     protected function getCustomFieldGeneratorService()
  27842.     {
  27843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomFieldGenerator.php';
  27845.         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()));
  27846.     }
  27847.     /**
  27848.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomerGenerator' shared service.
  27849.      *
  27850.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomerGenerator
  27851.      */
  27852.     protected function getCustomerGeneratorService()
  27853.     {
  27854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomerGenerator.php';
  27856.         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()));
  27857.     }
  27858.     /**
  27859.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\FlowGenerator' shared service.
  27860.      *
  27861.      * @return \Shopware\Core\Framework\Demodata\Generator\FlowGenerator
  27862.      */
  27863.     protected function getFlowGeneratorService()
  27864.     {
  27865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/FlowGenerator.php';
  27867.         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()));
  27868.     }
  27869.     /**
  27870.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator' shared service.
  27871.      *
  27872.      * @return \Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator
  27873.      */
  27874.     protected function getMailHeaderFooterGeneratorService()
  27875.     {
  27876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailHeaderFooterGenerator.php';
  27878.         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()));
  27879.     }
  27880.     /**
  27881.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator' shared service.
  27882.      *
  27883.      * @return \Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator
  27884.      */
  27885.     protected function getMailTemplateGeneratorService()
  27886.     {
  27887.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27888.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailTemplateGenerator.php';
  27889.         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()));
  27890.     }
  27891.     /**
  27892.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MediaGenerator' shared service.
  27893.      *
  27894.      * @return \Shopware\Core\Framework\Demodata\Generator\MediaGenerator
  27895.      */
  27896.     protected function getMediaGeneratorService()
  27897.     {
  27898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27899.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MediaGenerator.php';
  27900.         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()));
  27901.     }
  27902.     /**
  27903.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\OrderGenerator' shared service.
  27904.      *
  27905.      * @return \Shopware\Core\Framework\Demodata\Generator\OrderGenerator
  27906.      */
  27907.     protected function getOrderGeneratorService()
  27908.     {
  27909.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/OrderGenerator.php';
  27911.         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->getCartService2Service()), ($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()));
  27912.     }
  27913.     /**
  27914.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductGenerator' shared service.
  27915.      *
  27916.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductGenerator
  27917.      */
  27918.     protected function getProductGeneratorService()
  27919.     {
  27920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductGenerator.php';
  27922.         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()), ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'] ?? $this->getStatesUpdaterService()));
  27923.     }
  27924.     /**
  27925.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator' shared service.
  27926.      *
  27927.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator
  27928.      */
  27929.     protected function getProductManufacturerGeneratorService()
  27930.     {
  27931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductManufacturerGenerator.php';
  27933.         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()));
  27934.     }
  27935.     /**
  27936.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator' shared service.
  27937.      *
  27938.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator
  27939.      */
  27940.     protected function getProductReviewGeneratorService()
  27941.     {
  27942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductReviewGenerator.php';
  27944.         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()));
  27945.     }
  27946.     /**
  27947.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator' shared service.
  27948.      *
  27949.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator
  27950.      */
  27951.     protected function getProductStreamGeneratorService()
  27952.     {
  27953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductStreamGenerator.php';
  27955.         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()));
  27956.     }
  27957.     /**
  27958.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PromotionGenerator' shared service.
  27959.      *
  27960.      * @return \Shopware\Core\Framework\Demodata\Generator\PromotionGenerator
  27961.      */
  27962.     protected function getPromotionGeneratorService()
  27963.     {
  27964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PromotionGenerator.php';
  27966.         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()));
  27967.     }
  27968.     /**
  27969.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator' shared service.
  27970.      *
  27971.      * @return \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator
  27972.      */
  27973.     protected function getPropertyGroupGeneratorService()
  27974.     {
  27975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PropertyGroupGenerator.php';
  27977.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator(($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService()));
  27978.     }
  27979.     /**
  27980.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\RuleGenerator' shared service.
  27981.      *
  27982.      * @return \Shopware\Core\Framework\Demodata\Generator\RuleGenerator
  27983.      */
  27984.     protected function getRuleGeneratorService()
  27985.     {
  27986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/RuleGenerator.php';
  27988.         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()));
  27989.     }
  27990.     /**
  27991.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\TagGenerator' shared service.
  27992.      *
  27993.      * @return \Shopware\Core\Framework\Demodata\Generator\TagGenerator
  27994.      */
  27995.     protected function getTagGeneratorService()
  27996.     {
  27997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  27998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/TagGenerator.php';
  27999.         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()));
  28000.     }
  28001.     /**
  28002.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\UserGenerator' shared service.
  28003.      *
  28004.      * @return \Shopware\Core\Framework\Demodata\Generator\UserGenerator
  28005.      */
  28006.     protected function getUserGeneratorService()
  28007.     {
  28008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  28009.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/UserGenerator.php';
  28010.         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()));
  28011.     }
  28012.     /**
  28013.      * Gets the private 'Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand' shared service.
  28014.      *
  28015.      * @return \Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand
  28016.      */
  28017.     protected function getCleanPersonalDataCommandService()
  28018.     {
  28019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/PersonalData/CleanPersonalDataCommand.php';
  28021.         $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()));
  28022.         $instance->setName('database:clean-personal-data');
  28023.         return $instance;
  28024.     }
  28025.     /**
  28026.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventCollector' shared service.
  28027.      *
  28028.      * @return \Shopware\Core\Framework\Event\BusinessEventCollector
  28029.      */
  28030.     protected function getBusinessEventCollectorService()
  28031.     {
  28032.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventCollector.php';
  28033.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28034.         if (isset($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'])) {
  28035.             return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'];
  28036.         }
  28037.         return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] = new \Shopware\Core\Framework\Event\BusinessEventCollector(($this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] ?? $this->getBusinessEventRegistryService()), $a);
  28038.     }
  28039.     /**
  28040.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventDispatcher' shared service.
  28041.      *
  28042.      * @return \Shopware\Core\Framework\Event\BusinessEventDispatcher
  28043.      */
  28044.     protected function getBusinessEventDispatcherService()
  28045.     {
  28046.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService());
  28047.         if (isset($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'])) {
  28048.             return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'];
  28049.         }
  28050.         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()));
  28051.     }
  28052.     /**
  28053.      * Gets the private 'Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand' shared service.
  28054.      *
  28055.      * @return \Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand
  28056.      */
  28057.     protected function getDebugDumpBusinessEventsCommandService()
  28058.     {
  28059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28060.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/Command/DebugDumpBusinessEventsCommand.php';
  28061.         $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()));
  28062.         $instance->setName('debug:business-events');
  28063.         return $instance;
  28064.     }
  28065.     /**
  28066.      * Gets the private 'Shopware\Core\Framework\Event\EventAction\EventActionSubscriber' shared service.
  28067.      *
  28068.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber
  28069.      */
  28070.     protected function getEventActionSubscriberService()
  28071.     {
  28072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionSubscriber.php';
  28073.         return $this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] = new \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  28074.     }
  28075.     /**
  28076.      * Gets the private 'Shopware\Core\Framework\Feature\Command\FeatureDumpCommand' shared service.
  28077.      *
  28078.      * @return \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand
  28079.      */
  28080.     protected function getFeatureDumpCommandService()
  28081.     {
  28082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Feature/Command/FeatureDumpCommand.php';
  28084.         $this->privates['Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand'] = $instance = new \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand(($this->services['kernel'] ?? $this->get('kernel'1)));
  28085.         $instance->setName('feature:dump');
  28086.         $instance->setAliases([=> 'administration:dump:features']);
  28087.         return $instance;
  28088.     }
  28089.     /**
  28090.      * Gets the private 'Shopware\Core\Framework\Log\LoggerFactory' shared service.
  28091.      *
  28092.      * @return \Shopware\Core\Framework\Log\LoggerFactory
  28093.      */
  28094.     protected function getLoggerFactoryService()
  28095.     {
  28096.         return $this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] = new \Shopware\Core\Framework\Log\LoggerFactory((\dirname(__DIR__3).'/log/%s_dev.log'), 14);
  28097.     }
  28098.     /**
  28099.      * Gets the private 'Shopware\Core\Framework\Log\LoggingService' shared service.
  28100.      *
  28101.      * @return \Shopware\Core\Framework\Log\LoggingService
  28102.      */
  28103.     protected function getLoggingServiceService()
  28104.     {
  28105.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggingService.php';
  28106.         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()));
  28107.     }
  28108.     /**
  28109.      * Gets the private 'Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler' shared service.
  28110.      *
  28111.      * @return \Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler
  28112.      */
  28113.     protected function getExcludeFlowEventHandlerService()
  28114.     {
  28115.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  28116.         $a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  28117.         return $this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] = new \Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler($a$this->parameters['shopware.logger.exclude_events']);
  28118.     }
  28119.     /**
  28120.      * Gets the private 'Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler' shared service.
  28121.      *
  28122.      * @return \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler
  28123.      */
  28124.     protected function getLogCleanupTaskHandlerService()
  28125.     {
  28126.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/ScheduledTask/LogCleanupTaskHandler.php';
  28127.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  28128.         if (isset($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'])) {
  28129.             return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'];
  28130.         }
  28131.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  28132.         if (isset($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'])) {
  28133.             return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'];
  28134.         }
  28135.         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()));
  28136.     }
  28137.     /**
  28138.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand' shared service.
  28139.      *
  28140.      * @return \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand
  28141.      */
  28142.     protected function getDispatchSleepMessageCommandService()
  28143.     {
  28144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  28146.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Command/DispatchSleepMessageCommand.php';
  28147.         $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand'] = $instance = new \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  28148.         $instance->setName('debug:messenger:dispatch-sleep');
  28149.         return $instance;
  28150.     }
  28151.     /**
  28152.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler' shared service.
  28153.      *
  28154.      * @return \Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler
  28155.      */
  28156.     protected function getEncryptedMessageHandlerService()
  28157.     {
  28158.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/EncryptedMessageHandler.php';
  28159.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  28160.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'])) {
  28161.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'];
  28162.         }
  28163.         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')))));
  28164.     }
  28165.     /**
  28166.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler' shared service.
  28167.      *
  28168.      * @return \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler
  28169.      */
  28170.     protected function getRetryMessageHandlerService()
  28171.     {
  28172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/RetryMessageHandler.php';
  28173.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  28174.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'])) {
  28175.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'];
  28176.         }
  28177.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] = new \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler($a, new RewindableGenerator(function () {
  28178.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  28179.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  28180.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  28181.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  28182.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  28183.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  28184.             yield => ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  28185.             yield => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  28186.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  28187.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  28188.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService());
  28189.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  28190.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService());
  28191.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  28192.             yield 14 => ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService());
  28193.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service());
  28194.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService());
  28195.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] ?? $this->getCleanupUnusedDownloadMediaTaskHandlerService());
  28196.             yield 18 => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService());
  28197.             yield 19 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService());
  28198.             yield 20 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  28199.             yield 21 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  28200.             yield 22 => ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  28201.             yield 23 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService());
  28202.             yield 24 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService());
  28203.             yield 25 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  28204.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService());
  28205.             yield 27 => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService());
  28206.             yield 28 => ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  28207.             yield 29 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  28208.             yield 30 => ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  28209.             yield 31 => ($this->privates['Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTaskHandler'] ?? $this->getRenewalReminderTaskHandlerService());
  28210.             yield 32 => ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  28211.         }, 33), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  28212.     }
  28213.     /**
  28214.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler' shared service.
  28215.      *
  28216.      * @return \Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler
  28217.      */
  28218.     protected function getSleepTaskHandlerService()
  28219.     {
  28220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/SleepTaskHandler.php';
  28221.         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()));
  28222.     }
  28223.     /**
  28224.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware' shared service.
  28225.      *
  28226.      * @return \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware
  28227.      */
  28228.     protected function getRetryMiddlewareService()
  28229.     {
  28230.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  28231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Middleware/RetryMiddleware.php';
  28232.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  28233.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'])) {
  28234.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'];
  28235.         }
  28236.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28237.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'])) {
  28238.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'];
  28239.         }
  28240.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] = new \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware($a$b);
  28241.     }
  28242.     /**
  28243.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand' shared service.
  28244.      *
  28245.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand
  28246.      */
  28247.     protected function getRegisterScheduledTasksCommandService()
  28248.     {
  28249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28250.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/RegisterScheduledTasksCommand.php';
  28251.         $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()));
  28252.         $instance->setName('scheduled-task:register');
  28253.         return $instance;
  28254.     }
  28255.     /**
  28256.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner' shared service.
  28257.      *
  28258.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner
  28259.      */
  28260.     protected function getScheduledTaskRunnerService()
  28261.     {
  28262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/ScheduledTaskRunner.php';
  28264.         $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()));
  28265.         $instance->setName('scheduled-task:run');
  28266.         return $instance;
  28267.     }
  28268.     /**
  28269.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler' shared service.
  28270.      *
  28271.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler
  28272.      */
  28273.     protected function getRegisterScheduledTaskHandlerService()
  28274.     {
  28275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/MessageQueue/RegisterScheduledTaskHandler.php';
  28276.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService());
  28277.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'])) {
  28278.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'];
  28279.         }
  28280.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler($a);
  28281.     }
  28282.     /**
  28283.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry' shared service.
  28284.      *
  28285.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry
  28286.      */
  28287.     protected function getTaskRegistryService()
  28288.     {
  28289.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Registry/TaskRegistry.php';
  28290.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  28291.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'])) {
  28292.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'];
  28293.         }
  28294.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry(new RewindableGenerator(function () {
  28295.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] = new \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTask()));
  28296.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTask()));
  28297.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsTask()));
  28298.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsTask()));
  28299.             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()));
  28300.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesTask()));
  28301.             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()));
  28302.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTask()));
  28303.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask'] = new \Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTask()));
  28304.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTask()));
  28305.             yield 10 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask'] ?? ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask'] = new \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTask()));
  28306.             yield 11 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTask()));
  28307.             yield 12 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask'] = new \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTask()));
  28308.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask'] ?? ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask'] = new \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTask()));
  28309.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask'] = new \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTask()));
  28310.             yield 15 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] ?? ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] = new \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTask()));
  28311.             yield 16 => ($this->privates['Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTask'] ?? $this->getRenewalReminderTaskService());
  28312.         }, 17), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  28313.     }
  28314.     /**
  28315.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler' shared service.
  28316.      *
  28317.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler
  28318.      */
  28319.     protected function getRequeueDeadMessagesHandlerService()
  28320.     {
  28321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/RequeueDeadMessagesHandler.php';
  28322.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/RequeueDeadMessagesService.php';
  28323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/EncryptedBus.php';
  28324.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  28325.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  28326.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  28327.         }
  28328.         $b = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  28329.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  28330.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  28331.         }
  28332.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  28333.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  28334.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  28335.         }
  28336.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
  28337.     }
  28338.     /**
  28339.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler' shared service.
  28340.      *
  28341.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler
  28342.      */
  28343.     protected function getTaskSchedulerService()
  28344.     {
  28345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Scheduler/TaskScheduler.php';
  28346.         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))));
  28347.     }
  28348.     /**
  28349.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber' shared service.
  28350.      *
  28351.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber
  28352.      */
  28353.     protected function getPluginLifecycleSubscriberService()
  28354.     {
  28355.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/PluginLifecycleSubscriber.php';
  28356.         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()));
  28357.     }
  28358.     /**
  28359.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber' shared service.
  28360.      *
  28361.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber
  28362.      */
  28363.     protected function getUpdatePostFinishSubscriberService()
  28364.     {
  28365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/UpdatePostFinishSubscriber.php';
  28366.         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()));
  28367.     }
  28368.     /**
  28369.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler' shared service.
  28370.      *
  28371.      * @return \Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler
  28372.      */
  28373.     protected function getMessageFailedHandlerService()
  28374.     {
  28375.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/MessageFailedHandler.php';
  28376.         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');
  28377.     }
  28378.     /**
  28379.      * Gets the private 'Shopware\Core\Framework\Migration\Command\CreateMigrationCommand' shared service.
  28380.      *
  28381.      * @return \Shopware\Core\Framework\Migration\Command\CreateMigrationCommand
  28382.      */
  28383.     protected function getCreateMigrationCommandService()
  28384.     {
  28385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/CreateMigrationCommand.php';
  28387.         $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.20.2');
  28388.         $instance->setName('database:create-migration');
  28389.         return $instance;
  28390.     }
  28391.     /**
  28392.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationCommand' shared service.
  28393.      *
  28394.      * @return \Shopware\Core\Framework\Migration\Command\MigrationCommand
  28395.      */
  28396.     protected function getMigrationCommandService()
  28397.     {
  28398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  28400.         $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.20.2');
  28401.         $instance->setName('database:migrate');
  28402.         return $instance;
  28403.     }
  28404.     /**
  28405.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand' shared service.
  28406.      *
  28407.      * @return \Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand
  28408.      */
  28409.     protected function getMigrationDestructiveCommandService()
  28410.     {
  28411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28412.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  28413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationDestructiveCommand.php';
  28414.         $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.20.2');
  28415.         $instance->setName('database:migrate-destructive');
  28416.         return $instance;
  28417.     }
  28418.     /**
  28419.      * Gets the private 'Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand' shared service.
  28420.      *
  28421.      * @return \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand
  28422.      */
  28423.     protected function getRefreshMigrationCommandService()
  28424.     {
  28425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/RefreshMigrationCommand.php';
  28427.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand();
  28428.         $instance->setName('database:refresh-migration');
  28429.         return $instance;
  28430.     }
  28431.     /**
  28432.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_3' shared service.
  28433.      *
  28434.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  28435.      */
  28436.     protected function getMigrationSource_Core_V63Service()
  28437.     {
  28438.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  28439.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_3');
  28440.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_3'), 'Shopware\\Core\\Migration\\V6_3');
  28441.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  28442.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  28443.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_3'), 'Shopware\\Storefront\\Migration\\V6_3');
  28444.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  28445.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  28446.         return $instance;
  28447.     }
  28448.     /**
  28449.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_4' shared service.
  28450.      *
  28451.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  28452.      */
  28453.     protected function getMigrationSource_Core_V64Service()
  28454.     {
  28455.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  28456.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_4');
  28457.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_4'), 'Shopware\\Core\\Migration\\V6_4');
  28458.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/administration/Migration/V6_4'), 'Shopware\\Administration\\Migration\\V6_4');
  28459.         $instance->addReplacementPattern('#^(Shopware\\\\Administration\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  28460.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_4'), 'Shopware\\Storefront\\Migration\\V6_4');
  28461.         return $instance;
  28462.     }
  28463.     /**
  28464.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_5' shared service.
  28465.      *
  28466.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  28467.      */
  28468.     protected function getMigrationSource_Core_V65Service()
  28469.     {
  28470.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  28471.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_5');
  28472.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_5'), 'Shopware\\Core\\Migration\\V6_5');
  28473.         return $instance;
  28474.     }
  28475.     /**
  28476.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\BundleDumpCommand' shared service.
  28477.      *
  28478.      * @return \Shopware\Core\Framework\Plugin\Command\BundleDumpCommand
  28479.      */
  28480.     protected function getBundleDumpCommandService()
  28481.     {
  28482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/BundleDumpCommand.php';
  28484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGeneratorInterface.php';
  28485.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGenerator.php';
  28486.         $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));
  28487.         $instance->setName('bundle:dump');
  28488.         return $instance;
  28489.     }
  28490.     /**
  28491.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand' shared service.
  28492.      *
  28493.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand
  28494.      */
  28495.     protected function getPluginActivateCommandService()
  28496.     {
  28497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28498.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  28499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginActivateCommand.php';
  28500.         $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()));
  28501.         $instance->setName('plugin:activate');
  28502.         return $instance;
  28503.     }
  28504.     /**
  28505.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand' shared service.
  28506.      *
  28507.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand
  28508.      */
  28509.     protected function getPluginDeactivateCommandService()
  28510.     {
  28511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28512.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  28513.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginDeactivateCommand.php';
  28514.         $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()));
  28515.         $instance->setName('plugin:deactivate');
  28516.         return $instance;
  28517.     }
  28518.     /**
  28519.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand' shared service.
  28520.      *
  28521.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand
  28522.      */
  28523.     protected function getPluginInstallCommandService()
  28524.     {
  28525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  28527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginInstallCommand.php';
  28528.         $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()));
  28529.         $instance->setName('plugin:install');
  28530.         return $instance;
  28531.     }
  28532.     /**
  28533.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand' shared service.
  28534.      *
  28535.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand
  28536.      */
  28537.     protected function getPluginUninstallCommandService()
  28538.     {
  28539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  28541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUninstallCommand.php';
  28542.         $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()));
  28543.         $instance->setName('plugin:uninstall');
  28544.         return $instance;
  28545.     }
  28546.     /**
  28547.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand' shared service.
  28548.      *
  28549.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand
  28550.      */
  28551.     protected function getPluginUpdateCommandService()
  28552.     {
  28553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28554.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  28555.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUpdateCommand.php';
  28556.         $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()));
  28557.         $instance->setName('plugin:update');
  28558.         return $instance;
  28559.     }
  28560.     /**
  28561.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginCreateCommand' shared service.
  28562.      *
  28563.      * @return \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand
  28564.      */
  28565.     protected function getPluginCreateCommandService()
  28566.     {
  28567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginCreateCommand.php';
  28569.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand(\dirname(__DIR__4));
  28570.         $instance->setName('plugin:create');
  28571.         return $instance;
  28572.     }
  28573.     /**
  28574.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginListCommand' shared service.
  28575.      *
  28576.      * @return \Shopware\Core\Framework\Plugin\Command\PluginListCommand
  28577.      */
  28578.     protected function getPluginListCommandService()
  28579.     {
  28580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginListCommand.php';
  28582.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginListCommand(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  28583.         $instance->setName('plugin:list');
  28584.         return $instance;
  28585.     }
  28586.     /**
  28587.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand' shared service.
  28588.      *
  28589.      * @return \Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand
  28590.      */
  28591.     protected function getPluginRefreshCommandService()
  28592.     {
  28593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginRefreshCommand.php';
  28595.         $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()));
  28596.         $instance->setName('plugin:refresh');
  28597.         return $instance;
  28598.     }
  28599.     /**
  28600.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand' shared service.
  28601.      *
  28602.      * @return \Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand
  28603.      */
  28604.     protected function getPluginZipImportCommandService()
  28605.     {
  28606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginZipImportCommand.php';
  28608.         $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()));
  28609.         $instance->setName('plugin:zip-import');
  28610.         return $instance;
  28611.     }
  28612.     /**
  28613.      * Gets the private 'Shopware\Core\Framework\Plugin\Composer\CommandExecutor' shared service.
  28614.      *
  28615.      * @return \Shopware\Core\Framework\Plugin\Composer\CommandExecutor
  28616.      */
  28617.     protected function getCommandExecutorService($lazyLoad true)
  28618.     {
  28619.         if ($lazyLoad) {
  28620.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Composer\\CommandExecutor'] = $this->createProxy('CommandExecutor_2fbbc6d', function () {
  28621.                 return \CommandExecutor_2fbbc6d::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  28622.                     $wrappedInstance $this->getCommandExecutorService(false);
  28623.                     $proxy->setProxyInitializer(null);
  28624.                     return true;
  28625.                 });
  28626.             });
  28627.         }
  28628.         return new \Shopware\Core\Framework\Plugin\Composer\CommandExecutor(\dirname(__DIR__4));
  28629.     }
  28630.     /**
  28631.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginLifecycleService' shared service.
  28632.      *
  28633.      * @return \Shopware\Core\Framework\Plugin\PluginLifecycleService
  28634.      */
  28635.     protected function getPluginLifecycleServiceService()
  28636.     {
  28637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginLifecycleService.php';
  28638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Requirement/RequirementsValidator.php';
  28639.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  28640.         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.20.2', ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  28641.     }
  28642.     /**
  28643.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginManagementService' shared service.
  28644.      *
  28645.      * @return \Shopware\Core\Framework\Plugin\PluginManagementService
  28646.      */
  28647.     protected function getPluginManagementServiceService()
  28648.     {
  28649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginManagementService.php';
  28650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginZipDetector.php';
  28651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginExtractor.php';
  28652.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  28653.         $a = ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService());
  28654.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'])) {
  28655.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'];
  28656.         }
  28657.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  28658.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'])) {
  28659.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'];
  28660.         }
  28661.         $c = ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem()));
  28662.         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')], $c), $a$c$b, new \GuzzleHttp\Client());
  28663.     }
  28664.     /**
  28665.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginService' shared service.
  28666.      *
  28667.      * @return \Shopware\Core\Framework\Plugin\PluginService
  28668.      */
  28669.     protected function getPluginServiceService()
  28670.     {
  28671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginService.php';
  28672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogService.php';
  28673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogParser.php';
  28674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginFinder.php';
  28675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Composer/PackageProvider.php';
  28676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/VersionSanitizer.php';
  28677.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  28678.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'])) {
  28679.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'];
  28680.         }
  28681.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  28682.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'])) {
  28683.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'];
  28684.         }
  28685.         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());
  28686.     }
  28687.     /**
  28688.      * Gets the private 'Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber' shared service.
  28689.      *
  28690.      * @return \Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber
  28691.      */
  28692.     protected function getPluginAclPrivilegesSubscriberService()
  28693.     {
  28694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Subscriber/PluginAclPrivilegesSubscriber.php';
  28695.         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()));
  28696.     }
  28697.     /**
  28698.      * Gets the private 'Shopware\Core\Framework\Plugin\Util\AssetService' shared service.
  28699.      *
  28700.      * @return \Shopware\Core\Framework\Plugin\Util\AssetService
  28701.      */
  28702.     protected function getAssetServiceService()
  28703.     {
  28704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/AssetService.php';
  28705.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  28706.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'])) {
  28707.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'];
  28708.         }
  28709.         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))));
  28710.     }
  28711.     /**
  28712.      * Gets the private 'Shopware\Core\Framework\Routing\ContextResolverListener' shared service.
  28713.      *
  28714.      * @return \Shopware\Core\Framework\Routing\ContextResolverListener
  28715.      */
  28716.     protected function getContextResolverListenerService()
  28717.     {
  28718.         $a = ($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? $this->getSalesChannelRequestContextResolverService());
  28719.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'])) {
  28720.             return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'];
  28721.         }
  28722.         return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] = new \Shopware\Core\Framework\Routing\ContextResolverListener($a);
  28723.     }
  28724.     /**
  28725.      * Gets the private 'Shopware\Core\Framework\Routing\CoreSubscriber' shared service.
  28726.      *
  28727.      * @return \Shopware\Core\Framework\Routing\CoreSubscriber
  28728.      */
  28729.     protected function getCoreSubscriberService()
  28730.     {
  28731.         return $this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] = new \Shopware\Core\Framework\Routing\CoreSubscriber($this->parameters['shopware.security.csp_templates']);
  28732.     }
  28733.     /**
  28734.      * Gets the private 'Shopware\Core\Framework\Routing\RouteEventSubscriber' shared service.
  28735.      *
  28736.      * @return \Shopware\Core\Framework\Routing\RouteEventSubscriber
  28737.      */
  28738.     protected function getRouteEventSubscriberService()
  28739.     {
  28740.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28741.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'])) {
  28742.             return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'];
  28743.         }
  28744.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] = new \Shopware\Core\Framework\Routing\RouteEventSubscriber($a);
  28745.     }
  28746.     /**
  28747.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeListener' shared service.
  28748.      *
  28749.      * @return \Shopware\Core\Framework\Routing\RouteScopeListener
  28750.      */
  28751.     protected function getRouteScopeListenerService()
  28752.     {
  28753.         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 () {
  28754.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] = new \Shopware\Core\Framework\Routing\SymfonyRouteScopeWhitelist()));
  28755.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] = new \Shopware\Core\Framework\Routing\PaymentScopeWhitelist()));
  28756.         }, 2));
  28757.     }
  28758.     /**
  28759.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeRegistry' shared service.
  28760.      *
  28761.      * @return \Shopware\Core\Framework\Routing\RouteScopeRegistry
  28762.      */
  28763.     protected function getRouteScopeRegistryService()
  28764.     {
  28765.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] = new \Shopware\Core\Framework\Routing\RouteScopeRegistry(new RewindableGenerator(function () {
  28766.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] = new \Shopware\Core\Framework\Routing\RouteScope()));
  28767.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] = new \Shopware\Core\Framework\Routing\ApiRouteScope()));
  28768.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] = new \Shopware\Core\Framework\Routing\StoreApiRouteScope()));
  28769.             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'))));
  28770.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] = new \Shopware\Storefront\Framework\Routing\StorefrontRouteScope()));
  28771.         }, 5));
  28772.     }
  28773.     /**
  28774.      * Gets the private 'Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver' shared service.
  28775.      *
  28776.      * @return \Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver
  28777.      */
  28778.     protected function getSalesChannelRequestContextResolverService()
  28779.     {
  28780.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  28781.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'])) {
  28782.             return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'];
  28783.         }
  28784.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28785.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'])) {
  28786.             return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'];
  28787.         }
  28788.         $c = ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService());
  28789.         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()), $c), $a$b$c);
  28790.     }
  28791.     /**
  28792.      * Gets the private 'Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry' shared service.
  28793.      *
  28794.      * @return \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry
  28795.      */
  28796.     protected function getRuleConditionRegistryService()
  28797.     {
  28798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Collector/RuleConditionRegistry.php';
  28799.         return $this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] = new \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry(new RewindableGenerator(function () {
  28800.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  28801.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  28802.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  28803.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  28804.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  28805.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  28806.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  28807.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  28808.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  28809.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  28810.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  28811.             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()));
  28812.             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()));
  28813.             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()));
  28814.             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()));
  28815.             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()));
  28816.             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()));
  28817.             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()));
  28818.             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()));
  28819.             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()));
  28820.             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()));
  28821.             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()));
  28822.             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()));
  28823.             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()));
  28824.             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()));
  28825.             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()));
  28826.             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()));
  28827.             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()));
  28828.             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()));
  28829.             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()));
  28830.             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()));
  28831.             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()));
  28832.             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()));
  28833.             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()));
  28834.             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()));
  28835.             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()));
  28836.             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()));
  28837.             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()));
  28838.             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()));
  28839.             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()));
  28840.             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()));
  28841.             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()));
  28842.             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()));
  28843.             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()));
  28844.             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()));
  28845.             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()));
  28846.             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()));
  28847.             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()));
  28848.             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()));
  28849.             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()));
  28850.             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()));
  28851.             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()));
  28852.             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()));
  28853.             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()));
  28854.             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()));
  28855.             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()));
  28856.             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()));
  28857.             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()));
  28858.             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()));
  28859.             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()));
  28860.             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()));
  28861.             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()));
  28862.             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()));
  28863.             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()));
  28864.             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()));
  28865.             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()));
  28866.             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()));
  28867.             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()));
  28868.             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()));
  28869.             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()));
  28870.             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()));
  28871.             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()));
  28872.             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()));
  28873.             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()));
  28874.             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()));
  28875.             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()));
  28876.             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()));
  28877.             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()));
  28878.             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()));
  28879.             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()));
  28880.             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()));
  28881.             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()));
  28882.             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()));
  28883.             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()));
  28884.             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()));
  28885.             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()));
  28886.             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()));
  28887.             yield 87 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemProductStatesRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemProductStatesRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemProductStatesRule()));
  28888.             yield 88 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerAgeRule()));
  28889.             yield 89 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastLoginRule()));
  28890.             yield 90 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\AffiliateCodeRule()));
  28891.             yield 91 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CampaignCodeRule()));
  28892.             yield 92 => ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Rule\\LineItemSubscriptionRule'] ?? ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Rule\\LineItemSubscriptionRule'] = new \Kiener\MolliePayments\Components\Subscription\Rule\LineItemSubscriptionRule()));
  28893.             yield 93 => ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Rule\\CartSubscriptionRule'] ?? ($this->privates['Kiener\\MolliePayments\\Components\\Subscription\\Rule\\CartSubscriptionRule'] = new \Kiener\MolliePayments\Components\Subscription\Rule\CartSubscriptionRule()));
  28894.         }, 94));
  28895.     }
  28896.     /**
  28897.      * Gets the private 'Shopware\Core\Framework\Script\Api\ScriptResponseEncoder' shared service.
  28898.      *
  28899.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseEncoder
  28900.      */
  28901.     protected function getScriptResponseEncoderService()
  28902.     {
  28903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseEncoder.php';
  28904.         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()));
  28905.     }
  28906.     /**
  28907.      * Gets the private 'Shopware\Core\Framework\Script\Execution\ScriptLoader' shared service.
  28908.      *
  28909.      * @return \Shopware\Core\Framework\Script\Execution\ScriptLoader
  28910.      */
  28911.     protected function getScriptLoaderService()
  28912.     {
  28913.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  28914.         if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'])) {
  28915.             return $this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'];
  28916.         }
  28917.         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);
  28918.     }
  28919.     /**
  28920.      * Gets the private 'Shopware\Core\Framework\Store\Authentication\LocaleProvider' shared service.
  28921.      *
  28922.      * @return \Shopware\Core\Framework\Store\Authentication\LocaleProvider
  28923.      */
  28924.     protected function getLocaleProviderService()
  28925.     {
  28926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/LocaleProvider.php';
  28927.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  28928.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'])) {
  28929.             return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'];
  28930.         }
  28931.         return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] = new \Shopware\Core\Framework\Store\Authentication\LocaleProvider($a);
  28932.     }
  28933.     /**
  28934.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreDownloadCommand' shared service.
  28935.      *
  28936.      * @return \Shopware\Core\Framework\Store\Command\StoreDownloadCommand
  28937.      */
  28938.     protected function getStoreDownloadCommandService()
  28939.     {
  28940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreDownloadCommand.php';
  28942.         $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()));
  28943.         $instance->setName('store:download');
  28944.         return $instance;
  28945.     }
  28946.     /**
  28947.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreLoginCommand' shared service.
  28948.      *
  28949.      * @return \Shopware\Core\Framework\Store\Command\StoreLoginCommand
  28950.      */
  28951.     protected function getStoreLoginCommandService()
  28952.     {
  28953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreLoginCommand.php';
  28955.         $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()));
  28956.         $instance->setName('store:login');
  28957.         return $instance;
  28958.     }
  28959.     /**
  28960.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractExtensionDataProvider' shared service.
  28961.      *
  28962.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDataProvider
  28963.      */
  28964.     protected function getAbstractExtensionDataProviderService()
  28965.     {
  28966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionDataProvider.php';
  28967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDataProvider.php';
  28968.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionListingLoader.php';
  28969.         $a = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService());
  28970.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  28971.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  28972.         }
  28973.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  28974.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  28975.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  28976.         }
  28977.         $c = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  28978.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  28979.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  28980.         }
  28981.         $d = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService());
  28982.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  28983.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  28984.         }
  28985.         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));
  28986.     }
  28987.     /**
  28988.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractStoreAppLifecycleService' shared service.
  28989.      *
  28990.      * @return \Shopware\Core\Framework\Store\Services\StoreAppLifecycleService
  28991.      */
  28992.     protected function getAbstractStoreAppLifecycleServiceService()
  28993.     {
  28994.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractStoreAppLifecycleService.php';
  28995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreAppLifecycleService.php';
  28996.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] ?? $this->getAppLifecycleService());
  28997.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  28998.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  28999.         }
  29000.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  29001.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  29002.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  29003.         }
  29004.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  29005.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  29006.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  29007.         }
  29008.         $d = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  29009.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  29010.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  29011.         }
  29012.         $e = ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService());
  29013.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  29014.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  29015.         }
  29016.         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()));
  29017.     }
  29018.     /**
  29019.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionDownloader' shared service.
  29020.      *
  29021.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDownloader
  29022.      */
  29023.     protected function getExtensionDownloaderService()
  29024.     {
  29025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDownloader.php';
  29026.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  29027.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'])) {
  29028.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'];
  29029.         }
  29030.         $b = ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService());
  29031.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'])) {
  29032.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'];
  29033.         }
  29034.         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);
  29035.     }
  29036.     /**
  29037.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLifecycleService' shared service.
  29038.      *
  29039.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLifecycleService
  29040.      */
  29041.     protected function getExtensionLifecycleServiceService()
  29042.     {
  29043.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionLifecycle.php';
  29044.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLifecycleService.php';
  29045.         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()));
  29046.     }
  29047.     /**
  29048.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLoader' shared service.
  29049.      *
  29050.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLoader
  29051.      */
  29052.     protected function getExtensionLoaderService()
  29053.     {
  29054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLoader.php';
  29055.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  29056.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  29057.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  29058.         }
  29059.         $b = ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService());
  29060.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  29061.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  29062.         }
  29063.         $c = ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService());
  29064.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  29065.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  29066.         }
  29067.         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()));
  29068.     }
  29069.     /**
  29070.      * Gets the private 'Shopware\Core\Framework\Store\Services\FirstRunWizardClient' shared service.
  29071.      *
  29072.      * @return \Shopware\Core\Framework\Store\Services\FirstRunWizardClient
  29073.      */
  29074.     protected function getFirstRunWizardClientService()
  29075.     {
  29076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/FirstRunWizardClient.php';
  29077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  29078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/FrwRequestOptionsProvider.php';
  29079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  29080.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  29081.         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.20.2'$this->getEnv('INSTANCE_ID')))), $a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'] ?? $this->getTrackingEventClientService()));
  29082.     }
  29083.     /**
  29084.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreClient' shared service.
  29085.      *
  29086.      * @return \Shopware\Core\Framework\Store\Services\StoreClient
  29087.      */
  29088.     protected function getStoreClientService()
  29089.     {
  29090.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClient.php';
  29091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  29092.         $a = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService());
  29093.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  29094.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  29095.         }
  29096.         $b = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  29097.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  29098.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  29099.         }
  29100.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  29101.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  29102.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  29103.         }
  29104.         $d = ($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService());
  29105.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  29106.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  29107.         }
  29108.         $e = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService());
  29109.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  29110.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  29111.         }
  29112.         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.20.2'$this->getEnv('INSTANCE_ID')))));
  29113.     }
  29114.     /**
  29115.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreService' shared service.
  29116.      *
  29117.      * @return \Shopware\Core\Framework\Store\Services\StoreService
  29118.      */
  29119.     protected function getStoreServiceService($lazyLoad true)
  29120.     {
  29121.         if ($lazyLoad) {
  29122.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] = $this->createProxy('StoreService_93b91c4', function () {
  29123.                 return \StoreService_93b91c4::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  29124.                     $wrappedInstance $this->getStoreServiceService(false);
  29125.                     $proxy->setProxyInitializer(null);
  29126.                     return true;
  29127.                 });
  29128.             });
  29129.         }
  29130.         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()));
  29131.     }
  29132.     /**
  29133.      * Gets the private 'Shopware\Core\Framework\Store\Services\TrackingEventClient' shared service.
  29134.      *
  29135.      * @return \Shopware\Core\Framework\Store\Services\TrackingEventClient
  29136.      */
  29137.     protected function getTrackingEventClientService()
  29138.     {
  29139.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/TrackingEventClient.php';
  29140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  29141.         $a = ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService());
  29142.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'])) {
  29143.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'];
  29144.         }
  29145.         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.20.2'$this->getEnv('INSTANCE_ID')))));
  29146.     }
  29147.     /**
  29148.      * Gets the private 'Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber' shared service.
  29149.      *
  29150.      * @return \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber
  29151.      */
  29152.     protected function getLicenseHostChangedSubscriberService()
  29153.     {
  29154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Subscriber/LicenseHostChangedSubscriber.php';
  29155.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  29156.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'])) {
  29157.             return $this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'];
  29158.         }
  29159.         return $this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] = new \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29160.     }
  29161.     /**
  29162.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\LicenseCheck' shared service.
  29163.      *
  29164.      * @return \Shopware\Core\Framework\Update\Checkers\LicenseCheck
  29165.      */
  29166.     protected function getLicenseCheckService()
  29167.     {
  29168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  29169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/LicenseCheck.php';
  29170.         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()));
  29171.     }
  29172.     /**
  29173.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck' shared service.
  29174.      *
  29175.      * @return \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck
  29176.      */
  29177.     protected function getMysqlVersionCheckService()
  29178.     {
  29179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  29180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/MysqlVersionCheck.php';
  29181.         return $this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29182.     }
  29183.     /**
  29184.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\WriteableCheck' shared service.
  29185.      *
  29186.      * @return \Shopware\Core\Framework\Update\Checkers\WriteableCheck
  29187.      */
  29188.     protected function getWriteableCheckService()
  29189.     {
  29190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  29191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/WriteableCheck.php';
  29192.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/Filesystem.php';
  29193.         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));
  29194.     }
  29195.     /**
  29196.      * Gets the private 'Shopware\Core\Framework\Validation\DataValidator' shared service.
  29197.      *
  29198.      * @return \Shopware\Core\Framework\Validation\DataValidator
  29199.      */
  29200.     protected function getDataValidatorService()
  29201.     {
  29202.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  29203.         if (isset($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'])) {
  29204.             return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'];
  29205.         }
  29206.         return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] = new \Shopware\Core\Framework\Validation\DataValidator($a);
  29207.     }
  29208.     /**
  29209.      * Gets the private 'Shopware\Core\Framework\Webhook\BusinessEventEncoder' shared service.
  29210.      *
  29211.      * @return \Shopware\Core\Framework\Webhook\BusinessEventEncoder
  29212.      */
  29213.     protected function getBusinessEventEncoderService()
  29214.     {
  29215.         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()));
  29216.     }
  29217.     /**
  29218.      * Gets the private 'Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler' shared service.
  29219.      *
  29220.      * @return \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler
  29221.      */
  29222.     protected function getWebhookEventMessageHandlerService()
  29223.     {
  29224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Handler/WebhookEventMessageHandler.php';
  29225.         $a = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  29226.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  29227.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  29228.         }
  29229.         $b = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  29230.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  29231.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  29232.         }
  29233.         $c = ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService());
  29234.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  29235.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  29236.         }
  29237.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] = new \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler($a$b$c);
  29238.     }
  29239.     /**
  29240.      * Gets the private 'Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory' shared service.
  29241.      *
  29242.      * @return \Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory
  29243.      */
  29244.     protected function getHookableEventFactoryService($lazyLoad true)
  29245.     {
  29246.         if ($lazyLoad) {
  29247.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] = $this->createProxy('HookableEventFactory_f62e15e', function () {
  29248.                 return \HookableEventFactory_f62e15e::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  29249.                     $wrappedInstance $this->getHookableEventFactoryService(false);
  29250.                     $proxy->setProxyInitializer(null);
  29251.                     return true;
  29252.                 });
  29253.             });
  29254.         }
  29255.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/WriteResultMerger.php';
  29256.         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())));
  29257.     }
  29258.     /**
  29259.      * Gets the private 'Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber' shared service.
  29260.      *
  29261.      * @return \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber
  29262.      */
  29263.     protected function getRetryWebhookMessageFailedSubscriberService()
  29264.     {
  29265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Subscriber/RetryWebhookMessageFailedSubscriber.php';
  29266.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  29267.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  29268.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  29269.         }
  29270.         $b = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  29271.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  29272.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  29273.         }
  29274.         $c = ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService());
  29275.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  29276.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  29277.         }
  29278.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] = new \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber($a$b$c);
  29279.     }
  29280.     /**
  29281.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookCacheClearer' shared service.
  29282.      *
  29283.      * @return \Shopware\Core\Framework\Webhook\WebhookCacheClearer
  29284.      */
  29285.     protected function getWebhookCacheClearerService()
  29286.     {
  29287.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookCacheClearer.php';
  29288.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService());
  29289.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  29290.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'];
  29291.         }
  29292.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] = new \Shopware\Core\Framework\Webhook\WebhookCacheClearer($a);
  29293.     }
  29294.     /**
  29295.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookDispatcher' shared service.
  29296.      *
  29297.      * @return \Shopware\Core\Framework\Webhook\WebhookDispatcher
  29298.      */
  29299.     protected function getWebhookDispatcherService()
  29300.     {
  29301.         $a = ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] ?? $this->getFlowFactoryService());
  29302.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  29303.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  29304.         }
  29305.         $b = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  29306.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  29307.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  29308.         }
  29309.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  29310.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  29311.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  29312.         }
  29313.         $d = new \Shopware\Core\Content\Flow\Dispatching\FlowDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  29314.         $d->setContainer($this);
  29315.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] = new \Shopware\Core\Framework\Webhook\WebhookDispatcher($d, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b$this->getEnv('APP_URL'), $this, ($this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] ?? $this->getHookableEventFactoryService()), '6.4.20.2'$ctrue);
  29316.     }
  29317.     /**
  29318.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand' shared autowired service.
  29319.      *
  29320.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand
  29321.      */
  29322.     protected function getSalesChannelCreateCommandService()
  29323.     {
  29324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29325.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  29326.         $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()));
  29327.         $instance->setName('sales-channel:create');
  29328.         return $instance;
  29329.     }
  29330.     /**
  29331.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand' shared autowired service.
  29332.      *
  29333.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand
  29334.      */
  29335.     protected function getSalesChannelListCommandService()
  29336.     {
  29337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelListCommand.php';
  29339.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  29340.         $instance->setName('sales-channel:list');
  29341.         return $instance;
  29342.     }
  29343.     /**
  29344.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand' shared autowired service.
  29345.      *
  29346.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand
  29347.      */
  29348.     protected function getSalesChannelMaintenanceDisableCommandService()
  29349.     {
  29350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  29352.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceDisableCommand.php';
  29353.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  29354.         $instance->setName('sales-channel:maintenance:disable');
  29355.         return $instance;
  29356.     }
  29357.     /**
  29358.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand' shared autowired service.
  29359.      *
  29360.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand
  29361.      */
  29362.     protected function getSalesChannelMaintenanceEnableCommandService()
  29363.     {
  29364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  29366.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  29367.         $instance->setName('sales-channel:maintenance:enable');
  29368.         return $instance;
  29369.     }
  29370.     /**
  29371.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand' shared autowired service.
  29372.      *
  29373.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand
  29374.      */
  29375.     protected function getSalesChannelUpdateDomainCommandService()
  29376.     {
  29377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelUpdateDomainCommand.php';
  29379.         $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()));
  29380.         $instance->setName('sales-channel:update:domain');
  29381.         $instance->setDescription('Changes the domain of all sales channels');
  29382.         return $instance;
  29383.     }
  29384.     /**
  29385.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand' shared autowired service.
  29386.      *
  29387.      * @return \Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand
  29388.      */
  29389.     protected function getSystemConfigureShopCommandService()
  29390.     {
  29391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemConfigureShopCommand.php';
  29393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/ShopConfigurator.php';
  29394.         $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()));
  29395.         $instance->setName('system:configure-shop');
  29396.         return $instance;
  29397.     }
  29398.     /**
  29399.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand' shared autowired service.
  29400.      *
  29401.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand
  29402.      */
  29403.     protected function getSystemGenerateAppSecretCommandService()
  29404.     {
  29405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29406.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateAppSecretCommand.php';
  29407.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand();
  29408.         $instance->setName('system:generate-app-secret');
  29409.         return $instance;
  29410.     }
  29411.     /**
  29412.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand' shared autowired service.
  29413.      *
  29414.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand
  29415.      */
  29416.     protected function getSystemGenerateJwtSecretCommandService()
  29417.     {
  29418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29419.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateJwtSecretCommand.php';
  29420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  29421.         $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())));
  29422.         $instance->setName('system:generate-jwt-secret');
  29423.         return $instance;
  29424.     }
  29425.     /**
  29426.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemInstallCommand' shared autowired service.
  29427.      *
  29428.      * @return \Shopware\Core\Maintenance\System\Command\SystemInstallCommand
  29429.      */
  29430.     protected function getSystemInstallCommandService()
  29431.     {
  29432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemInstallCommand.php';
  29434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/SetupDatabaseAdapter.php';
  29435.         $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());
  29436.         $instance->setName('system:install');
  29437.         return $instance;
  29438.     }
  29439.     /**
  29440.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemSetupCommand' shared autowired service.
  29441.      *
  29442.      * @return \Shopware\Core\Maintenance\System\Command\SystemSetupCommand
  29443.      */
  29444.     protected function getSystemSetupCommandService()
  29445.     {
  29446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29447.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemSetupCommand.php';
  29448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  29449.         $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()));
  29450.         $instance->setName('system:setup');
  29451.         return $instance;
  29452.     }
  29453.     /**
  29454.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand' shared autowired service.
  29455.      *
  29456.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand
  29457.      */
  29458.     protected function getSystemUpdateFinishCommandService()
  29459.     {
  29460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdateFinishCommand.php';
  29462.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand($this);
  29463.         $instance->setName('system:update:finish');
  29464.         return $instance;
  29465.     }
  29466.     /**
  29467.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand' shared autowired service.
  29468.      *
  29469.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand
  29470.      */
  29471.     protected function getSystemUpdatePrepareCommandService()
  29472.     {
  29473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdatePrepareCommand.php';
  29475.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand($this);
  29476.         $instance->setName('system:update:prepare');
  29477.         return $instance;
  29478.     }
  29479.     /**
  29480.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand' shared autowired service.
  29481.      *
  29482.      * @return \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand
  29483.      */
  29484.     protected function getUserChangePasswordCommandService()
  29485.     {
  29486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29487.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserChangePasswordCommand.php';
  29488.         $this->privates['Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand'] = $instance = new \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  29489.         $instance->setName('user:change-password');
  29490.         return $instance;
  29491.     }
  29492.     /**
  29493.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserCreateCommand' shared autowired service.
  29494.      *
  29495.      * @return \Shopware\Core\Maintenance\User\Command\UserCreateCommand
  29496.      */
  29497.     protected function getUserCreateCommandService()
  29498.     {
  29499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserCreateCommand.php';
  29501.         $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()));
  29502.         $instance->setName('user:create');
  29503.         return $instance;
  29504.     }
  29505.     /**
  29506.      * Gets the private 'Shopware\Core\Profiling\Integration\Stopwatch' shared service.
  29507.      *
  29508.      * @return \Shopware\Core\Profiling\Integration\Stopwatch
  29509.      */
  29510.     protected function getStopwatchService()
  29511.     {
  29512.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/ProfilerInterface.php';
  29513.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/Stopwatch.php';
  29514.         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))));
  29515.     }
  29516.     /**
  29517.      * Gets the private 'Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber' shared service.
  29518.      *
  29519.      * @return \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber
  29520.      */
  29521.     protected function getActiveRulesDataCollectorSubscriberService()
  29522.     {
  29523.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  29524.         if (isset($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'])) {
  29525.             return $this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'];
  29526.         }
  29527.         return $this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] = new \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber($a);
  29528.     }
  29529.     /**
  29530.      * Gets the private 'Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater' shared service.
  29531.      *
  29532.      * @return \Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater
  29533.      */
  29534.     protected function getCountryTaxFreeDeprecationUpdaterService()
  29535.     {
  29536.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryTaxFreeDeprecationUpdater.php';
  29537.         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()));
  29538.     }
  29539.     /**
  29540.      * Gets the private 'Shopware\Core\System\CustomField\CustomFieldService' shared service.
  29541.      *
  29542.      * @return \Shopware\Core\System\CustomField\CustomFieldService
  29543.      */
  29544.     protected function getCustomFieldServiceService()
  29545.     {
  29546.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldService.php';
  29547.         return $this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] = new \Shopware\Core\System\CustomField\CustomFieldService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29548.     }
  29549.     /**
  29550.      * Gets the private 'Shopware\Core\System\Language\CachedLanguageLoader' shared service.
  29551.      *
  29552.      * @return \Shopware\Core\System\Language\CachedLanguageLoader
  29553.      */
  29554.     protected function getCachedLanguageLoaderService()
  29555.     {
  29556.         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()));
  29557.     }
  29558.     /**
  29559.      * Gets the private 'Shopware\Core\System\Language\LanguageValidator' shared service.
  29560.      *
  29561.      * @return \Shopware\Core\System\Language\LanguageValidator
  29562.      */
  29563.     protected function getLanguageValidatorService()
  29564.     {
  29565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageValidator.php';
  29566.         return $this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] = new \Shopware\Core\System\Language\LanguageValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29567.     }
  29568.     /**
  29569.      * Gets the private 'Shopware\Core\System\Locale\LanguageLocaleCodeProvider' shared service.
  29570.      *
  29571.      * @return \Shopware\Core\System\Locale\LanguageLocaleCodeProvider
  29572.      */
  29573.     protected function getLanguageLocaleCodeProviderService()
  29574.     {
  29575.         return $this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] = new \Shopware\Core\System\Locale\LanguageLocaleCodeProvider(($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService()));
  29576.     }
  29577.     /**
  29578.      * Gets the private 'Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand' shared service.
  29579.      *
  29580.      * @return \Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand
  29581.      */
  29582.     protected function getMigrateIncrementStorageCommandService()
  29583.     {
  29584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29585.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Command/MigrateIncrementStorageCommand.php';
  29586.         $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()));
  29587.         $instance->setName('number-range:migrate');
  29588.         return $instance;
  29589.     }
  29590.     /**
  29591.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage' shared service.
  29592.      *
  29593.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage
  29594.      */
  29595.     protected function getIncrementSqlStorageService()
  29596.     {
  29597.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  29598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageInterface.php';
  29599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementSqlStorage.php';
  29600.         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()));
  29601.     }
  29602.     /**
  29603.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry' shared service.
  29604.      *
  29605.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry
  29606.      */
  29607.     protected function getIncrementStorageRegistryService()
  29608.     {
  29609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageRegistry.php';
  29610.         return $this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementStorageRegistry'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry(new RewindableGenerator(function () {
  29611.             yield 'SQL' => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementSqlStorage'] ?? $this->getIncrementSqlStorageService());
  29612.         }, 1), 'SQL');
  29613.     }
  29614.     /**
  29615.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement' shared service.
  29616.      *
  29617.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement
  29618.      */
  29619.     protected function getValueGeneratorPatternIncrementService()
  29620.     {
  29621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/AbstractValueGenerator.php';
  29622.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternInterface.php';
  29623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternIncrement.php';
  29624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  29625.         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());
  29626.     }
  29627.     /**
  29628.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener' shared service.
  29629.      *
  29630.      * @return \Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener
  29631.      */
  29632.     protected function getStoreApiResponseListenerService()
  29633.     {
  29634.         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()));
  29635.     }
  29636.     /**
  29637.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StructEncoder' shared service.
  29638.      *
  29639.      * @return \Shopware\Core\System\SalesChannel\Api\StructEncoder
  29640.      */
  29641.     protected function getStructEncoderService()
  29642.     {
  29643.         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()));
  29644.     }
  29645.     /**
  29646.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\CartRestorer' shared service.
  29647.      *
  29648.      * @return \Shopware\Core\System\SalesChannel\Context\CartRestorer
  29649.      */
  29650.     protected function getCartRestorerService()
  29651.     {
  29652.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CartRestorer.php';
  29653.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  29654.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  29655.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  29656.         }
  29657.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  29658.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  29659.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  29660.         }
  29661.         $c = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service());
  29662.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  29663.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  29664.         }
  29665.         $d = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  29666.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  29667.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  29668.         }
  29669.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29670.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  29671.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  29672.         }
  29673.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] = new \Shopware\Core\System\SalesChannel\Context\CartRestorer($a$b$c$d$e);
  29674.     }
  29675.     /**
  29676.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler' shared service.
  29677.      *
  29678.      * @return \Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler
  29679.      */
  29680.     protected function getCleanupSalesChannelContextTaskHandlerService()
  29681.     {
  29682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/Cleanup/CleanupSalesChannelContextTaskHandler.php';
  29683.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  29684.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'])) {
  29685.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'];
  29686.         }
  29687.         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);
  29688.     }
  29689.     /**
  29690.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister' shared service.
  29691.      *
  29692.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister
  29693.      */
  29694.     protected function getSalesChannelContextPersisterService()
  29695.     {
  29696.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29697.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'])) {
  29698.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'];
  29699.         }
  29700.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  29701.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'])) {
  29702.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'];
  29703.         }
  29704.         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');
  29705.     }
  29706.     /**
  29707.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer' shared service.
  29708.      *
  29709.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer
  29710.      */
  29711.     protected function getSalesChannelContextRestorerService()
  29712.     {
  29713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextRestorer.php';
  29714.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  29715.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  29716.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  29717.         }
  29718.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  29719.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  29720.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  29721.         }
  29722.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  29723.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  29724.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  29725.         }
  29726.         $d = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  29727.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  29728.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  29729.         }
  29730.         $e = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService());
  29731.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  29732.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  29733.         }
  29734.         $f = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29735.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  29736.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  29737.         }
  29738.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer($a$b$c$d, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $e$f);
  29739.     }
  29740.     /**
  29741.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextService' shared service.
  29742.      *
  29743.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService
  29744.      */
  29745.     protected function getSalesChannelContextServiceService()
  29746.     {
  29747.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  29748.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  29749.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  29750.         }
  29751.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  29752.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  29753.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  29754.         }
  29755.         $c = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  29756.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  29757.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  29758.         }
  29759.         $d = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service());
  29760.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  29761.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  29762.         }
  29763.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29764.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  29765.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  29766.         }
  29767.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService($a$b$c$d$e);
  29768.     }
  29769.     /**
  29770.      * Gets the private 'Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer' shared service.
  29771.      *
  29772.      * @return \Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer
  29773.      */
  29774.     protected function getSalesChannelIndexerService()
  29775.     {
  29776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  29777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/DataAbstractionLayer/SalesChannelIndexer.php';
  29778.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  29779.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'])) {
  29780.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'];
  29781.         }
  29782.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29783.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'])) {
  29784.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'];
  29785.         }
  29786.         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()), $a$b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()));
  29787.     }
  29788.     /**
  29789.      * Gets the private 'Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper' shared service.
  29790.      *
  29791.      * @return \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper
  29792.      */
  29793.     protected function getStoreApiCustomFieldMapperService()
  29794.     {
  29795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/StoreApiCustomFieldMapper.php';
  29796.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] = new \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29797.     }
  29798.     /**
  29799.      * Gets the private 'Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator' shared service.
  29800.      *
  29801.      * @return \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator
  29802.      */
  29803.     protected function getSalesChannelValidatorService()
  29804.     {
  29805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Validation/SalesChannelValidator.php';
  29806.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] = new \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29807.     }
  29808.     /**
  29809.      * Gets the private 'Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand' shared service.
  29810.      *
  29811.      * @return \Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand
  29812.      */
  29813.     protected function getValidateSnippetsCommandService()
  29814.     {
  29815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Command/ValidateSnippetsCommand.php';
  29817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidatorInterface.php';
  29818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidator.php';
  29819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFileHandler.php';
  29820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFixer.php';
  29821.         $a = new \Shopware\Core\System\Snippet\SnippetFileHandler();
  29822.         $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));
  29823.         $instance->setName('snippets:validate');
  29824.         return $instance;
  29825.     }
  29826.     /**
  29827.      * Gets the private 'Shopware\Core\System\Snippet\SnippetService' shared service.
  29828.      *
  29829.      * @return \Shopware\Core\System\Snippet\SnippetService
  29830.      */
  29831.     protected function getSnippetServiceService()
  29832.     {
  29833.         $a = ($this->services['snippet.repository'] ?? $this->getSnippet_RepositoryService());
  29834.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  29835.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  29836.         }
  29837.         $b = ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService());
  29838.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  29839.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  29840.         }
  29841.         $c = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  29842.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  29843.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  29844.         }
  29845.         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, ($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] ?? $this->getSalesChannelThemeLoaderService()));
  29846.     }
  29847.     /**
  29848.      * Gets the private 'Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber' shared service.
  29849.      *
  29850.      * @return \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber
  29851.      */
  29852.     protected function getCustomFieldSubscriberService()
  29853.     {
  29854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Subscriber/CustomFieldSubscriber.php';
  29855.         return $this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] = new \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29856.     }
  29857.     /**
  29858.      * Gets the private 'Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand' shared service.
  29859.      *
  29860.      * @return \Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand
  29861.      */
  29862.     protected function getWorkflowDumpCommandService()
  29863.     {
  29864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Command/WorkflowDumpCommand.php';
  29866.         $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()));
  29867.         $instance->setName('state-machine:dump');
  29868.         return $instance;
  29869.     }
  29870.     /**
  29871.      * Gets the private 'Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader' shared service.
  29872.      *
  29873.      * @return \Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader
  29874.      */
  29875.     protected function getInitialStateIdLoaderService()
  29876.     {
  29877.         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()));
  29878.     }
  29879.     /**
  29880.      * Gets the private 'Shopware\Core\System\StateMachine\StateMachineRegistry' shared service.
  29881.      *
  29882.      * @return \Shopware\Core\System\StateMachine\StateMachineRegistry
  29883.      */
  29884.     protected function getStateMachineRegistryService()
  29885.     {
  29886.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineRegistry.php';
  29887.         $a = ($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService());
  29888.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  29889.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  29890.         }
  29891.         $b = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  29892.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  29893.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  29894.         }
  29895.         $c = ($this->services['state_machine_history.repository'] ?? $this->getStateMachineHistory_RepositoryService());
  29896.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  29897.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  29898.         }
  29899.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29900.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  29901.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  29902.         }
  29903.         return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] = new \Shopware\Core\System\StateMachine\StateMachineRegistry($a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  29904.     }
  29905.     /**
  29906.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigGet' shared service.
  29907.      *
  29908.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigGet
  29909.      */
  29910.     protected function getConfigGetService()
  29911.     {
  29912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigGet.php';
  29914.         $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()));
  29915.         $instance->setName('system:config:get');
  29916.         return $instance;
  29917.     }
  29918.     /**
  29919.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigSet' shared service.
  29920.      *
  29921.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigSet
  29922.      */
  29923.     protected function getConfigSetService()
  29924.     {
  29925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigSet.php';
  29927.         $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()));
  29928.         $instance->setName('system:config:set');
  29929.         return $instance;
  29930.     }
  29931.     /**
  29932.      * Gets the private 'Shopware\Core\System\SystemConfig\Service\ConfigurationService' shared service.
  29933.      *
  29934.      * @return \Shopware\Core\System\SystemConfig\Service\ConfigurationService
  29935.      */
  29936.     protected function getConfigurationServiceService()
  29937.     {
  29938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Service/ConfigurationService.php';
  29939.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  29940.         if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'])) {
  29941.             return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'];
  29942.         }
  29943.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  29944.         if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'])) {
  29945.             return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'];
  29946.         }
  29947.         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);
  29948.     }
  29949.     /**
  29950.      * Gets the private 'Shopware\Elasticsearch\Admin\AdminSearchRegistry' shared service.
  29951.      *
  29952.      * @return \Shopware\Elasticsearch\Admin\AdminSearchRegistry
  29953.      */
  29954.     protected function getAdminSearchRegistryService()
  29955.     {
  29956.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminSearchRegistry.php';
  29957.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  29958.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  29959.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'])) {
  29960.             return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'];
  29961.         }
  29962.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29963.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'])) {
  29964.             return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'];
  29965.         }
  29966.         return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] = new \Shopware\Elasticsearch\Admin\AdminSearchRegistry(new RewindableGenerator(function () {
  29967.             yield 'cms_page' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'] ?? $this->getCmsPageAdminSearchIndexerService());
  29968.             yield 'customer' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'] ?? $this->getCustomerAdminSearchIndexerService());
  29969.             yield 'customer_group' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'] ?? $this->getCustomerGroupAdminSearchIndexerService());
  29970.             yield 'landing_page' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'] ?? $this->getLandingPageAdminSearchIndexerService());
  29971.             yield 'product_manufacturer' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'] ?? $this->getManufacturerAdminSearchIndexerService());
  29972.             yield 'media' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'] ?? $this->getMediaAdminSearchIndexerService());
  29973.             yield 'order' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'] ?? $this->getOrderAdminSearchIndexerService());
  29974.             yield 'payment_method' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'] ?? $this->getPaymentMethodAdminSearchIndexerService());
  29975.             yield 'product' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'] ?? $this->getProductAdminSearchIndexerService());
  29976.             yield 'promotion' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'] ?? $this->getPromotionAdminSearchIndexerService());
  29977.             yield 'property_group' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'] ?? $this->getPropertyGroupAdminSearchIndexerService());
  29978.             yield 'sales_channel' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'] ?? $this->getSalesChannelAdminSearchIndexerService());
  29979.             yield 'shipping_method' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'] ?? $this->getShippingMethodAdminSearchIndexerService());
  29980.             yield 'category' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'] ?? $this->getCategoryAdminSearchIndexerService());
  29981.             yield 'newsletter_recipient' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'] ?? $this->getNewsletterRecipientAdminSearchIndexerService());
  29982.             yield 'product_stream' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'] ?? $this->getProductStreamAdminSearchIndexerService());
  29983.         }, 16), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b, ($this->services['admin.openSearch.client'] ?? $this->getAdmin_OpenSearch_ClientService()), ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] ?? ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] = new \Shopware\Elasticsearch\Admin\AdminElasticsearchHelper($this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'), $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'), $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX')))), $this->parameters['elasticsearch.administration.index.config'], $this->parameters['elasticsearch.administration.index.mapping']);
  29984.     }
  29985.     /**
  29986.      * Gets the private 'Shopware\Elasticsearch\Admin\AdminSearcher' shared service.
  29987.      *
  29988.      * @return \Shopware\Elasticsearch\Admin\AdminSearcher
  29989.      */
  29990.     protected function getAdminSearcherService()
  29991.     {
  29992.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminSearcher.php';
  29993.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  29994.         return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearcher'] = new \Shopware\Elasticsearch\Admin\AdminSearcher(($this->services['admin.openSearch.client'] ?? $this->getAdmin_OpenSearch_ClientService()), ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService()), ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] ?? ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] = new \Shopware\Elasticsearch\Admin\AdminElasticsearchHelper($this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'), $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'), $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX')))));
  29995.     }
  29996.     /**
  29997.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CategoryAdminSearchIndexer' shared service.
  29998.      *
  29999.      * @return \Shopware\Elasticsearch\Admin\Indexer\CategoryAdminSearchIndexer
  30000.      */
  30001.     protected function getCategoryAdminSearchIndexerService()
  30002.     {
  30003.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30004.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CategoryAdminSearchIndexer.php';
  30005.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  30006.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'])) {
  30007.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'];
  30008.         }
  30009.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\CategoryAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30010.     }
  30011.     /**
  30012.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CmsPageAdminSearchIndexer' shared service.
  30013.      *
  30014.      * @return \Shopware\Elasticsearch\Admin\Indexer\CmsPageAdminSearchIndexer
  30015.      */
  30016.     protected function getCmsPageAdminSearchIndexerService()
  30017.     {
  30018.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30019.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CmsPageAdminSearchIndexer.php';
  30020.         $a = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  30021.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'])) {
  30022.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'];
  30023.         }
  30024.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\CmsPageAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30025.     }
  30026.     /**
  30027.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CustomerAdminSearchIndexer' shared service.
  30028.      *
  30029.      * @return \Shopware\Elasticsearch\Admin\Indexer\CustomerAdminSearchIndexer
  30030.      */
  30031.     protected function getCustomerAdminSearchIndexerService()
  30032.     {
  30033.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30034.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CustomerAdminSearchIndexer.php';
  30035.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  30036.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'])) {
  30037.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'];
  30038.         }
  30039.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\CustomerAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30040.     }
  30041.     /**
  30042.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CustomerGroupAdminSearchIndexer' shared service.
  30043.      *
  30044.      * @return \Shopware\Elasticsearch\Admin\Indexer\CustomerGroupAdminSearchIndexer
  30045.      */
  30046.     protected function getCustomerGroupAdminSearchIndexerService()
  30047.     {
  30048.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30049.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CustomerGroupAdminSearchIndexer.php';
  30050.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  30051.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'])) {
  30052.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'];
  30053.         }
  30054.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\CustomerGroupAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30055.     }
  30056.     /**
  30057.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\LandingPageAdminSearchIndexer' shared service.
  30058.      *
  30059.      * @return \Shopware\Elasticsearch\Admin\Indexer\LandingPageAdminSearchIndexer
  30060.      */
  30061.     protected function getLandingPageAdminSearchIndexerService()
  30062.     {
  30063.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30064.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/LandingPageAdminSearchIndexer.php';
  30065.         $a = ($this->services['landing_page.repository'] ?? $this->getLandingPage_RepositoryService());
  30066.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'])) {
  30067.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'];
  30068.         }
  30069.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\LandingPageAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30070.     }
  30071.     /**
  30072.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ManufacturerAdminSearchIndexer' shared service.
  30073.      *
  30074.      * @return \Shopware\Elasticsearch\Admin\Indexer\ManufacturerAdminSearchIndexer
  30075.      */
  30076.     protected function getManufacturerAdminSearchIndexerService()
  30077.     {
  30078.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30079.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ManufacturerAdminSearchIndexer.php';
  30080.         $a = ($this->services['product_manufacturer.repository'] ?? $this->getProductManufacturer_RepositoryService());
  30081.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'])) {
  30082.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'];
  30083.         }
  30084.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\ManufacturerAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30085.     }
  30086.     /**
  30087.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\MediaAdminSearchIndexer' shared service.
  30088.      *
  30089.      * @return \Shopware\Elasticsearch\Admin\Indexer\MediaAdminSearchIndexer
  30090.      */
  30091.     protected function getMediaAdminSearchIndexerService()
  30092.     {
  30093.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30094.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/MediaAdminSearchIndexer.php';
  30095.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  30096.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'])) {
  30097.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'];
  30098.         }
  30099.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\MediaAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30100.     }
  30101.     /**
  30102.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\NewsletterRecipientAdminSearchIndexer' shared service.
  30103.      *
  30104.      * @return \Shopware\Elasticsearch\Admin\Indexer\NewsletterRecipientAdminSearchIndexer
  30105.      */
  30106.     protected function getNewsletterRecipientAdminSearchIndexerService()
  30107.     {
  30108.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30109.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/NewsletterRecipientAdminSearchIndexer.php';
  30110.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  30111.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'])) {
  30112.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'];
  30113.         }
  30114.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\NewsletterRecipientAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30115.     }
  30116.     /**
  30117.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\OrderAdminSearchIndexer' shared service.
  30118.      *
  30119.      * @return \Shopware\Elasticsearch\Admin\Indexer\OrderAdminSearchIndexer
  30120.      */
  30121.     protected function getOrderAdminSearchIndexerService()
  30122.     {
  30123.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30124.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/OrderAdminSearchIndexer.php';
  30125.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  30126.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'])) {
  30127.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'];
  30128.         }
  30129.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\OrderAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30130.     }
  30131.     /**
  30132.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\PaymentMethodAdminSearchIndexer' shared service.
  30133.      *
  30134.      * @return \Shopware\Elasticsearch\Admin\Indexer\PaymentMethodAdminSearchIndexer
  30135.      */
  30136.     protected function getPaymentMethodAdminSearchIndexerService()
  30137.     {
  30138.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30139.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/PaymentMethodAdminSearchIndexer.php';
  30140.         $a = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  30141.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'])) {
  30142.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'];
  30143.         }
  30144.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\PaymentMethodAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30145.     }
  30146.     /**
  30147.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ProductAdminSearchIndexer' shared service.
  30148.      *
  30149.      * @return \Shopware\Elasticsearch\Admin\Indexer\ProductAdminSearchIndexer
  30150.      */
  30151.     protected function getProductAdminSearchIndexerService()
  30152.     {
  30153.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30154.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ProductAdminSearchIndexer.php';
  30155.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  30156.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'])) {
  30157.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'];
  30158.         }
  30159.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\ProductAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30160.     }
  30161.     /**
  30162.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ProductStreamAdminSearchIndexer' shared service.
  30163.      *
  30164.      * @return \Shopware\Elasticsearch\Admin\Indexer\ProductStreamAdminSearchIndexer
  30165.      */
  30166.     protected function getProductStreamAdminSearchIndexerService()
  30167.     {
  30168.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30169.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ProductStreamAdminSearchIndexer.php';
  30170.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  30171.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'])) {
  30172.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'];
  30173.         }
  30174.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\ProductStreamAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30175.     }
  30176.     /**
  30177.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\PromotionAdminSearchIndexer' shared service.
  30178.      *
  30179.      * @return \Shopware\Elasticsearch\Admin\Indexer\PromotionAdminSearchIndexer
  30180.      */
  30181.     protected function getPromotionAdminSearchIndexerService()
  30182.     {
  30183.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30184.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/PromotionAdminSearchIndexer.php';
  30185.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  30186.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'])) {
  30187.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'];
  30188.         }
  30189.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\PromotionAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30190.     }
  30191.     /**
  30192.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\PropertyGroupAdminSearchIndexer' shared service.
  30193.      *
  30194.      * @return \Shopware\Elasticsearch\Admin\Indexer\PropertyGroupAdminSearchIndexer
  30195.      */
  30196.     protected function getPropertyGroupAdminSearchIndexerService()
  30197.     {
  30198.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30199.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/PropertyGroupAdminSearchIndexer.php';
  30200.         $a = ($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService());
  30201.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'])) {
  30202.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'];
  30203.         }
  30204.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\PropertyGroupAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30205.     }
  30206.     /**
  30207.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\SalesChannelAdminSearchIndexer' shared service.
  30208.      *
  30209.      * @return \Shopware\Elasticsearch\Admin\Indexer\SalesChannelAdminSearchIndexer
  30210.      */
  30211.     protected function getSalesChannelAdminSearchIndexerService()
  30212.     {
  30213.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30214.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/SalesChannelAdminSearchIndexer.php';
  30215.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  30216.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'])) {
  30217.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'];
  30218.         }
  30219.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\SalesChannelAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30220.     }
  30221.     /**
  30222.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ShippingMethodAdminSearchIndexer' shared service.
  30223.      *
  30224.      * @return \Shopware\Elasticsearch\Admin\Indexer\ShippingMethodAdminSearchIndexer
  30225.      */
  30226.     protected function getShippingMethodAdminSearchIndexerService()
  30227.     {
  30228.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  30229.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ShippingMethodAdminSearchIndexer.php';
  30230.         $a = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  30231.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'])) {
  30232.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'];
  30233.         }
  30234.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\ShippingMethodAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  30235.     }
  30236.     /**
  30237.      * Gets the private 'Shopware\Elasticsearch\Admin\Subscriber\RefreshIndexSubscriber' shared service.
  30238.      *
  30239.      * @return \Shopware\Elasticsearch\Admin\Subscriber\RefreshIndexSubscriber
  30240.      */
  30241.     protected function getRefreshIndexSubscriberService()
  30242.     {
  30243.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Subscriber/RefreshIndexSubscriber.php';
  30244.         $a = ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  30245.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'])) {
  30246.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'];
  30247.         }
  30248.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'] = new \Shopware\Elasticsearch\Admin\Subscriber\RefreshIndexSubscriber($a);
  30249.     }
  30250.     /**
  30251.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand' shared service.
  30252.      *
  30253.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand
  30254.      */
  30255.     protected function getElasticsearchAdminIndexingCommandService()
  30256.     {
  30257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  30259.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchAdminIndexingCommand.php';
  30260.         $a = ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  30261.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'])) {
  30262.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'];
  30263.         }
  30264.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand($a);
  30265.         $instance->setName('es:admin:index');
  30266.         $instance->setDescription('Index the elasticsearch for the admin search');
  30267.         return $instance;
  30268.     }
  30269.     /**
  30270.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand' shared service.
  30271.      *
  30272.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand
  30273.      */
  30274.     protected function getElasticsearchAdminResetCommandService()
  30275.     {
  30276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30277.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchAdminResetCommand.php';
  30278.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  30279.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()), ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] ?? ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] = new \Shopware\Elasticsearch\Admin\AdminElasticsearchHelper($this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'), $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'), $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX')))));
  30280.         $instance->setName('es:admin:reset');
  30281.         $instance->setDescription('Reset Admin Elasticsearch indexing');
  30282.         return $instance;
  30283.     }
  30284.     /**
  30285.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand' shared service.
  30286.      *
  30287.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand
  30288.      */
  30289.     protected function getElasticsearchAdminTestCommandService()
  30290.     {
  30291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30292.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchAdminTestCommand.php';
  30293.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand(($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearcher'] ?? $this->getAdminSearcherService()));
  30294.         $instance->setName('es:admin:test');
  30295.         $instance->setDescription('Allows you to test the admin search index');
  30296.         return $instance;
  30297.     }
  30298.     /**
  30299.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand' shared service.
  30300.      *
  30301.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand
  30302.      */
  30303.     protected function getElasticsearchCleanIndicesCommandService()
  30304.     {
  30305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30306.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCleanIndicesCommand.php';
  30307.         $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()));
  30308.         $instance->setName('es:index:cleanup');
  30309.         return $instance;
  30310.     }
  30311.     /**
  30312.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand' shared service.
  30313.      *
  30314.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand
  30315.      */
  30316.     protected function getElasticsearchCreateAliasCommandService()
  30317.     {
  30318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30319.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCreateAliasCommand.php';
  30320.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand(($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()));
  30321.         $instance->setName('es:create:alias');
  30322.         return $instance;
  30323.     }
  30324.     /**
  30325.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand' shared service.
  30326.      *
  30327.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand
  30328.      */
  30329.     protected function getElasticsearchIndexingCommandService()
  30330.     {
  30331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  30333.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchIndexingCommand.php';
  30334.         $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()));
  30335.         $instance->setName('es:index');
  30336.         return $instance;
  30337.     }
  30338.     /**
  30339.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand' shared service.
  30340.      *
  30341.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand
  30342.      */
  30343.     protected function getElasticsearchResetCommandService()
  30344.     {
  30345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30346.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchResetCommand.php';
  30347.         $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()));
  30348.         $instance->setName('es:reset');
  30349.         return $instance;
  30350.     }
  30351.     /**
  30352.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand' shared service.
  30353.      *
  30354.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand
  30355.      */
  30356.     protected function getElasticsearchStatusCommandService()
  30357.     {
  30358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30359.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  30360.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchStatusCommand.php';
  30361.         $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()));
  30362.         $instance->setName('es:status');
  30363.         return $instance;
  30364.     }
  30365.     /**
  30366.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand' shared service.
  30367.      *
  30368.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand
  30369.      */
  30370.     protected function getElasticsearchTestAnalyzerCommandService()
  30371.     {
  30372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30373.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchTestAnalyzerCommand.php';
  30374.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()));
  30375.         $instance->setName('es:test:analyzer');
  30376.         return $instance;
  30377.     }
  30378.     /**
  30379.      * Gets the private 'Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser' shared service.
  30380.      *
  30381.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser
  30382.      */
  30383.     protected function getCriteriaParserService()
  30384.     {
  30385.         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())));
  30386.     }
  30387.     /**
  30388.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector' shared service.
  30389.      *
  30390.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector
  30391.      */
  30392.     protected function getElasticsearchOutdatedIndexDetectorService()
  30393.     {
  30394.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchOutdatedIndexDetector.php';
  30395.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  30396.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  30397.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  30398.         }
  30399.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  30400.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  30401.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  30402.         }
  30403.         $c = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  30404.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  30405.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  30406.         }
  30407.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] = new \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $a$b$c);
  30408.     }
  30409.     /**
  30410.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchRegistry' shared service.
  30411.      *
  30412.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchRegistry
  30413.      */
  30414.     protected function getElasticsearchRegistryService()
  30415.     {
  30416.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] = new \Shopware\Elasticsearch\Framework\ElasticsearchRegistry(new RewindableGenerator(function () {
  30417.             yield => ($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\EsProductDefinition'] ?? $this->getEsProductDefinitionService());
  30418.         }, 1));
  30419.     }
  30420.     /**
  30421.      * Gets the private 'Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer' shared service.
  30422.      *
  30423.      * @return \Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer
  30424.      */
  30425.     protected function getElasticsearchIndexerService()
  30426.     {
  30427.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/ElasticsearchIndexer.php';
  30428.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/IndexCreator.php';
  30429.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  30430.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  30431.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  30432.         }
  30433.         $b = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  30434.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  30435.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  30436.         }
  30437.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30438.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  30439.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  30440.         }
  30441.         $d = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  30442.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  30443.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  30444.         }
  30445.         $e = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  30446.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  30447.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  30448.         }
  30449.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  30450.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  30451.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  30452.         }
  30453.         $g = ($this->services['Elasticsearch\\Client'] ?? $this->getClientService());
  30454.         return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] = new \Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b, new \Shopware\Elasticsearch\Framework\Indexing\IndexCreator($g$this->parameters['elasticsearch.index.config'], $this->parameters['elasticsearch.index.mapping'], $c), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $g, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $d$e$c$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'), $f);
  30455.     }
  30456.     /**
  30457.      * Gets the private 'Shopware\Elasticsearch\Product\CustomFieldUpdater' shared service.
  30458.      *
  30459.      * @return \Shopware\Elasticsearch\Product\CustomFieldUpdater
  30460.      */
  30461.     protected function getCustomFieldUpdaterService()
  30462.     {
  30463.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/CustomFieldUpdater.php';
  30464.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] ?? $this->getElasticsearchOutdatedIndexDetectorService());
  30465.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'])) {
  30466.             return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'];
  30467.         }
  30468.         $b = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  30469.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'])) {
  30470.             return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'];
  30471.         }
  30472.         return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] = new \Shopware\Elasticsearch\Product\CustomFieldUpdater($a, ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $b);
  30473.     }
  30474.     /**
  30475.      * Gets the private 'Shopware\Elasticsearch\Product\LanguageSubscriber' shared service.
  30476.      *
  30477.      * @return \Shopware\Elasticsearch\Product\LanguageSubscriber
  30478.      */
  30479.     protected function getLanguageSubscriberService()
  30480.     {
  30481.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/LanguageSubscriber.php';
  30482.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  30483.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'])) {
  30484.             return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'];
  30485.         }
  30486.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  30487.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'])) {
  30488.             return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'];
  30489.         }
  30490.         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);
  30491.     }
  30492.     /**
  30493.      * Gets the private 'Shopware\Elasticsearch\Product\ProductSearchBuilder' shared service.
  30494.      *
  30495.      * @return \Shopware\Elasticsearch\Product\ProductSearchBuilder
  30496.      */
  30497.     protected function getProductSearchBuilderService()
  30498.     {
  30499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilderInterface.php';
  30500.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchBuilder.php';
  30501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilder.php';
  30502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreterInterface.php';
  30503.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreter.php';
  30504.         return $this->privates['Shopware\\Elasticsearch\\Product\\ProductSearchBuilder'] = 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')))), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($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()));
  30505.     }
  30506.     /**
  30507.      * Gets the private 'Shopware\Elasticsearch\Product\ProductUpdater' shared service.
  30508.      *
  30509.      * @return \Shopware\Elasticsearch\Product\ProductUpdater
  30510.      */
  30511.     protected function getProductUpdaterService()
  30512.     {
  30513.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductUpdater.php';
  30514.         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()));
  30515.     }
  30516.     /**
  30517.      * Gets the private 'Shopware\Elasticsearch\Product\SearchKeywordReplacement' shared service.
  30518.      *
  30519.      * @return \Shopware\Elasticsearch\Product\SearchKeywordReplacement
  30520.      */
  30521.     protected function getSearchKeywordReplacementService()
  30522.     {
  30523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/SearchKeywordUpdater.php';
  30524.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/SearchKeywordReplacement.php';
  30525.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerInterface.php';
  30526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzer.php';
  30527.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  30528.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  30529.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  30530.         }
  30531.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  30532.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  30533.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  30534.         }
  30535.         $c = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  30536.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  30537.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  30538.         }
  30539.         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);
  30540.     }
  30541.     /**
  30542.      * Gets the private 'Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade' shared autowired service.
  30543.      *
  30544.      * @return \Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade
  30545.      */
  30546.     protected function getStorefrontCartFacadeService()
  30547.     {
  30548.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Cart/SalesChannel/StorefrontCartFacade.php';
  30549.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Shipping/BlockedShippingMethodSwitcher.php';
  30550.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Payment/BlockedPaymentMethodSwitcher.php';
  30551.         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->getCartService2Service()), 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['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] ?? $this->getContextSwitchRouteService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService()));
  30552.     }
  30553.     /**
  30554.      * Gets the private 'Shopware\Storefront\Event\CartMergedSubscriber' shared autowired service.
  30555.      *
  30556.      * @return \Shopware\Storefront\Event\CartMergedSubscriber
  30557.      */
  30558.     protected function getCartMergedSubscriberService()
  30559.     {
  30560.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Event/CartMergedSubscriber.php';
  30561.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  30562.         if (isset($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'])) {
  30563.             return $this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'];
  30564.         }
  30565.         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())));
  30566.     }
  30567.     /**
  30568.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheResponseSubscriber' shared autowired service.
  30569.      *
  30570.      * @return \Shopware\Storefront\Framework\Cache\CacheResponseSubscriber
  30571.      */
  30572.     protected function getCacheResponseSubscriberService()
  30573.     {
  30574.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service());
  30575.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'])) {
  30576.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'];
  30577.         }
  30578.         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);
  30579.     }
  30580.     /**
  30581.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheTracer' shared autowired service.
  30582.      *
  30583.      * @return \Shopware\Storefront\Framework\Cache\CacheTracer
  30584.      */
  30585.     protected function getCacheTracerService()
  30586.     {
  30587.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  30588.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  30589.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  30590.         }
  30591.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  30592.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  30593.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  30594.         }
  30595.         $c = ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService());
  30596.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  30597.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  30598.         }
  30599.         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);
  30600.     }
  30601.     /**
  30602.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer' shared autowired service.
  30603.      *
  30604.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer
  30605.      */
  30606.     protected function getCacheWarmer2Service()
  30607.     {
  30608.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmer.php';
  30609.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmerRegistry.php';
  30610.         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 () {
  30611.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Product\\ProductRouteWarmer'] ?? $this->getProductRouteWarmerService());
  30612.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Navigation\\NavigationRouteWarmer'] ?? $this->getNavigationRouteWarmerService());
  30613.         }, 2)), ($this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] ?? $this->getCacheIdLoaderService()), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService()));
  30614.     }
  30615.     /**
  30616.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler' shared autowired service.
  30617.      *
  30618.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler
  30619.      */
  30620.     protected function getCacheWarmerTaskHandlerService()
  30621.     {
  30622.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmerTaskHandler.php';
  30623.         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()), ($this->services['Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface'] ?? $this->getRequestTransformerInterfaceService()), ($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())));
  30624.     }
  30625.     /**
  30626.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer' shared autowired service.
  30627.      *
  30628.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer
  30629.      */
  30630.     protected function getNavigationRouteWarmerService()
  30631.     {
  30632.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  30633.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Navigation/NavigationRouteWarmer.php';
  30634.         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()));
  30635.     }
  30636.     /**
  30637.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer' shared autowired service.
  30638.      *
  30639.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer
  30640.      */
  30641.     protected function getProductRouteWarmerService()
  30642.     {
  30643.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  30644.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Product/ProductRouteWarmer.php';
  30645.         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()));
  30646.     }
  30647.     /**
  30648.      * Gets the private 'Shopware\Storefront\Framework\Captcha\BasicCaptcha' shared autowired service.
  30649.      *
  30650.      * @return \Shopware\Storefront\Framework\Captcha\BasicCaptcha
  30651.      */
  30652.     protected function getBasicCaptchaService()
  30653.     {
  30654.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  30655.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha.php';
  30656.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  30657.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'])) {
  30658.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'];
  30659.         }
  30660.         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);
  30661.     }
  30662.     /**
  30663.      * Gets the private 'Shopware\Storefront\Framework\Captcha\CaptchaRouteListener' shared autowired service.
  30664.      *
  30665.      * @return \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener
  30666.      */
  30667.     protected function getCaptchaRouteListenerService()
  30668.     {
  30669.         $a = ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService());
  30670.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'])) {
  30671.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'];
  30672.         }
  30673.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  30674.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'])) {
  30675.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'];
  30676.         }
  30677.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] = new \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener(new RewindableGenerator(function () {
  30678.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  30679.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  30680.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  30681.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  30682.         }, 4), $a$b);
  30683.     }
  30684.     /**
  30685.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2' shared autowired service.
  30686.      *
  30687.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2
  30688.      */
  30689.     protected function getGoogleReCaptchaV2Service()
  30690.     {
  30691.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  30692.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV2.php';
  30693.         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())));
  30694.     }
  30695.     /**
  30696.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3' shared autowired service.
  30697.      *
  30698.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3
  30699.      */
  30700.     protected function getGoogleReCaptchaV3Service()
  30701.     {
  30702.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  30703.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV3.php';
  30704.         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())));
  30705.     }
  30706.     /**
  30707.      * Gets the private 'Shopware\Storefront\Framework\Captcha\HoneypotCaptcha' shared autowired service.
  30708.      *
  30709.      * @return \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha
  30710.      */
  30711.     protected function getHoneypotCaptchaService()
  30712.     {
  30713.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  30714.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/HoneypotCaptcha.php';
  30715.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  30716.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'])) {
  30717.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'];
  30718.         }
  30719.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] = new \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha($a);
  30720.     }
  30721.     /**
  30722.      * Gets the private 'Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand' shared autowired service.
  30723.      *
  30724.      * @return \Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand
  30725.      */
  30726.     protected function getHttpCacheWarmUpCommandService()
  30727.     {
  30728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30729.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/HttpCacheWarmUpCommand.php';
  30730.         $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()));
  30731.         $instance->setName('http:cache:warm:up');
  30732.         return $instance;
  30733.     }
  30734.     /**
  30735.      * Gets the private 'Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand' shared autowired service.
  30736.      *
  30737.      * @return \Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand
  30738.      */
  30739.     protected function getSalesChannelCreateStorefrontCommandService()
  30740.     {
  30741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  30743.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php';
  30744.         $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()));
  30745.         $instance->setName('sales-channel:create:storefront');
  30746.         return $instance;
  30747.     }
  30748.     /**
  30749.      * Gets the private 'Shopware\Storefront\Framework\Csrf\CsrfRouteListener' shared autowired service.
  30750.      *
  30751.      * @return \Shopware\Storefront\Framework\Csrf\CsrfRouteListener
  30752.      */
  30753.     protected function getCsrfRouteListenerService()
  30754.     {
  30755.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  30756.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  30757.             return $this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'];
  30758.         }
  30759.         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);
  30760.     }
  30761.     /**
  30762.      * Gets the private 'Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator' shared autowired service.
  30763.      *
  30764.      * @return \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator
  30765.      */
  30766.     protected function getCachedDomainLoaderInvalidatorService()
  30767.     {
  30768.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoaderInvalidator.php';
  30769.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  30770.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'])) {
  30771.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'];
  30772.         }
  30773.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] = new \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator($a);
  30774.     }
  30775.     /**
  30776.      * Gets the private 'Shopware\Storefront\Framework\Routing\MaintenanceModeResolver' shared autowired service.
  30777.      *
  30778.      * @return \Shopware\Storefront\Framework\Routing\MaintenanceModeResolver
  30779.      */
  30780.     protected function getMaintenanceModeResolverService()
  30781.     {
  30782.         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())));
  30783.     }
  30784.     /**
  30785.      * Gets the private 'Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber' shared autowired service.
  30786.      *
  30787.      * @return \Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber
  30788.      */
  30789.     protected function getNotFoundSubscriberService()
  30790.     {
  30791.         $a = ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService());
  30792.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  30793.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  30794.         }
  30795.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  30796.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  30797.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  30798.         }
  30799.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  30800.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  30801.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  30802.         }
  30803.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  30804.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  30805.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  30806.         }
  30807.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30808.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  30809.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  30810.         }
  30811.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] = new \Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $btrue, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), $c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $d$e);
  30812.     }
  30813.     /**
  30814.      * Gets the private 'Shopware\Storefront\Framework\Routing\StorefrontSubscriber' shared autowired service.
  30815.      *
  30816.      * @return \Shopware\Storefront\Framework\Routing\StorefrontSubscriber
  30817.      */
  30818.     protected function getStorefrontSubscriberService()
  30819.     {
  30820.         $a = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  30821.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  30822.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  30823.         }
  30824.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  30825.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  30826.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  30827.         }
  30828.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  30829.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  30830.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  30831.         }
  30832.         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);
  30833.     }
  30834.     /**
  30835.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute' shared service.
  30836.      *
  30837.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute
  30838.      */
  30839.     protected function getLandingPageSeoUrlRouteService()
  30840.     {
  30841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  30842.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/LandingPageSeoUrlRoute.php';
  30843.         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()));
  30844.     }
  30845.     /**
  30846.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute' shared service.
  30847.      *
  30848.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute
  30849.      */
  30850.     protected function getNavigationPageSeoUrlRouteService()
  30851.     {
  30852.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  30853.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/NavigationPageSeoUrlRoute.php';
  30854.         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()));
  30855.     }
  30856.     /**
  30857.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute' shared service.
  30858.      *
  30859.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute
  30860.      */
  30861.     protected function getProductPageSeoUrlRouteService()
  30862.     {
  30863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  30864.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/ProductPageSeoUrlRoute.php';
  30865.         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()));
  30866.     }
  30867.     /**
  30868.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener' shared service.
  30869.      *
  30870.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener
  30871.      */
  30872.     protected function getSeoUrlUpdateListenerService()
  30873.     {
  30874.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/SeoUrlUpdateListener.php';
  30875.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlUpdater.php';
  30876.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  30877.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  30878.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  30879.         }
  30880.         $b = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService());
  30881.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  30882.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  30883.         }
  30884.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  30885.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  30886.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  30887.         }
  30888.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  30889.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  30890.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  30891.         }
  30892.         $e = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  30893.         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$e$c), $e$d);
  30894.     }
  30895.     /**
  30896.      * Gets the private 'Shopware\Storefront\Framework\Twig\TwigDateRequestListener' shared autowired service.
  30897.      *
  30898.      * @return \Shopware\Storefront\Framework\Twig\TwigDateRequestListener
  30899.      */
  30900.     protected function getTwigDateRequestListenerService()
  30901.     {
  30902.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  30903.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'])) {
  30904.             return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'];
  30905.         }
  30906.         return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] = new \Shopware\Storefront\Framework\Twig\TwigDateRequestListener($a);
  30907.     }
  30908.     /**
  30909.      * Gets the private 'Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader' shared autowired service.
  30910.      *
  30911.      * @return \Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader
  30912.      */
  30913.     protected function getAccountLoginPageLoaderService()
  30914.     {
  30915.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Login/AccountLoginPageLoader.php';
  30916.         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()));
  30917.     }
  30918.     /**
  30919.      * Gets the private 'Shopware\Storefront\Page\Cms\DefaultMediaResolver' shared autowired service.
  30920.      *
  30921.      * @return \Shopware\Storefront\Page\Cms\DefaultMediaResolver
  30922.      */
  30923.     protected function getDefaultMediaResolverService()
  30924.     {
  30925.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/AbstractDefaultMediaResolver.php';
  30926.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Cms/DefaultMediaResolver.php';
  30927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/DefaultMediaResolver.php';
  30928.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  30929.         if (isset($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'])) {
  30930.             return $this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'];
  30931.         }
  30932.         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()));
  30933.     }
  30934.     /**
  30935.      * Gets the private 'Shopware\Storefront\Page\GenericPageLoader' shared autowired service.
  30936.      *
  30937.      * @return \Shopware\Storefront\Page\GenericPageLoader
  30938.      */
  30939.     protected function getGenericPageLoaderService()
  30940.     {
  30941.         $a = ($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? $this->getHeaderPageletLoaderService());
  30942.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  30943.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  30944.         }
  30945.         $b = ($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? $this->getFooterPageletLoaderService());
  30946.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  30947.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  30948.         }
  30949.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  30950.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  30951.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  30952.         }
  30953.         $d = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  30954.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  30955.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  30956.         }
  30957.         $e = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  30958.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  30959.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  30960.         }
  30961.         $f = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30962.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  30963.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  30964.         }
  30965.         return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] = new \Shopware\Storefront\Page\GenericPageLoader($a$b$c$d$e$f);
  30966.     }
  30967.     /**
  30968.      * Gets the private 'Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader' shared autowired service.
  30969.      *
  30970.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader
  30971.      */
  30972.     protected function getProductPageConfiguratorLoaderService()
  30973.     {
  30974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductConfiguratorLoader.php';
  30975.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductPageConfiguratorLoader.php';
  30976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AvailableCombinationLoader.php';
  30977.         $a = ($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService());
  30978.         if (isset($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'])) {
  30979.             return $this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'];
  30980.         }
  30981.         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()))));
  30982.     }
  30983.     /**
  30984.      * Gets the private 'Shopware\Storefront\Pagelet\Footer\FooterPageletLoader' shared autowired service.
  30985.      *
  30986.      * @return \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader
  30987.      */
  30988.     protected function getFooterPageletLoaderService()
  30989.     {
  30990.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30991.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'])) {
  30992.             return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'];
  30993.         }
  30994.         $b = ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService());
  30995.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'])) {
  30996.             return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'];
  30997.         }
  30998.         return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] = new \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader($a$b);
  30999.     }
  31000.     /**
  31001.      * Gets the private 'Shopware\Storefront\Pagelet\Header\HeaderPageletLoader' shared autowired service.
  31002.      *
  31003.      * @return \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader
  31004.      */
  31005.     protected function getHeaderPageletLoaderService()
  31006.     {
  31007.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31008.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  31009.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  31010.         }
  31011.         $b = ($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'] ?? $this->getCachedCurrencyRouteService());
  31012.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  31013.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  31014.         }
  31015.         $c = ($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'] ?? $this->getCachedLanguageRouteService());
  31016.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  31017.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  31018.         }
  31019.         $d = ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService());
  31020.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  31021.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  31022.         }
  31023.         return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] = new \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader($a$b$c$d);
  31024.     }
  31025.     /**
  31026.      * Gets the private 'Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader' shared autowired service.
  31027.      *
  31028.      * @return \Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader
  31029.      */
  31030.     protected function getNewsletterAccountPageletLoaderService()
  31031.     {
  31032.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Newsletter/Account/NewsletterAccountPageletLoader.php';
  31033.         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()));
  31034.     }
  31035.     /**
  31036.      * Gets the private 'Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator' shared service.
  31037.      *
  31038.      * @return \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator
  31039.      */
  31040.     protected function getCachedResolvedConfigLoaderInvalidatorService()
  31041.     {
  31042.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoaderInvalidator.php';
  31043.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  31044.         if (isset($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'])) {
  31045.             return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'];
  31046.         }
  31047.         return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] = new \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator($a);
  31048.     }
  31049.     /**
  31050.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeChangeCommand' shared service.
  31051.      *
  31052.      * @return \Shopware\Storefront\Theme\Command\ThemeChangeCommand
  31053.      */
  31054.     protected function getThemeChangeCommandService()
  31055.     {
  31056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31057.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeChangeCommand.php';
  31058.         $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->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'] ?? $this->getMediaThumbnailRepositoryDecoratorService()));
  31059.         $instance->setName('theme:change');
  31060.         return $instance;
  31061.     }
  31062.     /**
  31063.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCompileCommand' shared service.
  31064.      *
  31065.      * @return \Shopware\Storefront\Theme\Command\ThemeCompileCommand
  31066.      */
  31067.     protected function getThemeCompileCommandService()
  31068.     {
  31069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31070.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCompileCommand.php';
  31071.         $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()));
  31072.         $instance->setName('theme:compile');
  31073.         return $instance;
  31074.     }
  31075.     /**
  31076.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCreateCommand' shared service.
  31077.      *
  31078.      * @return \Shopware\Storefront\Theme\Command\ThemeCreateCommand
  31079.      */
  31080.     protected function getThemeCreateCommandService()
  31081.     {
  31082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31083.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCreateCommand.php';
  31084.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeCreateCommand(\dirname(__DIR__4));
  31085.         $instance->setName('theme:create');
  31086.         return $instance;
  31087.     }
  31088.     /**
  31089.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeDumpCommand' shared service.
  31090.      *
  31091.      * @return \Shopware\Storefront\Theme\Command\ThemeDumpCommand
  31092.      */
  31093.     protected function getThemeDumpCommandService()
  31094.     {
  31095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31096.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeDumpCommand.php';
  31097.         $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()));
  31098.         $instance->setName('theme:dump');
  31099.         return $instance;
  31100.     }
  31101.     /**
  31102.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand' shared service.
  31103.      *
  31104.      * @return \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand
  31105.      */
  31106.     protected function getThemePrepareIconsCommandService()
  31107.     {
  31108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31109.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemePrepareIconsCommand.php';
  31110.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand();
  31111.         $instance->setName('theme:prepare-icons');
  31112.         return $instance;
  31113.     }
  31114.     /**
  31115.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeRefreshCommand' shared service.
  31116.      *
  31117.      * @return \Shopware\Storefront\Theme\Command\ThemeRefreshCommand
  31118.      */
  31119.     protected function getThemeRefreshCommandService()
  31120.     {
  31121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31122.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeRefreshCommand.php';
  31123.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeRefreshCommand(($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService()));
  31124.         $instance->setName('theme:refresh');
  31125.         return $instance;
  31126.     }
  31127.     /**
  31128.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider' shared service.
  31129.      *
  31130.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider
  31131.      */
  31132.     protected function getDatabaseAvailableThemeProviderService()
  31133.     {
  31134.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractAvailableThemeProvider.php';
  31135.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseAvailableThemeProvider.php';
  31136.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  31137.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'])) {
  31138.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'];
  31139.         }
  31140.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider($a);
  31141.     }
  31142.     /**
  31143.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader' shared service.
  31144.      *
  31145.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader
  31146.      */
  31147.     protected function getDatabaseConfigLoaderService()
  31148.     {
  31149.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  31150.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'])) {
  31151.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'];
  31152.         }
  31153.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  31154.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'])) {
  31155.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'];
  31156.         }
  31157.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader($a, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), $b);
  31158.     }
  31159.     /**
  31160.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper' shared service.
  31161.      *
  31162.      * @return \Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper
  31163.      */
  31164.     protected function getStaticFileConfigDumperService()
  31165.     {
  31166.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/StaticFileConfigDumper.php';
  31167.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] ?? $this->getDatabaseAvailableThemeProviderService());
  31168.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'])) {
  31169.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'];
  31170.         }
  31171.         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()));
  31172.     }
  31173.     /**
  31174.      * Gets the private 'Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer' shared service.
  31175.      *
  31176.      * @return \Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer
  31177.      */
  31178.     protected function getThemeIndexerService()
  31179.     {
  31180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  31181.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/DataAbstractionLayer/ThemeIndexer.php';
  31182.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  31183.         if (isset($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'])) {
  31184.             return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'];
  31185.         }
  31186.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31187.         if (isset($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'])) {
  31188.             return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'];
  31189.         }
  31190.         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()), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b);
  31191.     }
  31192.     /**
  31193.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber' shared service.
  31194.      *
  31195.      * @return \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber
  31196.      */
  31197.     protected function getAppLifecycleSubscriberService()
  31198.     {
  31199.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/AppLifecycleSubscriber.php';
  31200.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  31201.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'])) {
  31202.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'];
  31203.         }
  31204.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  31205.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'])) {
  31206.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'];
  31207.         }
  31208.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber($a$b);
  31209.     }
  31210.     /**
  31211.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber' shared service.
  31212.      *
  31213.      * @return \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber
  31214.      */
  31215.     protected function getFirstRunWizardSubscriberService()
  31216.     {
  31217.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/FirstRunWizardSubscriber.php';
  31218.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  31219.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  31220.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  31221.         }
  31222.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  31223.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  31224.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  31225.         }
  31226.         $c = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  31227.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  31228.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  31229.         }
  31230.         $d = ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService());
  31231.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  31232.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  31233.         }
  31234.         $e = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  31235.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  31236.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  31237.         }
  31238.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber($a$b$c$d$e);
  31239.     }
  31240.     /**
  31241.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber' shared service.
  31242.      *
  31243.      * @return \Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber
  31244.      */
  31245.     protected function getPluginLifecycleSubscriber2Service()
  31246.     {
  31247.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/PluginLifecycleSubscriber.php';
  31248.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService());
  31249.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'])) {
  31250.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'];
  31251.         }
  31252.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  31253.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'])) {
  31254.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'];
  31255.         }
  31256.         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);
  31257.     }
  31258.     /**
  31259.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber' shared service.
  31260.      *
  31261.      * @return \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber
  31262.      */
  31263.     protected function getThemeCompilerEnrichScssVarSubscriberService()
  31264.     {
  31265.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/ThemeCompilerEnrichScssVarSubscriber.php';
  31266.         $a = ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService());
  31267.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'])) {
  31268.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'];
  31269.         }
  31270.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber($a, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()));
  31271.     }
  31272.     /**
  31273.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\UpdateSubscriber' shared service.
  31274.      *
  31275.      * @return \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber
  31276.      */
  31277.     protected function getUpdateSubscriberService()
  31278.     {
  31279.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/UpdateSubscriber.php';
  31280.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  31281.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  31282.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  31283.         }
  31284.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  31285.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  31286.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  31287.         }
  31288.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  31289.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  31290.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  31291.         }
  31292.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber($a$b$c);
  31293.     }
  31294.     /**
  31295.      * Gets the private 'Shopware\Storefront\Theme\ThemeAppLifecycleHandler' shared service.
  31296.      *
  31297.      * @return \Shopware\Storefront\Theme\ThemeAppLifecycleHandler
  31298.      */
  31299.     protected function getThemeAppLifecycleHandlerService()
  31300.     {
  31301.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAppLifecycleHandler.php';
  31302.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService());
  31303.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'])) {
  31304.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'];
  31305.         }
  31306.         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);
  31307.     }
  31308.     /**
  31309.      * Gets the private 'Shopware\Storefront\Theme\ThemeConfigValueAccessor' shared autowired service.
  31310.      *
  31311.      * @return \Shopware\Storefront\Theme\ThemeConfigValueAccessor
  31312.      */
  31313.     protected function getThemeConfigValueAccessorService()
  31314.     {
  31315.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  31316.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'])) {
  31317.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'];
  31318.         }
  31319.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  31320.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'])) {
  31321.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'];
  31322.         }
  31323.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
  31324.     }
  31325.     /**
  31326.      * Gets the private 'Shopware\Storefront\Theme\ThemeFileResolver' shared service.
  31327.      *
  31328.      * @return \Shopware\Storefront\Theme\ThemeFileResolver
  31329.      */
  31330.     protected function getThemeFileResolverService()
  31331.     {
  31332.         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)))));
  31333.     }
  31334.     /**
  31335.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleHandler' shared service.
  31336.      *
  31337.      * @return \Shopware\Storefront\Theme\ThemeLifecycleHandler
  31338.      */
  31339.     protected function getThemeLifecycleHandlerService()
  31340.     {
  31341.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleHandler.php';
  31342.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  31343.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  31344.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  31345.         }
  31346.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  31347.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  31348.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  31349.         }
  31350.         $c = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  31351.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  31352.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  31353.         }
  31354.         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()));
  31355.     }
  31356.     /**
  31357.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleService' shared service.
  31358.      *
  31359.      * @return \Shopware\Storefront\Theme\ThemeLifecycleService
  31360.      */
  31361.     protected function getThemeLifecycleServiceService()
  31362.     {
  31363.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleService.php';
  31364.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  31365.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  31366.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  31367.         }
  31368.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  31369.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  31370.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  31371.         }
  31372.         $c = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  31373.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  31374.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  31375.         }
  31376.         $d = ($this->services['theme_media.repository'] ?? $this->getThemeMedia_RepositoryService());
  31377.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  31378.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  31379.         }
  31380.         $e = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  31381.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  31382.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  31383.         }
  31384.         $f = ($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] ?? $this->getFileNameProviderService());
  31385.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  31386.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  31387.         }
  31388.         $g = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  31389.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  31390.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  31391.         }
  31392.         $h = ($this->services['theme_child.repository'] ?? $this->getThemeChild_RepositoryService());
  31393.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  31394.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  31395.         }
  31396.         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()));
  31397.     }
  31398.     /**
  31399.      * Gets the private 'Shopware\Storefront\Theme\ThemeService' shared service.
  31400.      *
  31401.      * @return \Shopware\Storefront\Theme\ThemeService
  31402.      */
  31403.     protected function getThemeServiceService()
  31404.     {
  31405.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  31406.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  31407.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  31408.         }
  31409.         $b = ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService());
  31410.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  31411.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  31412.         }
  31413.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31414.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  31415.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  31416.         }
  31417.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  31418.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  31419.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  31420.         }
  31421.         $e = ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] ?? $this->getDatabaseConfigLoaderService());
  31422.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  31423.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  31424.         }
  31425.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'] = new \Shopware\Storefront\Theme\ThemeService(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), $a$b, 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$c, ($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()), $c$e, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  31426.     }
  31427.     /**
  31428.      * Gets the private 'Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder' shared service.
  31429.      *
  31430.      * @return \Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder
  31431.      */
  31432.     protected function getThemeNamespaceHierarchyBuilderService()
  31433.     {
  31434.         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()));
  31435.     }
  31436.     /**
  31437.      * Gets the private 'SwagExtensionStore\Services\StoreClient' shared service.
  31438.      *
  31439.      * @return \SwagExtensionStore\Services\StoreClient
  31440.      */
  31441.     protected function getStoreClient2Service()
  31442.     {
  31443.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/StoreClient.php';
  31444.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/StoreRequestOptionsProviderWrapper.php';
  31445.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/StoreRequestOptionsProviderPolyfill.php';
  31446.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/InstanceServicePolyfill.php';
  31447.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/LocaleProviderPolyfill.php';
  31448.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  31449.         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.20.2'$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()));
  31450.     }
  31451.     /**
  31452.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelDomainValidator' shared service.
  31453.      *
  31454.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelDomainValidator
  31455.      */
  31456.     protected function getSalesChannelDomainValidatorService()
  31457.     {
  31458.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  31459.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/SalesChannelDomainValidator.php';
  31460.         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()));
  31461.     }
  31462.     /**
  31463.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelLanguageValidator' shared service.
  31464.      *
  31465.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelLanguageValidator
  31466.      */
  31467.     protected function getSalesChannelLanguageValidatorService()
  31468.     {
  31469.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  31470.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/SalesChannelLanguageValidator.php';
  31471.         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()));
  31472.     }
  31473.     /**
  31474.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelValidator' shared service.
  31475.      *
  31476.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelValidator
  31477.      */
  31478.     protected function getSalesChannelValidator2Service()
  31479.     {
  31480.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  31481.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/SalesChannelValidator.php';
  31482.         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()));
  31483.     }
  31484.     /**
  31485.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\UserValidator' shared service.
  31486.      *
  31487.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\UserValidator
  31488.      */
  31489.     protected function getUserValidatorService()
  31490.     {
  31491.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  31492.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/UserValidator.php';
  31493.         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()));
  31494.     }
  31495.     /**
  31496.      * Gets the private 'Swag\LanguagePack\Core\System\SalesChannel\Command\SalesChannelCreateCommand' shared service.
  31497.      *
  31498.      * @return \Swag\LanguagePack\Core\System\SalesChannel\Command\SalesChannelCreateCommand
  31499.      */
  31500.     protected function getSalesChannelCreateCommand2Service()
  31501.     {
  31502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31503.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/System/SalesChannel/Command/SalesChannelCreateCommand.php';
  31504.         $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()));
  31505.         $instance->setName('sales-channel:create');
  31506.         return $instance;
  31507.     }
  31508.     /**
  31509.      * Gets the private 'Swag\LanguagePack\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand' shared service.
  31510.      *
  31511.      * @return \Swag\LanguagePack\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand
  31512.      */
  31513.     protected function getSalesChannelCreateStorefrontCommand2Service()
  31514.     {
  31515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31516.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/System/SalesChannel/Command/SalesChannelCreateCommand.php';
  31517.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php';
  31518.         $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()));
  31519.         $instance->setName('sales-channel:create:storefront');
  31520.         return $instance;
  31521.     }
  31522.     /**
  31523.      * Gets the private 'Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory' shared service.
  31524.      *
  31525.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  31526.      */
  31527.     protected function getPsrHttpFactoryService()
  31528.     {
  31529.         $a = ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] ?? ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  31530.         return $this->privates['Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  31531.     }
  31532.     /**
  31533.      * Gets the private 'Symfony\Component\Dotenv\Command\DotenvDumpCommand' shared autowired service.
  31534.      *
  31535.      * @return \Symfony\Component\Dotenv\Command\DotenvDumpCommand
  31536.      */
  31537.     protected function getDotenvDumpCommandService()
  31538.     {
  31539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31540.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DotenvDumpCommand.php';
  31541.         $this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] = $instance = new \Symfony\Component\Dotenv\Command\DotenvDumpCommand(\dirname(__DIR__4));
  31542.         $instance->setName('dotenv:dump');
  31543.         $instance->setDescription('Compiles .env files to .env.local.php');
  31544.         return $instance;
  31545.     }
  31546.     /**
  31547.      * Gets the private 'ThemeOkeOnline\Command\ProductAssignCmsPage' shared service.
  31548.      *
  31549.      * @return \ThemeOkeOnline\Command\ProductAssignCmsPage
  31550.      */
  31551.     protected function getProductAssignCmsPageService()
  31552.     {
  31553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31554.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Command/ProductAssignCmsPage.php';
  31555.         $this->privates['ThemeOkeOnline\\Command\\ProductAssignCmsPage'] = $instance = new \ThemeOkeOnline\Command\ProductAssignCmsPage(($this->services['product.repository'] ?? $this->getProduct_RepositoryService()));
  31556.         $instance->setName('oo:product-assign-cms-page');
  31557.         return $instance;
  31558.     }
  31559.     /**
  31560.      * Gets the private 'ThemeOkeOnline\Core\Content\Category\Subscriber\NewCategorySubscriber' shared service.
  31561.      *
  31562.      * @return \ThemeOkeOnline\Core\Content\Category\Subscriber\NewCategorySubscriber
  31563.      */
  31564.     protected function getNewCategorySubscriberService()
  31565.     {
  31566.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Core/Content/Category/Subscriber/NewCategorySubscriber.php';
  31567.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  31568.         if (isset($this->privates['ThemeOkeOnline\\Core\\Content\\Category\\Subscriber\\NewCategorySubscriber'])) {
  31569.             return $this->privates['ThemeOkeOnline\\Core\\Content\\Category\\Subscriber\\NewCategorySubscriber'];
  31570.         }
  31571.         return $this->privates['ThemeOkeOnline\\Core\\Content\\Category\\Subscriber\\NewCategorySubscriber'] = new \ThemeOkeOnline\Core\Content\Category\Subscriber\NewCategorySubscriber($a);
  31572.     }
  31573.     /**
  31574.      * Gets the private 'ThemeOkeOnline\Core\Content\Cms\DataResolver\Element\CategoryIntroImageCmsElementResolver' shared service.
  31575.      *
  31576.      * @return \ThemeOkeOnline\Core\Content\Cms\DataResolver\Element\CategoryIntroImageCmsElementResolver
  31577.      */
  31578.     protected function getCategoryIntroImageCmsElementResolverService()
  31579.     {
  31580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  31581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  31582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  31583.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Core/Content/Cms/DataResolver/Element/CategoryIntroImageCmsElementResolver.php';
  31584.         return $this->privates['ThemeOkeOnline\\Core\\Content\\Cms\\DataResolver\\Element\\CategoryIntroImageCmsElementResolver'] = new \ThemeOkeOnline\Core\Content\Cms\DataResolver\Element\CategoryIntroImageCmsElementResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  31585.     }
  31586.     /**
  31587.      * Gets the private 'ThemeOkeOnline\Core\Content\Cms\DataResolver\Element\CategoryIntroTitleCmsElementResolver' shared service.
  31588.      *
  31589.      * @return \ThemeOkeOnline\Core\Content\Cms\DataResolver\Element\CategoryIntroTitleCmsElementResolver
  31590.      */
  31591.     protected function getCategoryIntroTitleCmsElementResolverService()
  31592.     {
  31593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  31594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  31595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/TextCmsElementResolver.php';
  31596.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Core/Content/Cms/DataResolver/Element/CategoryIntroTitleCmsElementResolver.php';
  31597.         return $this->privates['ThemeOkeOnline\\Core\\Content\\Cms\\DataResolver\\Element\\CategoryIntroTitleCmsElementResolver'] = new \ThemeOkeOnline\Core\Content\Cms\DataResolver\Element\CategoryIntroTitleCmsElementResolver(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()));
  31598.     }
  31599.     /**
  31600.      * Gets the private 'ThemeOkeOnline\Core\Content\Cms\DataResolver\Element\OoProductListingCmsElementResolver' shared service.
  31601.      *
  31602.      * @return \ThemeOkeOnline\Core\Content\Cms\DataResolver\Element\OoProductListingCmsElementResolver
  31603.      */
  31604.     protected function getOoProductListingCmsElementResolverService()
  31605.     {
  31606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  31607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  31608.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Core/Content/Cms/DataResolver/Element/OoProductListingCmsElementResolver.php';
  31609.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31610.         if (isset($this->privates['ThemeOkeOnline\\Core\\Content\\Cms\\DataResolver\\Element\\OoProductListingCmsElementResolver'])) {
  31611.             return $this->privates['ThemeOkeOnline\\Core\\Content\\Cms\\DataResolver\\Element\\OoProductListingCmsElementResolver'];
  31612.         }
  31613.         return $this->privates['ThemeOkeOnline\\Core\\Content\\Cms\\DataResolver\\Element\\OoProductListingCmsElementResolver'] = new \ThemeOkeOnline\Core\Content\Cms\DataResolver\Element\OoProductListingCmsElementResolver(($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $a);
  31614.     }
  31615.     /**
  31616.      * Gets the private 'ThemeOkeOnline\Core\Content\Product\ProductSiblingService' shared service.
  31617.      *
  31618.      * @return \ThemeOkeOnline\Core\Content\Product\ProductSiblingService
  31619.      */
  31620.     protected function getProductSiblingServiceService()
  31621.     {
  31622.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Core/Content/Product/ProductSiblingService.php';
  31623.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  31624.         if (isset($this->privates['ThemeOkeOnline\\Core\\Content\\Product\\ProductSiblingService'])) {
  31625.             return $this->privates['ThemeOkeOnline\\Core\\Content\\Product\\ProductSiblingService'];
  31626.         }
  31627.         $b = ($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService());
  31628.         if (isset($this->privates['ThemeOkeOnline\\Core\\Content\\Product\\ProductSiblingService'])) {
  31629.             return $this->privates['ThemeOkeOnline\\Core\\Content\\Product\\ProductSiblingService'];
  31630.         }
  31631.         $c = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  31632.         if (isset($this->privates['ThemeOkeOnline\\Core\\Content\\Product\\ProductSiblingService'])) {
  31633.             return $this->privates['ThemeOkeOnline\\Core\\Content\\Product\\ProductSiblingService'];
  31634.         }
  31635.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31636.         if (isset($this->privates['ThemeOkeOnline\\Core\\Content\\Product\\ProductSiblingService'])) {
  31637.             return $this->privates['ThemeOkeOnline\\Core\\Content\\Product\\ProductSiblingService'];
  31638.         }
  31639.         return $this->privates['ThemeOkeOnline\\Core\\Content\\Product\\ProductSiblingService'] = new \ThemeOkeOnline\Core\Content\Product\ProductSiblingService($a$b$c, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $d);
  31640.     }
  31641.     /**
  31642.      * Gets the private 'ThemeOkeOnline\Storefront\CmsPage\Subscriber\CmsPageLoadedSubscriber' shared service.
  31643.      *
  31644.      * @return \ThemeOkeOnline\Storefront\CmsPage\Subscriber\CmsPageLoadedSubscriber
  31645.      */
  31646.     protected function getCmsPageLoadedSubscriberService()
  31647.     {
  31648.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Storefront/CmsPage/Subscriber/CmsPageLoadedSubscriber.php';
  31649.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  31650.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\CmsPage\\Subscriber\\CmsPageLoadedSubscriber'])) {
  31651.             return $this->privates['ThemeOkeOnline\\Storefront\\CmsPage\\Subscriber\\CmsPageLoadedSubscriber'];
  31652.         }
  31653.         return $this->privates['ThemeOkeOnline\\Storefront\\CmsPage\\Subscriber\\CmsPageLoadedSubscriber'] = new \ThemeOkeOnline\Storefront\CmsPage\Subscriber\CmsPageLoadedSubscriber($a);
  31654.     }
  31655.     /**
  31656.      * Gets the private 'ThemeOkeOnline\Storefront\Event\StorefrontRenderEventSubscriber' shared service.
  31657.      *
  31658.      * @return \ThemeOkeOnline\Storefront\Event\StorefrontRenderEventSubscriber
  31659.      */
  31660.     protected function getStorefrontRenderEventSubscriberService()
  31661.     {
  31662.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Storefront/Event/StorefrontRenderEventSubscriber.php';
  31663.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  31664.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Event\\StorefrontRenderEventSubscriber'])) {
  31665.             return $this->privates['ThemeOkeOnline\\Storefront\\Event\\StorefrontRenderEventSubscriber'];
  31666.         }
  31667.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31668.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Event\\StorefrontRenderEventSubscriber'])) {
  31669.             return $this->privates['ThemeOkeOnline\\Storefront\\Event\\StorefrontRenderEventSubscriber'];
  31670.         }
  31671.         return $this->privates['ThemeOkeOnline\\Storefront\\Event\\StorefrontRenderEventSubscriber'] = new \ThemeOkeOnline\Storefront\Event\StorefrontRenderEventSubscriber($a$b);
  31672.     }
  31673.     /**
  31674.      * Gets the private 'ThemeOkeOnline\Storefront\Page\Checkout\CheckoutCartPageLoadedEventSubscriber' shared service.
  31675.      *
  31676.      * @return \ThemeOkeOnline\Storefront\Page\Checkout\CheckoutCartPageLoadedEventSubscriber
  31677.      */
  31678.     protected function getCheckoutCartPageLoadedEventSubscriberService()
  31679.     {
  31680.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Storefront/Page/Checkout/CheckoutCartPageLoadedEventSubscriber.php';
  31681.         $a = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  31682.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutCartPageLoadedEventSubscriber'])) {
  31683.             return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutCartPageLoadedEventSubscriber'];
  31684.         }
  31685.         $b = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  31686.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutCartPageLoadedEventSubscriber'])) {
  31687.             return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutCartPageLoadedEventSubscriber'];
  31688.         }
  31689.         $c = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] ?? $this->getCachedProductCrossSellingRouteService());
  31690.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutCartPageLoadedEventSubscriber'])) {
  31691.             return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutCartPageLoadedEventSubscriber'];
  31692.         }
  31693.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31694.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutCartPageLoadedEventSubscriber'])) {
  31695.             return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutCartPageLoadedEventSubscriber'];
  31696.         }
  31697.         return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutCartPageLoadedEventSubscriber'] = new \ThemeOkeOnline\Storefront\Page\Checkout\CheckoutCartPageLoadedEventSubscriber($a$b$c$d);
  31698.     }
  31699.     /**
  31700.      * Gets the private 'ThemeOkeOnline\Storefront\Page\Checkout\CheckoutConfirmPageLoadedEventSubscriber' shared service.
  31701.      *
  31702.      * @return \ThemeOkeOnline\Storefront\Page\Checkout\CheckoutConfirmPageLoadedEventSubscriber
  31703.      */
  31704.     protected function getCheckoutConfirmPageLoadedEventSubscriberService()
  31705.     {
  31706.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Storefront/Page/Checkout/CheckoutConfirmPageLoadedEventSubscriber.php';
  31707.         $a = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  31708.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutConfirmPageLoadedEventSubscriber'])) {
  31709.             return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutConfirmPageLoadedEventSubscriber'];
  31710.         }
  31711.         $b = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  31712.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutConfirmPageLoadedEventSubscriber'])) {
  31713.             return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutConfirmPageLoadedEventSubscriber'];
  31714.         }
  31715.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31716.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutConfirmPageLoadedEventSubscriber'])) {
  31717.             return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutConfirmPageLoadedEventSubscriber'];
  31718.         }
  31719.         return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutConfirmPageLoadedEventSubscriber'] = new \ThemeOkeOnline\Storefront\Page\Checkout\CheckoutConfirmPageLoadedEventSubscriber($a$b$c);
  31720.     }
  31721.     /**
  31722.      * Gets the private 'ThemeOkeOnline\Storefront\Page\Checkout\CheckoutRegisterPageLoadedEventSubscriber' shared service.
  31723.      *
  31724.      * @return \ThemeOkeOnline\Storefront\Page\Checkout\CheckoutRegisterPageLoadedEventSubscriber
  31725.      */
  31726.     protected function getCheckoutRegisterPageLoadedEventSubscriberService()
  31727.     {
  31728.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Storefront/Page/Checkout/CheckoutRegisterPageLoadedEventSubscriber.php';
  31729.         $a = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  31730.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutRegisterPageLoadedEventSubscriber'])) {
  31731.             return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutRegisterPageLoadedEventSubscriber'];
  31732.         }
  31733.         $b = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  31734.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutRegisterPageLoadedEventSubscriber'])) {
  31735.             return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutRegisterPageLoadedEventSubscriber'];
  31736.         }
  31737.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31738.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutRegisterPageLoadedEventSubscriber'])) {
  31739.             return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutRegisterPageLoadedEventSubscriber'];
  31740.         }
  31741.         return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Checkout\\CheckoutRegisterPageLoadedEventSubscriber'] = new \ThemeOkeOnline\Storefront\Page\Checkout\CheckoutRegisterPageLoadedEventSubscriber($a$b$c);
  31742.     }
  31743.     /**
  31744.      * Gets the private 'ThemeOkeOnline\Storefront\Page\Product\ProductPageLoadedEventSubscriber' shared service.
  31745.      *
  31746.      * @return \ThemeOkeOnline\Storefront\Page\Product\ProductPageLoadedEventSubscriber
  31747.      */
  31748.     protected function getProductPageLoadedEventSubscriberService()
  31749.     {
  31750.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Storefront/Page/Product/ProductPageLoadedEventSubscriber.php';
  31751.         $a = ($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] ?? $this->getProductReviewLoaderService());
  31752.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Page\\Product\\ProductPageLoadedEventSubscriber'])) {
  31753.             return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Product\\ProductPageLoadedEventSubscriber'];
  31754.         }
  31755.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31756.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Page\\Product\\ProductPageLoadedEventSubscriber'])) {
  31757.             return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Product\\ProductPageLoadedEventSubscriber'];
  31758.         }
  31759.         return $this->privates['ThemeOkeOnline\\Storefront\\Page\\Product\\ProductPageLoadedEventSubscriber'] = new \ThemeOkeOnline\Storefront\Page\Product\ProductPageLoadedEventSubscriber(($this->privates['ThemeOkeOnline\\Core\\Content\\Product\\ProductSiblingService'] ?? $this->getProductSiblingServiceService()), $a$b);
  31760.     }
  31761.     /**
  31762.      * Gets the private 'ThemeOkeOnline\Storefront\Product\Subscriber\StorefrontProductSearchResultLoadedSubscriber' shared service.
  31763.      *
  31764.      * @return \ThemeOkeOnline\Storefront\Product\Subscriber\StorefrontProductSearchResultLoadedSubscriber
  31765.      */
  31766.     protected function getStorefrontProductSearchResultLoadedSubscriberService()
  31767.     {
  31768.         include_once \dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Storefront/Product/Subscriber/StorefrontProductSearchResultLoadedSubscriber.php';
  31769.         $a = ($this->privates['ThemeOkeOnline\\Core\\Content\\Product\\ProductSiblingService'] ?? $this->getProductSiblingServiceService());
  31770.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Product\\Subscriber\\StorefrontProductSearchResultLoadedSubscriber'])) {
  31771.             return $this->privates['ThemeOkeOnline\\Storefront\\Product\\Subscriber\\StorefrontProductSearchResultLoadedSubscriber'];
  31772.         }
  31773.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31774.         if (isset($this->privates['ThemeOkeOnline\\Storefront\\Product\\Subscriber\\StorefrontProductSearchResultLoadedSubscriber'])) {
  31775.             return $this->privates['ThemeOkeOnline\\Storefront\\Product\\Subscriber\\StorefrontProductSearchResultLoadedSubscriber'];
  31776.         }
  31777.         return $this->privates['ThemeOkeOnline\\Storefront\\Product\\Subscriber\\StorefrontProductSearchResultLoadedSubscriber'] = new \ThemeOkeOnline\Storefront\Product\Subscriber\StorefrontProductSearchResultLoadedSubscriber($a$b);
  31778.     }
  31779.     /**
  31780.      * Gets the private 'annotations.cache_adapter' shared service.
  31781.      *
  31782.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  31783.      */
  31784.     protected function getAnnotations_CacheAdapterService()
  31785.     {
  31786.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  31787.     }
  31788.     /**
  31789.      * Gets the private 'annotations.cache_warmer' shared service.
  31790.      *
  31791.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  31792.      */
  31793.     protected function getAnnotations_CacheWarmerService()
  31794.     {
  31795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  31796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  31797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  31798.         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);
  31799.     }
  31800.     /**
  31801.      * Gets the private 'annotations.cached_reader' shared service.
  31802.      *
  31803.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  31804.      */
  31805.     protected function getAnnotations_CachedReaderService()
  31806.     {
  31807.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  31808.     }
  31809.     /**
  31810.      * Gets the private 'annotations.reader' shared service.
  31811.      *
  31812.      * @return \Shopware\Core\Framework\Compatibility\AnnotationReader
  31813.      */
  31814.     protected function getAnnotations_ReaderService()
  31815.     {
  31816.         $this->privates['annotations.reader'] = $instance = new \Shopware\Core\Framework\Compatibility\AnnotationReader();
  31817.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  31818.         $a->registerUniqueLoader('class_exists');
  31819.         $instance->addGlobalIgnoredName('required'$a);
  31820.         return $instance;
  31821.     }
  31822.     /**
  31823.      * Gets the private 'assets.packages' shared service.
  31824.      *
  31825.      * @return \Symfony\Component\Asset\Packages
  31826.      */
  31827.     protected function getAssets_PackagesService()
  31828.     {
  31829.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  31830.         $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 () {
  31831.             yield 'public' => ($this->privates['shopware.asset.public'] ?? $this->getShopware_Asset_PublicService());
  31832.             yield 'theme' => ($this->privates['shopware.asset.theme'] ?? $this->getShopware_Asset_ThemeService());
  31833.             yield 'asset' => ($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService());
  31834.             yield 'sitemap' => ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService());
  31835.         }, 4));
  31836.         $instance->setDefaultPackage(($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService()));
  31837.         return $instance;
  31838.     }
  31839.     /**
  31840.      * Gets the private 'cache.annotations' shared service.
  31841.      *
  31842.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  31843.      */
  31844.     protected function getCache_AnnotationsService()
  31845.     {
  31846.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('N1ZfsR7qdL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  31847.     }
  31848.     /**
  31849.      * Gets the private 'cache.http' shared service.
  31850.      *
  31851.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  31852.      */
  31853.     protected function getCache_HttpService()
  31854.     {
  31855.         $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()));
  31856.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  31857.         return $instance;
  31858.     }
  31859.     /**
  31860.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  31861.      *
  31862.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  31863.      */
  31864.     protected function getCache_Messenger_RestartWorkersSignalService()
  31865.     {
  31866.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  31867.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  31868.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  31869.     }
  31870.     /**
  31871.      * Gets the private 'cache.property_info' shared service.
  31872.      *
  31873.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  31874.      */
  31875.     protected function getCache_PropertyInfoService()
  31876.     {
  31877.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CsN8MAE71S'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  31878.     }
  31879.     /**
  31880.      * Gets the private 'cache.rate_limiter' shared service.
  31881.      *
  31882.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  31883.      */
  31884.     protected function getCache_RateLimiterService()
  31885.     {
  31886.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  31887.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  31888.         return $this->privates['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  31889.     }
  31890.     /**
  31891.      * Gets the private 'cache.serializer' shared service.
  31892.      *
  31893.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  31894.      */
  31895.     protected function getCache_SerializerService()
  31896.     {
  31897.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eTHZF8BdEE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  31898.     }
  31899.     /**
  31900.      * Gets the private 'cache.tags' shared service.
  31901.      *
  31902.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  31903.      */
  31904.     protected function getCache_TagsService()
  31905.     {
  31906.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  31907.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  31908.         return $this->privates['cache.tags'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  31909.     }
  31910.     /**
  31911.      * Gets the private 'cache.validator' shared service.
  31912.      *
  31913.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  31914.      */
  31915.     protected function getCache_ValidatorService()
  31916.     {
  31917.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pFwJLjKUyW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  31918.     }
  31919.     /**
  31920.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  31921.      *
  31922.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  31923.      */
  31924.     protected function getCachePoolClearer_CacheWarmerService()
  31925.     {
  31926.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  31927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  31928.         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']);
  31929.     }
  31930.     /**
  31931.      * Gets the private 'config_builder.warmer' shared service.
  31932.      *
  31933.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  31934.      */
  31935.     protected function getConfigBuilder_WarmerService()
  31936.     {
  31937.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  31938.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  31939.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  31940.     }
  31941.     /**
  31942.      * Gets the private 'config_cache_factory' shared service.
  31943.      *
  31944.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  31945.      */
  31946.     protected function getConfigCacheFactoryService()
  31947.     {
  31948.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  31949.             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)));
  31950.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  31951.         }, 2));
  31952.     }
  31953.     /**
  31954.      * Gets the private 'console.command.about' shared service.
  31955.      *
  31956.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  31957.      */
  31958.     protected function getConsole_Command_AboutService()
  31959.     {
  31960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  31962.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  31963.         $instance->setName('about');
  31964.         $instance->setDescription('Display information about the current project');
  31965.         return $instance;
  31966.     }
  31967.     /**
  31968.      * Gets the private 'console.command.assets_install' shared service.
  31969.      *
  31970.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetInstallCommand
  31971.      */
  31972.     protected function getConsole_Command_AssetsInstallService()
  31973.     {
  31974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetInstallCommand.php';
  31976.         $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()));
  31977.         $instance->setName('assets:install');
  31978.         return $instance;
  31979.     }
  31980.     /**
  31981.      * Gets the private 'console.command.cache_clear' shared service.
  31982.      *
  31983.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  31984.      */
  31985.     protected function getConsole_Command_CacheClearService()
  31986.     {
  31987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  31989.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  31990.         $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())));
  31991.         $instance->setName('cache:clear');
  31992.         $instance->setDescription('Clear the cache');
  31993.         return $instance;
  31994.     }
  31995.     /**
  31996.      * Gets the private 'console.command.cache_pool_clear' shared service.
  31997.      *
  31998.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  31999.      */
  32000.     protected function getConsole_Command_CachePoolClearService()
  32001.     {
  32002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  32004.         $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']);
  32005.         $instance->setName('cache:pool:clear');
  32006.         $instance->setDescription('Clear cache pools');
  32007.         return $instance;
  32008.     }
  32009.     /**
  32010.      * Gets the private 'console.command.cache_pool_delete' shared service.
  32011.      *
  32012.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  32013.      */
  32014.     protected function getConsole_Command_CachePoolDeleteService()
  32015.     {
  32016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32017.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  32018.         $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']);
  32019.         $instance->setName('cache:pool:delete');
  32020.         $instance->setDescription('Delete an item from a cache pool');
  32021.         return $instance;
  32022.     }
  32023.     /**
  32024.      * Gets the private 'console.command.cache_pool_list' shared service.
  32025.      *
  32026.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  32027.      */
  32028.     protected function getConsole_Command_CachePoolListService()
  32029.     {
  32030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32031.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  32032.         $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']);
  32033.         $instance->setName('cache:pool:list');
  32034.         $instance->setDescription('List available cache pools');
  32035.         return $instance;
  32036.     }
  32037.     /**
  32038.      * Gets the private 'console.command.cache_pool_prune' shared service.
  32039.      *
  32040.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  32041.      */
  32042.     protected function getConsole_Command_CachePoolPruneService()
  32043.     {
  32044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  32046.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  32047.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  32048.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  32049.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  32050.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  32051.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  32052.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  32053.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  32054.             yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  32055.             yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService());
  32056.             yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService());
  32057.             yield 'cache.tags' => ($this->privates['cache.tags'] ?? $this->getCache_TagsService());
  32058.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  32059.         }, 12));
  32060.         $instance->setName('cache:pool:prune');
  32061.         $instance->setDescription('Prune cache pools');
  32062.         return $instance;
  32063.     }
  32064.     /**
  32065.      * Gets the private 'console.command.cache_warmup' shared service.
  32066.      *
  32067.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  32068.      */
  32069.     protected function getConsole_Command_CacheWarmupService()
  32070.     {
  32071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  32073.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  32074.         $instance->setName('cache:warmup');
  32075.         $instance->setDescription('Warm up an empty cache');
  32076.         return $instance;
  32077.     }
  32078.     /**
  32079.      * Gets the private 'console.command.config_debug' shared service.
  32080.      *
  32081.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  32082.      */
  32083.     protected function getConsole_Command_ConfigDebugService()
  32084.     {
  32085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32086.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  32087.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  32088.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  32089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  32090.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  32091.         $instance->setName('debug:config');
  32092.         $instance->setDescription('Dump the current configuration for an extension');
  32093.         return $instance;
  32094.     }
  32095.     /**
  32096.      * Gets the private 'console.command.config_dump_reference' shared service.
  32097.      *
  32098.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  32099.      */
  32100.     protected function getConsole_Command_ConfigDumpReferenceService()
  32101.     {
  32102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32103.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  32104.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  32105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  32106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  32107.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  32108.         $instance->setName('config:dump-reference');
  32109.         $instance->setDescription('Dump the default configuration for an extension');
  32110.         return $instance;
  32111.     }
  32112.     /**
  32113.      * Gets the private 'console.command.container_debug' shared service.
  32114.      *
  32115.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  32116.      */
  32117.     protected function getConsole_Command_ContainerDebugService()
  32118.     {
  32119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  32121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  32122.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  32123.         $instance->setName('debug:container');
  32124.         $instance->setDescription('Display current services for an application');
  32125.         return $instance;
  32126.     }
  32127.     /**
  32128.      * Gets the private 'console.command.container_lint' shared service.
  32129.      *
  32130.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  32131.      */
  32132.     protected function getConsole_Command_ContainerLintService()
  32133.     {
  32134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  32136.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  32137.         $instance->setName('lint:container');
  32138.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  32139.         return $instance;
  32140.     }
  32141.     /**
  32142.      * Gets the private 'console.command.debug_autowiring' shared service.
  32143.      *
  32144.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  32145.      */
  32146.     protected function getConsole_Command_DebugAutowiringService()
  32147.     {
  32148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  32150.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  32151.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  32152.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  32153.         $instance->setName('debug:autowiring');
  32154.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  32155.         return $instance;
  32156.     }
  32157.     /**
  32158.      * Gets the private 'console.command.dotenv_debug' shared service.
  32159.      *
  32160.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  32161.      */
  32162.     protected function getConsole_Command_DotenvDebugService()
  32163.     {
  32164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32165.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  32166.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  32167.         $instance->setName('debug:dotenv');
  32168.         $instance->setDescription('Lists all dotenv files with variables and values');
  32169.         return $instance;
  32170.     }
  32171.     /**
  32172.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  32173.      *
  32174.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  32175.      */
  32176.     protected function getConsole_Command_EventDispatcherDebugService()
  32177.     {
  32178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32179.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  32180.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  32181.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  32182.         ], [
  32183.             'event_dispatcher' => '?',
  32184.         ]));
  32185.         $instance->setName('debug:event-dispatcher');
  32186.         $instance->setDescription('Display configured listeners for an application');
  32187.         return $instance;
  32188.     }
  32189.     /**
  32190.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  32191.      *
  32192.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  32193.      */
  32194.     protected function getConsole_Command_MessengerConsumeMessagesService()
  32195.     {
  32196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32197.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  32198.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
  32199.         $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']);
  32200.         $instance->setName('messenger:consume');
  32201.         $instance->setDescription('Consume messages');
  32202.         return $instance;
  32203.     }
  32204.     /**
  32205.      * Gets the private 'console.command.messenger_debug' shared service.
  32206.      *
  32207.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  32208.      */
  32209.     protected function getConsole_Command_MessengerDebugService()
  32210.     {
  32211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32212.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  32213.         $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\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask' => [=> [=> 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'=> []]], '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'=> []]], 'Shopware\\Elasticsearch\\Admin\\AdminSearchIndexingMessage' => [=> [=> 'Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'=> []]], 'Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTask' => [=> [=> 'Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTaskHandler'=> []]], 'Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTaskDev' => [=> [=> 'Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTaskHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  32214.         $instance->setName('debug:messenger');
  32215.         $instance->setDescription('List messages you can dispatch using the message buses');
  32216.         return $instance;
  32217.     }
  32218.     /**
  32219.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  32220.      *
  32221.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  32222.      */
  32223.     protected function getConsole_Command_MessengerSetupTransportsService()
  32224.     {
  32225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32226.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  32227.         $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']);
  32228.         $instance->setName('messenger:setup-transports');
  32229.         $instance->setDescription('Prepare the required infrastructure for the transport');
  32230.         return $instance;
  32231.     }
  32232.     /**
  32233.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  32234.      *
  32235.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  32236.      */
  32237.     protected function getConsole_Command_MessengerStopWorkersService()
  32238.     {
  32239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32240.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  32241.         $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()));
  32242.         $instance->setName('messenger:stop-workers');
  32243.         $instance->setDescription('Stop workers after their current message');
  32244.         return $instance;
  32245.     }
  32246.     /**
  32247.      * Gets the private 'console.command.router_debug' shared service.
  32248.      *
  32249.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  32250.      */
  32251.     protected function getConsole_Command_RouterDebugService()
  32252.     {
  32253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  32255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  32256.         $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()));
  32257.         $instance->setName('debug:router');
  32258.         $instance->setDescription('Display current routes for an application');
  32259.         return $instance;
  32260.     }
  32261.     /**
  32262.      * Gets the private 'console.command.router_match' shared service.
  32263.      *
  32264.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  32265.      */
  32266.     protected function getConsole_Command_RouterMatchService()
  32267.     {
  32268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  32270.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  32271.             return new \EmptyIterator();
  32272.         }, 0));
  32273.         $instance->setName('router:match');
  32274.         $instance->setDescription('Help debug routes by simulating a path info match');
  32275.         return $instance;
  32276.     }
  32277.     /**
  32278.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  32279.      *
  32280.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  32281.      */
  32282.     protected function getConsole_Command_SecretsDecryptToLocalService()
  32283.     {
  32284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32285.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  32286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  32287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  32288.         $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')))));
  32289.         $instance->setName('secrets:decrypt-to-local');
  32290.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  32291.         return $instance;
  32292.     }
  32293.     /**
  32294.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  32295.      *
  32296.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  32297.      */
  32298.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  32299.     {
  32300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  32302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  32303.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  32304.         $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')))));
  32305.         $instance->setName('secrets:encrypt-from-local');
  32306.         $instance->setDescription('Encrypt all local secrets to the vault');
  32307.         return $instance;
  32308.     }
  32309.     /**
  32310.      * Gets the private 'console.command.secrets_generate_key' shared service.
  32311.      *
  32312.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  32313.      */
  32314.     protected function getConsole_Command_SecretsGenerateKeyService()
  32315.     {
  32316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32317.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  32318.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  32319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  32320.         $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')))));
  32321.         $instance->setName('secrets:generate-keys');
  32322.         $instance->setDescription('Generate new encryption keys');
  32323.         return $instance;
  32324.     }
  32325.     /**
  32326.      * Gets the private 'console.command.secrets_list' shared service.
  32327.      *
  32328.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  32329.      */
  32330.     protected function getConsole_Command_SecretsListService()
  32331.     {
  32332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  32334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  32335.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  32336.         $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')))));
  32337.         $instance->setName('secrets:list');
  32338.         $instance->setDescription('List all secrets');
  32339.         return $instance;
  32340.     }
  32341.     /**
  32342.      * Gets the private 'console.command.secrets_remove' shared service.
  32343.      *
  32344.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  32345.      */
  32346.     protected function getConsole_Command_SecretsRemoveService()
  32347.     {
  32348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  32350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  32351.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  32352.         $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')))));
  32353.         $instance->setName('secrets:remove');
  32354.         $instance->setDescription('Remove a secret from the vault');
  32355.         return $instance;
  32356.     }
  32357.     /**
  32358.      * Gets the private 'console.command.secrets_set' shared service.
  32359.      *
  32360.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  32361.      */
  32362.     protected function getConsole_Command_SecretsSetService()
  32363.     {
  32364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32365.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  32366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  32367.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  32368.         $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')))));
  32369.         $instance->setName('secrets:set');
  32370.         $instance->setDescription('Set a secret in the vault');
  32371.         return $instance;
  32372.     }
  32373.     /**
  32374.      * Gets the private 'console.command.translation_debug' shared service.
  32375.      *
  32376.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  32377.      */
  32378.     protected function getConsole_Command_TranslationDebugService()
  32379.     {
  32380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  32382.         $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/MolliePayments/src/Components/ApplePayDirect/Services/ApplePayFormatter.php'), => (\dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Subscriber/SubscriptionSubscriber.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php')], []);
  32383.         $instance->setName('debug:translation');
  32384.         $instance->setDescription('Display translation messages information');
  32385.         return $instance;
  32386.     }
  32387.     /**
  32388.      * Gets the private 'console.command.translation_extract' shared service.
  32389.      *
  32390.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  32391.      */
  32392.     protected function getConsole_Command_TranslationExtractService()
  32393.     {
  32394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32395.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  32396.         $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/MolliePayments/src/Components/ApplePayDirect/Services/ApplePayFormatter.php'), => (\dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Subscriber/SubscriptionSubscriber.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php')], []);
  32397.         $instance->setName('translation:extract');
  32398.         $instance->setAliases([=> 'translation:update']);
  32399.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  32400.         return $instance;
  32401.     }
  32402.     /**
  32403.      * Gets the private 'console.command.translation_pull' shared service.
  32404.      *
  32405.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  32406.      */
  32407.     protected function getConsole_Command_TranslationPullService()
  32408.     {
  32409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32410.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  32411.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  32412.         $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', [], []);
  32413.         $instance->setName('translation:pull');
  32414.         $instance->setDescription('Pull translations from a given provider.');
  32415.         return $instance;
  32416.     }
  32417.     /**
  32418.      * Gets the private 'console.command.translation_push' shared service.
  32419.      *
  32420.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  32421.      */
  32422.     protected function getConsole_Command_TranslationPushService()
  32423.     {
  32424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32425.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  32426.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  32427.         $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()), [], []);
  32428.         $instance->setName('translation:push');
  32429.         $instance->setDescription('Push translations to a given provider.');
  32430.         return $instance;
  32431.     }
  32432.     /**
  32433.      * Gets the private 'console.command.validator_debug' shared service.
  32434.      *
  32435.      * @return \Symfony\Component\Validator\Command\DebugCommand
  32436.      */
  32437.     protected function getConsole_Command_ValidatorDebugService()
  32438.     {
  32439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32440.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  32441.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  32442.         $instance->setName('debug:validator');
  32443.         $instance->setDescription('Display validation constraints for classes');
  32444.         return $instance;
  32445.     }
  32446.     /**
  32447.      * Gets the private 'console.command.xliff_lint' shared service.
  32448.      *
  32449.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  32450.      */
  32451.     protected function getConsole_Command_XliffLintService()
  32452.     {
  32453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32454.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  32455.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  32456.         $instance->setName('lint:xliff');
  32457.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  32458.         return $instance;
  32459.     }
  32460.     /**
  32461.      * Gets the private 'console.command.yaml_lint' shared service.
  32462.      *
  32463.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  32464.      */
  32465.     protected function getConsole_Command_YamlLintService()
  32466.     {
  32467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32468.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  32469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  32470.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  32471.         $instance->setName('lint:yaml');
  32472.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  32473.         return $instance;
  32474.     }
  32475.     /**
  32476.      * Gets the private 'console.error_listener' shared service.
  32477.      *
  32478.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  32479.      */
  32480.     protected function getConsole_ErrorListenerService()
  32481.     {
  32482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  32483.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  32484.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32485.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  32486.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  32487.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  32488.     }
  32489.     /**
  32490.      * Gets the private 'container.env_var_processor' shared service.
  32491.      *
  32492.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  32493.      */
  32494.     protected function getContainer_EnvVarProcessorService()
  32495.     {
  32496.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  32497.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  32498.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  32499.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  32500.         }, 1));
  32501.     }
  32502.     /**
  32503.      * Gets the private 'data_collector.request' shared service.
  32504.      *
  32505.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  32506.      */
  32507.     protected function getDataCollector_RequestService()
  32508.     {
  32509.         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())));
  32510.     }
  32511.     /**
  32512.      * Gets the private 'data_collector.request.session_collector' shared service.
  32513.      *
  32514.      * @return \Closure
  32515.      */
  32516.     protected function getDataCollector_Request_SessionCollectorService()
  32517.     {
  32518.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  32519.     }
  32520.     /**
  32521.      * Gets the private 'debug.Shopware\Core\Checkout\Cart\CartValueResolver' shared service.
  32522.      *
  32523.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32524.      */
  32525.     protected function getCartValueResolverService()
  32526.     {
  32527.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32528.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValueResolver.php';
  32530.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartService2Service());
  32531.         if (isset($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'])) {
  32532.             return $this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'];
  32533.         }
  32534.         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))));
  32535.     }
  32536.     /**
  32537.      * Gets the private 'debug.Shopware\Core\Checkout\Customer\CustomerValueResolver' shared service.
  32538.      *
  32539.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32540.      */
  32541.     protected function getCustomerValueResolverService()
  32542.     {
  32543.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32544.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerValueResolver.php';
  32546.         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))));
  32547.     }
  32548.     /**
  32549.      * Gets the private 'debug.Shopware\Core\Framework\Api\Context\ContextValueResolver' shared service.
  32550.      *
  32551.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32552.      */
  32553.     protected function getContextValueResolverService()
  32554.     {
  32555.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32556.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Context/ContextValueResolver.php';
  32558.         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))));
  32559.     }
  32560.     /**
  32561.      * Gets the private 'debug.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver' shared service.
  32562.      *
  32563.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32564.      */
  32565.     protected function getResponseFactoryInterfaceValueResolverService()
  32566.     {
  32567.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32568.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterfaceValueResolver.php';
  32570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryRegistry.php';
  32571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterface.php';
  32572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/JsonFactoryBase.php';
  32573.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonApiType.php';
  32574.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiEncoder.php';
  32575.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonType.php';
  32576.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] ?? $this->getStructEncoderService());
  32577.         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))));
  32578.     }
  32579.     /**
  32580.      * Gets the private 'debug.Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver' shared service.
  32581.      *
  32582.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32583.      */
  32584.     protected function getCriteriaValueResolverService()
  32585.     {
  32586.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32587.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/Annotation/CriteriaValueResolver.php';
  32589.         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))));
  32590.     }
  32591.     /**
  32592.      * Gets the private 'debug.Shopware\Core\Framework\Routing\QueryDataBagResolver' shared service.
  32593.      *
  32594.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32595.      */
  32596.     protected function getQueryDataBagResolverService()
  32597.     {
  32598.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32599.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32600.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/QueryDataBagResolver.php';
  32601.         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))));
  32602.     }
  32603.     /**
  32604.      * Gets the private 'debug.Shopware\Core\Framework\Routing\RequestDataBagResolver' shared service.
  32605.      *
  32606.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32607.      */
  32608.     protected function getRequestDataBagResolverService()
  32609.     {
  32610.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32611.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestDataBagResolver.php';
  32613.         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))));
  32614.     }
  32615.     /**
  32616.      * Gets the private 'debug.Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver' shared service.
  32617.      *
  32618.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32619.      */
  32620.     protected function getSalesChannelContextValueResolverService()
  32621.     {
  32622.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32623.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextValueResolver.php';
  32625.         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))));
  32626.     }
  32627.     /**
  32628.      * Gets the private 'debug.argument_resolver.default' shared service.
  32629.      *
  32630.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32631.      */
  32632.     protected function getDebug_ArgumentResolver_DefaultService()
  32633.     {
  32634.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32635.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32636.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  32637.         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))));
  32638.     }
  32639.     /**
  32640.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  32641.      *
  32642.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32643.      */
  32644.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  32645.     {
  32646.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32647.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32648.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  32649.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.nVgY_UE'] ?? $this->get_ServiceLocator_NVgYUEService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  32650.     }
  32651.     /**
  32652.      * Gets the private 'debug.argument_resolver.request' shared service.
  32653.      *
  32654.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32655.      */
  32656.     protected function getDebug_ArgumentResolver_RequestService()
  32657.     {
  32658.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32659.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32660.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  32661.         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))));
  32662.     }
  32663.     /**
  32664.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  32665.      *
  32666.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32667.      */
  32668.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  32669.     {
  32670.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32671.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32672.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  32673.         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))));
  32674.     }
  32675.     /**
  32676.      * Gets the private 'debug.argument_resolver.service' shared service.
  32677.      *
  32678.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32679.      */
  32680.     protected function getDebug_ArgumentResolver_ServiceService()
  32681.     {
  32682.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32683.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32684.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  32685.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.nVgY_UE'] ?? $this->get_ServiceLocator_NVgYUEService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  32686.     }
  32687.     /**
  32688.      * Gets the private 'debug.argument_resolver.session' shared service.
  32689.      *
  32690.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32691.      */
  32692.     protected function getDebug_ArgumentResolver_SessionService()
  32693.     {
  32694.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32695.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32696.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  32697.         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))));
  32698.     }
  32699.     /**
  32700.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  32701.      *
  32702.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32703.      */
  32704.     protected function getDebug_ArgumentResolver_VariadicService()
  32705.     {
  32706.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32707.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32708.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  32709.         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))));
  32710.     }
  32711.     /**
  32712.      * Gets the private 'debug.debug_handlers_listener' shared service.
  32713.      *
  32714.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  32715.      */
  32716.     protected function getDebug_DebugHandlersListenerService()
  32717.     {
  32718.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  32719.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32720.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  32721.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  32722.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  32723.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  32724.     }
  32725.     /**
  32726.      * Gets the private 'debug.dump_listener' shared service.
  32727.      *
  32728.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  32729.      */
  32730.     protected function getDebug_DumpListenerService()
  32731.     {
  32732.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  32733.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  32734.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  32735.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  32736.         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);
  32737.     }
  32738.     /**
  32739.      * Gets the private 'debug.file_link_formatter' shared service.
  32740.      *
  32741.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  32742.      */
  32743.     protected function getDebug_FileLinkFormatterService()
  32744.     {
  32745.         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 () {
  32746.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  32747.         });
  32748.     }
  32749.     /**
  32750.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  32751.      *
  32752.      * @return \string
  32753.      */
  32754.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  32755.     {
  32756.         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');
  32757.     }
  32758.     /**
  32759.      * Gets the private 'debug.log_processor' shared service.
  32760.      *
  32761.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  32762.      */
  32763.     protected function getDebug_LogProcessorService()
  32764.     {
  32765.         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())));
  32766.     }
  32767.     /**
  32768.      * Gets the private 'debug.validator' shared service.
  32769.      *
  32770.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  32771.      */
  32772.     protected function getDebug_ValidatorService()
  32773.     {
  32774.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  32775.         if (isset($this->privates['debug.validator'])) {
  32776.             return $this->privates['debug.validator'];
  32777.         }
  32778.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  32779.     }
  32780.     /**
  32781.      * Gets the private 'enqueue.client.consume_command' shared service.
  32782.      *
  32783.      * @return \Enqueue\Symfony\Client\ConsumeCommand
  32784.      */
  32785.     protected function getEnqueue_Client_ConsumeCommandService()
  32786.     {
  32787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32788.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  32789.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerExtensionCommandTrait.php';
  32790.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  32791.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  32792.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ConsumeCommand.php';
  32793.         $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');
  32794.         $instance->setName('enqueue:consume');
  32795.         return $instance;
  32796.     }
  32797.     /**
  32798.      * Gets the private 'enqueue.client.default.context' shared service.
  32799.      *
  32800.      * @return \Interop\Queue\Context
  32801.      */
  32802.     protected function getEnqueue_Client_Default_ContextService()
  32803.     {
  32804.         return $this->privates['enqueue.client.default.context'] = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService())->getContext();
  32805.     }
  32806.     /**
  32807.      * Gets the private 'enqueue.client.default.delegate_processor' shared service.
  32808.      *
  32809.      * @return \Enqueue\Client\DelegateProcessor
  32810.      */
  32811.     protected function getEnqueue_Client_Default_DelegateProcessorService()
  32812.     {
  32813.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  32814.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DelegateProcessor.php';
  32815.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  32816.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  32817.         return $this->privates['enqueue.client.default.delegate_processor'] = new \Enqueue\Client\DelegateProcessor(new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  32818.             'enqueue.client.default.router_processor' => ['privates''enqueue.client.default.router_processor''getEnqueue_Client_Default_RouterProcessorService'false],
  32819.         ], [
  32820.             'enqueue.client.default.router_processor' => '?',
  32821.         ]))->withContext('enqueue.client.default.processor_registry'$this)));
  32822.     }
  32823.     /**
  32824.      * Gets the private 'enqueue.client.default.driver' shared service.
  32825.      *
  32826.      * @return \Enqueue\Client\DriverInterface
  32827.      */
  32828.     protected function getEnqueue_Client_Default_DriverService()
  32829.     {
  32830.         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([]));
  32831.     }
  32832.     /**
  32833.      * Gets the private 'enqueue.client.default.flush_spool_producer_listener' shared service.
  32834.      *
  32835.      * @return \Enqueue\Symfony\Client\FlushSpoolProducerListener
  32836.      */
  32837.     protected function getEnqueue_Client_Default_FlushSpoolProducerListenerService()
  32838.     {
  32839.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/FlushSpoolProducerListener.php';
  32840.         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()));
  32841.     }
  32842.     /**
  32843.      * Gets the private 'enqueue.client.default.lazy_producer' shared service.
  32844.      *
  32845.      * @return \Enqueue\Symfony\Client\LazyProducer
  32846.      */
  32847.     protected function getEnqueue_Client_Default_LazyProducerService()
  32848.     {
  32849.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/LazyProducer.php';
  32850.         return $this->privates['enqueue.client.default.lazy_producer'] = new \Enqueue\Symfony\Client\LazyProducer(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  32851.             'enqueue.client.default.producer' => ['services''enqueue.client.default.producer''getEnqueue_Client_Default_ProducerService'false],
  32852.         ], [
  32853.             'enqueue.client.default.producer' => '?',
  32854.         ]), 'enqueue.client.default.producer');
  32855.     }
  32856.     /**
  32857.      * Gets the private 'enqueue.client.default.queue_consumer' shared service.
  32858.      *
  32859.      * @return \Enqueue\Consumption\QueueConsumer
  32860.      */
  32861.     protected function getEnqueue_Client_Default_QueueConsumerService()
  32862.     {
  32863.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  32864.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  32865.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  32866.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  32867.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  32868.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  32869.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  32870.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  32871.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  32872.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  32873.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  32874.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  32875.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  32876.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  32877.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/SetRouterPropertiesExtension.php';
  32878.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/ExclusiveCommandExtension.php';
  32879.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/FlushSpoolProducerExtension.php';
  32880.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/SignalExtension.php';
  32881.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  32882.         $a = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService());
  32883.         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.signal_extension'] ?? ($this->privates['enqueue.consumption.signal_extension'] = new \Enqueue\Consumption\Extension\SignalExtension())), => ($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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 1000);
  32884.     }
  32885.     /**
  32886.      * Gets the private 'enqueue.client.default.router_processor' shared service.
  32887.      *
  32888.      * @return \Enqueue\Client\RouterProcessor
  32889.      */
  32890.     protected function getEnqueue_Client_Default_RouterProcessorService()
  32891.     {
  32892.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  32893.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouterProcessor.php';
  32894.         return $this->privates['enqueue.client.default.router_processor'] = new \Enqueue\Client\RouterProcessor(($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService()));
  32895.     }
  32896.     /**
  32897.      * Gets the private 'enqueue.client.default.spool_producer' shared service.
  32898.      *
  32899.      * @return \Enqueue\Client\SpoolProducer
  32900.      */
  32901.     protected function getEnqueue_Client_Default_SpoolProducerService()
  32902.     {
  32903.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/SpoolProducer.php';
  32904.         return $this->privates['enqueue.client.default.spool_producer'] = new \Enqueue\Client\SpoolProducer(($this->privates['enqueue.client.default.lazy_producer'] ?? $this->getEnqueue_Client_Default_LazyProducerService()));
  32905.     }
  32906.     /**
  32907.      * Gets the private 'enqueue.client.produce_command' shared service.
  32908.      *
  32909.      * @return \Enqueue\Symfony\Client\ProduceCommand
  32910.      */
  32911.     protected function getEnqueue_Client_ProduceCommandService()
  32912.     {
  32913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32914.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ProduceCommand.php';
  32915.         $this->privates['enqueue.client.produce_command'] = $instance = new \Enqueue\Symfony\Client\ProduceCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.producer');
  32916.         $instance->setName('enqueue:produce');
  32917.         return $instance;
  32918.     }
  32919.     /**
  32920.      * Gets the private 'enqueue.client.routes_command' shared service.
  32921.      *
  32922.      * @return \Enqueue\Symfony\Client\RoutesCommand
  32923.      */
  32924.     protected function getEnqueue_Client_RoutesCommandService()
  32925.     {
  32926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32927.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/RoutesCommand.php';
  32928.         $this->privates['enqueue.client.routes_command'] = $instance = new \Enqueue\Symfony\Client\RoutesCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.driver');
  32929.         $instance->setName('enqueue:routes');
  32930.         return $instance;
  32931.     }
  32932.     /**
  32933.      * Gets the private 'enqueue.client.setup_broker_command' shared service.
  32934.      *
  32935.      * @return \Enqueue\Symfony\Client\SetupBrokerCommand
  32936.      */
  32937.     protected function getEnqueue_Client_SetupBrokerCommandService()
  32938.     {
  32939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32940.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerCommand.php';
  32941.         $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');
  32942.         $instance->setName('enqueue:setup-broker');
  32943.         return $instance;
  32944.     }
  32945.     /**
  32946.      * Gets the private 'enqueue.locator' shared service.
  32947.      *
  32948.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  32949.      */
  32950.     protected function getEnqueue_LocatorService()
  32951.     {
  32952.         return $this->privates['enqueue.locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  32953.             'enqueue.client.default.delegate_processor' => ['privates''enqueue.client.default.delegate_processor''getEnqueue_Client_Default_DelegateProcessorService'false],
  32954.             'enqueue.client.default.driver' => ['privates''enqueue.client.default.driver''getEnqueue_Client_Default_DriverService'false],
  32955.             'enqueue.client.default.producer' => ['privates''enqueue.client.default.lazy_producer''getEnqueue_Client_Default_LazyProducerService'false],
  32956.             'enqueue.client.default.queue_consumer' => ['privates''enqueue.client.default.queue_consumer''getEnqueue_Client_Default_QueueConsumerService'false],
  32957.             'enqueue.transport.default.context' => ['privates''enqueue.transport.default.context''getEnqueue_Transport_Default_ContextService'false],
  32958.             'enqueue.transport.default.processor_registry' => ['privates''enqueue.transport.default.processor_registry''getEnqueue_Transport_Default_ProcessorRegistryService'false],
  32959.             'enqueue.transport.default.queue_consumer' => ['privates''enqueue.transport.default.queue_consumer''getEnqueue_Transport_Default_QueueConsumerService'false],
  32960.         ], [
  32961.             'enqueue.client.default.delegate_processor' => '?',
  32962.             'enqueue.client.default.driver' => '?',
  32963.             'enqueue.client.default.producer' => '?',
  32964.             'enqueue.client.default.queue_consumer' => '?',
  32965.             'enqueue.transport.default.context' => '?',
  32966.             'enqueue.transport.default.processor_registry' => '?',
  32967.             'enqueue.transport.default.queue_consumer' => '?',
  32968.         ]);
  32969.     }
  32970.     /**
  32971.      * Gets the private 'enqueue.messenger_transport.factory' shared service.
  32972.      *
  32973.      * @return \Enqueue\MessengerAdapter\QueueInteropTransportFactory
  32974.      */
  32975.     protected function getEnqueue_MessengerTransport_FactoryService()
  32976.     {
  32977.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  32978.         include_once \dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/QueueInteropTransportFactory.php';
  32979.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  32980.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  32981.         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);
  32982.     }
  32983.     /**
  32984.      * Gets the private 'enqueue.transport.consume_command' shared service.
  32985.      *
  32986.      * @return \Enqueue\Symfony\Consumption\ConfigurableConsumeCommand
  32987.      */
  32988.     protected function getEnqueue_Transport_ConsumeCommandService()
  32989.     {
  32990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32991.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  32992.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  32993.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  32994.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ConfigurableConsumeCommand.php';
  32995.         $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');
  32996.         $instance->setName('enqueue:transport:consume');
  32997.         return $instance;
  32998.     }
  32999.     /**
  33000.      * Gets the private 'enqueue.transport.default.connection_factory' shared service.
  33001.      *
  33002.      * @return \Interop\Queue\ConnectionFactory
  33003.      */
  33004.     protected function getEnqueue_Transport_Default_ConnectionFactoryService()
  33005.     {
  33006.         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:']);
  33007.     }
  33008.     /**
  33009.      * Gets the private 'enqueue.transport.default.context' shared service.
  33010.      *
  33011.      * @return \Interop\Queue\Context
  33012.      */
  33013.     protected function getEnqueue_Transport_Default_ContextService()
  33014.     {
  33015.         return $this->privates['enqueue.transport.default.context'] = ($this->privates['enqueue.transport.default.connection_factory'] ?? $this->getEnqueue_Transport_Default_ConnectionFactoryService())->createContext();
  33016.     }
  33017.     /**
  33018.      * Gets the private 'enqueue.transport.default.processor_registry' shared service.
  33019.      *
  33020.      * @return \Enqueue\Symfony\ContainerProcessorRegistry
  33021.      */
  33022.     protected function getEnqueue_Transport_Default_ProcessorRegistryService()
  33023.     {
  33024.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  33025.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  33026.         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));
  33027.     }
  33028.     /**
  33029.      * Gets the private 'enqueue.transport.default.queue_consumer' shared service.
  33030.      *
  33031.      * @return \Enqueue\Consumption\QueueConsumer
  33032.      */
  33033.     protected function getEnqueue_Transport_Default_QueueConsumerService()
  33034.     {
  33035.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  33036.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  33037.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  33038.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  33039.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  33040.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  33041.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  33042.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  33043.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  33044.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  33045.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  33046.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  33047.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  33048.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  33049.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/LogExtension.php';
  33050.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/SignalExtension.php';
  33051.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  33052.         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.signal_extension'] ?? ($this->privates['enqueue.consumption.signal_extension'] = new \Enqueue\Consumption\Extension\SignalExtension())), => ($this->privates['enqueue.consumption.reply_extension'] ?? ($this->privates['enqueue.consumption.reply_extension'] = new \Enqueue\Consumption\Extension\ReplyExtension())), => new \Enqueue\Consumption\Extension\LogExtension()]), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 1000);
  33053.     }
  33054.     /**
  33055.      * Gets the private 'error_handler.error_renderer.html' shared service.
  33056.      *
  33057.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  33058.      */
  33059.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  33060.     {
  33061.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  33062.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  33063.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  33064.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  33065.     }
  33066.     /**
  33067.      * Gets the private 'esi_listener' shared service.
  33068.      *
  33069.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  33070.      */
  33071.     protected function getEsiListenerService()
  33072.     {
  33073.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  33074.     }
  33075.     /**
  33076.      * Gets the private 'exception_listener' shared service.
  33077.      *
  33078.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  33079.      */
  33080.     protected function getExceptionListenerService()
  33081.     {
  33082.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  33083.     }
  33084.     /**
  33085.      * Gets the private 'fragment.listener' shared service.
  33086.      *
  33087.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  33088.      */
  33089.     protected function getFragment_ListenerService()
  33090.     {
  33091.         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');
  33092.     }
  33093.     /**
  33094.      * Gets the private 'fragment.renderer.esi' shared service.
  33095.      *
  33096.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  33097.      */
  33098.     protected function getFragment_Renderer_EsiService()
  33099.     {
  33100.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  33101.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  33102.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  33103.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  33104.         $a = ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService());
  33105.         if (isset($this->privates['fragment.renderer.esi'])) {
  33106.             return $this->privates['fragment.renderer.esi'];
  33107.         }
  33108.         $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')))));
  33109.         $instance->setFragmentPath('/_fragment');
  33110.         return $instance;
  33111.     }
  33112.     /**
  33113.      * Gets the private 'fragment.renderer.hinclude' shared service.
  33114.      *
  33115.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  33116.      */
  33117.     protected function getFragment_Renderer_HincludeService()
  33118.     {
  33119.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  33120.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  33121.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  33122.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  33123.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  33124.             return $this->privates['fragment.renderer.hinclude'];
  33125.         }
  33126.         $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);
  33127.         $instance->setFragmentPath('/_fragment');
  33128.         return $instance;
  33129.     }
  33130.     /**
  33131.      * Gets the private 'fragment.renderer.inline' shared service.
  33132.      *
  33133.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  33134.      */
  33135.     protected function getFragment_Renderer_InlineService()
  33136.     {
  33137.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  33138.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  33139.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  33140.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  33141.         if (isset($this->privates['fragment.renderer.inline'])) {
  33142.             return $this->privates['fragment.renderer.inline'];
  33143.         }
  33144.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33145.         if (isset($this->privates['fragment.renderer.inline'])) {
  33146.             return $this->privates['fragment.renderer.inline'];
  33147.         }
  33148.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  33149.         $instance->setFragmentPath('/_fragment');
  33150.         return $instance;
  33151.     }
  33152.     /**
  33153.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  33154.      *
  33155.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  33156.      */
  33157.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  33158.     {
  33159.         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);
  33160.     }
  33161.     /**
  33162.      * Gets the private 'kernel.bundles' shared service.
  33163.      *
  33164.      * @return \Iterator
  33165.      */
  33166.     protected function getKernel_BundlesService()
  33167.     {
  33168.         return $this->privates['kernel.bundles'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getBundles();
  33169.     }
  33170.     /**
  33171.      * Gets the private 'kiener.mollie_payments.http.client' shared service.
  33172.      *
  33173.      * @return \Kiener\MolliePayments\Service\HttpClient\HttpClientInterface
  33174.      */
  33175.     protected function getKiener_MolliePayments_Http_ClientService()
  33176.     {
  33177.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/HttpClient/HttpClientInterface.php';
  33178.         include_once \dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Service/HttpClient/PluginHttpClientFactory.php';
  33179.         return $this->privates['kiener.mollie_payments.http.client'] = (new \Kiener\MolliePayments\Service\HttpClient\PluginHttpClientFactory())->buildClient();
  33180.     }
  33181.     /**
  33182.      * Gets the private 'locale_aware_listener' shared service.
  33183.      *
  33184.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  33185.      */
  33186.     protected function getLocaleAwareListenerService()
  33187.     {
  33188.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  33189.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en-GB')));
  33190.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  33191.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  33192.     }
  33193.     /**
  33194.      * Gets the private 'locale_listener' shared service.
  33195.      *
  33196.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  33197.      */
  33198.     protected function getLocaleListenerService()
  33199.     {
  33200.         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, []);
  33201.     }
  33202.     /**
  33203.      * Gets the private 'lock.default.factory' shared service.
  33204.      *
  33205.      * @return \Symfony\Component\Lock\LockFactory
  33206.      */
  33207.     protected function getLock_Default_FactoryService()
  33208.     {
  33209.         $this->privates['lock.default.factory'] = $instance = new \Symfony\Component\Lock\LockFactory(\Symfony\Component\Lock\Store\StoreFactory::createStore('semaphore'));
  33210.         $a = new \Symfony\Bridge\Monolog\Logger('lock');
  33211.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  33212.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  33213.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  33214.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  33215.         $instance->setLogger($a);
  33216.         return $instance;
  33217.     }
  33218.     /**
  33219.      * Gets the private 'mailer.messenger.message_handler' shared service.
  33220.      *
  33221.      * @return \Symfony\Component\Mailer\Messenger\MessageHandler
  33222.      */
  33223.     protected function getMailer_Messenger_MessageHandlerService()
  33224.     {
  33225.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  33226.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  33227.         if (isset($this->privates['mailer.messenger.message_handler'])) {
  33228.             return $this->privates['mailer.messenger.message_handler'];
  33229.         }
  33230.         return $this->privates['mailer.messenger.message_handler'] = new \Symfony\Component\Mailer\Messenger\MessageHandler($a);
  33231.     }
  33232.     /**
  33233.      * Gets the private 'mailer.transport_factory.native' shared service.
  33234.      *
  33235.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  33236.      */
  33237.     protected function getMailer_TransportFactory_NativeService()
  33238.     {
  33239.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  33240.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  33241.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  33242.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33243.         if (isset($this->privates['mailer.transport_factory.native'])) {
  33244.             return $this->privates['mailer.transport_factory.native'];
  33245.         }
  33246.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  33247.     }
  33248.     /**
  33249.      * Gets the private 'mailer.transport_factory.null' shared service.
  33250.      *
  33251.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  33252.      */
  33253.     protected function getMailer_TransportFactory_NullService()
  33254.     {
  33255.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  33256.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  33257.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  33258.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33259.         if (isset($this->privates['mailer.transport_factory.null'])) {
  33260.             return $this->privates['mailer.transport_factory.null'];
  33261.         }
  33262.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  33263.     }
  33264.     /**
  33265.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  33266.      *
  33267.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  33268.      */
  33269.     protected function getMailer_TransportFactory_SendmailService()
  33270.     {
  33271.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  33272.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  33273.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  33274.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33275.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  33276.             return $this->privates['mailer.transport_factory.sendmail'];
  33277.         }
  33278.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  33279.     }
  33280.     /**
  33281.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  33282.      *
  33283.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  33284.      */
  33285.     protected function getMailer_TransportFactory_SmtpService()
  33286.     {
  33287.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  33288.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  33289.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  33290.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33291.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  33292.             return $this->privates['mailer.transport_factory.smtp'];
  33293.         }
  33294.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  33295.     }
  33296.     /**
  33297.      * Gets the private 'mailer.transports' shared service.
  33298.      *
  33299.      * @return \Symfony\Component\Mailer\Transport\Transports
  33300.      */
  33301.     protected function getMailer_TransportsService()
  33302.     {
  33303.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  33304.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  33305.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  33306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailerTransportFactory.php';
  33307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailAttachmentsBuilder.php';
  33308.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  33309.         if (isset($this->privates['mailer.transports'])) {
  33310.             return $this->privates['mailer.transports'];
  33311.         }
  33312.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  33313.         if (isset($this->privates['mailer.transports'])) {
  33314.             return $this->privates['mailer.transports'];
  33315.         }
  33316.         $c = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  33317.         if (isset($this->privates['mailer.transports'])) {
  33318.             return $this->privates['mailer.transports'];
  33319.         }
  33320.         $d = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  33321.         if (isset($this->privates['mailer.transports'])) {
  33322.             return $this->privates['mailer.transports'];
  33323.         }
  33324.         $e = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  33325.         if (isset($this->privates['mailer.transports'])) {
  33326.             return $this->privates['mailer.transports'];
  33327.         }
  33328.         $f = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  33329.         if (isset($this->privates['mailer.transports'])) {
  33330.             return $this->privates['mailer.transports'];
  33331.         }
  33332.         return $this->privates['mailer.transports'] = (new \Shopware\Core\Content\Mail\Service\MailerTransportFactory(new RewindableGenerator(function () {
  33333.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  33334.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  33335.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  33336.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  33337.         }, 4), $a, new \Shopware\Core\Content\Mail\Service\MailAttachmentsBuilder($b$c$d$e$f, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), $d))->fromStrings(['main' => $this->getEnv('MAILER_URL')]);
  33338.     }
  33339.     /**
  33340.      * Gets the private 'messenger.bus.shopware.middleware.handle_message' shared service.
  33341.      *
  33342.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  33343.      */
  33344.     protected function getMessenger_Bus_Shopware_Middleware_HandleMessageService()
  33345.     {
  33346.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  33347.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  33348.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  33349.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  33350.         $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 () {
  33351.             yield => ($this->privates['.messenger.handler_descriptor.h1gRAD1'] ?? $this->get_Messenger_HandlerDescriptor_H1gRAD1Service());
  33352.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask' => new RewindableGenerator(function () {
  33353.             yield => ($this->privates['.messenger.handler_descriptor.aM76mVQ'] ?? $this->get_Messenger_HandlerDescriptor_AM76mVQService());
  33354.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => new RewindableGenerator(function () {
  33355.             yield => ($this->privates['.messenger.handler_descriptor.goUFZIo'] ?? $this->get_Messenger_HandlerDescriptor_GoUFZIoService());
  33356.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage' => new RewindableGenerator(function () {
  33357.             yield => ($this->privates['.messenger.handler_descriptor.6a6vTR.'] ?? $this->get_Messenger_HandlerDescriptor_6a6vTR_Service());
  33358.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\UpdateThumbnailsMessage' => new RewindableGenerator(function () {
  33359.             yield => ($this->privates['.messenger.handler_descriptor.88lOdtC'] ?? $this->get_Messenger_HandlerDescriptor_88lOdtCService());
  33360.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask' => new RewindableGenerator(function () {
  33361.             yield => ($this->privates['.messenger.handler_descriptor.vN2QjSm'] ?? $this->get_Messenger_HandlerDescriptor_VN2QjSmService());
  33362.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask' => new RewindableGenerator(function () {
  33363.             yield => ($this->privates['.messenger.handler_descriptor.bD1J5H6'] ?? $this->get_Messenger_HandlerDescriptor_BD1J5H6Service());
  33364.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage' => new RewindableGenerator(function () {
  33365.             yield => ($this->privates['.messenger.handler_descriptor.2yo6BZJ'] ?? $this->get_Messenger_HandlerDescriptor_2yo6BZJService());
  33366.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage' => new RewindableGenerator(function () {
  33367.             yield => ($this->privates['.messenger.handler_descriptor.hq66vfV'] ?? $this->get_Messenger_HandlerDescriptor_Hq66vfVService());
  33368.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask' => new RewindableGenerator(function () {
  33369.             yield => ($this->privates['.messenger.handler_descriptor.n5_pcyU'] ?? $this->get_Messenger_HandlerDescriptor_N5PcyUService());
  33370.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\EncryptedMessage' => new RewindableGenerator(function () {
  33371.             yield => ($this->privates['.messenger.handler_descriptor.W5d8anj'] ?? $this->get_Messenger_HandlerDescriptor_W5d8anjService());
  33372.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\RetryMessage' => new RewindableGenerator(function () {
  33373.             yield => ($this->privates['.messenger.handler_descriptor.rvKU_JQ'] ?? $this->get_Messenger_HandlerDescriptor_RvKUJQService());
  33374.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\SleepMessage' => new RewindableGenerator(function () {
  33375.             yield => ($this->privates['.messenger.handler_descriptor.6XWr01B'] ?? $this->get_Messenger_HandlerDescriptor_6XWr01BService());
  33376.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask' => new RewindableGenerator(function () {
  33377.             yield => ($this->privates['.messenger.handler_descriptor.BzkW.st'] ?? $this->get_Messenger_HandlerDescriptor_BzkW_StService());
  33378.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskMessage' => new RewindableGenerator(function () {
  33379.             yield => ($this->privates['.messenger.handler_descriptor.dVP21hY'] ?? $this->get_Messenger_HandlerDescriptor_DVP21hYService());
  33380.         }, 1), 'Shopware\\Core\\Framework\\Webhook\\Message\\WebhookEventMessage' => new RewindableGenerator(function () {
  33381.             yield => ($this->privates['.messenger.handler_descriptor.Z5qzcmD'] ?? $this->get_Messenger_HandlerDescriptor_Z5qzcmDService());
  33382.         }, 1), 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask' => new RewindableGenerator(function () {
  33383.             yield => ($this->privates['.messenger.handler_descriptor._mx1WXF'] ?? $this->get_Messenger_HandlerDescriptor_Mx1WXFService());
  33384.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  33385.             yield => ($this->privates['.messenger.handler_descriptor.TaMu3bd'] ?? $this->get_Messenger_HandlerDescriptor_TaMu3bdService());
  33386.         }, 1), 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask' => new RewindableGenerator(function () {
  33387.             yield => ($this->privates['.messenger.handler_descriptor.vhvNn_P'] ?? $this->get_Messenger_HandlerDescriptor_VhvNnPService());
  33388.         }, 1), 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask' => new RewindableGenerator(function () {
  33389.             yield => ($this->privates['.messenger.handler_descriptor.wUKKx8c'] ?? $this->get_Messenger_HandlerDescriptor_WUKKx8cService());
  33390.         }, 1), 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask' => new RewindableGenerator(function () {
  33391.             yield => ($this->privates['.messenger.handler_descriptor.6kBcctU'] ?? $this->get_Messenger_HandlerDescriptor_6kBcctUService());
  33392.         }, 1), 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask' => new RewindableGenerator(function () {
  33393.             yield => ($this->privates['.messenger.handler_descriptor.zfOhFjq'] ?? $this->get_Messenger_HandlerDescriptor_ZfOhFjqService());
  33394.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask' => new RewindableGenerator(function () {
  33395.             yield => ($this->privates['.messenger.handler_descriptor.wYSIMNj'] ?? $this->get_Messenger_HandlerDescriptor_WYSIMNjService());
  33396.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGeneration' => new RewindableGenerator(function () {
  33397.             yield => ($this->privates['.messenger.handler_descriptor.4htA3jl'] ?? $this->get_Messenger_HandlerDescriptor_4htA3jlService());
  33398.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportMessage' => new RewindableGenerator(function () {
  33399.             yield => ($this->privates['.messenger.handler_descriptor.Sx4TzkJ'] ?? $this->get_Messenger_HandlerDescriptor_Sx4TzkJService());
  33400.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  33401.             yield => ($this->privates['.messenger.handler_descriptor.3.rzR14'] ?? $this->get_Messenger_HandlerDescriptor_3_RzR14Service());
  33402.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask' => new RewindableGenerator(function () {
  33403.             yield => ($this->privates['.messenger.handler_descriptor.yKXilMm'] ?? $this->get_Messenger_HandlerDescriptor_YKXilMmService());
  33404.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask' => new RewindableGenerator(function () {
  33405.             yield => ($this->privates['.messenger.handler_descriptor.RWDR7vF'] ?? $this->get_Messenger_HandlerDescriptor_RWDR7vFService());
  33406.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage' => new RewindableGenerator(function () {
  33407.             yield => ($this->privates['.messenger.handler_descriptor.z290ooz'] ?? $this->get_Messenger_HandlerDescriptor_Z290oozService());
  33408.         }, 1), 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask' => new RewindableGenerator(function () {
  33409.             yield => ($this->privates['.messenger.handler_descriptor.D8Msq11'] ?? $this->get_Messenger_HandlerDescriptor_D8Msq11Service());
  33410.         }, 1), 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\WarmUpMessage' => new RewindableGenerator(function () {
  33411.             yield => ($this->privates['.messenger.handler_descriptor.9FtfQXI'] ?? $this->get_Messenger_HandlerDescriptor_9FtfQXIService());
  33412.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask' => new RewindableGenerator(function () {
  33413.             yield => ($this->privates['.messenger.handler_descriptor.RaXVyBY'] ?? $this->get_Messenger_HandlerDescriptor_RaXVyBYService());
  33414.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexingMessage' => new RewindableGenerator(function () {
  33415.             yield => ($this->privates['.messenger.handler_descriptor.9zA2HRZ'] ?? $this->get_Messenger_HandlerDescriptor_9zA2HRZService());
  33416.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchLanguageIndexIteratorMessage' => new RewindableGenerator(function () {
  33417.             yield => ($this->privates['.messenger.handler_descriptor.ZFmY.qW'] ?? $this->get_Messenger_HandlerDescriptor_ZFmY_QWService());
  33418.         }, 1), 'Shopware\\Elasticsearch\\Admin\\AdminSearchIndexingMessage' => new RewindableGenerator(function () {
  33419.             yield => ($this->privates['.messenger.handler_descriptor.blq.UUc'] ?? $this->get_Messenger_HandlerDescriptor_Blq_UUcService());
  33420.         }, 1), 'Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTask' => new RewindableGenerator(function () {
  33421.             yield => ($this->privates['.messenger.handler_descriptor.yvzCJmc'] ?? $this->get_Messenger_HandlerDescriptor_YvzCJmcService());
  33422.         }, 1), 'Kiener\\MolliePayments\\ScheduledTask\\Subscription\\RenewalReminder\\RenewalReminderTaskDev' => new RewindableGenerator(function () {
  33423.             yield => ($this->privates['.messenger.handler_descriptor.Vt5iujS'] ?? $this->get_Messenger_HandlerDescriptor_Vt5iujSService());
  33424.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  33425.             yield => ($this->privates['.messenger.handler_descriptor.g5T3Vdz'] ?? $this->get_Messenger_HandlerDescriptor_G5T3VdzService());
  33426.         }, 1)]));
  33427.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  33428.         return $instance;
  33429.     }
  33430.     /**
  33431.      * Gets the private 'messenger.bus.shopware.middleware.traceable' shared service.
  33432.      *
  33433.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  33434.      */
  33435.     protected function getMessenger_Bus_Shopware_Middleware_TraceableService()
  33436.     {
  33437.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  33438.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  33439.         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');
  33440.     }
  33441.     /**
  33442.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  33443.      *
  33444.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  33445.      */
  33446.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  33447.     {
  33448.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  33449.         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()));
  33450.     }
  33451.     /**
  33452.      * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  33453.      *
  33454.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  33455.      */
  33456.     protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  33457.     {
  33458.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  33459.         return $this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  33460.     }
  33461.     /**
  33462.      * Gets the private 'messenger.middleware.send_message' shared service.
  33463.      *
  33464.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  33465.      */
  33466.     protected function getMessenger_Middleware_SendMessageService()
  33467.     {
  33468.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  33469.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  33470.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  33471.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DefaultSenderLocator.php';
  33472.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  33473.         $a = ($this->privates['.service_locator.ltYzMMM'] ?? $this->get_ServiceLocator_LtYzMMMService());
  33474.         if (isset($this->privates['messenger.middleware.send_message'])) {
  33475.             return $this->privates['messenger.middleware.send_message'];
  33476.         }
  33477.         $b = ($this->privates['messenger.transport.default'] ?? $this->getMessenger_Transport_DefaultService());
  33478.         if (isset($this->privates['messenger.middleware.send_message'])) {
  33479.             return $this->privates['messenger.middleware.send_message'];
  33480.         }
  33481.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33482.         if (isset($this->privates['messenger.middleware.send_message'])) {
  33483.             return $this->privates['messenger.middleware.send_message'];
  33484.         }
  33485.         $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([], $a), $b'default'), $c);
  33486.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  33487.         return $instance;
  33488.     }
  33489.     /**
  33490.      * Gets the private 'messenger.receiver_locator' shared service.
  33491.      *
  33492.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  33493.      */
  33494.     protected function getMessenger_ReceiverLocatorService()
  33495.     {
  33496.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  33497.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  33498.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  33499.         ], [
  33500.             'default' => '?',
  33501.             'messenger.transport.default' => '?',
  33502.         ]);
  33503.     }
  33504.     /**
  33505.      * Gets the private 'messenger.retry.multiplier_retry_strategy.default' shared service.
  33506.      *
  33507.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  33508.      */
  33509.     protected function getMessenger_Retry_MultiplierRetryStrategy_DefaultService()
  33510.     {
  33511.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  33512.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  33513.         return $this->privates['messenger.retry.multiplier_retry_strategy.default'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  33514.     }
  33515.     /**
  33516.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  33517.      *
  33518.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  33519.      */
  33520.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  33521.     {
  33522.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  33523.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33524.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  33525.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  33526.         }
  33527.         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, [
  33528.             'default' => ['privates''messenger.retry.multiplier_retry_strategy.default''getMessenger_Retry_MultiplierRetryStrategy_DefaultService'false],
  33529.         ], [
  33530.             'default' => '?',
  33531.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  33532.     }
  33533.     /**
  33534.      * Gets the private 'messenger.routable_message_bus' shared service.
  33535.      *
  33536.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  33537.      */
  33538.     protected function getMessenger_RoutableMessageBusService()
  33539.     {
  33540.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  33541.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  33542.         if (isset($this->privates['messenger.routable_message_bus'])) {
  33543.             return $this->privates['messenger.routable_message_bus'];
  33544.         }
  33545.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  33546.             'messenger.bus.shopware' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  33547.         ], [
  33548.             'messenger.bus.shopware' => '?',
  33549.         ]), $a);
  33550.     }
  33551.     /**
  33552.      * Gets the private 'messenger.transport.default' shared service.
  33553.      *
  33554.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  33555.      */
  33556.     protected function getMessenger_Transport_DefaultService()
  33557.     {
  33558.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  33559.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  33560.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  33561.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  33562.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  33563.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  33564.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  33565.         return $this->privates['messenger.transport.default'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  33566.             yield => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  33567.             yield => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  33568.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  33569.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  33570.             yield => $this->getEnqueue_MessengerTransport_FactoryService();
  33571.         }, 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())));
  33572.     }
  33573.     /**
  33574.      * Gets the private 'messenger.transport.sync.factory' shared service.
  33575.      *
  33576.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  33577.      */
  33578.     protected function getMessenger_Transport_Sync_FactoryService()
  33579.     {
  33580.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  33581.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  33582.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  33583.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  33584.             return $this->privates['messenger.transport.sync.factory'];
  33585.         }
  33586.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  33587.     }
  33588.     /**
  33589.      * Gets the private 'mime_types' shared service.
  33590.      *
  33591.      * @return \Symfony\Component\Mime\MimeTypes
  33592.      */
  33593.     protected function getMimeTypesService()
  33594.     {
  33595.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  33596.         $instance->setDefault($instance);
  33597.         return $instance;
  33598.     }
  33599.     /**
  33600.      * Gets the private 'mollie_payments.logger' shared service.
  33601.      *
  33602.      * @return \Monolog\Logger
  33603.      */
  33604.     protected function getMolliePayments_LoggerService()
  33605.     {
  33606.         return $this->privates['mollie_payments.logger'] = (new \Kiener\MolliePayments\Service\Logger\MollieLoggerFactory(($this->privates['Kiener\\MolliePayments\\Service\\SettingsService'] ?? $this->getSettingsServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), (\dirname(__DIR__3).'/log/mollie_dev.log'), 14))->createLogger();
  33607.     }
  33608.     /**
  33609.      * Gets the private 'monolog.command.server_log' shared service.
  33610.      *
  33611.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  33612.      */
  33613.     protected function getMonolog_Command_ServerLogService()
  33614.     {
  33615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33616.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  33617.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  33618.         $instance->setName('server:log');
  33619.         $instance->setDescription('Start a log server that displays logs in real time');
  33620.         return $instance;
  33621.     }
  33622.     /**
  33623.      * Gets the private 'monolog.handler.business_event_handler_buffer' shared service.
  33624.      *
  33625.      * @return \Monolog\Handler\BufferHandler
  33626.      */
  33627.     protected function getMonolog_Handler_BusinessEventHandlerBufferService()
  33628.     {
  33629.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  33630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/DoctrineSQLHandler.php';
  33631.         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())), 0100truefalse);
  33632.     }
  33633.     /**
  33634.      * Gets the private 'monolog.handler.console' shared service.
  33635.      *
  33636.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  33637.      */
  33638.     protected function getMonolog_Handler_ConsoleService()
  33639.     {
  33640.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  33641.     }
  33642.     /**
  33643.      * Gets the private 'monolog.logger' shared service.
  33644.      *
  33645.      * @return \Symfony\Bridge\Monolog\Logger
  33646.      */
  33647.     protected function getMonolog_LoggerService()
  33648.     {
  33649.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  33650.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  33651.         $instance->useMicrosecondTimestamps(true);
  33652.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  33653.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  33654.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  33655.         return $instance;
  33656.     }
  33657.     /**
  33658.      * Gets the private 'monolog.logger.cache' shared service.
  33659.      *
  33660.      * @return \Symfony\Bridge\Monolog\Logger
  33661.      */
  33662.     protected function getMonolog_Logger_CacheService()
  33663.     {
  33664.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  33665.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  33666.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  33667.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  33668.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  33669.         return $instance;
  33670.     }
  33671.     /**
  33672.      * Gets the private 'monolog.logger.mailer' shared service.
  33673.      *
  33674.      * @return \Symfony\Bridge\Monolog\Logger
  33675.      */
  33676.     protected function getMonolog_Logger_MailerService()
  33677.     {
  33678.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  33679.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  33680.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  33681.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  33682.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  33683.         return $instance;
  33684.     }
  33685.     /**
  33686.      * Gets the private 'monolog.logger.messenger' shared service.
  33687.      *
  33688.      * @return \Symfony\Bridge\Monolog\Logger
  33689.      */
  33690.     protected function getMonolog_Logger_MessengerService()
  33691.     {
  33692.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  33693.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  33694.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  33695.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  33696.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  33697.         return $instance;
  33698.     }
  33699.     /**
  33700.      * Gets the private 'monolog.logger.request' shared service.
  33701.      *
  33702.      * @return \Symfony\Bridge\Monolog\Logger
  33703.      */
  33704.     protected function getMonolog_Logger_RequestService()
  33705.     {
  33706.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  33707.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  33708.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  33709.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  33710.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  33711.         return $instance;
  33712.     }
  33713.     /**
  33714.      * Gets the private 'parameter_bag' shared service.
  33715.      *
  33716.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  33717.      */
  33718.     protected function getParameterBagService()
  33719.     {
  33720.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  33721.     }
  33722.     /**
  33723.      * Gets the private 'profiler_listener' shared service.
  33724.      *
  33725.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  33726.      */
  33727.     protected function getProfilerListenerService()
  33728.     {
  33729.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  33730.         if (isset($this->privates['profiler_listener'])) {
  33731.             return $this->privates['profiler_listener'];
  33732.         }
  33733.         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);
  33734.     }
  33735.     /**
  33736.      * Gets the private 'property_info' shared service.
  33737.      *
  33738.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  33739.      */
  33740.     protected function getPropertyInfoService()
  33741.     {
  33742.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  33743.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  33744.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  33745.         }, 2), new RewindableGenerator(function () {
  33746.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  33747.         }, 1), new RewindableGenerator(function () {
  33748.             return new \EmptyIterator();
  33749.         }, 0), new RewindableGenerator(function () {
  33750.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  33751.         }, 1), new RewindableGenerator(function () {
  33752.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  33753.         }, 1));
  33754.     }
  33755.     /**
  33756.      * Gets the private 'property_info.serializer_extractor' shared service.
  33757.      *
  33758.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  33759.      */
  33760.     protected function getPropertyInfo_SerializerExtractorService()
  33761.     {
  33762.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  33763.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  33764.     }
  33765.     /**
  33766.      * Gets the private 'router.cache_warmer' shared service.
  33767.      *
  33768.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  33769.      */
  33770.     protected function getRouter_CacheWarmerService()
  33771.     {
  33772.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  33773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  33774.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  33775.             'router' => ['services''router''getRouterService'false],
  33776.         ], [
  33777.             'router' => '?',
  33778.         ]))->withContext('router.cache_warmer'$this));
  33779.     }
  33780.     /**
  33781.      * Gets the private 'router.default' shared service.
  33782.      *
  33783.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  33784.      */
  33785.     protected function getRouter_DefaultService()
  33786.     {
  33787.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  33788.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  33789.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  33790.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  33791.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  33792.         $this->privates['router.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  33793.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  33794.         ], [
  33795.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  33796.         ]))->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');
  33797.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  33798.         return $instance;
  33799.     }
  33800.     /**
  33801.      * Gets the private 'router.request_context' shared service.
  33802.      *
  33803.      * @return \Symfony\Component\Routing\RequestContext
  33804.      */
  33805.     protected function getRouter_RequestContextService()
  33806.     {
  33807.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  33808.     }
  33809.     /**
  33810.      * Gets the private 'router_listener' shared service.
  33811.      *
  33812.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  33813.      */
  33814.     protected function getRouterListenerService()
  33815.     {
  33816.         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);
  33817.     }
  33818.     /**
  33819.      * Gets the private 'secrets.vault' shared service.
  33820.      *
  33821.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  33822.      */
  33823.     protected function getSecrets_VaultService()
  33824.     {
  33825.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  33826.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  33827.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  33828.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  33829.         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'));
  33830.     }
  33831.     /**
  33832.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  33833.      *
  33834.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  33835.      */
  33836.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  33837.     {
  33838.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  33839.     }
  33840.     /**
  33841.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  33842.      *
  33843.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  33844.      */
  33845.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  33846.     {
  33847.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  33848.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULLNULL), 0'doctrine.orm');
  33849.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  33850.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  33851.     }
  33852.     /**
  33853.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  33854.      *
  33855.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  33856.      */
  33857.     protected function getSensioFrameworkExtra_View_ListenerService()
  33858.     {
  33859.         $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))));
  33860.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  33861.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  33862.         ], [
  33863.             'twig' => '?',
  33864.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  33865.         return $instance;
  33866.     }
  33867.     /**
  33868.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  33869.      *
  33870.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  33871.      */
  33872.     protected function getSerializer_Mapping_CacheWarmerService()
  33873.     {
  33874.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  33875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  33876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  33877.         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'));
  33878.     }
  33879.     /**
  33880.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  33881.      *
  33882.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  33883.      */
  33884.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  33885.     {
  33886.         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()))]));
  33887.     }
  33888.     /**
  33889.      * Gets the private 'session.factory' shared service.
  33890.      *
  33891.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  33892.      */
  33893.     protected function getSession_FactoryService()
  33894.     {
  33895.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  33896.         if (isset($this->privates['session.factory'])) {
  33897.             return $this->privates['session.factory'];
  33898.         }
  33899.         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']);
  33900.     }
  33901.     /**
  33902.      * Gets the private 'session.flash_bag' shared service.
  33903.      *
  33904.      * @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
  33905.      *
  33906.      * @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
  33907.      */
  33908.     protected function getSession_FlashBagService()
  33909.     {
  33910.         trigger_deprecation('symfony/framework-bundle''5.1''The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
  33911.         return ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
  33912.     }
  33913.     /**
  33914.      * Gets the private 'session.storage.factory.native' shared service.
  33915.      *
  33916.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
  33917.      */
  33918.     protected function getSession_Storage_Factory_NativeService()
  33919.     {
  33920.         return $this->privates['session.storage.factory.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true);
  33921.     }
  33922.     /**
  33923.      * Gets the private 'session_listener' shared service.
  33924.      *
  33925.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  33926.      */
  33927.     protected function getSessionListenerService()
  33928.     {
  33929.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  33930.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  33931.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  33932.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  33933.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  33934.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  33935.         ], [
  33936.             'initialized_session' => '?',
  33937.             'logger' => '?',
  33938.             'session' => '?',
  33939.             'session_collector' => '?',
  33940.             'session_factory' => '?',
  33941.         ]), true$this->parameters['session.storage.options']);
  33942.     }
  33943.     /**
  33944.      * Gets the private 'shopware.api.authorization_server' shared service.
  33945.      *
  33946.      * @return \League\OAuth2\Server\AuthorizationServer
  33947.      */
  33948.     protected function getShopware_Api_AuthorizationServerService()
  33949.     {
  33950.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  33951.         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 () {
  33952.             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()));
  33953.             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()));
  33954.             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()));
  33955.         }, 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'));
  33956.     }
  33957.     /**
  33958.      * Gets the private 'shopware.app_system.guzzle' shared service.
  33959.      *
  33960.      * @return \GuzzleHttp\Client
  33961.      */
  33962.     protected function getShopware_AppSystem_GuzzleService($lazyLoad true)
  33963.     {
  33964.         if ($lazyLoad) {
  33965.             return $this->privates['shopware.app_system.guzzle'] = $this->createProxy('Client_b190fb5', function () {
  33966.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  33967.                     $wrappedInstance $this->getShopware_AppSystem_GuzzleService(false);
  33968.                     $proxy->setProxyInitializer(null);
  33969.                     return true;
  33970.                 });
  33971.             });
  33972.         }
  33973.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  33974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/Guzzle/AuthMiddleware.php';
  33975.         $a \GuzzleHttp\HandlerStack::create();
  33976.         $a->push(new \Shopware\Core\Framework\App\Hmac\Guzzle\AuthMiddleware('6.4.20.2', ($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] ?? $this->getAppLocaleProviderService())));
  33977.         return new \GuzzleHttp\Client(['timeout' => 5'connect_timeout' => 1'handler' => $a]);
  33978.     }
  33979.     /**
  33980.      * Gets the private 'shopware.asset.asset' shared service.
  33981.      *
  33982.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  33983.      */
  33984.     protected function getShopware_Asset_AssetService()
  33985.     {
  33986.         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()));
  33987.     }
  33988.     /**
  33989.      * Gets the private 'shopware.asset.asset.version_strategy' shared service.
  33990.      *
  33991.      * @return \Shopware\Core\Framework\Adapter\Asset\FlysystemLastModifiedVersionStrategy
  33992.      */
  33993.     protected function getShopware_Asset_Asset_VersionStrategyService()
  33994.     {
  33995.         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()));
  33996.     }
  33997.     /**
  33998.      * Gets the private 'shopware.asset.public' shared service.
  33999.      *
  34000.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  34001.      */
  34002.     protected function getShopware_Asset_PublicService()
  34003.     {
  34004.         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())));
  34005.     }
  34006.     /**
  34007.      * Gets the private 'shopware.asset.sitemap' shared service.
  34008.      *
  34009.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  34010.      */
  34011.     protected function getShopware_Asset_SitemapService()
  34012.     {
  34013.         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())));
  34014.     }
  34015.     /**
  34016.      * Gets the private 'shopware.asset.theme' shared service.
  34017.      *
  34018.      * @return \Shopware\Storefront\Theme\ThemeAssetPackage
  34019.      */
  34020.     protected function getShopware_Asset_ThemeService()
  34021.     {
  34022.         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())));
  34023.     }
  34024.     /**
  34025.      * Gets the private 'shopware.elasticsearch.logger' shared service.
  34026.      *
  34027.      * @return \Psr\Log\LoggerInterface
  34028.      */
  34029.     protected function getShopware_Elasticsearch_LoggerService()
  34030.     {
  34031.         return $this->privates['shopware.elasticsearch.logger'] = ($this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] ?? $this->getLoggerFactoryService())->createRotating('elasticsearch'90100);
  34032.     }
  34033.     /**
  34034.      * Gets the private 'shopware.es.profiled.adminClient.inner' shared service.
  34035.      *
  34036.      * @return \Elasticsearch\Client
  34037.      */
  34038.     protected function getShopware_Es_Profiled_AdminClient_InnerService($lazyLoad true)
  34039.     {
  34040.         if ($lazyLoad) {
  34041.             return $this->privates['shopware.es.profiled.adminClient.inner'] = $this->createProxy('Client_dba3ed3', function () {
  34042.                 return \Client_dba3ed3::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  34043.                     $wrappedInstance $this->getShopware_Es_Profiled_AdminClient_InnerService(false);
  34044.                     $proxy->setProxyInitializer(null);
  34045.                     return true;
  34046.                 });
  34047.             });
  34048.         }
  34049.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ClientFactory.php';
  34050.         return \Shopware\Elasticsearch\Framework\ClientFactory::createClient($this->getEnv('string:ADMIN_OPENSEARCH_URL'), ($this->privates['shopware.elasticsearch.logger'] ?? $this->getShopware_Elasticsearch_LoggerService()), true$this->parameters['elasticsearch.ssl']);
  34051.     }
  34052.     /**
  34053.      * Gets the private 'shopware.es.profiled.client.inner' shared service.
  34054.      *
  34055.      * @return \Elasticsearch\Client
  34056.      */
  34057.     protected function getShopware_Es_Profiled_Client_InnerService($lazyLoad true)
  34058.     {
  34059.         if ($lazyLoad) {
  34060.             return $this->privates['shopware.es.profiled.client.inner'] = $this->createProxy('Client_dba3ed3', function () {
  34061.                 return \Client_dba3ed3::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  34062.                     $wrappedInstance $this->getShopware_Es_Profiled_Client_InnerService(false);
  34063.                     $proxy->setProxyInitializer(null);
  34064.                     return true;
  34065.                 });
  34066.             });
  34067.         }
  34068.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ClientFactory.php';
  34069.         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']);
  34070.     }
  34071.     /**
  34072.      * Gets the private 'shopware.increment.message_queue.gateway.mysql' shared service.
  34073.      *
  34074.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  34075.      */
  34076.     protected function getShopware_Increment_MessageQueue_Gateway_MysqlService()
  34077.     {
  34078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  34079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  34080.         $this->privates['shopware.increment.message_queue.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34081.         $instance->setPool('message_queue');
  34082.         $instance->setConfig([]);
  34083.         return $instance;
  34084.     }
  34085.     /**
  34086.      * Gets the private 'shopware.increment.user_activity.gateway.mysql' shared service.
  34087.      *
  34088.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  34089.      */
  34090.     protected function getShopware_Increment_UserActivity_Gateway_MysqlService()
  34091.     {
  34092.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  34093.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  34094.         $this->privates['shopware.increment.user_activity.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34095.         $instance->setPool('user_activity');
  34096.         $instance->setConfig([]);
  34097.         return $instance;
  34098.     }
  34099.     /**
  34100.      * Gets the private 'shopware.jwt_config' shared service.
  34101.      *
  34102.      * @return \Lcobucci\JWT\Configuration
  34103.      */
  34104.     protected function getShopware_JwtConfigService()
  34105.     {
  34106.         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')))));
  34107.     }
  34108.     /**
  34109.      * Gets the private 'shopware.rate_limiter' shared service.
  34110.      *
  34111.      * @return \Shopware\Core\Framework\RateLimiter\RateLimiter
  34112.      */
  34113.     protected function getShopware_RateLimiterService()
  34114.     {
  34115.         $this->privates['shopware.rate_limiter'] = $instance = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  34116.         $a = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  34117.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34118.         $c = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  34119.         $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));
  34120.         $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));
  34121.         $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));
  34122.         $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));
  34123.         $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));
  34124.         $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));
  34125.         $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));
  34126.         $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));
  34127.         $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));
  34128.         return $instance;
  34129.     }
  34130.     /**
  34131.      * Gets the private 'slugify' shared service.
  34132.      *
  34133.      * @return \Cocur\Slugify\Slugify
  34134.      */
  34135.     protected function getSlugifyService()
  34136.     {
  34137.         return $this->privates['slugify'] = new \Cocur\Slugify\Slugify($this->parameters['shopware.slug.config']);
  34138.     }
  34139.     /**
  34140.      * Gets the private 'translation.extractor' shared service.
  34141.      *
  34142.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  34143.      */
  34144.     protected function getTranslation_ExtractorService()
  34145.     {
  34146.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  34147.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  34148.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  34149.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  34150.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  34151.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  34152.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  34153.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  34154.         return $instance;
  34155.     }
  34156.     /**
  34157.      * Gets the private 'translation.loader.csv' shared service.
  34158.      *
  34159.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  34160.      */
  34161.     protected function getTranslation_Loader_CsvService()
  34162.     {
  34163.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34164.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34165.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34166.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  34167.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  34168.     }
  34169.     /**
  34170.      * Gets the private 'translation.loader.dat' shared service.
  34171.      *
  34172.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  34173.      */
  34174.     protected function getTranslation_Loader_DatService()
  34175.     {
  34176.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34177.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  34178.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  34179.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  34180.     }
  34181.     /**
  34182.      * Gets the private 'translation.loader.ini' shared service.
  34183.      *
  34184.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  34185.      */
  34186.     protected function getTranslation_Loader_IniService()
  34187.     {
  34188.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34189.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34190.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34191.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  34192.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  34193.     }
  34194.     /**
  34195.      * Gets the private 'translation.loader.json' shared service.
  34196.      *
  34197.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  34198.      */
  34199.     protected function getTranslation_Loader_JsonService()
  34200.     {
  34201.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34202.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34203.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34204.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  34205.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  34206.     }
  34207.     /**
  34208.      * Gets the private 'translation.loader.mo' shared service.
  34209.      *
  34210.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  34211.      */
  34212.     protected function getTranslation_Loader_MoService()
  34213.     {
  34214.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34215.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34216.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34217.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  34218.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  34219.     }
  34220.     /**
  34221.      * Gets the private 'translation.loader.php' shared service.
  34222.      *
  34223.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  34224.      */
  34225.     protected function getTranslation_Loader_PhpService()
  34226.     {
  34227.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34228.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34229.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34230.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  34231.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  34232.     }
  34233.     /**
  34234.      * Gets the private 'translation.loader.po' shared service.
  34235.      *
  34236.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  34237.      */
  34238.     protected function getTranslation_Loader_PoService()
  34239.     {
  34240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34241.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34243.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  34244.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  34245.     }
  34246.     /**
  34247.      * Gets the private 'translation.loader.qt' shared service.
  34248.      *
  34249.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  34250.      */
  34251.     protected function getTranslation_Loader_QtService()
  34252.     {
  34253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34254.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  34255.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  34256.     }
  34257.     /**
  34258.      * Gets the private 'translation.loader.res' shared service.
  34259.      *
  34260.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  34261.      */
  34262.     protected function getTranslation_Loader_ResService()
  34263.     {
  34264.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34265.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  34266.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  34267.     }
  34268.     /**
  34269.      * Gets the private 'translation.loader.xliff' shared service.
  34270.      *
  34271.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  34272.      */
  34273.     protected function getTranslation_Loader_XliffService()
  34274.     {
  34275.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34276.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  34277.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  34278.     }
  34279.     /**
  34280.      * Gets the private 'translation.loader.yml' shared service.
  34281.      *
  34282.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  34283.      */
  34284.     protected function getTranslation_Loader_YmlService()
  34285.     {
  34286.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34287.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34288.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34289.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  34290.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  34291.     }
  34292.     /**
  34293.      * Gets the private 'translation.provider_collection' shared service.
  34294.      *
  34295.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  34296.      */
  34297.     protected function getTranslation_ProviderCollectionService()
  34298.     {
  34299.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  34300.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  34301.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  34302.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  34303.         }, 1), []))->fromConfig([]);
  34304.     }
  34305.     /**
  34306.      * Gets the private 'translation.reader' shared service.
  34307.      *
  34308.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  34309.      */
  34310.     protected function getTranslation_ReaderService()
  34311.     {
  34312.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  34313.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  34314.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34315.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34316.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34317.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  34318.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  34319.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  34320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  34321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  34322.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  34323.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  34324.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  34325.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  34326.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  34327.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  34328.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  34329.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  34330.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  34331.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  34332.         $instance->addLoader('yaml'$a);
  34333.         $instance->addLoader('yml'$a);
  34334.         $instance->addLoader('xlf'$b);
  34335.         $instance->addLoader('xliff'$b);
  34336.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  34337.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  34338.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  34339.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  34340.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  34341.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  34342.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  34343.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  34344.         return $instance;
  34345.     }
  34346.     /**
  34347.      * Gets the private 'translation.warmer' shared service.
  34348.      *
  34349.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  34350.      */
  34351.     protected function getTranslation_WarmerService()
  34352.     {
  34353.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  34354.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  34355.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  34356.             'translator' => ['services''translator''getTranslatorService'false],
  34357.         ], [
  34358.             'translator' => '?',
  34359.         ]))->withContext('translation.warmer'$this));
  34360.     }
  34361.     /**
  34362.      * Gets the private 'translation.writer' shared service.
  34363.      *
  34364.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  34365.      */
  34366.     protected function getTranslation_WriterService()
  34367.     {
  34368.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  34369.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  34370.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  34371.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  34372.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  34373.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  34374.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  34375.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  34376.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  34377.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  34378.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  34379.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  34380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  34381.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  34382.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  34383.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  34384.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  34385.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  34386.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  34387.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  34388.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  34389.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  34390.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  34391.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  34392.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  34393.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  34394.         return $instance;
  34395.     }
  34396.     /**
  34397.      * Gets the private 'translator.default' shared service.
  34398.      *
  34399.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  34400.      */
  34401.     protected function getTranslator_DefaultService()
  34402.     {
  34403.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  34404.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  34405.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  34406.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  34407.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  34408.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  34409.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  34410.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  34411.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  34412.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  34413.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  34414.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  34415.         ], [
  34416.             'translation.loader.csv' => '?',
  34417.             'translation.loader.dat' => '?',
  34418.             'translation.loader.ini' => '?',
  34419.             'translation.loader.json' => '?',
  34420.             'translation.loader.mo' => '?',
  34421.             'translation.loader.php' => '?',
  34422.             'translation.loader.po' => '?',
  34423.             'translation.loader.qt' => '?',
  34424.             'translation.loader.res' => '?',
  34425.             'translation.loader.xliff' => '?',
  34426.             'translation.loader.yml' => '?',
  34427.         ]), ($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/FroshTools/src/translations'), 23 => (\dirname(__DIR__4).'/custom/plugins/SwpaMenu/src/translations'), 24 => (\dirname(__DIR__4).'/custom/plugins/ScopPlatformRedirecter/src/translations'), 25 => (\dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/translations'), 26 => (\dirname(__DIR__4).'/custom/plugins/AtcCustom/src/translations'), 27 => (\dirname(__DIR__4).'/custom/plugins/MolliePayments/src/translations'), 28 => (\dirname(__DIR__4).'/custom/plugins/ElgentosDutchEmailTemplates/src/translations'), 29 => (\dirname(__DIR__4).'/custom/plugins/ThemeCarbonized/src/translations'), 30 => (\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/FroshTools/src/translations'23 => 'custom/plugins/SwpaMenu/src/translations'24 => 'custom/plugins/ScopPlatformRedirecter/src/translations'25 => 'custom/plugins/ThemeOkeonline/src/translations'26 => 'custom/plugins/AtcCustom/src/translations'27 => 'custom/plugins/MolliePayments/src/translations'28 => 'custom/plugins/ElgentosDutchEmailTemplates/src/translations'29 => 'custom/plugins/ThemeCarbonized/src/translations'30 => 'vendor/shopware/core/Framework/Plugin/KernelPluginLoader/translations']]], []);
  34428.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  34429.         $instance->setFallbackLocales([=> 'en_GB'=> 'en']);
  34430.         return $instance;
  34431.     }
  34432.     /**
  34433.      * Gets the private 'translator.formatter.default' shared service.
  34434.      *
  34435.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  34436.      */
  34437.     protected function getTranslator_Formatter_DefaultService()
  34438.     {
  34439.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator());
  34440.     }
  34441.     /**
  34442.      * Gets the private 'twig.command.debug' shared service.
  34443.      *
  34444.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  34445.      */
  34446.     protected function getTwig_Command_DebugService()
  34447.     {
  34448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34449.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  34450.         $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()));
  34451.         $instance->setName('debug:twig');
  34452.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  34453.         return $instance;
  34454.     }
  34455.     /**
  34456.      * Gets the private 'twig.command.lint' shared service.
  34457.      *
  34458.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  34459.      */
  34460.     protected function getTwig_Command_LintService()
  34461.     {
  34462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34463.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  34464.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  34465.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  34466.         $instance->setName('lint:twig');
  34467.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  34468.         return $instance;
  34469.     }
  34470.     /**
  34471.      * Gets the private 'twig.extension.trans' shared service.
  34472.      *
  34473.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  34474.      */
  34475.     protected function getTwig_Extension_TransService()
  34476.     {
  34477.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  34478.         if (isset($this->privates['twig.extension.trans'])) {
  34479.             return $this->privates['twig.extension.trans'];
  34480.         }
  34481.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension($a);
  34482.     }
  34483.     /**
  34484.      * Gets the private 'twig.loader.chain' shared service.
  34485.      *
  34486.      * @return \Twig\Loader\ChainLoader
  34487.      */
  34488.     protected function getTwig_Loader_ChainService()
  34489.     {
  34490.         $this->privates['twig.loader.chain'] = $instance = new \Twig\Loader\ChainLoader();
  34491.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  34492.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  34493.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  34494.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'Enqueue');
  34495.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), '!Enqueue');
  34496.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  34497.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), '!Framework');
  34498.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  34499.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), '!Administration');
  34500.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  34501.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), '!Storefront');
  34502.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  34503.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), '!Elasticsearch');
  34504.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  34505.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  34506.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  34507.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), '!Profiling');
  34508.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FroshTools/src/Resources/views'), 'FroshTools');
  34509.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FroshTools/src/Resources/views'), '!FroshTools');
  34510.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ScopPlatformRedirecter/src/Resources/views'), 'ScopPlatformRedirecter');
  34511.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ScopPlatformRedirecter/src/Resources/views'), '!ScopPlatformRedirecter');
  34512.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Resources/views'), 'ThemeOkeOnline');
  34513.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Resources/views'), '!ThemeOkeOnline');
  34514.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AtcCustom/src/Resources/views'), 'OkeonlineAtcCustom');
  34515.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AtcCustom/src/Resources/views'), '!OkeonlineAtcCustom');
  34516.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Resources/views'), 'MolliePayments');
  34517.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Resources/views'), '!MolliePayments');
  34518.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ElgentosDutchEmailTemplates/src/Resources/views'), 'ElgentosDutchEmailTemplates');
  34519.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ElgentosDutchEmailTemplates/src/Resources/views'), '!ElgentosDutchEmailTemplates');
  34520.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ThemeCarbonized/src/Resources/views'), 'ThemeCarbonized');
  34521.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ThemeCarbonized/src/Resources/views'), '!ThemeCarbonized');
  34522.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  34523.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  34524.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources'), 'FrameworkBundle');
  34525.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/Resources'), 'MonologBundle');
  34526.         $a->addPath((\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Resources'), 'SensioFrameworkExtraBundle');
  34527.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources'), 'TwigBundle');
  34528.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'));
  34529.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'DebugBundle');
  34530.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources'), 'DebugBundle');
  34531.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'));
  34532.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'EnqueueBundle');
  34533.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources'), 'EnqueueBundle');
  34534.         $a->addPath((\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/Resources'), 'EnqueueAdapterBundle');
  34535.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'));
  34536.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  34537.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources'), 'Framework');
  34538.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/System/Resources'), 'System');
  34539.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Content/Resources'), 'Content');
  34540.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Checkout/Resources'), 'Checkout');
  34541.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'));
  34542.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  34543.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources'), 'Administration');
  34544.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'));
  34545.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  34546.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views/../app/storefront/dist'), 'Storefront');
  34547.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources'), 'Storefront');
  34548.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'));
  34549.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  34550.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources'), 'Elasticsearch');
  34551.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'));
  34552.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfilerBundle');
  34553.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources'), 'WebProfilerBundle');
  34554.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'));
  34555.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  34556.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources'), 'Profiling');
  34557.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Resources'), 'SwagLanguagePack');
  34558.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Resources'), 'SwagExtensionStore');
  34559.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FroshTools/src/Resources/views'));
  34560.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FroshTools/src/Resources/views'), 'FroshTools');
  34561.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FroshTools/src/Resources'), 'FroshTools');
  34562.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwpaMenu/src/Resources'), 'SwpaMenu');
  34563.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ScopPlatformRedirecter/src/Resources/views'));
  34564.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ScopPlatformRedirecter/src/Resources/views'), 'ScopPlatformRedirecter');
  34565.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ScopPlatformRedirecter/src/Resources'), 'ScopPlatformRedirecter');
  34566.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Resources/views'));
  34567.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Resources/views'), 'ThemeOkeOnline');
  34568.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Resources/views/../app/storefront/dist'), 'ThemeOkeOnline');
  34569.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src/Resources'), 'ThemeOkeOnline');
  34570.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AtcCustom/src/Resources/views'));
  34571.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AtcCustom/src/Resources/views'), 'OkeonlineAtcCustom');
  34572.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AtcCustom/src/Resources'), 'OkeonlineAtcCustom');
  34573.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Resources/views'));
  34574.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Resources/views'), 'MolliePayments');
  34575.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Resources/views/../app/storefront/dist'), 'MolliePayments');
  34576.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MolliePayments/src/Resources'), 'MolliePayments');
  34577.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ElgentosDutchEmailTemplates/src/Resources/views'));
  34578.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ElgentosDutchEmailTemplates/src/Resources/views'), 'ElgentosDutchEmailTemplates');
  34579.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ElgentosDutchEmailTemplates/src/Resources'), 'ElgentosDutchEmailTemplates');
  34580.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ThemeCarbonized/src/Resources/views'));
  34581.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ThemeCarbonized/src/Resources/views'), 'ThemeCarbonized');
  34582.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ThemeCarbonized/src/Resources/views/../app/storefront/dist'), 'ThemeCarbonized');
  34583.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ThemeCarbonized/src/Resources'), 'ThemeCarbonized');
  34584.         $instance->addLoader(($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService()));
  34585.         $instance->addLoader($a);
  34586.         return $instance;
  34587.     }
  34588.     /**
  34589.      * Gets the private 'twig.mailer.message_listener' shared service.
  34590.      *
  34591.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  34592.      */
  34593.     protected function getTwig_Mailer_MessageListenerService()
  34594.     {
  34595.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  34596.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  34597.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  34598.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  34599.         if (isset($this->privates['twig.mailer.message_listener'])) {
  34600.             return $this->privates['twig.mailer.message_listener'];
  34601.         }
  34602.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  34603.     }
  34604.     /**
  34605.      * Gets the private 'twig.runtime.httpkernel' shared service.
  34606.      *
  34607.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  34608.      */
  34609.     protected function getTwig_Runtime_HttpkernelService()
  34610.     {
  34611.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  34612.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  34613.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  34614.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  34615.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  34616.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  34617.         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, [
  34618.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  34619.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  34620.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  34621.         ], [
  34622.             'esi' => '?',
  34623.             'hinclude' => '?',
  34624.             'inline' => '?',
  34625.         ]), $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));
  34626.     }
  34627.     /**
  34628.      * Gets the private 'twig.runtime.security_csrf' shared service.
  34629.      *
  34630.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  34631.      */
  34632.     protected function getTwig_Runtime_SecurityCsrfService()
  34633.     {
  34634.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  34635.         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()));
  34636.     }
  34637.     /**
  34638.      * Gets the private 'twig.runtime.serializer' shared service.
  34639.      *
  34640.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  34641.      */
  34642.     protected function getTwig_Runtime_SerializerService()
  34643.     {
  34644.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  34645.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  34646.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  34647.     }
  34648.     /**
  34649.      * Gets the private 'validator.builder' shared service.
  34650.      *
  34651.      * @return \Symfony\Component\Validator\ValidatorBuilder
  34652.      */
  34653.     protected function getValidator_BuilderService()
  34654.     {
  34655.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  34656.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  34657.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  34658.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator''getCustomerEmailUniqueValidatorService'false],
  34659.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator''getCustomerPasswordMatchesValidatorService'false],
  34660.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator''getCustomerVatIdentificationValidatorService'false],
  34661.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator''getCustomerZipCodeValidatorService'false],
  34662.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator''getEntityExistsValidatorService'false],
  34663.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator''getEntityNotExistsValidatorService'false],
  34664.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  34665.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  34666.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  34667.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  34668.         ], [
  34669.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => '?',
  34670.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => '?',
  34671.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => '?',
  34672.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => '?',
  34673.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => '?',
  34674.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => '?',
  34675.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  34676.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  34677.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  34678.             'validator.expression' => '?',
  34679.         ])));
  34680.         if ($this->has('translator')) {
  34681.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  34682.         }
  34683.         $instance->setTranslationDomain('validators');
  34684.         $instance->enableAnnotationMapping(true);
  34685.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  34686.         $instance->addMethodMapping('loadValidatorMetadata');
  34687.         $instance->addObjectInitializers([]);
  34688.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  34689.         return $instance;
  34690.     }
  34691.     /**
  34692.      * Gets the private 'validator.email' shared service.
  34693.      *
  34694.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  34695.      */
  34696.     protected function getValidator_EmailService()
  34697.     {
  34698.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  34699.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  34700.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  34701.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  34702.     }
  34703.     /**
  34704.      * Gets the private 'validator.expression' shared service.
  34705.      *
  34706.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  34707.      */
  34708.     protected function getValidator_ExpressionService()
  34709.     {
  34710.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  34711.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  34712.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  34713.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  34714.     }
  34715.     /**
  34716.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  34717.      *
  34718.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  34719.      */
  34720.     protected function getValidator_Mapping_CacheWarmerService()
  34721.     {
  34722.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  34723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  34724.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  34725.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  34726.     }
  34727.     /**
  34728.      * Gets the private 'validator.not_compromised_password' shared service.
  34729.      *
  34730.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  34731.      */
  34732.     protected function getValidator_NotCompromisedPasswordService()
  34733.     {
  34734.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  34735.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  34736.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  34737.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  34738.     }
  34739.     /**
  34740.      * Gets the private 'var_dumper.command.server_dump' shared service.
  34741.      *
  34742.      * @return \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand
  34743.      */
  34744.     protected function getVarDumper_Command_ServerDumpService()
  34745.     {
  34746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34747.         include_once \dirname(__DIR__4).'/vendor/symfony/debug-bundle/Command/ServerDumpPlaceholderCommand.php';
  34748.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  34749.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  34750.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  34751.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  34752.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  34753.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  34754.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  34755.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  34756.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  34757.         $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()))]);
  34758.         $instance->setName('server:dump');
  34759.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  34760.         return $instance;
  34761.     }
  34762.     /**
  34763.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  34764.      *
  34765.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  34766.      */
  34767.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  34768.     {
  34769.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  34770.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  34771.         return $instance;
  34772.     }
  34773.     /**
  34774.      * Gets the private 'var_dumper.html_dumper' shared service.
  34775.      *
  34776.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  34777.      */
  34778.     protected function getVarDumper_HtmlDumperService()
  34779.     {
  34780.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  34781.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  34782.         return $instance;
  34783.     }
  34784.     /**
  34785.      * Gets the private 'web_profiler.csp.handler' shared service.
  34786.      *
  34787.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  34788.      */
  34789.     protected function getWebProfiler_Csp_HandlerService()
  34790.     {
  34791.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  34792.     }
  34793.     /**
  34794.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  34795.      *
  34796.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  34797.      */
  34798.     protected function getWebProfiler_DebugToolbarService()
  34799.     {
  34800.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  34801.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  34802.             return $this->privates['web_profiler.debug_toolbar'];
  34803.         }
  34804.         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()));
  34805.     }
  34806.     /**
  34807.      * Gets the public 'cache_clearer' alias.
  34808.      *
  34809.      * @return object The ".container.private.cache_clearer" service.
  34810.      */
  34811.     protected function getCacheClearerService()
  34812.     {
  34813.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  34814.         return $this->get('.container.private.cache_clearer');
  34815.     }
  34816.     /**
  34817.      * Gets the public 'filesystem' alias.
  34818.      *
  34819.      * @return object The ".container.private.filesystem" service.
  34820.      */
  34821.     protected function getFilesystemService()
  34822.     {
  34823.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  34824.         return $this->get('.container.private.filesystem');
  34825.     }
  34826.     /**
  34827.      * Gets the public 'serializer' alias.
  34828.      *
  34829.      * @return object The ".container.private.serializer" service.
  34830.      */
  34831.     protected function getSerializerService()
  34832.     {
  34833.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  34834.         return $this->get('.container.private.serializer');
  34835.     }
  34836.     /**
  34837.      * Gets the public 'security.csrf.token_manager' alias.
  34838.      *
  34839.      * @return object The ".container.private.security.csrf.token_manager" service.
  34840.      */
  34841.     protected function getSecurity_Csrf_TokenManagerService()
  34842.     {
  34843.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  34844.         return $this->get('.container.private.security.csrf.token_manager');
  34845.     }
  34846.     /**
  34847.      * Gets the public 'profiler' alias.
  34848.      *
  34849.      * @return object The ".container.private.profiler" service.
  34850.      */
  34851.     protected function getProfiler2Service()
  34852.     {
  34853.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  34854.         return $this->get('.container.private.profiler');
  34855.     }
  34856.     /**
  34857.      * Gets the public 'twig' alias.
  34858.      *
  34859.      * @return object The ".container.private.twig" service.
  34860.      */
  34861.     protected function getTwigService()
  34862.     {
  34863.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  34864.         return $this->get('.container.private.twig');
  34865.     }
  34866.     /**
  34867.      * Gets the public 'session' alias.
  34868.      *
  34869.      * @return object The ".container.private.session" service.
  34870.      */
  34871.     protected function getSessionService()
  34872.     {
  34873.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  34874.         return $this->get('.container.private.session');
  34875.     }
  34876.     /**
  34877.      * Gets the public 'validator' alias.
  34878.      *
  34879.      * @return object The ".container.private.validator" service.
  34880.      */
  34881.     protected function getValidatorService()
  34882.     {
  34883.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  34884.         return $this->get('.container.private.validator');
  34885.     }
  34886.     /**
  34887.      * @return array|bool|float|int|string|\UnitEnum|null
  34888.      */
  34889.     public function getParameter(string $name)
  34890.     {
  34891.         if (isset($this->buildParameters[$name])) {
  34892.             return $this->buildParameters[$name];
  34893.         }
  34894.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  34895.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  34896.         }
  34897.         if (isset($this->loadedDynamicParameters[$name])) {
  34898.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  34899.         }
  34900.         return $this->parameters[$name];
  34901.     }
  34902.     public function hasParameter(string $name): bool
  34903.     {
  34904.         if (isset($this->buildParameters[$name])) {
  34905.             return true;
  34906.         }
  34907.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  34908.     }
  34909.     public function setParameter(string $name$value): void
  34910.     {
  34911.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  34912.     }
  34913.     public function getParameterBag(): ParameterBagInterface
  34914.     {
  34915.         if (null === $this->parameterBag) {
  34916.             $parameters $this->parameters;
  34917.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  34918.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  34919.             }
  34920.             foreach ($this->buildParameters as $name => $value) {
  34921.                 $parameters[$name] = $value;
  34922.             }
  34923.             $this->parameterBag = new FrozenParameterBag($parameters);
  34924.         }
  34925.         return $this->parameterBag;
  34926.     }
  34927.     private $loadedDynamicParameters = [
  34928.         'kernel.runtime_environment' => false,
  34929.         'kernel.build_dir' => false,
  34930.         'kernel.cache_dir' => false,
  34931.         'APP_URL' => false,
  34932.         'shopware.routing.registered_api_prefixes' => false,
  34933.         'shopware.dbal.time_zone_support_enabled' => false,
  34934.         'shopware.dbal.token_minimum_length' => false,
  34935.         'instance_id' => false,
  34936.         'shopware_administration.path_name' => false,
  34937.         'shopware.http.cache.enabled' => false,
  34938.         'shopware.http.cache.default_ttl' => false,
  34939.         'elasticsearch.enabled' => false,
  34940.         'elasticsearch.indexing_enabled' => false,
  34941.         'elasticsearch.hosts' => false,
  34942.         'elasticsearch.index_prefix' => false,
  34943.         'shopware.cdn.strategy' => false,
  34944.         'kernel.secret' => false,
  34945.         'debug.container.dump' => false,
  34946.         'serializer.mapping.cache.file' => false,
  34947.         'validator.mapping.cache.file' => false,
  34948.         'profiler.storage.dsn' => false,
  34949.         'shopware.cdn' => false,
  34950.         'shopware.deployment' => false,
  34951.         'shopware.deployment.blue_green' => false,
  34952.         'shopware.html_sanitizer' => false,
  34953.         'shopware.html_sanitizer.cache_dir' => false,
  34954.         'shopware.cache' => false,
  34955.         'shopware.cache.redis_prefix' => false,
  34956.         'elasticsearch.indexing_batch_size' => false,
  34957.         'elasticsearch.throw_exception' => false,
  34958.         'elasticsearch.administration' => false,
  34959.         'elasticsearch.administration.hosts' => false,
  34960.         'elasticsearch.administration.enabled' => false,
  34961.         'elasticsearch.administration.refresh_indices' => false,
  34962.         'elasticsearch.administration.index_prefix' => false,
  34963.         'frosh_tools.queue_connection' => false,
  34964.     ];
  34965.     private $dynamicParameters = [];
  34966.     private function getDynamicParameter(string $name)
  34967.     {
  34968.         switch ($name) {
  34969.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  34970.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  34971.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  34972.             case 'APP_URL'$value $this->getEnv('string:APP_URL'); break;
  34973.             case 'shopware.routing.registered_api_prefixes'$value = [
  34974.                 => '_wdt',
  34975.                 => '_profiler',
  34976.                 => '_error',
  34977.                 => 'api',
  34978.                 => 'sw-domain-hash.html',
  34979.                 => 'store-api',
  34980.                 => $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'),
  34981.                 => 'api',
  34982.             ]; break;
  34983.             case 'shopware.dbal.time_zone_support_enabled'$value $this->getEnv('bool:SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED'); break;
  34984.             case 'shopware.dbal.token_minimum_length'$value $this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH'); break;
  34985.             case 'instance_id'$value $this->getEnv('INSTANCE_ID'); break;
  34986.             case 'shopware_administration.path_name'$value $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'); break;
  34987.             case 'shopware.http.cache.enabled'$value $this->getEnv('default:shopware_http_cache_enabled_default:SHOPWARE_HTTP_CACHE_ENABLED'); break;
  34988.             case 'shopware.http.cache.default_ttl'$value $this->getEnv('default:shopware_http_cache_default_ttl_default:SHOPWARE_HTTP_DEFAULT_TTL'); break;
  34989.             case 'elasticsearch.enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'); break;
  34990.             case 'elasticsearch.indexing_enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_INDEXING_ENABLED'); break;
  34991.             case 'elasticsearch.hosts'$value $this->getEnv('string:default:default_whitespace:SHOPWARE_ES_HOSTS'); break;
  34992.             case 'elasticsearch.index_prefix'$value $this->getEnv('string:default:default_elasticsearch_prefix:SHOPWARE_ES_INDEX_PREFIX'); break;
  34993.             case 'shopware.cdn.strategy'$value $this->getEnv('default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'); break;
  34994.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  34995.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer.xml'); break;
  34996.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  34997.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  34998.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  34999.             case 'shopware.cdn'$value = [
  35000.                 'url' => '',
  35001.                 'strategy' => $this->getEnv('string:default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'),
  35002.             ]; break;
  35003.             case 'shopware.deployment'$value = [
  35004.                 'blue_green' => $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'),
  35005.             ]; break;
  35006.             case 'shopware.deployment.blue_green'$value $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'); break;
  35007.             case 'shopware.html_sanitizer'$value = [
  35008.                 'cache_dir' => $this->targetDir.'',
  35009.                 'cache_enabled' => true,
  35010.                 'sets' => [
  35011.                     'basic' => [
  35012.                         'tags' => [
  35013.                             => 'a',
  35014.                             => 'abbr',
  35015.                             => 'acronym',
  35016.                             => 'address',
  35017.                             => 'b',
  35018.                             => 'bdo',
  35019.                             => 'big',
  35020.                             => 'blockquote',
  35021.                             => 'br',
  35022.                             => 'caption',
  35023.                             10 => 'center',
  35024.                             11 => 'cite',
  35025.                             12 => 'code',
  35026.                             13 => 'col',
  35027.                             14 => 'colgroup',
  35028.                             15 => 'dd',
  35029.                             16 => 'del',
  35030.                             17 => 'dfn',
  35031.                             18 => 'dir',
  35032.                             19 => 'div',
  35033.                             20 => 'dl',
  35034.                             21 => 'dt',
  35035.                             22 => 'em',
  35036.                             23 => 'font',
  35037.                             24 => 'h1',
  35038.                             25 => 'h2',
  35039.                             26 => 'h3',
  35040.                             27 => 'h4',
  35041.                             28 => 'h5',
  35042.                             29 => 'h6',
  35043.                             30 => 'hr',
  35044.                             31 => 'i',
  35045.                             32 => 'ins',
  35046.                             33 => 'kbd',
  35047.                             34 => 'li',
  35048.                             35 => 'menu',
  35049.                             36 => 'ol',
  35050.                             37 => 'p',
  35051.                             38 => 'pre',
  35052.                             39 => 'q',
  35053.                             40 => 's',
  35054.                             41 => 'samp',
  35055.                             42 => 'small',
  35056.                             43 => 'span',
  35057.                             44 => 'strike',
  35058.                             45 => 'strong',
  35059.                             46 => 'sub',
  35060.                             47 => 'sup',
  35061.                             48 => 'table',
  35062.                             49 => 'tbody',
  35063.                             50 => 'td',
  35064.                             51 => 'tfoot',
  35065.                             52 => 'th',
  35066.                             53 => 'thead',
  35067.                             54 => 'tr',
  35068.                             55 => 'tt',
  35069.                             56 => 'u',
  35070.                             57 => 'ul',
  35071.                             58 => 'var',
  35072.                         ],
  35073.                         'attributes' => [
  35074.                             => 'align',
  35075.                             => 'bgcolor',
  35076.                             => 'border',
  35077.                             => 'cellpadding',
  35078.                             => 'cellspacing',
  35079.                             => 'cite',
  35080.                             => 'class',
  35081.                             => 'clear',
  35082.                             => 'color',
  35083.                             => 'colspan',
  35084.                             10 => 'dir',
  35085.                             11 => 'face',
  35086.                             12 => 'frame',
  35087.                             13 => 'height',
  35088.                             14 => 'href',
  35089.                             15 => 'id',
  35090.                             16 => 'lang',
  35091.                             17 => 'name',
  35092.                             18 => 'noshade',
  35093.                             19 => 'nowrap',
  35094.                             20 => 'rel',
  35095.                             21 => 'rev',
  35096.                             22 => 'rowspan',
  35097.                             23 => 'scope',
  35098.                             24 => 'size',
  35099.                             25 => 'span',
  35100.                             26 => 'start',
  35101.                             27 => 'style',
  35102.                             28 => 'summary',
  35103.                             29 => 'title',
  35104.                             30 => 'type',
  35105.                             31 => 'valign',
  35106.                             32 => 'value',
  35107.                             33 => 'width',
  35108.                         ],
  35109.                         'options' => [
  35110.                         ],
  35111.                     ],
  35112.                     'media' => [
  35113.                         'tags' => [
  35114.                             => 'img',
  35115.                         ],
  35116.                         'attributes' => [
  35117.                             => 'src',
  35118.                             => 'alt',
  35119.                         ],
  35120.                         'options' => [
  35121.                         ],
  35122.                     ],
  35123.                     'script' => [
  35124.                         'tags' => [
  35125.                             => 'script',
  35126.                         ],
  35127.                         'options' => [
  35128.                             'HTML.Trusted' => true,
  35129.                         ],
  35130.                         'attributes' => [
  35131.                         ],
  35132.                     ],
  35133.                     'tidy' => [
  35134.                         'options' => [
  35135.                             'Output.TidyFormat' => true,
  35136.                         ],
  35137.                         'tags' => [
  35138.                         ],
  35139.                         'attributes' => [
  35140.                         ],
  35141.                     ],
  35142.                 ],
  35143.                 'fields' => [
  35144.                     'product_translation.description' => [
  35145.                         'sets' => [
  35146.                             => 'basic',
  35147.                             => 'media',
  35148.                         ],
  35149.                     ],
  35150.                     'app_cms_block.template' => [
  35151.                         'sets' => [
  35152.                             => 'basic',
  35153.                             => 'media',
  35154.                             => 'tidy',
  35155.                         ],
  35156.                     ],
  35157.                 ],
  35158.             ]; break;
  35159.             case 'shopware.html_sanitizer.cache_dir'$value $this->targetDir.''; break;
  35160.             case 'shopware.cache'$value = [
  35161.                 'redis_prefix' => $this->getEnv('REDIS_PREFIX'),
  35162.                 'invalidation' => [
  35163.                     'delay' => 0,
  35164.                     'count' => 150,
  35165.                     'http_cache' => [
  35166.                         => 'logged-in',
  35167.                         => 'cart-filled',
  35168.                     ],
  35169.                     'product_listing_route' => [
  35170.                     ],
  35171.                     'product_detail_route' => [
  35172.                     ],
  35173.                     'product_review_route' => [
  35174.                     ],
  35175.                     'product_search_route' => [
  35176.                     ],
  35177.                     'product_suggest_route' => [
  35178.                     ],
  35179.                     'product_cross_selling_route' => [
  35180.                     ],
  35181.                     'payment_method_route' => [
  35182.                     ],
  35183.                     'shipping_method_route' => [
  35184.                     ],
  35185.                     'navigation_route' => [
  35186.                     ],
  35187.                     'category_route' => [
  35188.                     ],
  35189.                     'landing_page_route' => [
  35190.                     ],
  35191.                     'language_route' => [
  35192.                     ],
  35193.                     'currency_route' => [
  35194.                     ],
  35195.                     'country_route' => [
  35196.                     ],
  35197.                     'country_state_route' => [
  35198.                     ],
  35199.                     'salutation_route' => [
  35200.                     ],
  35201.                     'sitemap_route' => [
  35202.                     ],
  35203.                 ],
  35204.             ]; break;
  35205.             case 'shopware.cache.redis_prefix'$value $this->getEnv('REDIS_PREFIX'); break;
  35206.             case 'elasticsearch.indexing_batch_size'$value $this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'); break;
  35207.             case 'elasticsearch.throw_exception'$value $this->getEnv('string:SHOPWARE_ES_THROW_EXCEPTION'); break;
  35208.             case 'elasticsearch.administration'$value = [
  35209.                 'hosts' => $this->getEnv('string:ADMIN_OPENSEARCH_URL'),
  35210.                 'enabled' => $this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'),
  35211.                 'refresh_indices' => $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'),
  35212.                 'index_prefix' => $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX'),
  35213.                 'index_settings' => [
  35214.                     'number_of_shards' => 3,
  35215.                     'number_of_replicas' => 3,
  35216.                     'mapping.total_fields.limit' => 50000,
  35217.                     'mapping.nested_fields.limit' => 500,
  35218.                     'mapping.nested_objects.limit' => 1000000,
  35219.                 ],
  35220.                 'analysis' => [
  35221.                     'normalizer' => [
  35222.                         'sw_lowercase_normalizer' => [
  35223.                             'type' => 'custom',
  35224.                             'filter' => [
  35225.                                 => 'lowercase',
  35226.                             ],
  35227.                         ],
  35228.                     ],
  35229.                 ],
  35230.                 'dynamic_templates' => [
  35231.                     => [
  35232.                         'keywords' => [
  35233.                             'match_mapping_type' => 'string',
  35234.                             'mapping' => [
  35235.                                 'type' => 'keyword',
  35236.                                 'normalizer' => 'sw_lowercase_normalizer',
  35237.                                 'fields' => [
  35238.                                     'text' => [
  35239.                                         'type' => 'text',
  35240.                                     ],
  35241.                                 ],
  35242.                             ],
  35243.                         ],
  35244.                     ],
  35245.                 ],
  35246.             ]; break;
  35247.             case 'elasticsearch.administration.hosts'$value $this->getEnv('string:ADMIN_OPENSEARCH_URL'); break;
  35248.             case 'elasticsearch.administration.enabled'$value $this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'); break;
  35249.             case 'elasticsearch.administration.refresh_indices'$value $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'); break;
  35250.             case 'elasticsearch.administration.index_prefix'$value $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX'); break;
  35251.             case 'frosh_tools.queue_connection'$value $this->getEnv('MESSENGER_TRANSPORT_DSN'); break;
  35252.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  35253.         }
  35254.         $this->loadedDynamicParameters[$name] = true;
  35255.         return $this->dynamicParameters[$name] = $value;
  35256.     }
  35257.     protected function getDefaultParameters(): array
  35258.     {
  35259.         return [
  35260.             'kernel.project_dir' => \dirname(__DIR__4),
  35261.             'kernel.environment' => 'dev',
  35262.             'kernel.debug' => true,
  35263.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  35264.             'kernel.bundles' => [
  35265.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  35266.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  35267.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  35268.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  35269.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  35270.                 'EnqueueBundle' => 'Enqueue\\Bundle\\EnqueueBundle',
  35271.                 'EnqueueAdapterBundle' => 'Enqueue\\MessengerAdapter\\Bundle\\EnqueueAdapterBundle',
  35272.                 'Framework' => 'Shopware\\Core\\Framework\\Framework',
  35273.                 'System' => 'Shopware\\Core\\System\\System',
  35274.                 'Content' => 'Shopware\\Core\\Content\\Content',
  35275.                 'Checkout' => 'Shopware\\Core\\Checkout\\Checkout',
  35276.                 'Administration' => 'Shopware\\Administration\\Administration',
  35277.                 'Storefront' => 'Shopware\\Storefront\\Storefront',
  35278.                 'Elasticsearch' => 'Shopware\\Elasticsearch\\Elasticsearch',
  35279.                 'Maintenance' => 'Shopware\\Core\\Maintenance\\Maintenance',
  35280.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  35281.                 'Profiling' => 'Shopware\\Core\\Profiling\\Profiling',
  35282.                 'SwagLanguagePack' => 'Swag\\LanguagePack\\SwagLanguagePack',
  35283.                 'SwagExtensionStore' => 'SwagExtensionStore\\SwagExtensionStore',
  35284.                 'FroshTools' => 'Frosh\\Tools\\FroshTools',
  35285.                 'SwpaMenu' => 'Swpa\\SwpaMenu\\SwpaMenu',
  35286.                 'ScopPlatformRedirecter' => 'Scop\\PlatformRedirecter\\ScopPlatformRedirecter',
  35287.                 'ThemeOkeOnline' => 'ThemeOkeOnline\\ThemeOkeOnline',
  35288.                 'OkeonlineAtcCustom' => 'Okeonline\\AtcCustom\\OkeonlineAtcCustom',
  35289.                 'MolliePayments' => 'Kiener\\MolliePayments\\MolliePayments',
  35290.                 'ElgentosDutchEmailTemplates' => 'ElgentosDutchEmailTemplates\\ElgentosDutchEmailTemplates',
  35291.                 'ThemeCarbonized' => 'ThemeCarbonized\\ThemeCarbonized',
  35292.                 'DbalKernelPluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\DbalKernelPluginLoader',
  35293.             ],
  35294.             'kernel.bundles_metadata' => [
  35295.                 'FrameworkBundle' => [
  35296.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  35297.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  35298.                 ],
  35299.                 'MonologBundle' => [
  35300.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  35301.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  35302.                 ],
  35303.                 'SensioFrameworkExtraBundle' => [
  35304.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  35305.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  35306.                 ],
  35307.                 'TwigBundle' => [
  35308.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  35309.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  35310.                 ],
  35311.                 'DebugBundle' => [
  35312.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  35313.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  35314.                 ],
  35315.                 'EnqueueBundle' => [
  35316.                     'path' => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle'),
  35317.                     'namespace' => 'Enqueue\\Bundle',
  35318.                 ],
  35319.                 'EnqueueAdapterBundle' => [
  35320.                     'path' => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle'),
  35321.                     'namespace' => 'Enqueue\\MessengerAdapter\\Bundle',
  35322.                 ],
  35323.                 'Framework' => [
  35324.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework'),
  35325.                     'namespace' => 'Shopware\\Core\\Framework',
  35326.                 ],
  35327.                 'System' => [
  35328.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/System'),
  35329.                     'namespace' => 'Shopware\\Core\\System',
  35330.                 ],
  35331.                 'Content' => [
  35332.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Content'),
  35333.                     'namespace' => 'Shopware\\Core\\Content',
  35334.                 ],
  35335.                 'Checkout' => [
  35336.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout'),
  35337.                     'namespace' => 'Shopware\\Core\\Checkout',
  35338.                 ],
  35339.                 'Administration' => [
  35340.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/administration'),
  35341.                     'namespace' => 'Shopware\\Administration',
  35342.                 ],
  35343.                 'Storefront' => [
  35344.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  35345.                     'namespace' => 'Shopware\\Storefront',
  35346.                 ],
  35347.                 'Elasticsearch' => [
  35348.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch'),
  35349.                     'namespace' => 'Shopware\\Elasticsearch',
  35350.                 ],
  35351.                 'Maintenance' => [
  35352.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance'),
  35353.                     'namespace' => 'Shopware\\Core\\Maintenance',
  35354.                 ],
  35355.                 'WebProfilerBundle' => [
  35356.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  35357.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  35358.                 ],
  35359.                 'Profiling' => [
  35360.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling'),
  35361.                     'namespace' => 'Shopware\\Core\\Profiling',
  35362.                 ],
  35363.                 'SwagLanguagePack' => [
  35364.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src'),
  35365.                     'namespace' => 'Swag\\LanguagePack',
  35366.                 ],
  35367.                 'SwagExtensionStore' => [
  35368.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src'),
  35369.                     'namespace' => 'SwagExtensionStore',
  35370.                 ],
  35371.                 'FroshTools' => [
  35372.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FroshTools/src'),
  35373.                     'namespace' => 'Frosh\\Tools',
  35374.                 ],
  35375.                 'SwpaMenu' => [
  35376.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwpaMenu/src'),
  35377.                     'namespace' => 'Swpa\\SwpaMenu',
  35378.                 ],
  35379.                 'ScopPlatformRedirecter' => [
  35380.                     'path' => (\dirname(__DIR__4).'/custom/plugins/ScopPlatformRedirecter/src'),
  35381.                     'namespace' => 'Scop\\PlatformRedirecter',
  35382.                 ],
  35383.                 'ThemeOkeOnline' => [
  35384.                     'path' => (\dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src'),
  35385.                     'namespace' => 'ThemeOkeOnline',
  35386.                 ],
  35387.                 'OkeonlineAtcCustom' => [
  35388.                     'path' => (\dirname(__DIR__4).'/custom/plugins/AtcCustom/src'),
  35389.                     'namespace' => 'Okeonline\\AtcCustom',
  35390.                 ],
  35391.                 'MolliePayments' => [
  35392.                     'path' => (\dirname(__DIR__4).'/custom/plugins/MolliePayments/src'),
  35393.                     'namespace' => 'Kiener\\MolliePayments',
  35394.                 ],
  35395.                 'ElgentosDutchEmailTemplates' => [
  35396.                     'path' => (\dirname(__DIR__4).'/custom/plugins/ElgentosDutchEmailTemplates/src'),
  35397.                     'namespace' => 'ElgentosDutchEmailTemplates',
  35398.                 ],
  35399.                 'ThemeCarbonized' => [
  35400.                     'path' => (\dirname(__DIR__4).'/custom/plugins/ThemeCarbonized/src'),
  35401.                     'namespace' => 'ThemeCarbonized',
  35402.                 ],
  35403.                 'DbalKernelPluginLoader' => [
  35404.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader'),
  35405.                     'namespace' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader',
  35406.                 ],
  35407.             ],
  35408.             'kernel.charset' => 'UTF-8',
  35409.             'kernel.container_class' => 'Shopware_Core_KernelDevDebugContainer',
  35410.             'kernel.cache.hash' => 'b3717a76ebc1566204522dabc772a7b6',
  35411.             'kernel.shopware_version' => '6.4.20.2',
  35412.             'kernel.shopware_version_revision' => '42e7b9045d0300938991cc658baec742155da553',
  35413.             'kernel.shopware_core_dir' => (\dirname(__DIR__4).'/vendor/shopware/core'),
  35414.             'kernel.plugin_dir' => (\dirname(__DIR__4).'/custom/plugins'),
  35415.             'kernel.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  35416.             'kernel.active_plugins' => [
  35417.                 'Swag\\LanguagePack\\SwagLanguagePack' => [
  35418.                     'name' => 'SwagLanguagePack',
  35419.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src'),
  35420.                     'class' => 'Swag\\LanguagePack\\SwagLanguagePack',
  35421.                 ],
  35422.                 'SwagExtensionStore\\SwagExtensionStore' => [
  35423.                     'name' => 'SwagExtensionStore',
  35424.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src'),
  35425.                     'class' => 'SwagExtensionStore\\SwagExtensionStore',
  35426.                 ],
  35427.                 'Frosh\\Tools\\FroshTools' => [
  35428.                     'name' => 'FroshTools',
  35429.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FroshTools/src'),
  35430.                     'class' => 'Frosh\\Tools\\FroshTools',
  35431.                 ],
  35432.                 'Swpa\\SwpaMenu\\SwpaMenu' => [
  35433.                     'name' => 'SwpaMenu',
  35434.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwpaMenu/src'),
  35435.                     'class' => 'Swpa\\SwpaMenu\\SwpaMenu',
  35436.                 ],
  35437.                 'Scop\\PlatformRedirecter\\ScopPlatformRedirecter' => [
  35438.                     'name' => 'ScopPlatformRedirecter',
  35439.                     'path' => (\dirname(__DIR__4).'/custom/plugins/ScopPlatformRedirecter/src'),
  35440.                     'class' => 'Scop\\PlatformRedirecter\\ScopPlatformRedirecter',
  35441.                 ],
  35442.                 'ThemeOkeOnline\\ThemeOkeOnline' => [
  35443.                     'name' => 'ThemeOkeOnline',
  35444.                     'path' => (\dirname(__DIR__4).'/custom/plugins/ThemeOkeonline/src'),
  35445.                     'class' => 'ThemeOkeOnline\\ThemeOkeOnline',
  35446.                 ],
  35447.                 'Okeonline\\AtcCustom\\OkeonlineAtcCustom' => [
  35448.                     'name' => 'OkeonlineAtcCustom',
  35449.                     'path' => (\dirname(__DIR__4).'/custom/plugins/AtcCustom/src'),
  35450.                     'class' => 'Okeonline\\AtcCustom\\OkeonlineAtcCustom',
  35451.                 ],
  35452.                 'Kiener\\MolliePayments\\MolliePayments' => [
  35453.                     'name' => 'MolliePayments',
  35454.                     'path' => (\dirname(__DIR__4).'/custom/plugins/MolliePayments/src'),
  35455.                     'class' => 'Kiener\\MolliePayments\\MolliePayments',
  35456.                 ],
  35457.                 'ElgentosDutchEmailTemplates\\ElgentosDutchEmailTemplates' => [
  35458.                     'name' => 'ElgentosDutchEmailTemplates',
  35459.                     'path' => (\dirname(__DIR__4).'/custom/plugins/ElgentosDutchEmailTemplates/src'),
  35460.                     'class' => 'ElgentosDutchEmailTemplates\\ElgentosDutchEmailTemplates',
  35461.                 ],
  35462.                 'ThemeCarbonized\\ThemeCarbonized' => [
  35463.                     'name' => 'ThemeCarbonized',
  35464.                     'path' => (\dirname(__DIR__4).'/custom/plugins/ThemeCarbonized/src'),
  35465.                     'class' => 'ThemeCarbonized\\ThemeCarbonized',
  35466.                 ],
  35467.             ],
  35468.             'kernel.plugin_infos' => [
  35469.                 => [
  35470.                     'name' => 'SwagLanguagePack',
  35471.                     'baseClass' => 'Swag\\LanguagePack\\SwagLanguagePack',
  35472.                     'active' => true,
  35473.                     'path' => 'custom/plugins/SwagLanguagePack',
  35474.                     'version' => '2.5.0',
  35475.                     'autoload' => [
  35476.                         'psr-4' => [
  35477.                             'Swag\\LanguagePack\\' => 'src/',
  35478.                         ],
  35479.                     ],
  35480.                     'managedByComposer' => false,
  35481.                     'composerName' => 'swag/language-pack',
  35482.                 ],
  35483.                 => [
  35484.                     'name' => 'SwagPayPal',
  35485.                     'baseClass' => 'Swag\\PayPal\\SwagPayPal',
  35486.                     'active' => false,
  35487.                     'path' => 'custom/plugins/SwagPayPal',
  35488.                     'version' => '6.0.2',
  35489.                     'autoload' => [
  35490.                         'psr-4' => [
  35491.                             'Swag\\PayPal\\' => 'src/',
  35492.                         ],
  35493.                     ],
  35494.                     'managedByComposer' => false,
  35495.                     'composerName' => 'swag/paypal',
  35496.                 ],
  35497.                 => [
  35498.                     'name' => 'SwagExtensionStore',
  35499.                     'baseClass' => 'SwagExtensionStore\\SwagExtensionStore',
  35500.                     'active' => true,
  35501.                     'path' => 'custom/plugins/SwagExtensionStore',
  35502.                     'version' => '1.7.0',
  35503.                     'autoload' => [
  35504.                         'psr-4' => [
  35505.                             'SwagExtensionStore\\' => 'src/',
  35506.                         ],
  35507.                     ],
  35508.                     'managedByComposer' => false,
  35509.                     'composerName' => 'swag/swag-extension-store',
  35510.                 ],
  35511.                 => [
  35512.                     'name' => 'FroshTools',
  35513.                     'baseClass' => 'Frosh\\Tools\\FroshTools',
  35514.                     'active' => true,
  35515.                     'path' => 'custom/plugins/FroshTools',
  35516.                     'version' => '0.2.13',
  35517.                     'autoload' => [
  35518.                         'psr-4' => [
  35519.                             'Frosh\\Tools\\' => 'src/',
  35520.                         ],
  35521.                     ],
  35522.                     'managedByComposer' => false,
  35523.                     'composerName' => 'frosh/tools',
  35524.                 ],
  35525.                 => [
  35526.                     'name' => 'SwpaMenu',
  35527.                     'baseClass' => 'Swpa\\SwpaMenu\\SwpaMenu',
  35528.                     'active' => true,
  35529.                     'path' => 'custom/plugins/SwpaMenu',
  35530.                     'version' => '2.0.0',
  35531.                     'autoload' => [
  35532.                         'psr-4' => [
  35533.                             'Swpa\\SwpaMenu\\' => 'src/',
  35534.                         ],
  35535.                     ],
  35536.                     'managedByComposer' => false,
  35537.                     'composerName' => 'swpa/menu',
  35538.                 ],
  35539.                 => [
  35540.                     'name' => 'ScopPlatformRedirecter',
  35541.                     'baseClass' => 'Scop\\PlatformRedirecter\\ScopPlatformRedirecter',
  35542.                     'active' => true,
  35543.                     'path' => 'custom/plugins/ScopPlatformRedirecter',
  35544.                     'version' => '1.2.0',
  35545.                     'autoload' => [
  35546.                         'psr-4' => [
  35547.                             'Scop\\PlatformRedirecter\\' => 'src/',
  35548.                         ],
  35549.                     ],
  35550.                     'managedByComposer' => false,
  35551.                     'composerName' => 'scop/scopplatformredirecter',
  35552.                 ],
  35553.                 => [
  35554.                     'name' => 'ThemeOkeOnline',
  35555.                     'baseClass' => 'ThemeOkeOnline\\ThemeOkeOnline',
  35556.                     'active' => true,
  35557.                     'path' => 'custom/plugins/ThemeOkeonline',
  35558.                     'version' => 'dev-master',
  35559.                     'autoload' => [
  35560.                         'psr-4' => [
  35561.                             'ThemeOkeOnline\\' => 'src/',
  35562.                         ],
  35563.                     ],
  35564.                     'managedByComposer' => false,
  35565.                     'composerName' => 'swag/theme-skeleton',
  35566.                 ],
  35567.                 => [
  35568.                     'name' => 'OkeonlineAtcCustom',
  35569.                     'baseClass' => 'Okeonline\\AtcCustom\\OkeonlineAtcCustom',
  35570.                     'active' => true,
  35571.                     'path' => 'custom/plugins/AtcCustom',
  35572.                     'version' => '0.1.0',
  35573.                     'autoload' => [
  35574.                         'psr-4' => [
  35575.                             'Okeonline\\AtcCustom\\' => 'src/',
  35576.                         ],
  35577.                     ],
  35578.                     'managedByComposer' => false,
  35579.                     'composerName' => 'okeonline/atc-custom',
  35580.                 ],
  35581.                 => [
  35582.                     'name' => 'MolliePayments',
  35583.                     'baseClass' => 'Kiener\\MolliePayments\\MolliePayments',
  35584.                     'active' => true,
  35585.                     'path' => 'custom/plugins/MolliePayments',
  35586.                     'version' => '3.6.0',
  35587.                     'autoload' => [
  35588.                         'psr-4' => [
  35589.                             'Kiener\\MolliePayments\\' => 'src/',
  35590.                             'Mollie\\Api\\' => 'vendor/mollie/mollie-api-php/src/',
  35591.                         ],
  35592.                     ],
  35593.                     'managedByComposer' => false,
  35594.                     'composerName' => 'kiener/mollie-payments-plugin',
  35595.                 ],
  35596.                 => [
  35597.                     'name' => 'ElgentosDutchEmailTemplates',
  35598.                     'baseClass' => 'ElgentosDutchEmailTemplates\\ElgentosDutchEmailTemplates',
  35599.                     'active' => true,
  35600.                     'path' => 'custom/plugins/ElgentosDutchEmailTemplates',
  35601.                     'version' => 'dev-master',
  35602.                     'autoload' => [
  35603.                         'psr-4' => [
  35604.                             'ElgentosDutchEmailTemplates\\' => 'src/',
  35605.                         ],
  35606.                     ],
  35607.                     'managedByComposer' => false,
  35608.                     'composerName' => 'elgentos/shopware-dutch-email-templates',
  35609.                 ],
  35610.                 10 => [
  35611.                     'name' => 'ThemeCarbonized',
  35612.                     'baseClass' => 'ThemeCarbonized\\ThemeCarbonized',
  35613.                     'active' => true,
  35614.                     'path' => 'custom/plugins/ThemeCarbonized',
  35615.                     'version' => 'dev-master',
  35616.                     'autoload' => [
  35617.                         'psr-4' => [
  35618.                             'ThemeCarbonized\\' => 'src/',
  35619.                         ],
  35620.                     ],
  35621.                     'managedByComposer' => false,
  35622.                     'composerName' => 'okeonline/themecarbonized',
  35623.                 ],
  35624.             ],
  35625.             'kernel.supported_api_versions' => [
  35626.                 => 2,
  35627.                 => 3,
  35628.                 => 4,
  35629.             ],
  35630.             'defaults_bool_true' => true,
  35631.             'defaults_bool_false' => false,
  35632.             'default_whitespace' => ' ',
  35633.             'locale' => 'en-GB',
  35634.             'messenger.default_transport_name' => 'default',
  35635.             'env(MAILER_URL)' => 'null://null',
  35636.             'env(MESSENGER_TRANSPORT_DSN)' => 'enqueue://default?receiveTimeout=100',
  35637.             'default_cdn_strategy' => 'physical_filename',
  35638.             'env(APP_URL)' => '',
  35639.             'env(REDIS_PREFIX)' => '',
  35640.             'shopware.slug.config' => [
  35641.                 'regexp' => '/([^A-Za-z0-9\\.]|-)+/',
  35642.                 'lowercase' => false,
  35643.             ],
  35644.             'core.migration.directories' => [
  35645.             ],
  35646.             'migration.active' => [
  35647.                 => 1536232600,
  35648.                 => 1536232610,
  35649.                 => 1536232620,
  35650.                 => 1536232630,
  35651.                 => 1536232640,
  35652.                 => 1536232650,
  35653.                 => 1536232660,
  35654.                 => 1536232670,
  35655.                 => 1536232680,
  35656.                 => 1536232690,
  35657.                 10 => 1536232700,
  35658.                 11 => 1536232710,
  35659.                 12 => 1536232720,
  35660.                 13 => 1536232730,
  35661.                 14 => 1536232740,
  35662.                 15 => 1536232750,
  35663.                 16 => 1536232760,
  35664.                 17 => 1536232770,
  35665.                 18 => 1536232790,
  35666.                 19 => 1536232800,
  35667.                 20 => 1536232810,
  35668.                 21 => 1536232820,
  35669.                 22 => 1536232830,
  35670.                 23 => 1536232840,
  35671.                 24 => 1536232850,
  35672.                 25 => 1536232860,
  35673.                 26 => 1536232870,
  35674.                 27 => 1536232880,
  35675.                 28 => 1536232890,
  35676.                 29 => 1536232900,
  35677.                 30 => 1536232910,
  35678.                 31 => 1536232920,
  35679.                 32 => 1536232930,
  35680.                 33 => 1536232940,
  35681.                 34 => 1536232950,
  35682.                 35 => 1536232960,
  35683.                 36 => 1536232970,
  35684.                 37 => 1536232980,
  35685.                 38 => 1536232990,
  35686.                 39 => 1536233000,
  35687.                 40 => 1536233010,
  35688.                 41 => 1536233020,
  35689.                 42 => 1536233030,
  35690.                 43 => 1536233040,
  35691.                 44 => 1536233050,
  35692.                 45 => 1536233060,
  35693.                 46 => 1536233070,
  35694.                 47 => 1536233080,
  35695.                 48 => 1536233090,
  35696.                 49 => 1536233100,
  35697.                 50 => 1536233110,
  35698.                 51 => 1536233120,
  35699.                 52 => 1536233130,
  35700.                 53 => 1536233140,
  35701.                 54 => 1536233150,
  35702.                 55 => 1536233160,
  35703.                 56 => 1536233170,
  35704.                 57 => 1536233180,
  35705.                 58 => 1536233190,
  35706.                 59 => 1536233200,
  35707.                 60 => 1536233210,
  35708.                 61 => 1536233220,
  35709.                 62 => 1536233230,
  35710.                 63 => 1536233240,
  35711.                 64 => 1536233250,
  35712.                 65 => 1536233260,
  35713.                 66 => 1536233270,
  35714.                 67 => 1536233280,
  35715.                 68 => 1536233290,
  35716.                 69 => 1536233300,
  35717.                 70 => 1536233310,
  35718.                 71 => 1536233320,
  35719.                 72 => 1536233330,
  35720.                 73 => 1536233340,
  35721.                 74 => 1536233350,
  35722.                 75 => 1536233360,
  35723.                 76 => 1536233370,
  35724.                 77 => 1536233380,
  35725.                 78 => 1536233390,
  35726.                 79 => 1536233400,
  35727.                 80 => 1536233410,
  35728.                 81 => 1536233420,
  35729.                 82 => 1536233430,
  35730.                 83 => 1536233440,
  35731.                 84 => 1536233450,
  35732.                 85 => 1536233460,
  35733.                 86 => 1536233470,
  35734.                 87 => 1536233480,
  35735.                 88 => 1536233500,
  35736.                 89 => 1536233510,
  35737.                 90 => 1536233520,
  35738.                 91 => 1536233530,
  35739.                 92 => 1536233540,
  35740.                 93 => 1536233550,
  35741.                 94 => 1536233560,
  35742.                 95 => 1552360944,
  35743.                 96 => 1554199340,
  35744.                 97 => 1554200141,
  35745.                 98 => 1554203706,
  35746.                 99 => 1554900301,
  35747.                 100 => 1556809270,
  35748.                 101 => 1558082916,
  35749.                 102 => 1558105657,
  35750.                 103 => 1558443337,
  35751.                 104 => 1558505525,
  35752.                 105 => 1558594334,
  35753.                 106 => 1558938938,
  35754.                 107 => 1559050088,
  35755.                 108 => 1559050903,
  35756.                 109 => 1559134989,
  35757.                 110 => 1559306391,
  35758.                 111 => 1561370284,
  35759.                 112 => 1561377793,
  35760.                 113 => 1561442979,
  35761.                 114 => 1561452005,
  35762.                 115 => 1561712450,
  35763.                 116 => 1562228335,
  35764.                 117 => 1562240231,
  35765.                 118 => 1562306893,
  35766.                 119 => 1562324772,
  35767.                 120 => 1562579120,
  35768.                 121 => 1562684474,
  35769.                 122 => 1562841035,
  35770.                 123 => 1562933907,
  35771.                 124 => 1563180880,
  35772.                 125 => 1563288227,
  35773.                 126 => 1563518181,
  35774.                 127 => 1563805586,
  35775.                 128 => 1563949275,
  35776.                 129 => 1564475053,
  35777.                 130 => 1565007156,
  35778.                 131 => 1565079228,
  35779.                 132 => 1565270155,
  35780.                 133 => 1565270366,
  35781.                 134 => 1565346846,
  35782.                 135 => 1565705280,
  35783.                 136 => 1566293076,
  35784.                 137 => 1566460168,
  35785.                 138 => 1566817701,
  35786.                 139 => 1567431050,
  35787.                 140 => 1568120239,
  35788.                 141 => 1568120302,
  35789.                 142 => 1568645037,
  35790.                 143 => 1568901713,
  35791.                 144 => 1569403146,
  35792.                 145 => 1570187167,
  35793.                 146 => 1570459127,
  35794.                 147 => 1570621541,
  35795.                 148 => 1570622696,
  35796.                 149 => 1570629862,
  35797.                 150 => 1570684913,
  35798.                 151 => 1571059598,
  35799.                 152 => 1571210820,
  35800.                 153 => 1571660203,
  35801.                 154 => 1571724915,
  35802.                 155 => 1571981437,
  35803.                 156 => 1571990395,
  35804.                 157 => 1572193798,
  35805.                 158 => 1572264837,
  35806.                 159 => 1572273565,
  35807.                 160 => 1572421282,
  35808.                 161 => 1572425108,
  35809.                 162 => 1572957455,
  35810.                 163 => 1573049297,
  35811.                 164 => 1573569685,
  35812.                 165 => 1573729158,
  35813.                 166 => 1574063550,
  35814.                 167 => 1574082635,
  35815.                 168 => 1574258787,
  35816.                 169 => 1574258788,
  35817.                 170 => 1574258789,
  35818.                 171 => 1574520220,
  35819.                 172 => 1574672450,
  35820.                 173 => 1574695657,
  35821.                 174 => 1574925962,
  35822.                 175 => 1575010262,
  35823.                 176 => 1575021466,
  35824.                 177 => 1575034234,
  35825.                 178 => 1575036586,
  35826.                 179 => 1575039284,
  35827.                 180 => 1575197543,
  35828.                 181 => 1575274700,
  35829.                 182 => 1575293069,
  35830.                 183 => 1575451283,
  35831.                 184 => 1575626180,
  35832.                 185 => 1575883959,
  35833.                 186 => 1576488398,
  35834.                 187 => 1576590301,
  35835.                 188 => 1578042218,
  35836.                 189 => 1578044453,
  35837.                 190 => 1578470886,
  35838.                 191 => 1578475268,
  35839.                 192 => 1578485775,
  35840.                 193 => 1578491480,
  35841.                 194 => 1578590702,
  35842.                 195 => 1578648299,
  35843.                 196 => 1578650334,
  35844.                 197 => 1580202210,
  35845.                 198 => 1580218617,
  35846.                 199 => 1580743279,
  35847.                 200 => 1580746806,
  35848.                 201 => 1580808849,
  35849.                 202 => 1580819350,
  35850.                 203 => 1580827023,
  35851.                 204 => 1582011195,
  35852.                 205 => 1583142266,
  35853.                 206 => 1583416186,
  35854.                 207 => 1583756864,
  35855.                 208 => 1583844433,
  35856.                 209 => 1584002637,
  35857.                 210 => 1584953715,
  35858.                 211 => 1585056571,
  35859.                 212 => 1585126355,
  35860.                 213 => 1585490020,
  35861.                 214 => 1585744384,
  35862.                 215 => 1585816139,
  35863.                 216 => 1586158920,
  35864.                 217 => 1586173614,
  35865.                 218 => 1586260286,
  35866.                 219 => 1586334003,
  35867.                 220 => 1587039363,
  35868.                 221 => 1587109484,
  35869.                 222 => 1587111506,
  35870.                 223 => 1587461582,
  35871.                 224 => 1588143272,
  35872.                 225 => 1588144801,
  35873.                 226 => 1588153272,
  35874.                 227 => 1589178550,
  35875.                 228 => 1589357321,
  35876.                 229 => 1589359936,
  35877.                 230 => 1589379060,
  35878.                 231 => 1589447332,
  35879.                 232 => 1589458026,
  35880.                 233 => 1590408550,
  35881.                 234 => 1590409548,
  35882.                 235 => 1590566018,
  35883.                 236 => 1590566405,
  35884.                 237 => 1590579986,
  35885.                 238 => 1590758953,
  35886.                 239 => 1591052278,
  35887.                 240 => 1591167126,
  35888.                 241 => 1591253089,
  35889.                 242 => 1591259559,
  35890.                 243 => 1591272594,
  35891.                 244 => 1591361320,
  35892.                 245 => 1591683158,
  35893.                 246 => 1591817370,
  35894.                 247 => 1592466717,
  35895.                 248 => 1592837424,
  35896.                 249 => 1592978289,
  35897.                 250 => 1593698606,
  35898.                 251 => 1594650256,
  35899.                 252 => 1594885630,
  35900.                 253 => 1594886106,
  35901.                 254 => 1594886773,
  35902.                 255 => 1594886895,
  35903.                 256 => 1594887027,
  35904.                 257 => 1595160327,
  35905.                 258 => 1595321666,
  35906.                 259 => 1595422169,
  35907.                 260 => 1595480600,
  35908.                 261 => 1595489705,
  35909.                 262 => 1595492052,
  35910.                 263 => 1595492053,
  35911.                 264 => 1595499689,
  35912.                 265 => 1595553089,
  35913.                 266 => 1595578253,
  35914.                 267 => 1595919251,
  35915.                 268 => 1596091744,
  35916.                 269 => 1596441551,
  35917.                 270 => 1597391970,
  35918.                 271 => 1597394241,
  35919.                 272 => 1597657689,
  35920.                 273 => 1597762808,
  35921.                 274 => 1597830237,
  35922.                 275 => 1597930227,
  35923.                 276 => 1598280548,
  35924.                 277 => 1598520424,
  35925.                 278 => 1598885384,
  35926.                 279 => 1599112309,
  35927.                 280 => 1599134496,
  35928.                 281 => 1599463278,
  35929.                 282 => 1599570560,
  35930.                 283 => 1599720163,
  35931.                 284 => 1599806584,
  35932.                 285 => 1599806595,
  35933.                 286 => 1599822061,
  35934.                 287 => 1600072779,
  35935.                 288 => 1600156989,
  35936.                 289 => 1600253602,
  35937.                 290 => 1600330846,
  35938.                 291 => 1600338271,
  35939.                 292 => 1600349343,
  35940.                 293 => 1600676671,
  35941.                 294 => 1600769357,
  35942.                 295 => 1600778848,
  35943.                 296 => 1601388975,
  35944.                 297 => 1601451838,
  35945.                 298 => 1601539530,
  35946.                 299 => 1601543829,
  35947.                 300 => 1601891339,
  35948.                 301 => 1602062376,
  35949.                 302 => 1602146868,
  35950.                 303 => 1602153572,
  35951.                 304 => 1602494493,
  35952.                 305 => 1602494495,
  35953.                 306 => 1602745374,
  35954.                 307 => 1602822727,
  35955.                 308 => 1603179023,
  35956.                 309 => 1603293043,
  35957.                 310 => 1603970276,
  35958.                 311 => 1604056363,
  35959.                 312 => 1604056421,
  35960.                 313 => 1604475913,
  35961.                 314 => 1604499476,
  35962.                 315 => 1604568928,
  35963.                 316 => 1604669773,
  35964.                 317 => 1605103533,
  35965.                 318 => 1605530777,
  35966.                 319 => 1605609309,
  35967.                 320 => 1605609477,
  35968.                 321 => 1605861407,
  35969.                 322 => 1606310257,
  35970.                 323 => 1607415095,
  35971.                 324 => 1607500561,
  35972.                 325 => 1607514878,
  35973.                 326 => 1607581275,
  35974.                 327 => 1607581276,
  35975.                 328 => 1608624028,
  35976.                 329 => 1609125144,
  35977.                 330 => 1609857999,
  35978.                 331 => 1610531188,
  35979.                 332 => 1610965670,
  35980.                 333 => 1610974673,
  35981.                 334 => 1611155140,
  35982.                 335 => 1614240671,
  35983.                 336 => 1552899789,
  35984.                 337 => 1555406153,
  35985.                 338 => 1563785071,
  35986.                 339 => 1564385954,
  35987.                 340 => 1564385960,
  35988.                 341 => 1565640170,
  35989.                 342 => 1565640175,
  35990.                 343 => 1595492054,
  35991.                 344 => 1604502151,
  35992.                 345 => 1594104496,
  35993.                 346 => 1604585230,
  35994.                 347 => 1609140710,
  35995.                 348 => 1610337444,
  35996.                 349 => 1610439375,
  35997.                 350 => 1610448012,
  35998.                 351 => 1610523204,
  35999.                 352 => 1610523548,
  36000.                 353 => 1610616655,
  36001.                 354 => 1610621999,
  36002.                 355 => 1610625925,
  36003.                 356 => 1610634383,
  36004.                 357 => 1610904608,
  36005.                 358 => 1611732852,
  36006.                 359 => 1611817467,
  36007.                 360 => 1612184092,
  36008.                 361 => 1612442685,
  36009.                 362 => 1612442686,
  36010.                 363 => 1612442786,
  36011.                 364 => 1612851765,
  36012.                 365 => 1612865237,
  36013.                 366 => 1612970642,
  36014.                 367 => 1612980753,
  36015.                 368 => 1613665555,
  36016.                 369 => 1614249488,
  36017.                 370 => 1614691876,
  36018.                 371 => 1614765170,
  36019.                 372 => 1614765785,
  36020.                 373 => 1615359964,
  36021.                 374 => 1615366708,
  36022.                 375 => 1615452749,
  36023.                 376 => 1615802866,
  36024.                 377 => 1615819992,
  36025.                 378 => 1616076922,
  36026.                 379 => 1616496610,
  36027.                 380 => 1616555956,
  36028.                 381 => 1617000878,
  36029.                 382 => 1617356092,
  36030.                 383 => 1617784658,
  36031.                 384 => 1617864895,
  36032.                 385 => 1617868381,
  36033.                 386 => 1617877887,
  36034.                 387 => 1617896006,
  36035.                 388 => 1617935350,
  36036.                 389 => 1617953690,
  36037.                 390 => 1617960456,
  36038.                 391 => 1617974402,
  36039.                 392 => 1618218491,
  36040.                 393 => 1618389817,
  36041.                 394 => 1618476427,
  36042.                 395 => 1618569201,
  36043.                 396 => 1618900427,
  36044.                 397 => 1618989442,
  36045.                 398 => 1619070236,
  36046.                 399 => 1619428555,
  36047.                 400 => 1619604605,
  36048.                 401 => 1619703075,
  36049.                 402 => 1620146632,
  36050.                 403 => 1620147234,
  36051.                 404 => 1620201616,
  36052.                 405 => 1620215586,
  36053.                 406 => 1620374229,
  36054.                 407 => 1620376945,
  36055.                 408 => 1620632460,
  36056.                 409 => 1620634856,
  36057.                 410 => 1620733405,
  36058.                 411 => 1620733405,
  36059.                 412 => 1620820321,
  36060.                 413 => 1621845357,
  36061.                 414 => 1621845370,
  36062.                 415 => 1622010069,
  36063.                 416 => 1622104463,
  36064.                 417 => 1622782058,
  36065.                 418 => 1623305620,
  36066.                 419 => 1623391399,
  36067.                 420 => 1623828962,
  36068.                 421 => 1624262862,
  36069.                 422 => 1624884801,
  36070.                 423 => 1624967118,
  36071.                 424 => 1625304609,
  36072.                 425 => 1625465756,
  36073.                 426 => 1625505190,
  36074.                 427 => 1625554302,
  36075.                 428 => 1625569667,
  36076.                 429 => 1625583596,
  36077.                 430 => 1625583619,
  36078.                 431 => 1625816310,
  36079.                 432 => 1625819412,
  36080.                 433 => 1625831469,
  36081.                 434 => 1626241110,
  36082.                 435 => 1626442868,
  36083.                 436 => 1626696809,
  36084.                 437 => 1626785125,
  36085.                 438 => 1627292049,
  36086.                 439 => 1627540693,
  36087.                 440 => 1627541488,
  36088.                 441 => 1627562945,
  36089.                 442 => 1627650101,
  36090.                 443 => 1627929168,
  36091.                 444 => 1627983652,
  36092.                 445 => 1628519513,
  36093.                 446 => 1628749113,
  36094.                 447 => 1629204538,
  36095.                 448 => 1629700169,
  36096.                 449 => 1629877210,
  36097.                 450 => 1630074081,
  36098.                 451 => 1630485317,
  36099.                 452 => 1631625055,
  36100.                 453 => 1631703921,
  36101.                 454 => 1631790054,
  36102.                 455 => 1631863869,
  36103.                 456 => 1632111590,
  36104.                 457 => 1632215760,
  36105.                 458 => 1632721037,
  36106.                 459 => 1633347511,
  36107.                 460 => 1633358879,
  36108.                 461 => 1633422057,
  36109.                 462 => 1634735841,
  36110.                 463 => 1635147952,
  36111.                 464 => 1635230747,
  36112.                 465 => 1635237551,
  36113.                 466 => 1635388654,
  36114.                 467 => 1635936029,
  36115.                 468 => 1636014089,
  36116.                 469 => 1636018970,
  36117.                 470 => 1636362839,
  36118.                 471 => 1636449347,
  36119.                 472 => 1636964297,
  36120.                 473 => 1636971615,
  36121.                 474 => 1638195971,
  36122.                 475 => 1638365464,
  36123.                 476 => 1638514913,
  36124.                 477 => 1638993987,
  36125.                 478 => 1639122665,
  36126.                 479 => 1639139581,
  36127.                 480 => 1639992771,
  36128.                 481 => 1641289204,
  36129.                 482 => 1642517958,
  36130.                 483 => 1642732351,
  36131.                 484 => 1642757286,
  36132.                 485 => 1643366069,
  36133.                 486 => 1643386819,
  36134.                 487 => 1643724178,
  36135.                 488 => 1643878976,
  36136.                 489 => 1643892702,
  36137.                 490 => 1645019769,
  36138.                 491 => 1645453538,
  36139.                 492 => 1646125417,
  36140.                 493 => 1646397836,
  36141.                 494 => 1646817331,
  36142.                 495 => 1647260673,
  36143.                 496 => 1647443222,
  36144.                 497 => 1647511158,
  36145.                 498 => 1648031611,
  36146.                 499 => 1648031636,
  36147.                 500 => 1648543185,
  36148.                 501 => 1648709176,
  36149.                 502 => 1648803451,
  36150.                 503 => 1649040981,
  36151.                 504 => 1649315608,
  36152.                 505 => 1649858046,
  36153.                 506 => 1650249241,
  36154.                 507 => 1650444800,
  36155.                 508 => 1650548599,
  36156.                 509 => 1650620993,
  36157.                 510 => 1650872291,
  36158.                 511 => 1650981517,
  36159.                 512 => 1651118773,
  36160.                 513 => 1652166447,
  36161.                 514 => 1652345915,
  36162.                 515 => 1652441129,
  36163.                 516 => 1652864153,
  36164.                 517 => 1653376989,
  36165.                 518 => 1653385302,
  36166.                 519 => 1654839361,
  36167.                 520 => 1654839361,
  36168.                 521 => 1654839361,
  36169.                 522 => 1655730949,
  36170.                 523 => 1656397126,
  36171.                 524 => 1656928097,
  36172.                 525 => 1657011337,
  36173.                 526 => 1657027979,
  36174.                 527 => 1657173907,
  36175.                 528 => 1658786605,
  36176.                 529 => 1659256999,
  36177.                 530 => 1659257296,
  36178.                 531 => 1659257396,
  36179.                 532 => 1659257496,
  36180.                 533 => 1660814397,
  36181.                 534 => 1661759290,
  36182.                 535 => 1661771388,
  36183.                 536 => 1663238480,
  36184.                 537 => 1664512574,
  36185.                 538 => 1664541794,
  36186.                 539 => 1664894872,
  36187.                 540 => 1665064823,
  36188.                 541 => 1665267882,
  36189.                 542 => 1667731399,
  36190.                 543 => 1667806582,
  36191.                 544 => 1667983492,
  36192.                 545 => 1668677456,
  36193.                 546 => 1669316067,
  36194.                 547 => 1672164687,
  36195.                 548 => 1672743034,
  36196.                 549 => 1673001912,
  36197.                 550 => 1673966228,
  36198.                 551 => 1675218708,
  36199.                 552 => 1675827655,
  36200.                 553 => 1632281097,
  36201.                 554 => 1636121186,
  36202.                 555 => 1660813696,
  36203.                 556 => 1641476963,
  36204.                 557 => 1661505878,
  36205.                 558 => 1632281097,
  36206.                 559 => 1636121186,
  36207.                 560 => 1660813696,
  36208.                 561 => 1552899789,
  36209.                 562 => 1555406153,
  36210.                 563 => 1563785071,
  36211.                 564 => 1564385954,
  36212.                 565 => 1564385960,
  36213.                 566 => 1565640170,
  36214.                 567 => 1565640175,
  36215.                 568 => 1595492054,
  36216.                 569 => 1604502151,
  36217.                 570 => 1605167857,
  36218.                 571 => 160198215,
  36219.                 572 => 1634025013,
  36220.                 573 => 1663601206,
  36221.                 574 => 1599484232,
  36222.                 575 => 1599484241,
  36223.                 576 => 1644753635,
  36224.                 577 => 1652444730,
  36225.                 578 => 1669117848,
  36226.                 579 => 1669796049,
  36227.                 580 => 1678106061,
  36228.             ],
  36229.             'shopware.security.csp_templates' => [
  36230.                 'default' => ''."\n".'object-src \'none\';'."\n".'script-src \'none\';'."\n".'base-uri \'self\';'."\n".'            ',
  36231.                 'administration' => ''."\n".'object-src \'none\';'."\n".'script-src \'strict-dynamic\' \'nonce-%nonce%\' \'unsafe-inline\' \'unsafe-eval\' https: http:;'."\n".'base-uri \'self\';'."\n".'            ',
  36232.                 'storefront' => '',
  36233.                 'installer' => '',
  36234.             ],
  36235.             'shopware.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  36236.             'env(SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED)' => 0,
  36237.             'env(SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH)' => 3,
  36238.             'env(INSTANCE_ID)' => 'install',
  36239.             'shopware.store_endpoints' => [
  36240.                 'ping' => '/ping',
  36241.                 'my_extensions' => '/swplatform/licenseenvironment',
  36242.                 'my_licenses' => '/swplatform/licenses',
  36243.                 'my_plugin_licenses' => '/swplatform/pluginlicenses',
  36244.                 'my_plugin_updates' => '/swplatform/pluginupdates',
  36245.                 'environment_information' => '/swplatform/environmentinformation',
  36246.                 'updater_extension_compatibility' => '/swplatform/autoupdate',
  36247.                 'updater_permission' => '/swplatform/autoupdate/permission',
  36248.                 'plugin_download' => '/swplatform/pluginfiles/{pluginName}',
  36249.                 'app_generate_signature' => '/swplatform/generatesignature',
  36250.                 'cancel_license' => '/swplatform/pluginlicenses/%s/cancel',
  36251.                 'login' => '/swplatform/login',
  36252.                 'create_rating' => '/swplatform/extensionstore/extensions/%s/ratings',
  36253.                 'user_info' => '/swplatform/userinfo',
  36254.             ],
  36255.             'env(SHOPWARE_UPDATE_TEST)' => '',
  36256.             'shopware.media.metadata.types' => [
  36257.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\ImageMetadata',
  36258.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\DocumentMetadata',
  36259.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\VideoMetadata',
  36260.             ],
  36261.             'product_export.directory' => 'export',
  36262.             'product_export.read_buffer_size' => 100,
  36263.             'import_export.supported_entities' => [
  36264.                 => 'customer',
  36265.                 => 'product',
  36266.             ],
  36267.             'import_export.supported_file_types' => [
  36268.                 => 'text/csv',
  36269.             ],
  36270.             'import_export.read_buffer_size' => 100,
  36271.             'import_export.write_buffer_size' => 100,
  36272.             'import_export.http_batch_size' => 100,
  36273.             'env(SHOPWARE_ADMINISTRATION_PATH_NAME)' => 'admin',
  36274.             'shopware_http_cache_enabled_default' => 1,
  36275.             'shopware_http_cache_default_ttl_default' => 7200,
  36276.             'shopware.twig.app_variable.allowed_server_params' => [
  36277.                 => 'server_name',
  36278.                 => 'request_uri',
  36279.                 => 'app_url',
  36280.                 => 'http_user_agent',
  36281.                 => 'http_host',
  36282.                 => 'server_name',
  36283.                 => 'server_port',
  36284.                 => 'redirect_url',
  36285.                 => 'https',
  36286.                 => 'forwarded',
  36287.                 10 => 'host',
  36288.                 11 => 'remote_addr',
  36289.                 12 => 'http_x_forwarded_for',
  36290.                 13 => 'http_x_forwarded_host',
  36291.                 14 => 'http_x_forwarded_proto',
  36292.                 15 => 'http_x_forwarded_port',
  36293.                 16 => 'http_x_forwarded_prefix',
  36294.             ],
  36295.             'storefrontRoot' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  36296.             'elasticsearch.index.config' => [
  36297.                 'settings' => [
  36298.                     'index' => [
  36299.                         'number_of_shards' => 3,
  36300.                         'number_of_replicas' => 3,
  36301.                         'mapping.total_fields.limit' => 50000,
  36302.                         'mapping.nested_fields.limit' => 500,
  36303.                         'mapping.nested_objects.limit' => 1000000,
  36304.                     ],
  36305.                     'analysis' => [
  36306.                         'normalizer' => [
  36307.                             'sw_lowercase_normalizer' => [
  36308.                                 'type' => 'custom',
  36309.                                 'filter' => [
  36310.                                     => 'lowercase',
  36311.                                 ],
  36312.                             ],
  36313.                         ],
  36314.                         'analyzer' => [
  36315.                             'sw_ngram_analyzer' => [
  36316.                                 'type' => 'custom',
  36317.                                 'tokenizer' => 'whitespace',
  36318.                                 'filter' => [
  36319.                                     => 'lowercase',
  36320.                                     => 'sw_ngram_filter',
  36321.                                 ],
  36322.                             ],
  36323.                         ],
  36324.                         'filter' => [
  36325.                             'sw_ngram_filter' => [
  36326.                                 'type' => 'ngram',
  36327.                                 'min_gram' => 4,
  36328.                                 'max_gram' => 5,
  36329.                             ],
  36330.                         ],
  36331.                     ],
  36332.                 ],
  36333.             ],
  36334.             'elasticsearch.index.mapping' => [
  36335.                 'dynamic_templates' => [
  36336.                     => [
  36337.                         'keywords' => [
  36338.                             'match_mapping_type' => 'string',
  36339.                             'mapping' => [
  36340.                                 'type' => 'keyword',
  36341.                                 'normalizer' => 'sw_lowercase_normalizer',
  36342.                                 'fields' => [
  36343.                                     'text' => [
  36344.                                         'type' => 'text',
  36345.                                     ],
  36346.                                 ],
  36347.                             ],
  36348.                         ],
  36349.                     ],
  36350.                 ],
  36351.             ],
  36352.             'elasticsearch.administration.index.config' => [
  36353.                 'settings' => [
  36354.                     'index' => [
  36355.                         'number_of_shards' => 3,
  36356.                         'number_of_replicas' => 3,
  36357.                         'mapping.total_fields.limit' => 50000,
  36358.                         'mapping.nested_fields.limit' => 500,
  36359.                         'mapping.nested_objects.limit' => 1000000,
  36360.                     ],
  36361.                     'analysis' => [
  36362.                         'normalizer' => [
  36363.                             'sw_lowercase_normalizer' => [
  36364.                                 'type' => 'custom',
  36365.                                 'filter' => [
  36366.                                     => 'lowercase',
  36367.                                 ],
  36368.                             ],
  36369.                         ],
  36370.                     ],
  36371.                 ],
  36372.             ],
  36373.             'elasticsearch.administration.index.mapping' => [
  36374.                 'dynamic_templates' => [
  36375.                     => [
  36376.                         'keywords' => [
  36377.                             'match_mapping_type' => 'string',
  36378.                             'mapping' => [
  36379.                                 'type' => 'keyword',
  36380.                                 'normalizer' => 'sw_lowercase_normalizer',
  36381.                                 'fields' => [
  36382.                                     'text' => [
  36383.                                         'type' => 'text',
  36384.                                     ],
  36385.                                 ],
  36386.                             ],
  36387.                         ],
  36388.                     ],
  36389.                 ],
  36390.             ],
  36391.             'default_elasticsearch_prefix' => 'sw',
  36392.             'env(SHOPWARE_ES_ENABLED)' => '',
  36393.             'env(SHOPWARE_ES_INDEXING_ENABLED)' => '',
  36394.             'env(SHOPWARE_ES_HOSTS)' => '',
  36395.             'env(SHOPWARE_ES_INDEX_PREFIX)' => 'sw',
  36396.             'env(SHOPWARE_ES_THROW_EXCEPTION)' => '',
  36397.             'env(SHOPWARE_ADMIN_ES_ENABLED)' => '',
  36398.             'env(ADMIN_OPENSEARCH_URL)' => '',
  36399.             'env(SHOPWARE_ADMIN_ES_INDEX_PREFIX)' => 'sw-admin',
  36400.             'env(SHOPWARE_ADMIN_ES_REFRESH_INDICES)' => '',
  36401.             'env(SHOPWARE_ES_INDEXING_BATCH_SIZE)' => 100,
  36402.             'env(APP_URL_CHECK_DISABLED)' => false,
  36403.             'swag_extension_store.endpoints' => [
  36404.                 'list_extensions' => '/swplatform/extensionstore/extensions',
  36405.                 'extension_detail' => '/swplatform/extensionstore/extensions/%d',
  36406.                 'filter' => '/swplatform/extensionstore/extensions/filter',
  36407.                 'reviews' => '/swplatform/extensionstore/extensions/%d/reviews',
  36408.                 'create_basket' => '/swplatform/extensionstore/baskets',
  36409.                 'order_basket' => '/swplatform/extensionstore/orders',
  36410.                 'payment_means' => '/swplatform/extensionstore/paymentmeans',
  36411.             ],
  36412.             'container.dumper.inline_class_loader' => true,
  36413.             'container.dumper.inline_factories' => true,
  36414.             'jwt_private_key_passphrase_default' => 'shopware',
  36415.             'shopware.store.frw' => true,
  36416.             'event_dispatcher.event_aliases' => [
  36417.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  36418.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  36419.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  36420.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  36421.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  36422.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  36423.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  36424.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  36425.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  36426.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  36427.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  36428.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  36429.             ],
  36430.             'fragment.renderer.hinclude.global_template' => NULL,
  36431.             'fragment.path' => '/_fragment',
  36432.             'kernel.http_method_override' => true,
  36433.             'kernel.trusted_hosts' => [
  36434.             ],
  36435.             'kernel.default_locale' => 'en-GB',
  36436.             'kernel.enabled_locales' => [
  36437.             ],
  36438.             'kernel.error_controller' => 'error_controller',
  36439.             'debug.file_link_format' => NULL,
  36440.             'asset.request_context.base_path' => NULL,
  36441.             'asset.request_context.secure' => NULL,
  36442.             'translator.logging' => false,
  36443.             'translator.default_path' => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'),
  36444.             'debug.error_handler.throw_at' => -1,
  36445.             'router.request_context.host' => 'localhost',
  36446.             'router.request_context.scheme' => 'http',
  36447.             'router.request_context.base_url' => '',
  36448.             'router.resource' => 'kernel::loadRoutes',
  36449.             'request_listener.http_port' => 80,
  36450.             'request_listener.https_port' => 443,
  36451.             'session.metadata.storage_key' => '_sf2_meta',
  36452.             'session.storage.options' => [
  36453.                 'cache_limiter' => '0',
  36454.                 'name' => 'session-',
  36455.                 'cookie_secure' => 'auto',
  36456.                 'cookie_httponly' => true,
  36457.                 'cookie_samesite' => 'lax',
  36458.                 'gc_probability' => 1,
  36459.             ],
  36460.             'session.save_path' => NULL,
  36461.             'session.metadata.update_threshold' => 0,
  36462.             'validator.translation_domain' => 'validators',
  36463.             'profiler_listener.only_exceptions' => false,
  36464.             'profiler_listener.only_main_requests' => false,
  36465.             'monolog.use_microseconds' => true,
  36466.             'monolog.swift_mailer.handlers' => [
  36467.             ],
  36468.             'monolog.handlers_to_channels' => [
  36469.                 'monolog.handler.business_event_handler_buffer' => [
  36470.                     'type' => 'inclusive',
  36471.                     'elements' => [
  36472.                         => 'business_events',
  36473.                     ],
  36474.                 ],
  36475.                 'monolog.handler.console' => [
  36476.                     'type' => 'exclusive',
  36477.                     'elements' => [
  36478.                         => 'event',
  36479.                         => 'doctrine',
  36480.                         => 'console',
  36481.                     ],
  36482.                 ],
  36483.                 'monolog.handler.main' => [
  36484.                     'type' => 'exclusive',
  36485.                     'elements' => [
  36486.                         => 'event',
  36487.                         => 'doctrine',
  36488.                     ],
  36489.                 ],
  36490.             ],
  36491.             'twig.form.resources' => [
  36492.                 => 'form_div_layout.html.twig',
  36493.             ],
  36494.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  36495.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  36496.             'enqueue.transport.default.receive_timeout' => 1000,
  36497.             'enqueue.client.default.router_processor' => 'enqueue.client.default.router_processor',
  36498.             'enqueue.client.default.router_queue_name' => 'default',
  36499.             'enqueue.client.default.default_queue_name' => 'default',
  36500.             'enqueue.transports' => [
  36501.                 => 'default',
  36502.             ],
  36503.             'enqueue.clients' => [
  36504.                 => 'default',
  36505.             ],
  36506.             'enqueue.default_transport' => 'default',
  36507.             'enqueue.default_client' => 'default',
  36508.             'shopware.feature' => [
  36509.                 'flags' => [
  36510.                     'v6.5.0.0' => [
  36511.                         'default' => false,
  36512.                         'major' => true,
  36513.                     ],
  36514.                     'PERFORMANCE_TWEAKS' => [
  36515.                         'default' => false,
  36516.                         'major' => true,
  36517.                         'description' => 'Performance improvements that include a breaking change',
  36518.                     ],
  36519.                     'FEATURE_NEXT_1797' => [
  36520.                         'default' => false,
  36521.                         'major' => true,
  36522.                         'description' => 'composer require for plugins',
  36523.                     ],
  36524.                     'FEATURE_NEXT_16710' => [
  36525.                         'default' => false,
  36526.                         'major' => true,
  36527.                         'description' => 'Do not allow empty ids provided in criteria',
  36528.                     ],
  36529.                     'FEATURE_NEXT_13810' => [
  36530.                         'default' => false,
  36531.                         'major' => true,
  36532.                         'description' => 'Deprecate old promotion module',
  36533.                     ],
  36534.                     'FEATURE_NEXT_13250' => [
  36535.                         'default' => false,
  36536.                         'major' => true,
  36537.                         'description' => 'Reduce database queries if all required data for the line items is already assign',
  36538.                     ],
  36539.                     'FEATURE_NEXT_17276' => [
  36540.                         'default' => false,
  36541.                         'major' => true,
  36542.                         'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  36543.                     ],
  36544.                     'FEATURE_NEXT_16151' => [
  36545.                         'default' => false,
  36546.                         'major' => true,
  36547.                         'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  36548.                     ],
  36549.                     'FEATURE_NEXT_16155' => [
  36550.                         'default' => false,
  36551.                         'major' => true,
  36552.                         'description' => 'EntityLoadedEventFactory will be required in repositories',
  36553.                     ],
  36554.                     'FEATURE_NEXT_19501' => [
  36555.                         'default' => false,
  36556.                         'major' => false,
  36557.                         'description' => 'Disables the cart.container function',
  36558.                     ],
  36559.                     'FEATURE_NEXT_15053' => [
  36560.                         'default' => false,
  36561.                         'major' => false,
  36562.                         'description' => 'Replace wrong displayed characters in number format',
  36563.                     ],
  36564.                     'FEATURE_NEXT_18215' => [
  36565.                         'default' => false,
  36566.                         'major' => true,
  36567.                         'description' => 'Rules are aware of their assignment',
  36568.                     ],
  36569.                     'FEATURE_NEXT_15815' => [
  36570.                         'default' => false,
  36571.                         'major' => true,
  36572.                         'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  36573.                     ],
  36574.                     'FEATURE_NEXT_14699' => [
  36575.                         'default' => false,
  36576.                         'major' => true,
  36577.                         'description' => 'Refactoring of Storefront theme assets',
  36578.                     ],
  36579.                     'FEATURE_NEXT_15707' => [
  36580.                         'default' => false,
  36581.                         'major' => false,
  36582.                         'description' => 'Delivery notice for EU geoblocking regulation',
  36583.                     ],
  36584.                     'FEATURE_NEXT_14360' => [
  36585.                         'default' => false,
  36586.                         'major' => true,
  36587.                         'description' => 'App System 4.0 - Build action button messaging system',
  36588.                     ],
  36589.                     'FEATURE_NEXT_15172' => [
  36590.                         'default' => false,
  36591.                         'major' => true,
  36592.                         'description' => 'Sanitize html of fields with AllowHtml flag',
  36593.                     ],
  36594.                     'FEATURE_NEXT_14001' => [
  36595.                         'default' => false,
  36596.                         'major' => true,
  36597.                         'description' => 'Newsletter DOI for registered customers',
  36598.                     ],
  36599.                     'FEATURE_NEXT_7739' => [
  36600.                         'default' => false,
  36601.                         'major' => true,
  36602.                         'description' => 'Optional salutation',
  36603.                     ],
  36604.                     'FEATURE_NEXT_16200' => [
  36605.                         'default' => false,
  36606.                         'major' => false,
  36607.                         'description' => 'Register Doi Domain',
  36608.                     ],
  36609.                     'FEATURE_NEXT_13410' => [
  36610.                         'default' => false,
  36611.                         'major' => true,
  36612.                         'description' => 'Make sales channels required in seo generator',
  36613.                     ],
  36614.                     'FEATURE_NEXT_15917' => [
  36615.                         'default' => false,
  36616.                         'major' => true,
  36617.                         'description' => 'Move storefront script tags to head with defer',
  36618.                     ],
  36619.                     'FEATURE_NEXT_15957' => [
  36620.                         'default' => false,
  36621.                         'major' => true,
  36622.                         'description' => 'VAT id field for guest',
  36623.                     ],
  36624.                     'FEATURE_NEXT_13601' => [
  36625.                         'default' => false,
  36626.                         'major' => true,
  36627.                         'description' => 'Default transaction state for async app payments',
  36628.                     ],
  36629.                     'FEATURE_NEXT_16992' => [
  36630.                         'default' => false,
  36631.                         'major' => true,
  36632.                         'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  36633.                     ],
  36634.                     'FEATURE_NEXT_7530' => [
  36635.                         'default' => false,
  36636.                         'major' => true,
  36637.                         'description' => 'Improve orders UX in Administration',
  36638.                     ],
  36639.                     'FEATURE_NEXT_16824' => [
  36640.                         'default' => false,
  36641.                         'major' => true,
  36642.                         'description' => 'Cart merged event',
  36643.                     ],
  36644.                     'FEATURE_NEXT_16271' => [
  36645.                         'default' => false,
  36646.                         'major' => true,
  36647.                         'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  36648.                     ],
  36649.                     'FEATURE_NEXT_15381' => [
  36650.                         'default' => false,
  36651.                         'major' => true,
  36652.                         'description' => 'Save theme compilation',
  36653.                     ],
  36654.                     'FEATURE_NEXT_17275' => [
  36655.                         'default' => false,
  36656.                         'major' => true,
  36657.                         'description' => 'StorefrontRenderEvent only gets original view',
  36658.                     ],
  36659.                     'FEATURE_NEXT_17016' => [
  36660.                         'default' => false,
  36661.                         'major' => true,
  36662.                         'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  36663.                     ],
  36664.                     'FEATURE_NEXT_16236' => [
  36665.                         'default' => false,
  36666.                         'major' => true,
  36667.                         'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  36668.                     ],
  36669.                     'FEATURE_NEXT_16640' => [
  36670.                         'default' => false,
  36671.                         'major' => true,
  36672.                         'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  36673.                     ],
  36674.                     'FEATURE_NEXT_17858' => [
  36675.                         'default' => false,
  36676.                         'major' => true,
  36677.                         'description' => 'Major feature flag for Business Event',
  36678.                     ],
  36679.                     'FEATURE_NEXT_6758' => [
  36680.                         'default' => false,
  36681.                         'major' => true,
  36682.                         'description' => 'Layout assignment for category as list',
  36683.                     ],
  36684.                     'FEATURE_NEXT_19048' => [
  36685.                         'default' => false,
  36686.                         'major' => true,
  36687.                         'description' => 'Fix media resolution in theme',
  36688.                     ],
  36689.                     'FEATURE_NEXT_19822' => [
  36690.                         'default' => false,
  36691.                         'major' => true,
  36692.                         'description' => 'Enables lazy loading components in the administration',
  36693.                     ],
  36694.                     'FEATURE_NEXT_18129' => [
  36695.                         'default' => false,
  36696.                         'major' => true,
  36697.                         'description' => 'Require positionIdentifier for some components',
  36698.                     ],
  36699.                     'FEATURE_NEXT_19163' => [
  36700.                         'default' => false,
  36701.                         'major' => true,
  36702.                         'description' => 'one to one inheritance',
  36703.                     ],
  36704.                     'FEATURE_NEXT_18187' => [
  36705.                         'default' => false,
  36706.                         'major' => true,
  36707.                         'description' => 'Move admin dashboard statistics into separate component',
  36708.                     ],
  36709.                     'FEATURE_NEXT_17978' => [
  36710.                         'default' => false,
  36711.                         'major' => true,
  36712.                         'description' => 'Change component factory to work with extension overrides in Administration',
  36713.                     ],
  36714.                     'FEATURE_NEXT_11634' => [
  36715.                         'default' => false,
  36716.                         'major' => true,
  36717.                         'description' => 'Webpack alias refactor',
  36718.                     ],
  36719.                     'FEATURE_NEXT_21547' => [
  36720.                         'default' => false,
  36721.                         'major' => true,
  36722.                         'description' => 'Change admin criteria defaults',
  36723.                     ],
  36724.                     'FEATURE_NEXT_22900' => [
  36725.                         'default' => false,
  36726.                         'major' => true,
  36727.                         'description' => 'Admin search configuration is used in Elasticsearch',
  36728.                     ],
  36729.                 ],
  36730.             ],
  36731.             'shopware.feature.flags' => [
  36732.                 'v6.5.0.0' => [
  36733.                     'default' => false,
  36734.                     'major' => true,
  36735.                 ],
  36736.                 'PERFORMANCE_TWEAKS' => [
  36737.                     'default' => false,
  36738.                     'major' => true,
  36739.                     'description' => 'Performance improvements that include a breaking change',
  36740.                 ],
  36741.                 'FEATURE_NEXT_1797' => [
  36742.                     'default' => false,
  36743.                     'major' => true,
  36744.                     'description' => 'composer require for plugins',
  36745.                 ],
  36746.                 'FEATURE_NEXT_16710' => [
  36747.                     'default' => false,
  36748.                     'major' => true,
  36749.                     'description' => 'Do not allow empty ids provided in criteria',
  36750.                 ],
  36751.                 'FEATURE_NEXT_13810' => [
  36752.                     'default' => false,
  36753.                     'major' => true,
  36754.                     'description' => 'Deprecate old promotion module',
  36755.                 ],
  36756.                 'FEATURE_NEXT_13250' => [
  36757.                     'default' => false,
  36758.                     'major' => true,
  36759.                     'description' => 'Reduce database queries if all required data for the line items is already assign',
  36760.                 ],
  36761.                 'FEATURE_NEXT_17276' => [
  36762.                     'default' => false,
  36763.                     'major' => true,
  36764.                     'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  36765.                 ],
  36766.                 'FEATURE_NEXT_16151' => [
  36767.                     'default' => false,
  36768.                     'major' => true,
  36769.                     'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  36770.                 ],
  36771.                 'FEATURE_NEXT_16155' => [
  36772.                     'default' => false,
  36773.                     'major' => true,
  36774.                     'description' => 'EntityLoadedEventFactory will be required in repositories',
  36775.                 ],
  36776.                 'FEATURE_NEXT_19501' => [
  36777.                     'default' => false,
  36778.                     'major' => false,
  36779.                     'description' => 'Disables the cart.container function',
  36780.                 ],
  36781.                 'FEATURE_NEXT_15053' => [
  36782.                     'default' => false,
  36783.                     'major' => false,
  36784.                     'description' => 'Replace wrong displayed characters in number format',
  36785.                 ],
  36786.                 'FEATURE_NEXT_18215' => [
  36787.                     'default' => false,
  36788.                     'major' => true,
  36789.                     'description' => 'Rules are aware of their assignment',
  36790.                 ],
  36791.                 'FEATURE_NEXT_15815' => [
  36792.                     'default' => false,
  36793.                     'major' => true,
  36794.                     'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  36795.                 ],
  36796.                 'FEATURE_NEXT_14699' => [
  36797.                     'default' => false,
  36798.                     'major' => true,
  36799.                     'description' => 'Refactoring of Storefront theme assets',
  36800.                 ],
  36801.                 'FEATURE_NEXT_15707' => [
  36802.                     'default' => false,
  36803.                     'major' => false,
  36804.                     'description' => 'Delivery notice for EU geoblocking regulation',
  36805.                 ],
  36806.                 'FEATURE_NEXT_14360' => [
  36807.                     'default' => false,
  36808.                     'major' => true,
  36809.                     'description' => 'App System 4.0 - Build action button messaging system',
  36810.                 ],
  36811.                 'FEATURE_NEXT_15172' => [
  36812.                     'default' => false,
  36813.                     'major' => true,
  36814.                     'description' => 'Sanitize html of fields with AllowHtml flag',
  36815.                 ],
  36816.                 'FEATURE_NEXT_14001' => [
  36817.                     'default' => false,
  36818.                     'major' => true,
  36819.                     'description' => 'Newsletter DOI for registered customers',
  36820.                 ],
  36821.                 'FEATURE_NEXT_7739' => [
  36822.                     'default' => false,
  36823.                     'major' => true,
  36824.                     'description' => 'Optional salutation',
  36825.                 ],
  36826.                 'FEATURE_NEXT_16200' => [
  36827.                     'default' => false,
  36828.                     'major' => false,
  36829.                     'description' => 'Register Doi Domain',
  36830.                 ],
  36831.                 'FEATURE_NEXT_13410' => [
  36832.                     'default' => false,
  36833.                     'major' => true,
  36834.                     'description' => 'Make sales channels required in seo generator',
  36835.                 ],
  36836.                 'FEATURE_NEXT_15917' => [
  36837.                     'default' => false,
  36838.                     'major' => true,
  36839.                     'description' => 'Move storefront script tags to head with defer',
  36840.                 ],
  36841.                 'FEATURE_NEXT_15957' => [
  36842.                     'default' => false,
  36843.                     'major' => true,
  36844.                     'description' => 'VAT id field for guest',
  36845.                 ],
  36846.                 'FEATURE_NEXT_13601' => [
  36847.                     'default' => false,
  36848.                     'major' => true,
  36849.                     'description' => 'Default transaction state for async app payments',
  36850.                 ],
  36851.                 'FEATURE_NEXT_16992' => [
  36852.                     'default' => false,
  36853.                     'major' => true,
  36854.                     'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  36855.                 ],
  36856.                 'FEATURE_NEXT_7530' => [
  36857.                     'default' => false,
  36858.                     'major' => true,
  36859.                     'description' => 'Improve orders UX in Administration',
  36860.                 ],
  36861.                 'FEATURE_NEXT_16824' => [
  36862.                     'default' => false,
  36863.                     'major' => true,
  36864.                     'description' => 'Cart merged event',
  36865.                 ],
  36866.                 'FEATURE_NEXT_16271' => [
  36867.                     'default' => false,
  36868.                     'major' => true,
  36869.                     'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  36870.                 ],
  36871.                 'FEATURE_NEXT_15381' => [
  36872.                     'default' => false,
  36873.                     'major' => true,
  36874.                     'description' => 'Save theme compilation',
  36875.                 ],
  36876.                 'FEATURE_NEXT_17275' => [
  36877.                     'default' => false,
  36878.                     'major' => true,
  36879.                     'description' => 'StorefrontRenderEvent only gets original view',
  36880.                 ],
  36881.                 'FEATURE_NEXT_17016' => [
  36882.                     'default' => false,
  36883.                     'major' => true,
  36884.                     'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  36885.                 ],
  36886.                 'FEATURE_NEXT_16236' => [
  36887.                     'default' => false,
  36888.                     'major' => true,
  36889.                     'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  36890.                 ],
  36891.                 'FEATURE_NEXT_16640' => [
  36892.                     'default' => false,
  36893.                     'major' => true,
  36894.                     'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  36895.                 ],
  36896.                 'FEATURE_NEXT_17858' => [
  36897.                     'default' => false,
  36898.                     'major' => true,
  36899.                     'description' => 'Major feature flag for Business Event',
  36900.                 ],
  36901.                 'FEATURE_NEXT_6758' => [
  36902.                     'default' => false,
  36903.                     'major' => true,
  36904.                     'description' => 'Layout assignment for category as list',
  36905.                 ],
  36906.                 'FEATURE_NEXT_19048' => [
  36907.                     'default' => false,
  36908.                     'major' => true,
  36909.                     'description' => 'Fix media resolution in theme',
  36910.                 ],
  36911.                 'FEATURE_NEXT_19822' => [
  36912.                     'default' => false,
  36913.                     'major' => true,
  36914.                     'description' => 'Enables lazy loading components in the administration',
  36915.                 ],
  36916.                 'FEATURE_NEXT_18129' => [
  36917.                     'default' => false,
  36918.                     'major' => true,
  36919.                     'description' => 'Require positionIdentifier for some components',
  36920.                 ],
  36921.                 'FEATURE_NEXT_19163' => [
  36922.                     'default' => false,
  36923.                     'major' => true,
  36924.                     'description' => 'one to one inheritance',
  36925.                 ],
  36926.                 'FEATURE_NEXT_18187' => [
  36927.                     'default' => false,
  36928.                     'major' => true,
  36929.                     'description' => 'Move admin dashboard statistics into separate component',
  36930.                 ],
  36931.                 'FEATURE_NEXT_17978' => [
  36932.                     'default' => false,
  36933.                     'major' => true,
  36934.                     'description' => 'Change component factory to work with extension overrides in Administration',
  36935.                 ],
  36936.                 'FEATURE_NEXT_11634' => [
  36937.                     'default' => false,
  36938.                     'major' => true,
  36939.                     'description' => 'Webpack alias refactor',
  36940.                 ],
  36941.                 'FEATURE_NEXT_21547' => [
  36942.                     'default' => false,
  36943.                     'major' => true,
  36944.                     'description' => 'Change admin criteria defaults',
  36945.                 ],
  36946.                 'FEATURE_NEXT_22900' => [
  36947.                     'default' => false,
  36948.                     'major' => true,
  36949.                     'description' => 'Admin search configuration is used in Elasticsearch',
  36950.                 ],
  36951.             ],
  36952.             'shopware.feature.flags.v6.5.0.0' => [
  36953.                 'default' => false,
  36954.                 'major' => true,
  36955.             ],
  36956.             'shopware.feature.flags.v6.5.0.0.default' => false,
  36957.             'shopware.feature.flags.v6.5.0.0.major' => true,
  36958.             'shopware.feature.flags.PERFORMANCE_TWEAKS' => [
  36959.                 'default' => false,
  36960.                 'major' => true,
  36961.                 'description' => 'Performance improvements that include a breaking change',
  36962.             ],
  36963.             'shopware.feature.flags.PERFORMANCE_TWEAKS.default' => false,
  36964.             'shopware.feature.flags.PERFORMANCE_TWEAKS.major' => true,
  36965.             'shopware.feature.flags.PERFORMANCE_TWEAKS.description' => 'Performance improvements that include a breaking change',
  36966.             'shopware.feature.flags.FEATURE_NEXT_1797' => [
  36967.                 'default' => false,
  36968.                 'major' => true,
  36969.                 'description' => 'composer require for plugins',
  36970.             ],
  36971.             'shopware.feature.flags.FEATURE_NEXT_1797.default' => false,
  36972.             'shopware.feature.flags.FEATURE_NEXT_1797.major' => true,
  36973.             'shopware.feature.flags.FEATURE_NEXT_1797.description' => 'composer require for plugins',
  36974.             'shopware.feature.flags.FEATURE_NEXT_16710' => [
  36975.                 'default' => false,
  36976.                 'major' => true,
  36977.                 'description' => 'Do not allow empty ids provided in criteria',
  36978.             ],
  36979.             'shopware.feature.flags.FEATURE_NEXT_16710.default' => false,
  36980.             'shopware.feature.flags.FEATURE_NEXT_16710.major' => true,
  36981.             'shopware.feature.flags.FEATURE_NEXT_16710.description' => 'Do not allow empty ids provided in criteria',
  36982.             'shopware.feature.flags.FEATURE_NEXT_13810' => [
  36983.                 'default' => false,
  36984.                 'major' => true,
  36985.                 'description' => 'Deprecate old promotion module',
  36986.             ],
  36987.             'shopware.feature.flags.FEATURE_NEXT_13810.default' => false,
  36988.             'shopware.feature.flags.FEATURE_NEXT_13810.major' => true,
  36989.             'shopware.feature.flags.FEATURE_NEXT_13810.description' => 'Deprecate old promotion module',
  36990.             'shopware.feature.flags.FEATURE_NEXT_13250' => [
  36991.                 'default' => false,
  36992.                 'major' => true,
  36993.                 'description' => 'Reduce database queries if all required data for the line items is already assign',
  36994.             ],
  36995.             'shopware.feature.flags.FEATURE_NEXT_13250.default' => false,
  36996.             'shopware.feature.flags.FEATURE_NEXT_13250.major' => true,
  36997.             'shopware.feature.flags.FEATURE_NEXT_13250.description' => 'Reduce database queries if all required data for the line items is already assign',
  36998.             'shopware.feature.flags.FEATURE_NEXT_17276' => [
  36999.                 'default' => false,
  37000.                 'major' => true,
  37001.                 'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  37002.             ],
  37003.             'shopware.feature.flags.FEATURE_NEXT_17276.default' => false,
  37004.             'shopware.feature.flags.FEATURE_NEXT_17276.major' => true,
  37005.             'shopware.feature.flags.FEATURE_NEXT_17276.description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  37006.             'shopware.feature.flags.FEATURE_NEXT_16151' => [
  37007.                 'default' => false,
  37008.                 'major' => true,
  37009.                 'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  37010.             ],
  37011.             'shopware.feature.flags.FEATURE_NEXT_16151.default' => false,
  37012.             'shopware.feature.flags.FEATURE_NEXT_16151.major' => true,
  37013.             'shopware.feature.flags.FEATURE_NEXT_16151.description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  37014.             'shopware.feature.flags.FEATURE_NEXT_16155' => [
  37015.                 'default' => false,
  37016.                 'major' => true,
  37017.                 'description' => 'EntityLoadedEventFactory will be required in repositories',
  37018.             ],
  37019.             'shopware.feature.flags.FEATURE_NEXT_16155.default' => false,
  37020.             'shopware.feature.flags.FEATURE_NEXT_16155.major' => true,
  37021.             'shopware.feature.flags.FEATURE_NEXT_16155.description' => 'EntityLoadedEventFactory will be required in repositories',
  37022.             'shopware.feature.flags.FEATURE_NEXT_19501' => [
  37023.                 'default' => false,
  37024.                 'major' => false,
  37025.                 'description' => 'Disables the cart.container function',
  37026.             ],
  37027.             'shopware.feature.flags.FEATURE_NEXT_19501.default' => false,
  37028.             'shopware.feature.flags.FEATURE_NEXT_19501.major' => false,
  37029.             'shopware.feature.flags.FEATURE_NEXT_19501.description' => 'Disables the cart.container function',
  37030.             'shopware.feature.flags.FEATURE_NEXT_15053' => [
  37031.                 'default' => false,
  37032.                 'major' => false,
  37033.                 'description' => 'Replace wrong displayed characters in number format',
  37034.             ],
  37035.             'shopware.feature.flags.FEATURE_NEXT_15053.default' => false,
  37036.             'shopware.feature.flags.FEATURE_NEXT_15053.major' => false,
  37037.             'shopware.feature.flags.FEATURE_NEXT_15053.description' => 'Replace wrong displayed characters in number format',
  37038.             'shopware.feature.flags.FEATURE_NEXT_18215' => [
  37039.                 'default' => false,
  37040.                 'major' => true,
  37041.                 'description' => 'Rules are aware of their assignment',
  37042.             ],
  37043.             'shopware.feature.flags.FEATURE_NEXT_18215.default' => false,
  37044.             'shopware.feature.flags.FEATURE_NEXT_18215.major' => true,
  37045.             'shopware.feature.flags.FEATURE_NEXT_18215.description' => 'Rules are aware of their assignment',
  37046.             'shopware.feature.flags.FEATURE_NEXT_15815' => [
  37047.                 'default' => false,
  37048.                 'major' => true,
  37049.                 'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  37050.             ],
  37051.             'shopware.feature.flags.FEATURE_NEXT_15815.default' => false,
  37052.             'shopware.feature.flags.FEATURE_NEXT_15815.major' => true,
  37053.             'shopware.feature.flags.FEATURE_NEXT_15815.description' => 'Remove single record handling in sync service. Only single operation should be supported',
  37054.             'shopware.feature.flags.FEATURE_NEXT_14699' => [
  37055.                 'default' => false,
  37056.                 'major' => true,
  37057.                 'description' => 'Refactoring of Storefront theme assets',
  37058.             ],
  37059.             'shopware.feature.flags.FEATURE_NEXT_14699.default' => false,
  37060.             'shopware.feature.flags.FEATURE_NEXT_14699.major' => true,
  37061.             'shopware.feature.flags.FEATURE_NEXT_14699.description' => 'Refactoring of Storefront theme assets',
  37062.             'shopware.feature.flags.FEATURE_NEXT_15707' => [
  37063.                 'default' => false,
  37064.                 'major' => false,
  37065.                 'description' => 'Delivery notice for EU geoblocking regulation',
  37066.             ],
  37067.             'shopware.feature.flags.FEATURE_NEXT_15707.default' => false,
  37068.             'shopware.feature.flags.FEATURE_NEXT_15707.major' => false,
  37069.             'shopware.feature.flags.FEATURE_NEXT_15707.description' => 'Delivery notice for EU geoblocking regulation',
  37070.             'shopware.feature.flags.FEATURE_NEXT_14360' => [
  37071.                 'default' => false,
  37072.                 'major' => true,
  37073.                 'description' => 'App System 4.0 - Build action button messaging system',
  37074.             ],
  37075.             'shopware.feature.flags.FEATURE_NEXT_14360.default' => false,
  37076.             'shopware.feature.flags.FEATURE_NEXT_14360.major' => true,
  37077.             'shopware.feature.flags.FEATURE_NEXT_14360.description' => 'App System 4.0 - Build action button messaging system',
  37078.             'shopware.feature.flags.FEATURE_NEXT_15172' => [
  37079.                 'default' => false,
  37080.                 'major' => true,
  37081.                 'description' => 'Sanitize html of fields with AllowHtml flag',
  37082.             ],
  37083.             'shopware.feature.flags.FEATURE_NEXT_15172.default' => false,
  37084.             'shopware.feature.flags.FEATURE_NEXT_15172.major' => true,
  37085.             'shopware.feature.flags.FEATURE_NEXT_15172.description' => 'Sanitize html of fields with AllowHtml flag',
  37086.             'shopware.feature.flags.FEATURE_NEXT_14001' => [
  37087.                 'default' => false,
  37088.                 'major' => true,
  37089.                 'description' => 'Newsletter DOI for registered customers',
  37090.             ],
  37091.             'shopware.feature.flags.FEATURE_NEXT_14001.default' => false,
  37092.             'shopware.feature.flags.FEATURE_NEXT_14001.major' => true,
  37093.             'shopware.feature.flags.FEATURE_NEXT_14001.description' => 'Newsletter DOI for registered customers',
  37094.             'shopware.feature.flags.FEATURE_NEXT_7739' => [
  37095.                 'default' => false,
  37096.                 'major' => true,
  37097.                 'description' => 'Optional salutation',
  37098.             ],
  37099.             'shopware.feature.flags.FEATURE_NEXT_7739.default' => false,
  37100.             'shopware.feature.flags.FEATURE_NEXT_7739.major' => true,
  37101.             'shopware.feature.flags.FEATURE_NEXT_7739.description' => 'Optional salutation',
  37102.             'shopware.feature.flags.FEATURE_NEXT_16200' => [
  37103.                 'default' => false,
  37104.                 'major' => false,
  37105.                 'description' => 'Register Doi Domain',
  37106.             ],
  37107.             'shopware.feature.flags.FEATURE_NEXT_16200.default' => false,
  37108.             'shopware.feature.flags.FEATURE_NEXT_16200.major' => false,
  37109.             'shopware.feature.flags.FEATURE_NEXT_16200.description' => 'Register Doi Domain',
  37110.             'shopware.feature.flags.FEATURE_NEXT_13410' => [
  37111.                 'default' => false,
  37112.                 'major' => true,
  37113.                 'description' => 'Make sales channels required in seo generator',
  37114.             ],
  37115.             'shopware.feature.flags.FEATURE_NEXT_13410.default' => false,
  37116.             'shopware.feature.flags.FEATURE_NEXT_13410.major' => true,
  37117.             'shopware.feature.flags.FEATURE_NEXT_13410.description' => 'Make sales channels required in seo generator',
  37118.             'shopware.feature.flags.FEATURE_NEXT_15917' => [
  37119.                 'default' => false,
  37120.                 'major' => true,
  37121.                 'description' => 'Move storefront script tags to head with defer',
  37122.             ],
  37123.             'shopware.feature.flags.FEATURE_NEXT_15917.default' => false,
  37124.             'shopware.feature.flags.FEATURE_NEXT_15917.major' => true,
  37125.             'shopware.feature.flags.FEATURE_NEXT_15917.description' => 'Move storefront script tags to head with defer',
  37126.             'shopware.feature.flags.FEATURE_NEXT_15957' => [
  37127.                 'default' => false,
  37128.                 'major' => true,
  37129.                 'description' => 'VAT id field for guest',
  37130.             ],
  37131.             'shopware.feature.flags.FEATURE_NEXT_15957.default' => false,
  37132.             'shopware.feature.flags.FEATURE_NEXT_15957.major' => true,
  37133.             'shopware.feature.flags.FEATURE_NEXT_15957.description' => 'VAT id field for guest',
  37134.             'shopware.feature.flags.FEATURE_NEXT_13601' => [
  37135.                 'default' => false,
  37136.                 'major' => true,
  37137.                 'description' => 'Default transaction state for async app payments',
  37138.             ],
  37139.             'shopware.feature.flags.FEATURE_NEXT_13601.default' => false,
  37140.             'shopware.feature.flags.FEATURE_NEXT_13601.major' => true,
  37141.             'shopware.feature.flags.FEATURE_NEXT_13601.description' => 'Default transaction state for async app payments',
  37142.             'shopware.feature.flags.FEATURE_NEXT_16992' => [
  37143.                 'default' => false,
  37144.                 'major' => true,
  37145.                 'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  37146.             ],
  37147.             'shopware.feature.flags.FEATURE_NEXT_16992.default' => false,
  37148.             'shopware.feature.flags.FEATURE_NEXT_16992.major' => true,
  37149.             'shopware.feature.flags.FEATURE_NEXT_16992.description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  37150.             'shopware.feature.flags.FEATURE_NEXT_7530' => [
  37151.                 'default' => false,
  37152.                 'major' => true,
  37153.                 'description' => 'Improve orders UX in Administration',
  37154.             ],
  37155.             'shopware.feature.flags.FEATURE_NEXT_7530.default' => false,
  37156.             'shopware.feature.flags.FEATURE_NEXT_7530.major' => true,
  37157.             'shopware.feature.flags.FEATURE_NEXT_7530.description' => 'Improve orders UX in Administration',
  37158.             'shopware.feature.flags.FEATURE_NEXT_16824' => [
  37159.                 'default' => false,
  37160.                 'major' => true,
  37161.                 'description' => 'Cart merged event',
  37162.             ],
  37163.             'shopware.feature.flags.FEATURE_NEXT_16824.default' => false,
  37164.             'shopware.feature.flags.FEATURE_NEXT_16824.major' => true,
  37165.             'shopware.feature.flags.FEATURE_NEXT_16824.description' => 'Cart merged event',
  37166.             'shopware.feature.flags.FEATURE_NEXT_16271' => [
  37167.                 'default' => false,
  37168.                 'major' => true,
  37169.                 'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  37170.             ],
  37171.             'shopware.feature.flags.FEATURE_NEXT_16271.default' => false,
  37172.             'shopware.feature.flags.FEATURE_NEXT_16271.major' => true,
  37173.             'shopware.feature.flags.FEATURE_NEXT_16271.description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  37174.             'shopware.feature.flags.FEATURE_NEXT_15381' => [
  37175.                 'default' => false,
  37176.                 'major' => true,
  37177.                 'description' => 'Save theme compilation',
  37178.             ],
  37179.             'shopware.feature.flags.FEATURE_NEXT_15381.default' => false,
  37180.             'shopware.feature.flags.FEATURE_NEXT_15381.major' => true,
  37181.             'shopware.feature.flags.FEATURE_NEXT_15381.description' => 'Save theme compilation',
  37182.             'shopware.feature.flags.FEATURE_NEXT_17275' => [
  37183.                 'default' => false,
  37184.                 'major' => true,
  37185.                 'description' => 'StorefrontRenderEvent only gets original view',
  37186.             ],
  37187.             'shopware.feature.flags.FEATURE_NEXT_17275.default' => false,
  37188.             'shopware.feature.flags.FEATURE_NEXT_17275.major' => true,
  37189.             'shopware.feature.flags.FEATURE_NEXT_17275.description' => 'StorefrontRenderEvent only gets original view',
  37190.             'shopware.feature.flags.FEATURE_NEXT_17016' => [
  37191.                 'default' => false,
  37192.                 'major' => true,
  37193.                 'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  37194.             ],
  37195.             'shopware.feature.flags.FEATURE_NEXT_17016.default' => false,
  37196.             'shopware.feature.flags.FEATURE_NEXT_17016.major' => true,
  37197.             'shopware.feature.flags.FEATURE_NEXT_17016.description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  37198.             'shopware.feature.flags.FEATURE_NEXT_16236' => [
  37199.                 'default' => false,
  37200.                 'major' => true,
  37201.                 'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  37202.             ],
  37203.             'shopware.feature.flags.FEATURE_NEXT_16236.default' => false,
  37204.             'shopware.feature.flags.FEATURE_NEXT_16236.major' => true,
  37205.             'shopware.feature.flags.FEATURE_NEXT_16236.description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  37206.             'shopware.feature.flags.FEATURE_NEXT_16640' => [
  37207.                 'default' => false,
  37208.                 'major' => true,
  37209.                 'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  37210.             ],
  37211.             'shopware.feature.flags.FEATURE_NEXT_16640.default' => false,
  37212.             'shopware.feature.flags.FEATURE_NEXT_16640.major' => true,
  37213.             'shopware.feature.flags.FEATURE_NEXT_16640.description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  37214.             'shopware.feature.flags.FEATURE_NEXT_17858' => [
  37215.                 'default' => false,
  37216.                 'major' => true,
  37217.                 'description' => 'Major feature flag for Business Event',
  37218.             ],
  37219.             'shopware.feature.flags.FEATURE_NEXT_17858.default' => false,
  37220.             'shopware.feature.flags.FEATURE_NEXT_17858.major' => true,
  37221.             'shopware.feature.flags.FEATURE_NEXT_17858.description' => 'Major feature flag for Business Event',
  37222.             'shopware.feature.flags.FEATURE_NEXT_6758' => [
  37223.                 'default' => false,
  37224.                 'major' => true,
  37225.                 'description' => 'Layout assignment for category as list',
  37226.             ],
  37227.             'shopware.feature.flags.FEATURE_NEXT_6758.default' => false,
  37228.             'shopware.feature.flags.FEATURE_NEXT_6758.major' => true,
  37229.             'shopware.feature.flags.FEATURE_NEXT_6758.description' => 'Layout assignment for category as list',
  37230.             'shopware.feature.flags.FEATURE_NEXT_19048' => [
  37231.                 'default' => false,
  37232.                 'major' => true,
  37233.                 'description' => 'Fix media resolution in theme',
  37234.             ],
  37235.             'shopware.feature.flags.FEATURE_NEXT_19048.default' => false,
  37236.             'shopware.feature.flags.FEATURE_NEXT_19048.major' => true,
  37237.             'shopware.feature.flags.FEATURE_NEXT_19048.description' => 'Fix media resolution in theme',
  37238.             'shopware.feature.flags.FEATURE_NEXT_19822' => [
  37239.                 'default' => false,
  37240.                 'major' => true,
  37241.                 'description' => 'Enables lazy loading components in the administration',
  37242.             ],
  37243.             'shopware.feature.flags.FEATURE_NEXT_19822.default' => false,
  37244.             'shopware.feature.flags.FEATURE_NEXT_19822.major' => true,
  37245.             'shopware.feature.flags.FEATURE_NEXT_19822.description' => 'Enables lazy loading components in the administration',
  37246.             'shopware.feature.flags.FEATURE_NEXT_18129' => [
  37247.                 'default' => false,
  37248.                 'major' => true,
  37249.                 'description' => 'Require positionIdentifier for some components',
  37250.             ],
  37251.             'shopware.feature.flags.FEATURE_NEXT_18129.default' => false,
  37252.             'shopware.feature.flags.FEATURE_NEXT_18129.major' => true,
  37253.             'shopware.feature.flags.FEATURE_NEXT_18129.description' => 'Require positionIdentifier for some components',
  37254.             'shopware.feature.flags.FEATURE_NEXT_19163' => [
  37255.                 'default' => false,
  37256.                 'major' => true,
  37257.                 'description' => 'one to one inheritance',
  37258.             ],
  37259.             'shopware.feature.flags.FEATURE_NEXT_19163.default' => false,
  37260.             'shopware.feature.flags.FEATURE_NEXT_19163.major' => true,
  37261.             'shopware.feature.flags.FEATURE_NEXT_19163.description' => 'one to one inheritance',
  37262.             'shopware.feature.flags.FEATURE_NEXT_18187' => [
  37263.                 'default' => false,
  37264.                 'major' => true,
  37265.                 'description' => 'Move admin dashboard statistics into separate component',
  37266.             ],
  37267.             'shopware.feature.flags.FEATURE_NEXT_18187.default' => false,
  37268.             'shopware.feature.flags.FEATURE_NEXT_18187.major' => true,
  37269.             'shopware.feature.flags.FEATURE_NEXT_18187.description' => 'Move admin dashboard statistics into separate component',
  37270.             'shopware.feature.flags.FEATURE_NEXT_17978' => [
  37271.                 'default' => false,
  37272.                 'major' => true,
  37273.                 'description' => 'Change component factory to work with extension overrides in Administration',
  37274.             ],
  37275.             'shopware.feature.flags.FEATURE_NEXT_17978.default' => false,
  37276.             'shopware.feature.flags.FEATURE_NEXT_17978.major' => true,
  37277.             'shopware.feature.flags.FEATURE_NEXT_17978.description' => 'Change component factory to work with extension overrides in Administration',
  37278.             'shopware.feature.flags.FEATURE_NEXT_11634' => [
  37279.                 'default' => false,
  37280.                 'major' => true,
  37281.                 'description' => 'Webpack alias refactor',
  37282.             ],
  37283.             'shopware.feature.flags.FEATURE_NEXT_11634.default' => false,
  37284.             'shopware.feature.flags.FEATURE_NEXT_11634.major' => true,
  37285.             'shopware.feature.flags.FEATURE_NEXT_11634.description' => 'Webpack alias refactor',
  37286.             'shopware.feature.flags.FEATURE_NEXT_21547' => [
  37287.                 'default' => false,
  37288.                 'major' => true,
  37289.                 'description' => 'Change admin criteria defaults',
  37290.             ],
  37291.             'shopware.feature.flags.FEATURE_NEXT_21547.default' => false,
  37292.             'shopware.feature.flags.FEATURE_NEXT_21547.major' => true,
  37293.             'shopware.feature.flags.FEATURE_NEXT_21547.description' => 'Change admin criteria defaults',
  37294.             'shopware.feature.flags.FEATURE_NEXT_22900' => [
  37295.                 'default' => false,
  37296.                 'major' => true,
  37297.                 'description' => 'Admin search configuration is used in Elasticsearch',
  37298.             ],
  37299.             'shopware.feature.flags.FEATURE_NEXT_22900.default' => false,
  37300.             'shopware.feature.flags.FEATURE_NEXT_22900.major' => true,
  37301.             'shopware.feature.flags.FEATURE_NEXT_22900.description' => 'Admin search configuration is used in Elasticsearch',
  37302.             'shopware.profiler' => [
  37303.                 'integrations' => [
  37304.                     => 'Symfony',
  37305.                 ],
  37306.             ],
  37307.             'shopware.profiler.integrations' => [
  37308.                 => 'Symfony',
  37309.             ],
  37310.             'shopware.profiler.integrations.0' => 'Symfony',
  37311.             'shopware.filesystem' => [
  37312.                 'private' => [
  37313.                     'type' => 'local',
  37314.                     'config' => [
  37315.                         'root' => (\dirname(__DIR__4).'/files'),
  37316.                     ],
  37317.                 ],
  37318.                 'public' => [
  37319.                     'type' => 'local',
  37320.                     'config' => [
  37321.                         'root' => (\dirname(__DIR__4).'/public'),
  37322.                     ],
  37323.                 ],
  37324.                 'temp' => [
  37325.                     'type' => 'local',
  37326.                     'config' => [
  37327.                         'root' => \dirname(__DIR__3),
  37328.                     ],
  37329.                 ],
  37330.                 'theme' => [
  37331.                 ],
  37332.                 'asset' => [
  37333.                 ],
  37334.                 'sitemap' => [
  37335.                 ],
  37336.                 'allowed_extensions' => [
  37337.                     => 'jpg',
  37338.                     => 'jpeg',
  37339.                     => 'png',
  37340.                     => 'webp',
  37341.                     => 'gif',
  37342.                     => 'svg',
  37343.                     => 'bmp',
  37344.                     => 'tiff',
  37345.                     => 'tif',
  37346.                     => 'eps',
  37347.                     10 => 'webm',
  37348.                     11 => 'mkv',
  37349.                     12 => 'flv',
  37350.                     13 => 'ogv',
  37351.                     14 => 'ogg',
  37352.                     15 => 'mov',
  37353.                     16 => 'mp4',
  37354.                     17 => 'avi',
  37355.                     18 => 'wmv',
  37356.                     19 => 'pdf',
  37357.                     20 => 'aac',
  37358.                     21 => 'mp3',
  37359.                     22 => 'wav',
  37360.                     23 => 'flac',
  37361.                     24 => 'oga',
  37362.                     25 => 'wma',
  37363.                     26 => 'txt',
  37364.                     27 => 'doc',
  37365.                     28 => 'ico',
  37366.                 ],
  37367.                 'private_allowed_extensions' => [
  37368.                     => 'jpg',
  37369.                     => 'jpeg',
  37370.                     => 'png',
  37371.                     => 'webp',
  37372.                     => 'gif',
  37373.                     => 'svg',
  37374.                     => 'bmp',
  37375.                     => 'tiff',
  37376.                     => 'tif',
  37377.                     => 'eps',
  37378.                     10 => 'webm',
  37379.                     11 => 'mkv',
  37380.                     12 => 'flv',
  37381.                     13 => 'ogv',
  37382.                     14 => 'ogg',
  37383.                     15 => 'mov',
  37384.                     16 => 'mp4',
  37385.                     17 => 'avi',
  37386.                     18 => 'wmv',
  37387.                     19 => 'pdf',
  37388.                     20 => 'aac',
  37389.                     21 => 'mp3',
  37390.                     22 => 'wav',
  37391.                     23 => 'flac',
  37392.                     24 => 'oga',
  37393.                     25 => 'wma',
  37394.                     26 => 'txt',
  37395.                     27 => 'doc',
  37396.                     28 => 'ico',
  37397.                     29 => 'zip',
  37398.                     30 => 'rar',
  37399.                 ],
  37400.                 'private_local_download_strategy' => 'php',
  37401.             ],
  37402.             'shopware.filesystem.private' => [
  37403.                 'type' => 'local',
  37404.                 'config' => [
  37405.                     'root' => (\dirname(__DIR__4).'/files'),
  37406.                 ],
  37407.             ],
  37408.             'shopware.filesystem.private.type' => 'local',
  37409.             'shopware.filesystem.private.config' => [
  37410.                 'root' => (\dirname(__DIR__4).'/files'),
  37411.             ],
  37412.             'shopware.filesystem.private.config.root' => (\dirname(__DIR__4).'/files'),
  37413.             'shopware.filesystem.public' => [
  37414.                 'type' => 'local',
  37415.                 'config' => [
  37416.                     'root' => (\dirname(__DIR__4).'/public'),
  37417.                 ],
  37418.             ],
  37419.             'shopware.filesystem.public.type' => 'local',
  37420.             'shopware.filesystem.public.config' => [
  37421.                 'root' => (\dirname(__DIR__4).'/public'),
  37422.             ],
  37423.             'shopware.filesystem.public.config.root' => (\dirname(__DIR__4).'/public'),
  37424.             'shopware.filesystem.temp' => [
  37425.                 'type' => 'local',
  37426.                 'config' => [
  37427.                     'root' => \dirname(__DIR__3),
  37428.                 ],
  37429.             ],
  37430.             'shopware.filesystem.temp.type' => 'local',
  37431.             'shopware.filesystem.temp.config' => [
  37432.                 'root' => \dirname(__DIR__3),
  37433.             ],
  37434.             'shopware.filesystem.temp.config.root' => \dirname(__DIR__3),
  37435.             'shopware.filesystem.theme' => [
  37436.                 'type' => 'local',
  37437.                 'config' => [
  37438.                     'root' => (\dirname(__DIR__4).'/public'),
  37439.                 ],
  37440.             ],
  37441.             'shopware.filesystem.asset' => [
  37442.                 'type' => 'local',
  37443.                 'config' => [
  37444.                     'root' => (\dirname(__DIR__4).'/public'),
  37445.                 ],
  37446.             ],
  37447.             'shopware.filesystem.sitemap' => [
  37448.                 'type' => 'local',
  37449.                 'config' => [
  37450.                     'root' => (\dirname(__DIR__4).'/public'),
  37451.                 ],
  37452.             ],
  37453.             'shopware.filesystem.allowed_extensions' => [
  37454.                 => 'jpg',
  37455.                 => 'jpeg',
  37456.                 => 'png',
  37457.                 => 'webp',
  37458.                 => 'gif',
  37459.                 => 'svg',
  37460.                 => 'bmp',
  37461.                 => 'tiff',
  37462.                 => 'tif',
  37463.                 => 'eps',
  37464.                 10 => 'webm',
  37465.                 11 => 'mkv',
  37466.                 12 => 'flv',
  37467.                 13 => 'ogv',
  37468.                 14 => 'ogg',
  37469.                 15 => 'mov',
  37470.                 16 => 'mp4',
  37471.                 17 => 'avi',
  37472.                 18 => 'wmv',
  37473.                 19 => 'pdf',
  37474.                 20 => 'aac',
  37475.                 21 => 'mp3',
  37476.                 22 => 'wav',
  37477.                 23 => 'flac',
  37478.                 24 => 'oga',
  37479.                 25 => 'wma',
  37480.                 26 => 'txt',
  37481.                 27 => 'doc',
  37482.                 28 => 'ico',
  37483.             ],
  37484.             'shopware.filesystem.allowed_extensions.0' => 'jpg',
  37485.             'shopware.filesystem.allowed_extensions.1' => 'jpeg',
  37486.             'shopware.filesystem.allowed_extensions.2' => 'png',
  37487.             'shopware.filesystem.allowed_extensions.3' => 'webp',
  37488.             'shopware.filesystem.allowed_extensions.4' => 'gif',
  37489.             'shopware.filesystem.allowed_extensions.5' => 'svg',
  37490.             'shopware.filesystem.allowed_extensions.6' => 'bmp',
  37491.             'shopware.filesystem.allowed_extensions.7' => 'tiff',
  37492.             'shopware.filesystem.allowed_extensions.8' => 'tif',
  37493.             'shopware.filesystem.allowed_extensions.9' => 'eps',
  37494.             'shopware.filesystem.allowed_extensions.10' => 'webm',
  37495.             'shopware.filesystem.allowed_extensions.11' => 'mkv',
  37496.             'shopware.filesystem.allowed_extensions.12' => 'flv',
  37497.             'shopware.filesystem.allowed_extensions.13' => 'ogv',
  37498.             'shopware.filesystem.allowed_extensions.14' => 'ogg',
  37499.             'shopware.filesystem.allowed_extensions.15' => 'mov',
  37500.             'shopware.filesystem.allowed_extensions.16' => 'mp4',
  37501.             'shopware.filesystem.allowed_extensions.17' => 'avi',
  37502.             'shopware.filesystem.allowed_extensions.18' => 'wmv',
  37503.             'shopware.filesystem.allowed_extensions.19' => 'pdf',
  37504.             'shopware.filesystem.allowed_extensions.20' => 'aac',
  37505.             'shopware.filesystem.allowed_extensions.21' => 'mp3',
  37506.             'shopware.filesystem.allowed_extensions.22' => 'wav',
  37507.             'shopware.filesystem.allowed_extensions.23' => 'flac',
  37508.             'shopware.filesystem.allowed_extensions.24' => 'oga',
  37509.             'shopware.filesystem.allowed_extensions.25' => 'wma',
  37510.             'shopware.filesystem.allowed_extensions.26' => 'txt',
  37511.             'shopware.filesystem.allowed_extensions.27' => 'doc',
  37512.             'shopware.filesystem.allowed_extensions.28' => 'ico',
  37513.             'shopware.filesystem.private_allowed_extensions' => [
  37514.                 => 'jpg',
  37515.                 => 'jpeg',
  37516.                 => 'png',
  37517.                 => 'webp',
  37518.                 => 'gif',
  37519.                 => 'svg',
  37520.                 => 'bmp',
  37521.                 => 'tiff',
  37522.                 => 'tif',
  37523.                 => 'eps',
  37524.                 10 => 'webm',
  37525.                 11 => 'mkv',
  37526.                 12 => 'flv',
  37527.                 13 => 'ogv',
  37528.                 14 => 'ogg',
  37529.                 15 => 'mov',
  37530.                 16 => 'mp4',
  37531.                 17 => 'avi',
  37532.                 18 => 'wmv',
  37533.                 19 => 'pdf',
  37534.                 20 => 'aac',
  37535.                 21 => 'mp3',
  37536.                 22 => 'wav',
  37537.                 23 => 'flac',
  37538.                 24 => 'oga',
  37539.                 25 => 'wma',
  37540.                 26 => 'txt',
  37541.                 27 => 'doc',
  37542.                 28 => 'ico',
  37543.                 29 => 'zip',
  37544.                 30 => 'rar',
  37545.             ],
  37546.             'shopware.filesystem.private_allowed_extensions.0' => 'jpg',
  37547.             'shopware.filesystem.private_allowed_extensions.1' => 'jpeg',
  37548.             'shopware.filesystem.private_allowed_extensions.2' => 'png',
  37549.             'shopware.filesystem.private_allowed_extensions.3' => 'webp',
  37550.             'shopware.filesystem.private_allowed_extensions.4' => 'gif',
  37551.             'shopware.filesystem.private_allowed_extensions.5' => 'svg',
  37552.             'shopware.filesystem.private_allowed_extensions.6' => 'bmp',
  37553.             'shopware.filesystem.private_allowed_extensions.7' => 'tiff',
  37554.             'shopware.filesystem.private_allowed_extensions.8' => 'tif',
  37555.             'shopware.filesystem.private_allowed_extensions.9' => 'eps',
  37556.             'shopware.filesystem.private_allowed_extensions.10' => 'webm',
  37557.             'shopware.filesystem.private_allowed_extensions.11' => 'mkv',
  37558.             'shopware.filesystem.private_allowed_extensions.12' => 'flv',
  37559.             'shopware.filesystem.private_allowed_extensions.13' => 'ogv',
  37560.             'shopware.filesystem.private_allowed_extensions.14' => 'ogg',
  37561.             'shopware.filesystem.private_allowed_extensions.15' => 'mov',
  37562.             'shopware.filesystem.private_allowed_extensions.16' => 'mp4',
  37563.             'shopware.filesystem.private_allowed_extensions.17' => 'avi',
  37564.             'shopware.filesystem.private_allowed_extensions.18' => 'wmv',
  37565.             'shopware.filesystem.private_allowed_extensions.19' => 'pdf',
  37566.             'shopware.filesystem.private_allowed_extensions.20' => 'aac',
  37567.             'shopware.filesystem.private_allowed_extensions.21' => 'mp3',
  37568.             'shopware.filesystem.private_allowed_extensions.22' => 'wav',
  37569.             'shopware.filesystem.private_allowed_extensions.23' => 'flac',
  37570.             'shopware.filesystem.private_allowed_extensions.24' => 'oga',
  37571.             'shopware.filesystem.private_allowed_extensions.25' => 'wma',
  37572.             'shopware.filesystem.private_allowed_extensions.26' => 'txt',
  37573.             'shopware.filesystem.private_allowed_extensions.27' => 'doc',
  37574.             'shopware.filesystem.private_allowed_extensions.28' => 'ico',
  37575.             'shopware.filesystem.private_allowed_extensions.29' => 'zip',
  37576.             'shopware.filesystem.private_allowed_extensions.30' => 'rar',
  37577.             'shopware.filesystem.private_local_download_strategy' => 'php',
  37578.             'shopware.cdn.url' => '',
  37579.             'shopware.increment' => [
  37580.                 'user_activity' => [
  37581.                     'type' => 'mysql',
  37582.                 ],
  37583.                 'message_queue' => [
  37584.                     'type' => 'mysql',
  37585.                 ],
  37586.             ],
  37587.             'shopware.increment.user_activity' => [
  37588.                 'type' => 'mysql',
  37589.             ],
  37590.             'shopware.increment.user_activity.type' => 'mysql',
  37591.             'shopware.increment.message_queue' => [
  37592.                 'type' => 'mysql',
  37593.             ],
  37594.             'shopware.increment.message_queue.type' => 'mysql',
  37595.             'shopware.api' => [
  37596.                 'max_limit' => 100,
  37597.                 'api_browser' => [
  37598.                     'auth_required' => false,
  37599.                 ],
  37600.                 'store' => [
  37601.                     'context_lifetime' => 'P1D',
  37602.                 ],
  37603.                 'rate_limiter' => [
  37604.                     'login' => [
  37605.                         'enabled' => true,
  37606.                         'policy' => 'time_backoff',
  37607.                         'reset' => '24 hours',
  37608.                         'limits' => [
  37609.                             => [
  37610.                                 'limit' => 10,
  37611.                                 'interval' => '10 seconds',
  37612.                             ],
  37613.                             => [
  37614.                                 'limit' => 15,
  37615.                                 'interval' => '30 seconds',
  37616.                             ],
  37617.                             => [
  37618.                                 'limit' => 20,
  37619.                                 'interval' => '60 seconds',
  37620.                             ],
  37621.                         ],
  37622.                         'lock_factory' => 'lock.factory',
  37623.                         'cache_pool' => 'cache.rate_limiter',
  37624.                     ],
  37625.                     'guest_login' => [
  37626.                         'enabled' => true,
  37627.                         'policy' => 'time_backoff',
  37628.                         'reset' => '24 hours',
  37629.                         'limits' => [
  37630.                             => [
  37631.                                 'limit' => 10,
  37632.                                 'interval' => '10 seconds',
  37633.                             ],
  37634.                             => [
  37635.                                 'limit' => 15,
  37636.                                 'interval' => '30 seconds',
  37637.                             ],
  37638.                             => [
  37639.                                 'limit' => 20,
  37640.                                 'interval' => '60 seconds',
  37641.                             ],
  37642.                         ],
  37643.                         'lock_factory' => 'lock.factory',
  37644.                         'cache_pool' => 'cache.rate_limiter',
  37645.                     ],
  37646.                     'oauth' => [
  37647.                         'enabled' => true,
  37648.                         'policy' => 'time_backoff',
  37649.                         'reset' => '24 hours',
  37650.                         'limits' => [
  37651.                             => [
  37652.                                 'limit' => 10,
  37653.                                 'interval' => '10 seconds',
  37654.                             ],
  37655.                             => [
  37656.                                 'limit' => 15,
  37657.                                 'interval' => '30 seconds',
  37658.                             ],
  37659.                             => [
  37660.                                 'limit' => 20,
  37661.                                 'interval' => '60 seconds',
  37662.                             ],
  37663.                         ],
  37664.                         'lock_factory' => 'lock.factory',
  37665.                         'cache_pool' => 'cache.rate_limiter',
  37666.                     ],
  37667.                     'reset_password' => [
  37668.                         'enabled' => true,
  37669.                         'policy' => 'time_backoff',
  37670.                         'reset' => '24 hours',
  37671.                         'limits' => [
  37672.                             => [
  37673.                                 'limit' => 3,
  37674.                                 'interval' => '30 seconds',
  37675.                             ],
  37676.                             => [
  37677.                                 'limit' => 5,
  37678.                                 'interval' => '60 seconds',
  37679.                             ],
  37680.                             => [
  37681.                                 'limit' => 10,
  37682.                                 'interval' => '90 seconds',
  37683.                             ],
  37684.                         ],
  37685.                         'lock_factory' => 'lock.factory',
  37686.                         'cache_pool' => 'cache.rate_limiter',
  37687.                     ],
  37688.                     'user_recovery' => [
  37689.                         'enabled' => true,
  37690.                         'policy' => 'time_backoff',
  37691.                         'reset' => '24 hours',
  37692.                         'limits' => [
  37693.                             => [
  37694.                                 'limit' => 3,
  37695.                                 'interval' => '30 seconds',
  37696.                             ],
  37697.                             => [
  37698.                                 'limit' => 5,
  37699.                                 'interval' => '60 seconds',
  37700.                             ],
  37701.                             => [
  37702.                                 'limit' => 10,
  37703.                                 'interval' => '90 seconds',
  37704.                             ],
  37705.                         ],
  37706.                         'lock_factory' => 'lock.factory',
  37707.                         'cache_pool' => 'cache.rate_limiter',
  37708.                     ],
  37709.                     'contact_form' => [
  37710.                         'enabled' => true,
  37711.                         'policy' => 'time_backoff',
  37712.                         'reset' => '24 hours',
  37713.                         'limits' => [
  37714.                             => [
  37715.                                 'limit' => 3,
  37716.                                 'interval' => '30 seconds',
  37717.                             ],
  37718.                             => [
  37719.                                 'limit' => 5,
  37720.                                 'interval' => '60 seconds',
  37721.                             ],
  37722.                             => [
  37723.                                 'limit' => 10,
  37724.                                 'interval' => '90 seconds',
  37725.                             ],
  37726.                         ],
  37727.                         'lock_factory' => 'lock.factory',
  37728.                         'cache_pool' => 'cache.rate_limiter',
  37729.                     ],
  37730.                     'notification' => [
  37731.                         'enabled' => true,
  37732.                         'policy' => 'time_backoff',
  37733.                         'reset' => '24 hours',
  37734.                         'limits' => [
  37735.                             => [
  37736.                                 'limit' => 10,
  37737.                                 'interval' => '10 seconds',
  37738.                             ],
  37739.                             => [
  37740.                                 'limit' => 15,
  37741.                                 'interval' => '30 seconds',
  37742.                             ],
  37743.                             => [
  37744.                                 'limit' => 20,
  37745.                                 'interval' => '60 seconds',
  37746.                             ],
  37747.                         ],
  37748.                         'lock_factory' => 'lock.factory',
  37749.                         'cache_pool' => 'cache.rate_limiter',
  37750.                     ],
  37751.                     'newsletter_form' => [
  37752.                         'enabled' => true,
  37753.                         'policy' => 'time_backoff',
  37754.                         'reset' => '24 hours',
  37755.                         'limits' => [
  37756.                             => [
  37757.                                 'limit' => 3,
  37758.                                 'interval' => '30 seconds',
  37759.                             ],
  37760.                             => [
  37761.                                 'limit' => 5,
  37762.                                 'interval' => '60 seconds',
  37763.                             ],
  37764.                             => [
  37765.                                 'limit' => 10,
  37766.                                 'interval' => '90 seconds',
  37767.                             ],
  37768.                         ],
  37769.                         'lock_factory' => 'lock.factory',
  37770.                         'cache_pool' => 'cache.rate_limiter',
  37771.                     ],
  37772.                     'cart_add_line_item' => [
  37773.                         'enabled' => true,
  37774.                         'policy' => 'system_config',
  37775.                         'reset' => '1 hours',
  37776.                         'limits' => [
  37777.                             => [
  37778.                                 'domain' => 'core.cart.lineItemAddLimit',
  37779.                                 'interval' => '60 seconds',
  37780.                             ],
  37781.                         ],
  37782.                         'lock_factory' => 'lock.factory',
  37783.                         'cache_pool' => 'cache.rate_limiter',
  37784.                     ],
  37785.                 ],
  37786.             ],
  37787.             'shopware.api.max_limit' => 100,
  37788.             'shopware.api.api_browser' => [
  37789.                 'auth_required' => false,
  37790.             ],
  37791.             'shopware.api.api_browser.auth_required' => false,
  37792.             'shopware.api.api_browser.auth_required_str' => '0',
  37793.             'shopware.api.store' => [
  37794.                 'context_lifetime' => 'P1D',
  37795.             ],
  37796.             'shopware.api.store.context_lifetime' => 'P1D',
  37797.             'shopware.api.rate_limiter' => [
  37798.                 'login' => [
  37799.                     'enabled' => true,
  37800.                     'policy' => 'time_backoff',
  37801.                     'reset' => '24 hours',
  37802.                     'limits' => [
  37803.                         => [
  37804.                             'limit' => 10,
  37805.                             'interval' => '10 seconds',
  37806.                         ],
  37807.                         => [
  37808.                             'limit' => 15,
  37809.                             'interval' => '30 seconds',
  37810.                         ],
  37811.                         => [
  37812.                             'limit' => 20,
  37813.                             'interval' => '60 seconds',
  37814.                         ],
  37815.                     ],
  37816.                     'lock_factory' => 'lock.factory',
  37817.                     'cache_pool' => 'cache.rate_limiter',
  37818.                 ],
  37819.                 'guest_login' => [
  37820.                     'enabled' => true,
  37821.                     'policy' => 'time_backoff',
  37822.                     'reset' => '24 hours',
  37823.                     'limits' => [
  37824.                         => [
  37825.                             'limit' => 10,
  37826.                             'interval' => '10 seconds',
  37827.                         ],
  37828.                         => [
  37829.                             'limit' => 15,
  37830.                             'interval' => '30 seconds',
  37831.                         ],
  37832.                         => [
  37833.                             'limit' => 20,
  37834.                             'interval' => '60 seconds',
  37835.                         ],
  37836.                     ],
  37837.                     'lock_factory' => 'lock.factory',
  37838.                     'cache_pool' => 'cache.rate_limiter',
  37839.                 ],
  37840.                 'oauth' => [
  37841.                     'enabled' => true,
  37842.                     'policy' => 'time_backoff',
  37843.                     'reset' => '24 hours',
  37844.                     'limits' => [
  37845.                         => [
  37846.                             'limit' => 10,
  37847.                             'interval' => '10 seconds',
  37848.                         ],
  37849.                         => [
  37850.                             'limit' => 15,
  37851.                             'interval' => '30 seconds',
  37852.                         ],
  37853.                         => [
  37854.                             'limit' => 20,
  37855.                             'interval' => '60 seconds',
  37856.                         ],
  37857.                     ],
  37858.                     'lock_factory' => 'lock.factory',
  37859.                     'cache_pool' => 'cache.rate_limiter',
  37860.                 ],
  37861.                 'reset_password' => [
  37862.                     'enabled' => true,
  37863.                     'policy' => 'time_backoff',
  37864.                     'reset' => '24 hours',
  37865.                     'limits' => [
  37866.                         => [
  37867.                             'limit' => 3,
  37868.                             'interval' => '30 seconds',
  37869.                         ],
  37870.                         => [
  37871.                             'limit' => 5,
  37872.                             'interval' => '60 seconds',
  37873.                         ],
  37874.                         => [
  37875.                             'limit' => 10,
  37876.                             'interval' => '90 seconds',
  37877.                         ],
  37878.                     ],
  37879.                     'lock_factory' => 'lock.factory',
  37880.                     'cache_pool' => 'cache.rate_limiter',
  37881.                 ],
  37882.                 'user_recovery' => [
  37883.                     'enabled' => true,
  37884.                     'policy' => 'time_backoff',
  37885.                     'reset' => '24 hours',
  37886.                     'limits' => [
  37887.                         => [
  37888.                             'limit' => 3,
  37889.                             'interval' => '30 seconds',
  37890.                         ],
  37891.                         => [
  37892.                             'limit' => 5,
  37893.                             'interval' => '60 seconds',
  37894.                         ],
  37895.                         => [
  37896.                             'limit' => 10,
  37897.                             'interval' => '90 seconds',
  37898.                         ],
  37899.                     ],
  37900.                     'lock_factory' => 'lock.factory',
  37901.                     'cache_pool' => 'cache.rate_limiter',
  37902.                 ],
  37903.                 'contact_form' => [
  37904.                     'enabled' => true,
  37905.                     'policy' => 'time_backoff',
  37906.                     'reset' => '24 hours',
  37907.                     'limits' => [
  37908.                         => [
  37909.                             'limit' => 3,
  37910.                             'interval' => '30 seconds',
  37911.                         ],
  37912.                         => [
  37913.                             'limit' => 5,
  37914.                             'interval' => '60 seconds',
  37915.                         ],
  37916.                         => [
  37917.                             'limit' => 10,
  37918.                             'interval' => '90 seconds',
  37919.                         ],
  37920.                     ],
  37921.                     'lock_factory' => 'lock.factory',
  37922.                     'cache_pool' => 'cache.rate_limiter',
  37923.                 ],
  37924.                 'notification' => [
  37925.                     'enabled' => true,
  37926.                     'policy' => 'time_backoff',
  37927.                     'reset' => '24 hours',
  37928.                     'limits' => [
  37929.                         => [
  37930.                             'limit' => 10,
  37931.                             'interval' => '10 seconds',
  37932.                         ],
  37933.                         => [
  37934.                             'limit' => 15,
  37935.                             'interval' => '30 seconds',
  37936.                         ],
  37937.                         => [
  37938.                             'limit' => 20,
  37939.                             'interval' => '60 seconds',
  37940.                         ],
  37941.                     ],
  37942.                     'lock_factory' => 'lock.factory',
  37943.                     'cache_pool' => 'cache.rate_limiter',
  37944.                 ],
  37945.                 'newsletter_form' => [
  37946.                     'enabled' => true,
  37947.                     'policy' => 'time_backoff',
  37948.                     'reset' => '24 hours',
  37949.                     'limits' => [
  37950.                         => [
  37951.                             'limit' => 3,
  37952.                             'interval' => '30 seconds',
  37953.                         ],
  37954.                         => [
  37955.                             'limit' => 5,
  37956.                             'interval' => '60 seconds',
  37957.                         ],
  37958.                         => [
  37959.                             'limit' => 10,
  37960.                             'interval' => '90 seconds',
  37961.                         ],
  37962.                     ],
  37963.                     'lock_factory' => 'lock.factory',
  37964.                     'cache_pool' => 'cache.rate_limiter',
  37965.                 ],
  37966.                 'cart_add_line_item' => [
  37967.                     'enabled' => true,
  37968.                     'policy' => 'system_config',
  37969.                     'reset' => '1 hours',
  37970.                     'limits' => [
  37971.                         => [
  37972.                             'domain' => 'core.cart.lineItemAddLimit',
  37973.                             'interval' => '60 seconds',
  37974.                         ],
  37975.                     ],
  37976.                     'lock_factory' => 'lock.factory',
  37977.                     'cache_pool' => 'cache.rate_limiter',
  37978.                 ],
  37979.             ],
  37980.             'shopware.api.rate_limiter.login' => [
  37981.                 'enabled' => true,
  37982.                 'policy' => 'time_backoff',
  37983.                 'reset' => '24 hours',
  37984.                 'limits' => [
  37985.                     => [
  37986.                         'limit' => 10,
  37987.                         'interval' => '10 seconds',
  37988.                     ],
  37989.                     => [
  37990.                         'limit' => 15,
  37991.                         'interval' => '30 seconds',
  37992.                     ],
  37993.                     => [
  37994.                         'limit' => 20,
  37995.                         'interval' => '60 seconds',
  37996.                     ],
  37997.                 ],
  37998.                 'lock_factory' => 'lock.factory',
  37999.                 'cache_pool' => 'cache.rate_limiter',
  38000.             ],
  38001.             'shopware.api.rate_limiter.login.enabled' => true,
  38002.             'shopware.api.rate_limiter.login.policy' => 'time_backoff',
  38003.             'shopware.api.rate_limiter.login.reset' => '24 hours',
  38004.             'shopware.api.rate_limiter.login.limits' => [
  38005.                 => [
  38006.                     'limit' => 10,
  38007.                     'interval' => '10 seconds',
  38008.                 ],
  38009.                 => [
  38010.                     'limit' => 15,
  38011.                     'interval' => '30 seconds',
  38012.                 ],
  38013.                 => [
  38014.                     'limit' => 20,
  38015.                     'interval' => '60 seconds',
  38016.                 ],
  38017.             ],
  38018.             'shopware.api.rate_limiter.login.limits.0' => [
  38019.                 'limit' => 10,
  38020.                 'interval' => '10 seconds',
  38021.             ],
  38022.             'shopware.api.rate_limiter.login.limits.0.limit' => 10,
  38023.             'shopware.api.rate_limiter.login.limits.0.interval' => '10 seconds',
  38024.             'shopware.api.rate_limiter.login.limits.1' => [
  38025.                 'limit' => 15,
  38026.                 'interval' => '30 seconds',
  38027.             ],
  38028.             'shopware.api.rate_limiter.login.limits.1.limit' => 15,
  38029.             'shopware.api.rate_limiter.login.limits.1.interval' => '30 seconds',
  38030.             'shopware.api.rate_limiter.login.limits.2' => [
  38031.                 'limit' => 20,
  38032.                 'interval' => '60 seconds',
  38033.             ],
  38034.             'shopware.api.rate_limiter.login.limits.2.limit' => 20,
  38035.             'shopware.api.rate_limiter.login.limits.2.interval' => '60 seconds',
  38036.             'shopware.api.rate_limiter.login.lock_factory' => 'lock.factory',
  38037.             'shopware.api.rate_limiter.login.cache_pool' => 'cache.rate_limiter',
  38038.             'shopware.api.rate_limiter.guest_login' => [
  38039.                 'enabled' => true,
  38040.                 'policy' => 'time_backoff',
  38041.                 'reset' => '24 hours',
  38042.                 'limits' => [
  38043.                     => [
  38044.                         'limit' => 10,
  38045.                         'interval' => '10 seconds',
  38046.                     ],
  38047.                     => [
  38048.                         'limit' => 15,
  38049.                         'interval' => '30 seconds',
  38050.                     ],
  38051.                     => [
  38052.                         'limit' => 20,
  38053.                         'interval' => '60 seconds',
  38054.                     ],
  38055.                 ],
  38056.                 'lock_factory' => 'lock.factory',
  38057.                 'cache_pool' => 'cache.rate_limiter',
  38058.             ],
  38059.             'shopware.api.rate_limiter.guest_login.enabled' => true,
  38060.             'shopware.api.rate_limiter.guest_login.policy' => 'time_backoff',
  38061.             'shopware.api.rate_limiter.guest_login.reset' => '24 hours',
  38062.             'shopware.api.rate_limiter.guest_login.limits' => [
  38063.                 => [
  38064.                     'limit' => 10,
  38065.                     'interval' => '10 seconds',
  38066.                 ],
  38067.                 => [
  38068.                     'limit' => 15,
  38069.                     'interval' => '30 seconds',
  38070.                 ],
  38071.                 => [
  38072.                     'limit' => 20,
  38073.                     'interval' => '60 seconds',
  38074.                 ],
  38075.             ],
  38076.             'shopware.api.rate_limiter.guest_login.limits.0' => [
  38077.                 'limit' => 10,
  38078.                 'interval' => '10 seconds',
  38079.             ],
  38080.             'shopware.api.rate_limiter.guest_login.limits.0.limit' => 10,
  38081.             'shopware.api.rate_limiter.guest_login.limits.0.interval' => '10 seconds',
  38082.             'shopware.api.rate_limiter.guest_login.limits.1' => [
  38083.                 'limit' => 15,
  38084.                 'interval' => '30 seconds',
  38085.             ],
  38086.             'shopware.api.rate_limiter.guest_login.limits.1.limit' => 15,
  38087.             'shopware.api.rate_limiter.guest_login.limits.1.interval' => '30 seconds',
  38088.             'shopware.api.rate_limiter.guest_login.limits.2' => [
  38089.                 'limit' => 20,
  38090.                 'interval' => '60 seconds',
  38091.             ],
  38092.             'shopware.api.rate_limiter.guest_login.limits.2.limit' => 20,
  38093.             'shopware.api.rate_limiter.guest_login.limits.2.interval' => '60 seconds',
  38094.             'shopware.api.rate_limiter.guest_login.lock_factory' => 'lock.factory',
  38095.             'shopware.api.rate_limiter.guest_login.cache_pool' => 'cache.rate_limiter',
  38096.             'shopware.api.rate_limiter.oauth' => [
  38097.                 'enabled' => true,
  38098.                 'policy' => 'time_backoff',
  38099.                 'reset' => '24 hours',
  38100.                 'limits' => [
  38101.                     => [
  38102.                         'limit' => 10,
  38103.                         'interval' => '10 seconds',
  38104.                     ],
  38105.                     => [
  38106.                         'limit' => 15,
  38107.                         'interval' => '30 seconds',
  38108.                     ],
  38109.                     => [
  38110.                         'limit' => 20,
  38111.                         'interval' => '60 seconds',
  38112.                     ],
  38113.                 ],
  38114.                 'lock_factory' => 'lock.factory',
  38115.                 'cache_pool' => 'cache.rate_limiter',
  38116.             ],
  38117.             'shopware.api.rate_limiter.oauth.enabled' => true,
  38118.             'shopware.api.rate_limiter.oauth.policy' => 'time_backoff',
  38119.             'shopware.api.rate_limiter.oauth.reset' => '24 hours',
  38120.             'shopware.api.rate_limiter.oauth.limits' => [
  38121.                 => [
  38122.                     'limit' => 10,
  38123.                     'interval' => '10 seconds',
  38124.                 ],
  38125.                 => [
  38126.                     'limit' => 15,
  38127.                     'interval' => '30 seconds',
  38128.                 ],
  38129.                 => [
  38130.                     'limit' => 20,
  38131.                     'interval' => '60 seconds',
  38132.                 ],
  38133.             ],
  38134.             'shopware.api.rate_limiter.oauth.limits.0' => [
  38135.                 'limit' => 10,
  38136.                 'interval' => '10 seconds',
  38137.             ],
  38138.             'shopware.api.rate_limiter.oauth.limits.0.limit' => 10,
  38139.             'shopware.api.rate_limiter.oauth.limits.0.interval' => '10 seconds',
  38140.             'shopware.api.rate_limiter.oauth.limits.1' => [
  38141.                 'limit' => 15,
  38142.                 'interval' => '30 seconds',
  38143.             ],
  38144.             'shopware.api.rate_limiter.oauth.limits.1.limit' => 15,
  38145.             'shopware.api.rate_limiter.oauth.limits.1.interval' => '30 seconds',
  38146.             'shopware.api.rate_limiter.oauth.limits.2' => [
  38147.                 'limit' => 20,
  38148.                 'interval' => '60 seconds',
  38149.             ],
  38150.             'shopware.api.rate_limiter.oauth.limits.2.limit' => 20,
  38151.             'shopware.api.rate_limiter.oauth.limits.2.interval' => '60 seconds',
  38152.             'shopware.api.rate_limiter.oauth.lock_factory' => 'lock.factory',
  38153.             'shopware.api.rate_limiter.oauth.cache_pool' => 'cache.rate_limiter',
  38154.             'shopware.api.rate_limiter.reset_password' => [
  38155.                 'enabled' => true,
  38156.                 'policy' => 'time_backoff',
  38157.                 'reset' => '24 hours',
  38158.                 'limits' => [
  38159.                     => [
  38160.                         'limit' => 3,
  38161.                         'interval' => '30 seconds',
  38162.                     ],
  38163.                     => [
  38164.                         'limit' => 5,
  38165.                         'interval' => '60 seconds',
  38166.                     ],
  38167.                     => [
  38168.                         'limit' => 10,
  38169.                         'interval' => '90 seconds',
  38170.                     ],
  38171.                 ],
  38172.                 'lock_factory' => 'lock.factory',
  38173.                 'cache_pool' => 'cache.rate_limiter',
  38174.             ],
  38175.             'shopware.api.rate_limiter.reset_password.enabled' => true,
  38176.             'shopware.api.rate_limiter.reset_password.policy' => 'time_backoff',
  38177.             'shopware.api.rate_limiter.reset_password.reset' => '24 hours',
  38178.             'shopware.api.rate_limiter.reset_password.limits' => [
  38179.                 => [
  38180.                     'limit' => 3,
  38181.                     'interval' => '30 seconds',
  38182.                 ],
  38183.                 => [
  38184.                     'limit' => 5,
  38185.                     'interval' => '60 seconds',
  38186.                 ],
  38187.                 => [
  38188.                     'limit' => 10,
  38189.                     'interval' => '90 seconds',
  38190.                 ],
  38191.             ],
  38192.             'shopware.api.rate_limiter.reset_password.limits.0' => [
  38193.                 'limit' => 3,
  38194.                 'interval' => '30 seconds',
  38195.             ],
  38196.             'shopware.api.rate_limiter.reset_password.limits.0.limit' => 3,
  38197.             'shopware.api.rate_limiter.reset_password.limits.0.interval' => '30 seconds',
  38198.             'shopware.api.rate_limiter.reset_password.limits.1' => [
  38199.                 'limit' => 5,
  38200.                 'interval' => '60 seconds',
  38201.             ],
  38202.             'shopware.api.rate_limiter.reset_password.limits.1.limit' => 5,
  38203.             'shopware.api.rate_limiter.reset_password.limits.1.interval' => '60 seconds',
  38204.             'shopware.api.rate_limiter.reset_password.limits.2' => [
  38205.                 'limit' => 10,
  38206.                 'interval' => '90 seconds',
  38207.             ],
  38208.             'shopware.api.rate_limiter.reset_password.limits.2.limit' => 10,
  38209.             'shopware.api.rate_limiter.reset_password.limits.2.interval' => '90 seconds',
  38210.             'shopware.api.rate_limiter.reset_password.lock_factory' => 'lock.factory',
  38211.             'shopware.api.rate_limiter.reset_password.cache_pool' => 'cache.rate_limiter',
  38212.             'shopware.api.rate_limiter.user_recovery' => [
  38213.                 'enabled' => true,
  38214.                 'policy' => 'time_backoff',
  38215.                 'reset' => '24 hours',
  38216.                 'limits' => [
  38217.                     => [
  38218.                         'limit' => 3,
  38219.                         'interval' => '30 seconds',
  38220.                     ],
  38221.                     => [
  38222.                         'limit' => 5,
  38223.                         'interval' => '60 seconds',
  38224.                     ],
  38225.                     => [
  38226.                         'limit' => 10,
  38227.                         'interval' => '90 seconds',
  38228.                     ],
  38229.                 ],
  38230.                 'lock_factory' => 'lock.factory',
  38231.                 'cache_pool' => 'cache.rate_limiter',
  38232.             ],
  38233.             'shopware.api.rate_limiter.user_recovery.enabled' => true,
  38234.             'shopware.api.rate_limiter.user_recovery.policy' => 'time_backoff',
  38235.             'shopware.api.rate_limiter.user_recovery.reset' => '24 hours',
  38236.             'shopware.api.rate_limiter.user_recovery.limits' => [
  38237.                 => [
  38238.                     'limit' => 3,
  38239.                     'interval' => '30 seconds',
  38240.                 ],
  38241.                 => [
  38242.                     'limit' => 5,
  38243.                     'interval' => '60 seconds',
  38244.                 ],
  38245.                 => [
  38246.                     'limit' => 10,
  38247.                     'interval' => '90 seconds',
  38248.                 ],
  38249.             ],
  38250.             'shopware.api.rate_limiter.user_recovery.limits.0' => [
  38251.                 'limit' => 3,
  38252.                 'interval' => '30 seconds',
  38253.             ],
  38254.             'shopware.api.rate_limiter.user_recovery.limits.0.limit' => 3,
  38255.             'shopware.api.rate_limiter.user_recovery.limits.0.interval' => '30 seconds',
  38256.             'shopware.api.rate_limiter.user_recovery.limits.1' => [
  38257.                 'limit' => 5,
  38258.                 'interval' => '60 seconds',
  38259.             ],
  38260.             'shopware.api.rate_limiter.user_recovery.limits.1.limit' => 5,
  38261.             'shopware.api.rate_limiter.user_recovery.limits.1.interval' => '60 seconds',
  38262.             'shopware.api.rate_limiter.user_recovery.limits.2' => [
  38263.                 'limit' => 10,
  38264.                 'interval' => '90 seconds',
  38265.             ],
  38266.             'shopware.api.rate_limiter.user_recovery.limits.2.limit' => 10,
  38267.             'shopware.api.rate_limiter.user_recovery.limits.2.interval' => '90 seconds',
  38268.             'shopware.api.rate_limiter.user_recovery.lock_factory' => 'lock.factory',
  38269.             'shopware.api.rate_limiter.user_recovery.cache_pool' => 'cache.rate_limiter',
  38270.             'shopware.api.rate_limiter.contact_form' => [
  38271.                 'enabled' => true,
  38272.                 'policy' => 'time_backoff',
  38273.                 'reset' => '24 hours',
  38274.                 'limits' => [
  38275.                     => [
  38276.                         'limit' => 3,
  38277.                         'interval' => '30 seconds',
  38278.                     ],
  38279.                     => [
  38280.                         'limit' => 5,
  38281.                         'interval' => '60 seconds',
  38282.                     ],
  38283.                     => [
  38284.                         'limit' => 10,
  38285.                         'interval' => '90 seconds',
  38286.                     ],
  38287.                 ],
  38288.                 'lock_factory' => 'lock.factory',
  38289.                 'cache_pool' => 'cache.rate_limiter',
  38290.             ],
  38291.             'shopware.api.rate_limiter.contact_form.enabled' => true,
  38292.             'shopware.api.rate_limiter.contact_form.policy' => 'time_backoff',
  38293.             'shopware.api.rate_limiter.contact_form.reset' => '24 hours',
  38294.             'shopware.api.rate_limiter.contact_form.limits' => [
  38295.                 => [
  38296.                     'limit' => 3,
  38297.                     'interval' => '30 seconds',
  38298.                 ],
  38299.                 => [
  38300.                     'limit' => 5,
  38301.                     'interval' => '60 seconds',
  38302.                 ],
  38303.                 => [
  38304.                     'limit' => 10,
  38305.                     'interval' => '90 seconds',
  38306.                 ],
  38307.             ],
  38308.             'shopware.api.rate_limiter.contact_form.limits.0' => [
  38309.                 'limit' => 3,
  38310.                 'interval' => '30 seconds',
  38311.             ],
  38312.             'shopware.api.rate_limiter.contact_form.limits.0.limit' => 3,
  38313.             'shopware.api.rate_limiter.contact_form.limits.0.interval' => '30 seconds',
  38314.             'shopware.api.rate_limiter.contact_form.limits.1' => [
  38315.                 'limit' => 5,
  38316.                 'interval' => '60 seconds',
  38317.             ],
  38318.             'shopware.api.rate_limiter.contact_form.limits.1.limit' => 5,
  38319.             'shopware.api.rate_limiter.contact_form.limits.1.interval' => '60 seconds',
  38320.             'shopware.api.rate_limiter.contact_form.limits.2' => [
  38321.                 'limit' => 10,
  38322.                 'interval' => '90 seconds',
  38323.             ],
  38324.             'shopware.api.rate_limiter.contact_form.limits.2.limit' => 10,
  38325.             'shopware.api.rate_limiter.contact_form.limits.2.interval' => '90 seconds',
  38326.             'shopware.api.rate_limiter.contact_form.lock_factory' => 'lock.factory',
  38327.             'shopware.api.rate_limiter.contact_form.cache_pool' => 'cache.rate_limiter',
  38328.             'shopware.api.rate_limiter.notification' => [
  38329.                 'enabled' => true,
  38330.                 'policy' => 'time_backoff',
  38331.                 'reset' => '24 hours',
  38332.                 'limits' => [
  38333.                     => [
  38334.                         'limit' => 10,
  38335.                         'interval' => '10 seconds',
  38336.                     ],
  38337.                     => [
  38338.                         'limit' => 15,
  38339.                         'interval' => '30 seconds',
  38340.                     ],
  38341.                     => [
  38342.                         'limit' => 20,
  38343.                         'interval' => '60 seconds',
  38344.                     ],
  38345.                 ],
  38346.                 'lock_factory' => 'lock.factory',
  38347.                 'cache_pool' => 'cache.rate_limiter',
  38348.             ],
  38349.             'shopware.api.rate_limiter.notification.enabled' => true,
  38350.             'shopware.api.rate_limiter.notification.policy' => 'time_backoff',
  38351.             'shopware.api.rate_limiter.notification.reset' => '24 hours',
  38352.             'shopware.api.rate_limiter.notification.limits' => [
  38353.                 => [
  38354.                     'limit' => 10,
  38355.                     'interval' => '10 seconds',
  38356.                 ],
  38357.                 => [
  38358.                     'limit' => 15,
  38359.                     'interval' => '30 seconds',
  38360.                 ],
  38361.                 => [
  38362.                     'limit' => 20,
  38363.                     'interval' => '60 seconds',
  38364.                 ],
  38365.             ],
  38366.             'shopware.api.rate_limiter.notification.limits.0' => [
  38367.                 'limit' => 10,
  38368.                 'interval' => '10 seconds',
  38369.             ],
  38370.             'shopware.api.rate_limiter.notification.limits.0.limit' => 10,
  38371.             'shopware.api.rate_limiter.notification.limits.0.interval' => '10 seconds',
  38372.             'shopware.api.rate_limiter.notification.limits.1' => [
  38373.                 'limit' => 15,
  38374.                 'interval' => '30 seconds',
  38375.             ],
  38376.             'shopware.api.rate_limiter.notification.limits.1.limit' => 15,
  38377.             'shopware.api.rate_limiter.notification.limits.1.interval' => '30 seconds',
  38378.             'shopware.api.rate_limiter.notification.limits.2' => [
  38379.                 'limit' => 20,
  38380.                 'interval' => '60 seconds',
  38381.             ],
  38382.             'shopware.api.rate_limiter.notification.limits.2.limit' => 20,
  38383.             'shopware.api.rate_limiter.notification.limits.2.interval' => '60 seconds',
  38384.             'shopware.api.rate_limiter.notification.lock_factory' => 'lock.factory',
  38385.             'shopware.api.rate_limiter.notification.cache_pool' => 'cache.rate_limiter',
  38386.             'shopware.api.rate_limiter.newsletter_form' => [
  38387.                 'enabled' => true,
  38388.                 'policy' => 'time_backoff',
  38389.                 'reset' => '24 hours',
  38390.                 'limits' => [
  38391.                     => [
  38392.                         'limit' => 3,
  38393.                         'interval' => '30 seconds',
  38394.                     ],
  38395.                     => [
  38396.                         'limit' => 5,
  38397.                         'interval' => '60 seconds',
  38398.                     ],
  38399.                     => [
  38400.                         'limit' => 10,
  38401.                         'interval' => '90 seconds',
  38402.                     ],
  38403.                 ],
  38404.                 'lock_factory' => 'lock.factory',
  38405.                 'cache_pool' => 'cache.rate_limiter',
  38406.             ],
  38407.             'shopware.api.rate_limiter.newsletter_form.enabled' => true,
  38408.             'shopware.api.rate_limiter.newsletter_form.policy' => 'time_backoff',
  38409.             'shopware.api.rate_limiter.newsletter_form.reset' => '24 hours',
  38410.             'shopware.api.rate_limiter.newsletter_form.limits' => [
  38411.                 => [
  38412.                     'limit' => 3,
  38413.                     'interval' => '30 seconds',
  38414.                 ],
  38415.                 => [
  38416.                     'limit' => 5,
  38417.                     'interval' => '60 seconds',
  38418.                 ],
  38419.                 => [
  38420.                     'limit' => 10,
  38421.                     'interval' => '90 seconds',
  38422.                 ],
  38423.             ],
  38424.             'shopware.api.rate_limiter.newsletter_form.limits.0' => [
  38425.                 'limit' => 3,
  38426.                 'interval' => '30 seconds',
  38427.             ],
  38428.             'shopware.api.rate_limiter.newsletter_form.limits.0.limit' => 3,
  38429.             'shopware.api.rate_limiter.newsletter_form.limits.0.interval' => '30 seconds',
  38430.             'shopware.api.rate_limiter.newsletter_form.limits.1' => [
  38431.                 'limit' => 5,
  38432.                 'interval' => '60 seconds',
  38433.             ],
  38434.             'shopware.api.rate_limiter.newsletter_form.limits.1.limit' => 5,
  38435.             'shopware.api.rate_limiter.newsletter_form.limits.1.interval' => '60 seconds',
  38436.             'shopware.api.rate_limiter.newsletter_form.limits.2' => [
  38437.                 'limit' => 10,
  38438.                 'interval' => '90 seconds',
  38439.             ],
  38440.             'shopware.api.rate_limiter.newsletter_form.limits.2.limit' => 10,
  38441.             'shopware.api.rate_limiter.newsletter_form.limits.2.interval' => '90 seconds',
  38442.             'shopware.api.rate_limiter.newsletter_form.lock_factory' => 'lock.factory',
  38443.             'shopware.api.rate_limiter.newsletter_form.cache_pool' => 'cache.rate_limiter',
  38444.             'shopware.api.rate_limiter.cart_add_line_item' => [
  38445.                 'enabled' => true,
  38446.                 'policy' => 'system_config',
  38447.                 'reset' => '1 hours',
  38448.                 'limits' => [
  38449.                     => [
  38450.                         'domain' => 'core.cart.lineItemAddLimit',
  38451.                         'interval' => '60 seconds',
  38452.                     ],
  38453.                 ],
  38454.                 'lock_factory' => 'lock.factory',
  38455.                 'cache_pool' => 'cache.rate_limiter',
  38456.             ],
  38457.             'shopware.api.rate_limiter.cart_add_line_item.enabled' => true,
  38458.             'shopware.api.rate_limiter.cart_add_line_item.policy' => 'system_config',
  38459.             'shopware.api.rate_limiter.cart_add_line_item.reset' => '1 hours',
  38460.             'shopware.api.rate_limiter.cart_add_line_item.limits' => [
  38461.                 => [
  38462.                     'domain' => 'core.cart.lineItemAddLimit',
  38463.                     'interval' => '60 seconds',
  38464.                 ],
  38465.             ],
  38466.             'shopware.api.rate_limiter.cart_add_line_item.limits.0' => [
  38467.                 'domain' => 'core.cart.lineItemAddLimit',
  38468.                 'interval' => '60 seconds',
  38469.             ],
  38470.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.domain' => 'core.cart.lineItemAddLimit',
  38471.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.interval' => '60 seconds',
  38472.             'shopware.api.rate_limiter.cart_add_line_item.lock_factory' => 'lock.factory',
  38473.             'shopware.api.rate_limiter.cart_add_line_item.cache_pool' => 'cache.rate_limiter',
  38474.             'shopware.admin_worker' => [
  38475.                 'enable_admin_worker' => true,
  38476.                 'poll_interval' => 20,
  38477.                 'transports' => [
  38478.                     => 'default',
  38479.                 ],
  38480.                 'memory_limit' => '128M',
  38481.             ],
  38482.             'shopware.admin_worker.enable_admin_worker' => true,
  38483.             'shopware.admin_worker.poll_interval' => 20,
  38484.             'shopware.admin_worker.transports' => [
  38485.                 => 'default',
  38486.             ],
  38487.             'shopware.admin_worker.transports.0' => 'default',
  38488.             'shopware.admin_worker.memory_limit' => '128M',
  38489.             'shopware.auto_update' => [
  38490.                 'enabled' => true,
  38491.             ],
  38492.             'shopware.auto_update.enabled' => true,
  38493.             'shopware.store' => [
  38494.                 'frw' => false,
  38495.             ],
  38496.             'shopware.sitemap' => [
  38497.                 'batchsize' => 100,
  38498.                 'custom_urls' => [
  38499.                 ],
  38500.                 'excluded_urls' => [
  38501.                 ],
  38502.             ],
  38503.             'shopware.sitemap.batchsize' => 100,
  38504.             'shopware.sitemap.custom_urls' => [
  38505.             ],
  38506.             'shopware.sitemap.excluded_urls' => [
  38507.             ],
  38508.             'shopware.media' => [
  38509.                 'enable_url_upload_feature' => true,
  38510.                 'enable_url_validation' => false,
  38511.                 'url_upload_max_size' => 0,
  38512.             ],
  38513.             'shopware.media.enable_url_upload_feature' => true,
  38514.             'shopware.media.enable_url_validation' => false,
  38515.             'shopware.media.url_upload_max_size' => 0,
  38516.             'shopware.dal' => [
  38517.                 'batch_size' => 125,
  38518.                 'max_rule_prices' => 100,
  38519.                 'versioning' => [
  38520.                     'expire_days' => 30,
  38521.                 ],
  38522.             ],
  38523.             'shopware.dal.batch_size' => 125,
  38524.             'shopware.dal.max_rule_prices' => 100,
  38525.             'shopware.dal.versioning' => [
  38526.                 'expire_days' => 30,
  38527.             ],
  38528.             'shopware.dal.versioning.expire_days' => 30,
  38529.             'shopware.mail' => [
  38530.                 'update_mail_variables_on_send' => true,
  38531.             ],
  38532.             'shopware.mail.update_mail_variables_on_send' => true,
  38533.             'shopware.cart' => [
  38534.                 'compress' => false,
  38535.                 'expire_days' => 120,
  38536.                 'redis_url' => false,
  38537.             ],
  38538.             'shopware.cart.compress' => false,
  38539.             'shopware.cart.expire_days' => 120,
  38540.             'shopware.cart.redis_url' => false,
  38541.             'shopware.number_range' => [
  38542.                 'increment_storage' => 'SQL',
  38543.                 'redis_url' => false,
  38544.             ],
  38545.             'shopware.number_range.increment_storage' => 'SQL',
  38546.             'shopware.number_range.redis_url' => false,
  38547.             'shopware.sales_channel_context' => [
  38548.                 'expire_days' => 120,
  38549.             ],
  38550.             'shopware.sales_channel_context.expire_days' => 120,
  38551.             'shopware.html_sanitizer.cache_enabled' => true,
  38552.             'shopware.html_sanitizer.sets' => [
  38553.                 'basic' => [
  38554.                     'tags' => [
  38555.                         => 'a',
  38556.                         => 'abbr',
  38557.                         => 'acronym',
  38558.                         => 'address',
  38559.                         => 'b',
  38560.                         => 'bdo',
  38561.                         => 'big',
  38562.                         => 'blockquote',
  38563.                         => 'br',
  38564.                         => 'caption',
  38565.                         10 => 'center',
  38566.                         11 => 'cite',
  38567.                         12 => 'code',
  38568.                         13 => 'col',
  38569.                         14 => 'colgroup',
  38570.                         15 => 'dd',
  38571.                         16 => 'del',
  38572.                         17 => 'dfn',
  38573.                         18 => 'dir',
  38574.                         19 => 'div',
  38575.                         20 => 'dl',
  38576.                         21 => 'dt',
  38577.                         22 => 'em',
  38578.                         23 => 'font',
  38579.                         24 => 'h1',
  38580.                         25 => 'h2',
  38581.                         26 => 'h3',
  38582.                         27 => 'h4',
  38583.                         28 => 'h5',
  38584.                         29 => 'h6',
  38585.                         30 => 'hr',
  38586.                         31 => 'i',
  38587.                         32 => 'ins',
  38588.                         33 => 'kbd',
  38589.                         34 => 'li',
  38590.                         35 => 'menu',
  38591.                         36 => 'ol',
  38592.                         37 => 'p',
  38593.                         38 => 'pre',
  38594.                         39 => 'q',
  38595.                         40 => 's',
  38596.                         41 => 'samp',
  38597.                         42 => 'small',
  38598.                         43 => 'span',
  38599.                         44 => 'strike',
  38600.                         45 => 'strong',
  38601.                         46 => 'sub',
  38602.                         47 => 'sup',
  38603.                         48 => 'table',
  38604.                         49 => 'tbody',
  38605.                         50 => 'td',
  38606.                         51 => 'tfoot',
  38607.                         52 => 'th',
  38608.                         53 => 'thead',
  38609.                         54 => 'tr',
  38610.                         55 => 'tt',
  38611.                         56 => 'u',
  38612.                         57 => 'ul',
  38613.                         58 => 'var',
  38614.                     ],
  38615.                     'attributes' => [
  38616.                         => 'align',
  38617.                         => 'bgcolor',
  38618.                         => 'border',
  38619.                         => 'cellpadding',
  38620.                         => 'cellspacing',
  38621.                         => 'cite',
  38622.                         => 'class',
  38623.                         => 'clear',
  38624.                         => 'color',
  38625.                         => 'colspan',
  38626.                         10 => 'dir',
  38627.                         11 => 'face',
  38628.                         12 => 'frame',
  38629.                         13 => 'height',
  38630.                         14 => 'href',
  38631.                         15 => 'id',
  38632.                         16 => 'lang',
  38633.                         17 => 'name',
  38634.                         18 => 'noshade',
  38635.                         19 => 'nowrap',
  38636.                         20 => 'rel',
  38637.                         21 => 'rev',
  38638.                         22 => 'rowspan',
  38639.                         23 => 'scope',
  38640.                         24 => 'size',
  38641.                         25 => 'span',
  38642.                         26 => 'start',
  38643.                         27 => 'style',
  38644.                         28 => 'summary',
  38645.                         29 => 'title',
  38646.                         30 => 'type',
  38647.                         31 => 'valign',
  38648.                         32 => 'value',
  38649.                         33 => 'width',
  38650.                     ],
  38651.                     'options' => [
  38652.                     ],
  38653.                 ],
  38654.                 'media' => [
  38655.                     'tags' => [
  38656.                         => 'img',
  38657.                     ],
  38658.                     'attributes' => [
  38659.                         => 'src',
  38660.                         => 'alt',
  38661.                     ],
  38662.                     'options' => [
  38663.                     ],
  38664.                 ],
  38665.                 'script' => [
  38666.                     'tags' => [
  38667.                         => 'script',
  38668.                     ],
  38669.                     'options' => [
  38670.                         'HTML.Trusted' => true,
  38671.                     ],
  38672.                     'attributes' => [
  38673.                     ],
  38674.                 ],
  38675.                 'tidy' => [
  38676.                     'options' => [
  38677.                         'Output.TidyFormat' => true,
  38678.                     ],
  38679.                     'tags' => [
  38680.                     ],
  38681.                     'attributes' => [
  38682.                     ],
  38683.                 ],
  38684.             ],
  38685.             'shopware.html_sanitizer.sets.basic' => [
  38686.                 'tags' => [
  38687.                     => 'a',
  38688.                     => 'abbr',
  38689.                     => 'acronym',
  38690.                     => 'address',
  38691.                     => 'b',
  38692.                     => 'bdo',
  38693.                     => 'big',
  38694.                     => 'blockquote',
  38695.                     => 'br',
  38696.                     => 'caption',
  38697.                     10 => 'center',
  38698.                     11 => 'cite',
  38699.                     12 => 'code',
  38700.                     13 => 'col',
  38701.                     14 => 'colgroup',
  38702.                     15 => 'dd',
  38703.                     16 => 'del',
  38704.                     17 => 'dfn',
  38705.                     18 => 'dir',
  38706.                     19 => 'div',
  38707.                     20 => 'dl',
  38708.                     21 => 'dt',
  38709.                     22 => 'em',
  38710.                     23 => 'font',
  38711.                     24 => 'h1',
  38712.                     25 => 'h2',
  38713.                     26 => 'h3',
  38714.                     27 => 'h4',
  38715.                     28 => 'h5',
  38716.                     29 => 'h6',
  38717.                     30 => 'hr',
  38718.                     31 => 'i',
  38719.                     32 => 'ins',
  38720.                     33 => 'kbd',
  38721.                     34 => 'li',
  38722.                     35 => 'menu',
  38723.                     36 => 'ol',
  38724.                     37 => 'p',
  38725.                     38 => 'pre',
  38726.                     39 => 'q',
  38727.                     40 => 's',
  38728.                     41 => 'samp',
  38729.                     42 => 'small',
  38730.                     43 => 'span',
  38731.                     44 => 'strike',
  38732.                     45 => 'strong',
  38733.                     46 => 'sub',
  38734.                     47 => 'sup',
  38735.                     48 => 'table',
  38736.                     49 => 'tbody',
  38737.                     50 => 'td',
  38738.                     51 => 'tfoot',
  38739.                     52 => 'th',
  38740.                     53 => 'thead',
  38741.                     54 => 'tr',
  38742.                     55 => 'tt',
  38743.                     56 => 'u',
  38744.                     57 => 'ul',
  38745.                     58 => 'var',
  38746.                 ],
  38747.                 'attributes' => [
  38748.                     => 'align',
  38749.                     => 'bgcolor',
  38750.                     => 'border',
  38751.                     => 'cellpadding',
  38752.                     => 'cellspacing',
  38753.                     => 'cite',
  38754.                     => 'class',
  38755.                     => 'clear',
  38756.                     => 'color',
  38757.                     => 'colspan',
  38758.                     10 => 'dir',
  38759.                     11 => 'face',
  38760.                     12 => 'frame',
  38761.                     13 => 'height',
  38762.                     14 => 'href',
  38763.                     15 => 'id',
  38764.                     16 => 'lang',
  38765.                     17 => 'name',
  38766.                     18 => 'noshade',
  38767.                     19 => 'nowrap',
  38768.                     20 => 'rel',
  38769.                     21 => 'rev',
  38770.                     22 => 'rowspan',
  38771.                     23 => 'scope',
  38772.                     24 => 'size',
  38773.                     25 => 'span',
  38774.                     26 => 'start',
  38775.                     27 => 'style',
  38776.                     28 => 'summary',
  38777.                     29 => 'title',
  38778.                     30 => 'type',
  38779.                     31 => 'valign',
  38780.                     32 => 'value',
  38781.                     33 => 'width',
  38782.                 ],
  38783.                 'options' => [
  38784.                 ],
  38785.             ],
  38786.             'shopware.html_sanitizer.sets.basic.tags' => [
  38787.                 => 'a',
  38788.                 => 'abbr',
  38789.                 => 'acronym',
  38790.                 => 'address',
  38791.                 => 'b',
  38792.                 => 'bdo',
  38793.                 => 'big',
  38794.                 => 'blockquote',
  38795.                 => 'br',
  38796.                 => 'caption',
  38797.                 10 => 'center',
  38798.                 11 => 'cite',
  38799.                 12 => 'code',
  38800.                 13 => 'col',
  38801.                 14 => 'colgroup',
  38802.                 15 => 'dd',
  38803.                 16 => 'del',
  38804.                 17 => 'dfn',
  38805.                 18 => 'dir',
  38806.                 19 => 'div',
  38807.                 20 => 'dl',
  38808.                 21 => 'dt',
  38809.                 22 => 'em',
  38810.                 23 => 'font',
  38811.                 24 => 'h1',
  38812.                 25 => 'h2',
  38813.                 26 => 'h3',
  38814.                 27 => 'h4',
  38815.                 28 => 'h5',
  38816.                 29 => 'h6',
  38817.                 30 => 'hr',
  38818.                 31 => 'i',
  38819.                 32 => 'ins',
  38820.                 33 => 'kbd',
  38821.                 34 => 'li',
  38822.                 35 => 'menu',
  38823.                 36 => 'ol',
  38824.                 37 => 'p',
  38825.                 38 => 'pre',
  38826.                 39 => 'q',
  38827.                 40 => 's',
  38828.                 41 => 'samp',
  38829.                 42 => 'small',
  38830.                 43 => 'span',
  38831.                 44 => 'strike',
  38832.                 45 => 'strong',
  38833.                 46 => 'sub',
  38834.                 47 => 'sup',
  38835.                 48 => 'table',
  38836.                 49 => 'tbody',
  38837.                 50 => 'td',
  38838.                 51 => 'tfoot',
  38839.                 52 => 'th',
  38840.                 53 => 'thead',
  38841.                 54 => 'tr',
  38842.                 55 => 'tt',
  38843.                 56 => 'u',
  38844.                 57 => 'ul',
  38845.                 58 => 'var',
  38846.             ],
  38847.             'shopware.html_sanitizer.sets.basic.tags.0' => 'a',
  38848.             'shopware.html_sanitizer.sets.basic.tags.1' => 'abbr',
  38849.             'shopware.html_sanitizer.sets.basic.tags.2' => 'acronym',
  38850.             'shopware.html_sanitizer.sets.basic.tags.3' => 'address',
  38851.             'shopware.html_sanitizer.sets.basic.tags.4' => 'b',
  38852.             'shopware.html_sanitizer.sets.basic.tags.5' => 'bdo',
  38853.             'shopware.html_sanitizer.sets.basic.tags.6' => 'big',
  38854.             'shopware.html_sanitizer.sets.basic.tags.7' => 'blockquote',
  38855.             'shopware.html_sanitizer.sets.basic.tags.8' => 'br',
  38856.             'shopware.html_sanitizer.sets.basic.tags.9' => 'caption',
  38857.             'shopware.html_sanitizer.sets.basic.tags.10' => 'center',
  38858.             'shopware.html_sanitizer.sets.basic.tags.11' => 'cite',
  38859.             'shopware.html_sanitizer.sets.basic.tags.12' => 'code',
  38860.             'shopware.html_sanitizer.sets.basic.tags.13' => 'col',
  38861.             'shopware.html_sanitizer.sets.basic.tags.14' => 'colgroup',
  38862.             'shopware.html_sanitizer.sets.basic.tags.15' => 'dd',
  38863.             'shopware.html_sanitizer.sets.basic.tags.16' => 'del',
  38864.             'shopware.html_sanitizer.sets.basic.tags.17' => 'dfn',
  38865.             'shopware.html_sanitizer.sets.basic.tags.18' => 'dir',
  38866.             'shopware.html_sanitizer.sets.basic.tags.19' => 'div',
  38867.             'shopware.html_sanitizer.sets.basic.tags.20' => 'dl',
  38868.             'shopware.html_sanitizer.sets.basic.tags.21' => 'dt',
  38869.             'shopware.html_sanitizer.sets.basic.tags.22' => 'em',
  38870.             'shopware.html_sanitizer.sets.basic.tags.23' => 'font',
  38871.             'shopware.html_sanitizer.sets.basic.tags.24' => 'h1',
  38872.             'shopware.html_sanitizer.sets.basic.tags.25' => 'h2',
  38873.             'shopware.html_sanitizer.sets.basic.tags.26' => 'h3',
  38874.             'shopware.html_sanitizer.sets.basic.tags.27' => 'h4',
  38875.             'shopware.html_sanitizer.sets.basic.tags.28' => 'h5',
  38876.             'shopware.html_sanitizer.sets.basic.tags.29' => 'h6',
  38877.             'shopware.html_sanitizer.sets.basic.tags.30' => 'hr',
  38878.             'shopware.html_sanitizer.sets.basic.tags.31' => 'i',
  38879.             'shopware.html_sanitizer.sets.basic.tags.32' => 'ins',
  38880.             'shopware.html_sanitizer.sets.basic.tags.33' => 'kbd',
  38881.             'shopware.html_sanitizer.sets.basic.tags.34' => 'li',
  38882.             'shopware.html_sanitizer.sets.basic.tags.35' => 'menu',
  38883.             'shopware.html_sanitizer.sets.basic.tags.36' => 'ol',
  38884.             'shopware.html_sanitizer.sets.basic.tags.37' => 'p',
  38885.             'shopware.html_sanitizer.sets.basic.tags.38' => 'pre',
  38886.             'shopware.html_sanitizer.sets.basic.tags.39' => 'q',
  38887.             'shopware.html_sanitizer.sets.basic.tags.40' => 's',
  38888.             'shopware.html_sanitizer.sets.basic.tags.41' => 'samp',
  38889.             'shopware.html_sanitizer.sets.basic.tags.42' => 'small',
  38890.             'shopware.html_sanitizer.sets.basic.tags.43' => 'span',
  38891.             'shopware.html_sanitizer.sets.basic.tags.44' => 'strike',
  38892.             'shopware.html_sanitizer.sets.basic.tags.45' => 'strong',
  38893.             'shopware.html_sanitizer.sets.basic.tags.46' => 'sub',
  38894.             'shopware.html_sanitizer.sets.basic.tags.47' => 'sup',
  38895.             'shopware.html_sanitizer.sets.basic.tags.48' => 'table',
  38896.             'shopware.html_sanitizer.sets.basic.tags.49' => 'tbody',
  38897.             'shopware.html_sanitizer.sets.basic.tags.50' => 'td',
  38898.             'shopware.html_sanitizer.sets.basic.tags.51' => 'tfoot',
  38899.             'shopware.html_sanitizer.sets.basic.tags.52' => 'th',
  38900.             'shopware.html_sanitizer.sets.basic.tags.53' => 'thead',
  38901.             'shopware.html_sanitizer.sets.basic.tags.54' => 'tr',
  38902.             'shopware.html_sanitizer.sets.basic.tags.55' => 'tt',
  38903.             'shopware.html_sanitizer.sets.basic.tags.56' => 'u',
  38904.             'shopware.html_sanitizer.sets.basic.tags.57' => 'ul',
  38905.             'shopware.html_sanitizer.sets.basic.tags.58' => 'var',
  38906.             'shopware.html_sanitizer.sets.basic.attributes' => [
  38907.                 => 'align',
  38908.                 => 'bgcolor',
  38909.                 => 'border',
  38910.                 => 'cellpadding',
  38911.                 => 'cellspacing',
  38912.                 => 'cite',
  38913.                 => 'class',
  38914.                 => 'clear',
  38915.                 => 'color',
  38916.                 => 'colspan',
  38917.                 10 => 'dir',
  38918.                 11 => 'face',
  38919.                 12 => 'frame',
  38920.                 13 => 'height',
  38921.                 14 => 'href',
  38922.                 15 => 'id',
  38923.                 16 => 'lang',
  38924.                 17 => 'name',
  38925.                 18 => 'noshade',
  38926.                 19 => 'nowrap',
  38927.                 20 => 'rel',
  38928.                 21 => 'rev',
  38929.                 22 => 'rowspan',
  38930.                 23 => 'scope',
  38931.                 24 => 'size',
  38932.                 25 => 'span',
  38933.                 26 => 'start',
  38934.                 27 => 'style',
  38935.                 28 => 'summary',
  38936.                 29 => 'title',
  38937.                 30 => 'type',
  38938.                 31 => 'valign',
  38939.                 32 => 'value',
  38940.                 33 => 'width',
  38941.             ],
  38942.             'shopware.html_sanitizer.sets.basic.attributes.0' => 'align',
  38943.             'shopware.html_sanitizer.sets.basic.attributes.1' => 'bgcolor',
  38944.             'shopware.html_sanitizer.sets.basic.attributes.2' => 'border',
  38945.             'shopware.html_sanitizer.sets.basic.attributes.3' => 'cellpadding',
  38946.             'shopware.html_sanitizer.sets.basic.attributes.4' => 'cellspacing',
  38947.             'shopware.html_sanitizer.sets.basic.attributes.5' => 'cite',
  38948.             'shopware.html_sanitizer.sets.basic.attributes.6' => 'class',
  38949.             'shopware.html_sanitizer.sets.basic.attributes.7' => 'clear',
  38950.             'shopware.html_sanitizer.sets.basic.attributes.8' => 'color',
  38951.             'shopware.html_sanitizer.sets.basic.attributes.9' => 'colspan',
  38952.             'shopware.html_sanitizer.sets.basic.attributes.10' => 'dir',
  38953.             'shopware.html_sanitizer.sets.basic.attributes.11' => 'face',
  38954.             'shopware.html_sanitizer.sets.basic.attributes.12' => 'frame',
  38955.             'shopware.html_sanitizer.sets.basic.attributes.13' => 'height',
  38956.             'shopware.html_sanitizer.sets.basic.attributes.14' => 'href',
  38957.             'shopware.html_sanitizer.sets.basic.attributes.15' => 'id',
  38958.             'shopware.html_sanitizer.sets.basic.attributes.16' => 'lang',
  38959.             'shopware.html_sanitizer.sets.basic.attributes.17' => 'name',
  38960.             'shopware.html_sanitizer.sets.basic.attributes.18' => 'noshade',
  38961.             'shopware.html_sanitizer.sets.basic.attributes.19' => 'nowrap',
  38962.             'shopware.html_sanitizer.sets.basic.attributes.20' => 'rel',
  38963.             'shopware.html_sanitizer.sets.basic.attributes.21' => 'rev',
  38964.             'shopware.html_sanitizer.sets.basic.attributes.22' => 'rowspan',
  38965.             'shopware.html_sanitizer.sets.basic.attributes.23' => 'scope',
  38966.             'shopware.html_sanitizer.sets.basic.attributes.24' => 'size',
  38967.             'shopware.html_sanitizer.sets.basic.attributes.25' => 'span',
  38968.             'shopware.html_sanitizer.sets.basic.attributes.26' => 'start',
  38969.             'shopware.html_sanitizer.sets.basic.attributes.27' => 'style',
  38970.             'shopware.html_sanitizer.sets.basic.attributes.28' => 'summary',
  38971.             'shopware.html_sanitizer.sets.basic.attributes.29' => 'title',
  38972.             'shopware.html_sanitizer.sets.basic.attributes.30' => 'type',
  38973.             'shopware.html_sanitizer.sets.basic.attributes.31' => 'valign',
  38974.             'shopware.html_sanitizer.sets.basic.attributes.32' => 'value',
  38975.             'shopware.html_sanitizer.sets.basic.attributes.33' => 'width',
  38976.             'shopware.html_sanitizer.sets.basic.options' => [
  38977.             ],
  38978.             'shopware.html_sanitizer.sets.media' => [
  38979.                 'tags' => [
  38980.                     => 'img',
  38981.                 ],
  38982.                 'attributes' => [
  38983.                     => 'src',
  38984.                     => 'alt',
  38985.                 ],
  38986.                 'options' => [
  38987.                 ],
  38988.             ],
  38989.             'shopware.html_sanitizer.sets.media.tags' => [
  38990.                 => 'img',
  38991.             ],
  38992.             'shopware.html_sanitizer.sets.media.tags.0' => 'img',
  38993.             'shopware.html_sanitizer.sets.media.attributes' => [
  38994.                 => 'src',
  38995.                 => 'alt',
  38996.             ],
  38997.             'shopware.html_sanitizer.sets.media.attributes.0' => 'src',
  38998.             'shopware.html_sanitizer.sets.media.attributes.1' => 'alt',
  38999.             'shopware.html_sanitizer.sets.media.options' => [
  39000.             ],
  39001.             'shopware.html_sanitizer.sets.script' => [
  39002.                 'tags' => [
  39003.                     => 'script',
  39004.                 ],
  39005.                 'options' => [
  39006.                     'HTML.Trusted' => true,
  39007.                 ],
  39008.                 'attributes' => [
  39009.                 ],
  39010.             ],
  39011.             'shopware.html_sanitizer.sets.script.tags' => [
  39012.                 => 'script',
  39013.             ],
  39014.             'shopware.html_sanitizer.sets.script.tags.0' => 'script',
  39015.             'shopware.html_sanitizer.sets.script.options' => [
  39016.                 'HTML.Trusted' => true,
  39017.             ],
  39018.             'shopware.html_sanitizer.sets.script.options.HTML.Trusted' => true,
  39019.             'shopware.html_sanitizer.sets.script.attributes' => [
  39020.             ],
  39021.             'shopware.html_sanitizer.sets.tidy' => [
  39022.                 'options' => [
  39023.                     'Output.TidyFormat' => true,
  39024.                 ],
  39025.                 'tags' => [
  39026.                 ],
  39027.                 'attributes' => [
  39028.                 ],
  39029.             ],
  39030.             'shopware.html_sanitizer.sets.tidy.options' => [
  39031.                 'Output.TidyFormat' => true,
  39032.             ],
  39033.             'shopware.html_sanitizer.sets.tidy.options.Output.TidyFormat' => true,
  39034.             'shopware.html_sanitizer.sets.tidy.tags' => [
  39035.             ],
  39036.             'shopware.html_sanitizer.sets.tidy.attributes' => [
  39037.             ],
  39038.             'shopware.html_sanitizer.fields' => [
  39039.                 'product_translation.description' => [
  39040.                     'sets' => [
  39041.                         => 'basic',
  39042.                         => 'media',
  39043.                     ],
  39044.                 ],
  39045.                 'app_cms_block.template' => [
  39046.                     'sets' => [
  39047.                         => 'basic',
  39048.                         => 'media',
  39049.                         => 'tidy',
  39050.                     ],
  39051.                 ],
  39052.             ],
  39053.             'shopware.html_sanitizer.fields.product_translation.description' => [
  39054.                 'sets' => [
  39055.                     => 'basic',
  39056.                     => 'media',
  39057.                 ],
  39058.             ],
  39059.             'shopware.html_sanitizer.fields.product_translation.description.sets' => [
  39060.                 => 'basic',
  39061.                 => 'media',
  39062.             ],
  39063.             'shopware.html_sanitizer.fields.product_translation.description.sets.0' => 'basic',
  39064.             'shopware.html_sanitizer.fields.product_translation.description.sets.1' => 'media',
  39065.             'shopware.html_sanitizer.fields.app_cms_block.template' => [
  39066.                 'sets' => [
  39067.                     => 'basic',
  39068.                     => 'media',
  39069.                     => 'tidy',
  39070.                 ],
  39071.             ],
  39072.             'shopware.html_sanitizer.fields.app_cms_block.template.sets' => [
  39073.                 => 'basic',
  39074.                 => 'media',
  39075.                 => 'tidy',
  39076.             ],
  39077.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.0' => 'basic',
  39078.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.1' => 'media',
  39079.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.2' => 'tidy',
  39080.             'shopware.logger' => [
  39081.                 'file_rotation_count' => 14,
  39082.                 'exclude_exception' => [
  39083.                     => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  39084.                 ],
  39085.                 'exclude_events' => [
  39086.                     => 'user.recovery.request',
  39087.                     => 'customer.recovery.request',
  39088.                 ],
  39089.             ],
  39090.             'shopware.logger.file_rotation_count' => 14,
  39091.             'shopware.logger.exclude_exception' => [
  39092.                 => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  39093.             ],
  39094.             'shopware.logger.exclude_exception.0' => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  39095.             'shopware.logger.exclude_events' => [
  39096.                 => 'user.recovery.request',
  39097.                 => 'customer.recovery.request',
  39098.             ],
  39099.             'shopware.logger.exclude_events.0' => 'user.recovery.request',
  39100.             'shopware.logger.exclude_events.1' => 'customer.recovery.request',
  39101.             'shopware.cache.invalidation' => [
  39102.                 'delay' => 0,
  39103.                 'count' => 150,
  39104.                 'http_cache' => [
  39105.                     => 'logged-in',
  39106.                     => 'cart-filled',
  39107.                 ],
  39108.                 'product_listing_route' => [
  39109.                 ],
  39110.                 'product_detail_route' => [
  39111.                 ],
  39112.                 'product_review_route' => [
  39113.                 ],
  39114.                 'product_search_route' => [
  39115.                 ],
  39116.                 'product_suggest_route' => [
  39117.                 ],
  39118.                 'product_cross_selling_route' => [
  39119.                 ],
  39120.                 'payment_method_route' => [
  39121.                 ],
  39122.                 'shipping_method_route' => [
  39123.                 ],
  39124.                 'navigation_route' => [
  39125.                 ],
  39126.                 'category_route' => [
  39127.                 ],
  39128.                 'landing_page_route' => [
  39129.                 ],
  39130.                 'language_route' => [
  39131.                 ],
  39132.                 'currency_route' => [
  39133.                 ],
  39134.                 'country_route' => [
  39135.                 ],
  39136.                 'country_state_route' => [
  39137.                 ],
  39138.                 'salutation_route' => [
  39139.                 ],
  39140.                 'sitemap_route' => [
  39141.                 ],
  39142.             ],
  39143.             'shopware.cache.invalidation.delay' => 0,
  39144.             'shopware.cache.invalidation.count' => 150,
  39145.             'shopware.cache.invalidation.http_cache' => [
  39146.                 => 'logged-in',
  39147.                 => 'cart-filled',
  39148.             ],
  39149.             'shopware.cache.invalidation.http_cache.0' => 'logged-in',
  39150.             'shopware.cache.invalidation.http_cache.1' => 'cart-filled',
  39151.             'shopware.cache.invalidation.product_listing_route' => [
  39152.             ],
  39153.             'shopware.cache.invalidation.product_detail_route' => [
  39154.             ],
  39155.             'shopware.cache.invalidation.product_review_route' => [
  39156.             ],
  39157.             'shopware.cache.invalidation.product_search_route' => [
  39158.             ],
  39159.             'shopware.cache.invalidation.product_suggest_route' => [
  39160.             ],
  39161.             'shopware.cache.invalidation.product_cross_selling_route' => [
  39162.             ],
  39163.             'shopware.cache.invalidation.payment_method_route' => [
  39164.             ],
  39165.             'shopware.cache.invalidation.shipping_method_route' => [
  39166.             ],
  39167.             'shopware.cache.invalidation.navigation_route' => [
  39168.             ],
  39169.             'shopware.cache.invalidation.category_route' => [
  39170.             ],
  39171.             'shopware.cache.invalidation.landing_page_route' => [
  39172.             ],
  39173.             'shopware.cache.invalidation.language_route' => [
  39174.             ],
  39175.             'shopware.cache.invalidation.currency_route' => [
  39176.             ],
  39177.             'shopware.cache.invalidation.country_route' => [
  39178.             ],
  39179.             'shopware.cache.invalidation.country_state_route' => [
  39180.             ],
  39181.             'shopware.cache.invalidation.salutation_route' => [
  39182.             ],
  39183.             'shopware.cache.invalidation.sitemap_route' => [
  39184.             ],
  39185.             'shopware.twig' => [
  39186.                 'allowed_php_functions' => [
  39187.                 ],
  39188.             ],
  39189.             'shopware.twig.allowed_php_functions' => [
  39190.             ],
  39191.             'shopware.dompdf' => [
  39192.                 'options' => [
  39193.                     'isRemoteEnabled' => true,
  39194.                     'isHtml5ParserEnabled' => true,
  39195.                 ],
  39196.             ],
  39197.             'shopware.dompdf.options' => [
  39198.                 'isRemoteEnabled' => true,
  39199.                 'isHtml5ParserEnabled' => true,
  39200.             ],
  39201.             'shopware.dompdf.options.isRemoteEnabled' => true,
  39202.             'shopware.dompdf.options.isHtml5ParserEnabled' => true,
  39203.             'storefront.csrf' => [
  39204.                 'enabled' => true,
  39205.                 'mode' => 'twig',
  39206.             ],
  39207.             'storefront.csrf.enabled' => true,
  39208.             'storefront.csrf.mode' => 'twig',
  39209.             'storefront.reverse_proxy' => [
  39210.                 'enabled' => false,
  39211.                 'ban_method' => 'BAN',
  39212.                 'hosts' => [
  39213.                     => 'http://varnish',
  39214.                 ],
  39215.                 'max_parallel_invalidations' => 2,
  39216.                 'redis_url' => 'redis://redis',
  39217.                 'purge_all' => [
  39218.                     'ban_method' => 'BAN',
  39219.                     'ban_headers' => [
  39220.                     ],
  39221.                     'urls' => [
  39222.                         => '/',
  39223.                     ],
  39224.                 ],
  39225.                 'fastly' => [
  39226.                     'enabled' => false,
  39227.                     'api_key' => '',
  39228.                     'instance_tag' => '',
  39229.                     'service_id' => '',
  39230.                     'soft_purge' => '0',
  39231.                     'tag_prefix' => '',
  39232.                 ],
  39233.                 'use_varnish_xkey' => false,
  39234.                 'ban_headers' => [
  39235.                 ],
  39236.             ],
  39237.             'storefront.reverse_proxy.enabled' => false,
  39238.             'storefront.reverse_proxy.ban_method' => 'BAN',
  39239.             'storefront.reverse_proxy.hosts' => [
  39240.                 => 'http://varnish',
  39241.             ],
  39242.             'storefront.reverse_proxy.hosts.0' => 'http://varnish',
  39243.             'storefront.reverse_proxy.max_parallel_invalidations' => 2,
  39244.             'storefront.reverse_proxy.redis_url' => 'redis://redis',
  39245.             'storefront.reverse_proxy.purge_all' => [
  39246.                 'ban_method' => 'BAN',
  39247.                 'ban_headers' => [
  39248.                 ],
  39249.                 'urls' => [
  39250.                     => '/',
  39251.                 ],
  39252.             ],
  39253.             'storefront.reverse_proxy.purge_all.ban_method' => 'BAN',
  39254.             'storefront.reverse_proxy.purge_all.ban_headers' => [
  39255.             ],
  39256.             'storefront.reverse_proxy.purge_all.urls' => [
  39257.                 => '/',
  39258.             ],
  39259.             'storefront.reverse_proxy.purge_all.urls.0' => '/',
  39260.             'storefront.reverse_proxy.fastly' => [
  39261.                 'enabled' => false,
  39262.                 'api_key' => '',
  39263.                 'instance_tag' => '',
  39264.                 'service_id' => '',
  39265.                 'soft_purge' => '0',
  39266.                 'tag_prefix' => '',
  39267.             ],
  39268.             'storefront.reverse_proxy.fastly.enabled' => false,
  39269.             'storefront.reverse_proxy.fastly.api_key' => '',
  39270.             'storefront.reverse_proxy.fastly.instance_tag' => '',
  39271.             'storefront.reverse_proxy.fastly.service_id' => '',
  39272.             'storefront.reverse_proxy.fastly.soft_purge' => '0',
  39273.             'storefront.reverse_proxy.fastly.tag_prefix' => '',
  39274.             'storefront.reverse_proxy.use_varnish_xkey' => false,
  39275.             'storefront.reverse_proxy.ban_headers' => [
  39276.             ],
  39277.             'storefront.http_cache' => [
  39278.                 'ignored_url_parameters' => [
  39279.                     => 'pk_campaign',
  39280.                     => 'piwik_campaign',
  39281.                     => 'pk_kwd',
  39282.                     => 'piwik_kwd',
  39283.                     => 'pk_keyword',
  39284.                     => 'mtm_campaign',
  39285.                     => 'matomo_campaign',
  39286.                     => 'mtm_cid',
  39287.                     => 'matomo_cid',
  39288.                     => 'mtm_kwd',
  39289.                     10 => 'matomo_kwd',
  39290.                     11 => 'mtm_keyword',
  39291.                     12 => 'matomo_keyword',
  39292.                     13 => 'mtm_source',
  39293.                     14 => 'matomo_source',
  39294.                     15 => 'mtm_medium',
  39295.                     16 => 'matomo_medium',
  39296.                     17 => 'mtm_content',
  39297.                     18 => 'matomo_content',
  39298.                     19 => 'mtm_group',
  39299.                     20 => 'matomo_group',
  39300.                     21 => 'mtm_placement',
  39301.                     22 => 'matomo_placement',
  39302.                     23 => 'pixelId',
  39303.                     24 => 'kwid',
  39304.                     25 => 'kw',
  39305.                     26 => 'chl',
  39306.                     27 => 'dv',
  39307.                     28 => 'nk',
  39308.                     29 => 'pa',
  39309.                     30 => 'camid',
  39310.                     31 => 'adgid',
  39311.                     32 => 'utm_term',
  39312.                     33 => 'utm_source',
  39313.                     34 => 'utm_medium',
  39314.                     35 => 'utm_campaign',
  39315.                     36 => 'utm_content',
  39316.                     37 => 'cx',
  39317.                     38 => 'ie',
  39318.                     39 => 'cof',
  39319.                     40 => 'siteurl',
  39320.                     41 => '_ga',
  39321.                     42 => 'adgroupid',
  39322.                     43 => 'campaignid',
  39323.                     44 => 'adid',
  39324.                     45 => 'gclsrc',
  39325.                     46 => 'gclid',
  39326.                     47 => 'fbclid',
  39327.                     48 => 'fb_action_ids',
  39328.                     49 => 'fb_action_types',
  39329.                     50 => 'fb_source',
  39330.                     51 => 'mc_cid',
  39331.                     52 => 'mc_eid',
  39332.                     53 => '_bta_tid',
  39333.                     54 => '_bta_c',
  39334.                     55 => 'trk_contact',
  39335.                     56 => 'trk_msg',
  39336.                     57 => 'trk_module',
  39337.                     58 => 'trk_sid',
  39338.                     59 => 'gdfms',
  39339.                     60 => 'gdftrk',
  39340.                     61 => 'gdffi',
  39341.                     62 => '_ke',
  39342.                     63 => 'redirect_log_mongo_id',
  39343.                     64 => 'redirect_mongo_id',
  39344.                     65 => 'sb_referer_host',
  39345.                     66 => 'mkwid',
  39346.                     67 => 'pcrid',
  39347.                     68 => 'ef_id',
  39348.                     69 => 's_kwcid',
  39349.                     70 => 'msclkid',
  39350.                     71 => 'dm_i',
  39351.                     72 => 'epik',
  39352.                     73 => 'pp',
  39353.                 ],
  39354.                 'stale_while_revalidate' => NULL,
  39355.                 'stale_if_error' => NULL,
  39356.             ],
  39357.             'storefront.http_cache.ignored_url_parameters' => [
  39358.                 => 'pk_campaign',
  39359.                 => 'piwik_campaign',
  39360.                 => 'pk_kwd',
  39361.                 => 'piwik_kwd',
  39362.                 => 'pk_keyword',
  39363.                 => 'mtm_campaign',
  39364.                 => 'matomo_campaign',
  39365.                 => 'mtm_cid',
  39366.                 => 'matomo_cid',
  39367.                 => 'mtm_kwd',
  39368.                 10 => 'matomo_kwd',
  39369.                 11 => 'mtm_keyword',
  39370.                 12 => 'matomo_keyword',
  39371.                 13 => 'mtm_source',
  39372.                 14 => 'matomo_source',
  39373.                 15 => 'mtm_medium',
  39374.                 16 => 'matomo_medium',
  39375.                 17 => 'mtm_content',
  39376.                 18 => 'matomo_content',
  39377.                 19 => 'mtm_group',
  39378.                 20 => 'matomo_group',
  39379.                 21 => 'mtm_placement',
  39380.                 22 => 'matomo_placement',
  39381.                 23 => 'pixelId',
  39382.                 24 => 'kwid',
  39383.                 25 => 'kw',
  39384.                 26 => 'chl',
  39385.                 27 => 'dv',
  39386.                 28 => 'nk',
  39387.                 29 => 'pa',
  39388.                 30 => 'camid',
  39389.                 31 => 'adgid',
  39390.                 32 => 'utm_term',
  39391.                 33 => 'utm_source',
  39392.                 34 => 'utm_medium',
  39393.                 35 => 'utm_campaign',
  39394.                 36 => 'utm_content',
  39395.                 37 => 'cx',
  39396.                 38 => 'ie',
  39397.                 39 => 'cof',
  39398.                 40 => 'siteurl',
  39399.                 41 => '_ga',
  39400.                 42 => 'adgroupid',
  39401.                 43 => 'campaignid',
  39402.                 44 => 'adid',
  39403.                 45 => 'gclsrc',
  39404.                 46 => 'gclid',
  39405.                 47 => 'fbclid',
  39406.                 48 => 'fb_action_ids',
  39407.                 49 => 'fb_action_types',
  39408.                 50 => 'fb_source',
  39409.                 51 => 'mc_cid',
  39410.                 52 => 'mc_eid',
  39411.                 53 => '_bta_tid',
  39412.                 54 => '_bta_c',
  39413.                 55 => 'trk_contact',
  39414.                 56 => 'trk_msg',
  39415.                 57 => 'trk_module',
  39416.                 58 => 'trk_sid',
  39417.                 59 => 'gdfms',
  39418.                 60 => 'gdftrk',
  39419.                 61 => 'gdffi',
  39420.                 62 => '_ke',
  39421.                 63 => 'redirect_log_mongo_id',
  39422.                 64 => 'redirect_mongo_id',
  39423.                 65 => 'sb_referer_host',
  39424.                 66 => 'mkwid',
  39425.                 67 => 'pcrid',
  39426.                 68 => 'ef_id',
  39427.                 69 => 's_kwcid',
  39428.                 70 => 'msclkid',
  39429.                 71 => 'dm_i',
  39430.                 72 => 'epik',
  39431.                 73 => 'pp',
  39432.             ],
  39433.             'storefront.http_cache.ignored_url_parameters.0' => 'pk_campaign',
  39434.             'storefront.http_cache.ignored_url_parameters.1' => 'piwik_campaign',
  39435.             'storefront.http_cache.ignored_url_parameters.2' => 'pk_kwd',
  39436.             'storefront.http_cache.ignored_url_parameters.3' => 'piwik_kwd',
  39437.             'storefront.http_cache.ignored_url_parameters.4' => 'pk_keyword',
  39438.             'storefront.http_cache.ignored_url_parameters.5' => 'mtm_campaign',
  39439.             'storefront.http_cache.ignored_url_parameters.6' => 'matomo_campaign',
  39440.             'storefront.http_cache.ignored_url_parameters.7' => 'mtm_cid',
  39441.             'storefront.http_cache.ignored_url_parameters.8' => 'matomo_cid',
  39442.             'storefront.http_cache.ignored_url_parameters.9' => 'mtm_kwd',
  39443.             'storefront.http_cache.ignored_url_parameters.10' => 'matomo_kwd',
  39444.             'storefront.http_cache.ignored_url_parameters.11' => 'mtm_keyword',
  39445.             'storefront.http_cache.ignored_url_parameters.12' => 'matomo_keyword',
  39446.             'storefront.http_cache.ignored_url_parameters.13' => 'mtm_source',
  39447.             'storefront.http_cache.ignored_url_parameters.14' => 'matomo_source',
  39448.             'storefront.http_cache.ignored_url_parameters.15' => 'mtm_medium',
  39449.             'storefront.http_cache.ignored_url_parameters.16' => 'matomo_medium',
  39450.             'storefront.http_cache.ignored_url_parameters.17' => 'mtm_content',
  39451.             'storefront.http_cache.ignored_url_parameters.18' => 'matomo_content',
  39452.             'storefront.http_cache.ignored_url_parameters.19' => 'mtm_group',
  39453.             'storefront.http_cache.ignored_url_parameters.20' => 'matomo_group',
  39454.             'storefront.http_cache.ignored_url_parameters.21' => 'mtm_placement',
  39455.             'storefront.http_cache.ignored_url_parameters.22' => 'matomo_placement',
  39456.             'storefront.http_cache.ignored_url_parameters.23' => 'pixelId',
  39457.             'storefront.http_cache.ignored_url_parameters.24' => 'kwid',
  39458.             'storefront.http_cache.ignored_url_parameters.25' => 'kw',
  39459.             'storefront.http_cache.ignored_url_parameters.26' => 'chl',
  39460.             'storefront.http_cache.ignored_url_parameters.27' => 'dv',
  39461.             'storefront.http_cache.ignored_url_parameters.28' => 'nk',
  39462.             'storefront.http_cache.ignored_url_parameters.29' => 'pa',
  39463.             'storefront.http_cache.ignored_url_parameters.30' => 'camid',
  39464.             'storefront.http_cache.ignored_url_parameters.31' => 'adgid',
  39465.             'storefront.http_cache.ignored_url_parameters.32' => 'utm_term',
  39466.             'storefront.http_cache.ignored_url_parameters.33' => 'utm_source',
  39467.             'storefront.http_cache.ignored_url_parameters.34' => 'utm_medium',
  39468.             'storefront.http_cache.ignored_url_parameters.35' => 'utm_campaign',
  39469.             'storefront.http_cache.ignored_url_parameters.36' => 'utm_content',
  39470.             'storefront.http_cache.ignored_url_parameters.37' => 'cx',
  39471.             'storefront.http_cache.ignored_url_parameters.38' => 'ie',
  39472.             'storefront.http_cache.ignored_url_parameters.39' => 'cof',
  39473.             'storefront.http_cache.ignored_url_parameters.40' => 'siteurl',
  39474.             'storefront.http_cache.ignored_url_parameters.41' => '_ga',
  39475.             'storefront.http_cache.ignored_url_parameters.42' => 'adgroupid',
  39476.             'storefront.http_cache.ignored_url_parameters.43' => 'campaignid',
  39477.             'storefront.http_cache.ignored_url_parameters.44' => 'adid',
  39478.             'storefront.http_cache.ignored_url_parameters.45' => 'gclsrc',
  39479.             'storefront.http_cache.ignored_url_parameters.46' => 'gclid',
  39480.             'storefront.http_cache.ignored_url_parameters.47' => 'fbclid',
  39481.             'storefront.http_cache.ignored_url_parameters.48' => 'fb_action_ids',
  39482.             'storefront.http_cache.ignored_url_parameters.49' => 'fb_action_types',
  39483.             'storefront.http_cache.ignored_url_parameters.50' => 'fb_source',
  39484.             'storefront.http_cache.ignored_url_parameters.51' => 'mc_cid',
  39485.             'storefront.http_cache.ignored_url_parameters.52' => 'mc_eid',
  39486.             'storefront.http_cache.ignored_url_parameters.53' => '_bta_tid',
  39487.             'storefront.http_cache.ignored_url_parameters.54' => '_bta_c',
  39488.             'storefront.http_cache.ignored_url_parameters.55' => 'trk_contact',
  39489.             'storefront.http_cache.ignored_url_parameters.56' => 'trk_msg',
  39490.             'storefront.http_cache.ignored_url_parameters.57' => 'trk_module',
  39491.             'storefront.http_cache.ignored_url_parameters.58' => 'trk_sid',
  39492.             'storefront.http_cache.ignored_url_parameters.59' => 'gdfms',
  39493.             'storefront.http_cache.ignored_url_parameters.60' => 'gdftrk',
  39494.             'storefront.http_cache.ignored_url_parameters.61' => 'gdffi',
  39495.             'storefront.http_cache.ignored_url_parameters.62' => '_ke',
  39496.             'storefront.http_cache.ignored_url_parameters.63' => 'redirect_log_mongo_id',
  39497.             'storefront.http_cache.ignored_url_parameters.64' => 'redirect_mongo_id',
  39498.             'storefront.http_cache.ignored_url_parameters.65' => 'sb_referer_host',
  39499.             'storefront.http_cache.ignored_url_parameters.66' => 'mkwid',
  39500.             'storefront.http_cache.ignored_url_parameters.67' => 'pcrid',
  39501.             'storefront.http_cache.ignored_url_parameters.68' => 'ef_id',
  39502.             'storefront.http_cache.ignored_url_parameters.69' => 's_kwcid',
  39503.             'storefront.http_cache.ignored_url_parameters.70' => 'msclkid',
  39504.             'storefront.http_cache.ignored_url_parameters.71' => 'dm_i',
  39505.             'storefront.http_cache.ignored_url_parameters.72' => 'epik',
  39506.             'storefront.http_cache.ignored_url_parameters.73' => 'pp',
  39507.             'storefront.http_cache.stale_while_revalidate' => NULL,
  39508.             'storefront.http_cache.stale_if_error' => NULL,
  39509.             'storefront.theme' => [
  39510.                 'config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  39511.                 'theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  39512.                 'available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  39513.             ],
  39514.             'storefront.theme.config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  39515.             'storefront.theme.theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  39516.             'storefront.theme.available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  39517.             'elasticsearch.administration.index_settings' => [
  39518.                 'number_of_shards' => 3,
  39519.                 'number_of_replicas' => 3,
  39520.                 'mapping.total_fields.limit' => 50000,
  39521.                 'mapping.nested_fields.limit' => 500,
  39522.                 'mapping.nested_objects.limit' => 1000000,
  39523.             ],
  39524.             'elasticsearch.administration.index_settings.number_of_shards' => 3,
  39525.             'elasticsearch.administration.index_settings.number_of_replicas' => 3,
  39526.             'elasticsearch.administration.index_settings.mapping.total_fields.limit' => 50000,
  39527.             'elasticsearch.administration.index_settings.mapping.nested_fields.limit' => 500,
  39528.             'elasticsearch.administration.index_settings.mapping.nested_objects.limit' => 1000000,
  39529.             'elasticsearch.administration.analysis' => [
  39530.                 'normalizer' => [
  39531.                     'sw_lowercase_normalizer' => [
  39532.                         'type' => 'custom',
  39533.                         'filter' => [
  39534.                             => 'lowercase',
  39535.                         ],
  39536.                     ],
  39537.                 ],
  39538.             ],
  39539.             'elasticsearch.administration.analysis.normalizer' => [
  39540.                 'sw_lowercase_normalizer' => [
  39541.                     'type' => 'custom',
  39542.                     'filter' => [
  39543.                         => 'lowercase',
  39544.                     ],
  39545.                 ],
  39546.             ],
  39547.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer' => [
  39548.                 'type' => 'custom',
  39549.                 'filter' => [
  39550.                     => 'lowercase',
  39551.                 ],
  39552.             ],
  39553.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer.type' => 'custom',
  39554.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer.filter' => [
  39555.                 => 'lowercase',
  39556.             ],
  39557.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer.filter.0' => 'lowercase',
  39558.             'elasticsearch.administration.dynamic_templates' => [
  39559.                 => [
  39560.                     'keywords' => [
  39561.                         'match_mapping_type' => 'string',
  39562.                         'mapping' => [
  39563.                             'type' => 'keyword',
  39564.                             'normalizer' => 'sw_lowercase_normalizer',
  39565.                             'fields' => [
  39566.                                 'text' => [
  39567.                                     'type' => 'text',
  39568.                                 ],
  39569.                             ],
  39570.                         ],
  39571.                     ],
  39572.                 ],
  39573.             ],
  39574.             'elasticsearch.administration.dynamic_templates.0' => [
  39575.                 'keywords' => [
  39576.                     'match_mapping_type' => 'string',
  39577.                     'mapping' => [
  39578.                         'type' => 'keyword',
  39579.                         'normalizer' => 'sw_lowercase_normalizer',
  39580.                         'fields' => [
  39581.                             'text' => [
  39582.                                 'type' => 'text',
  39583.                             ],
  39584.                         ],
  39585.                     ],
  39586.                 ],
  39587.             ],
  39588.             'elasticsearch.administration.dynamic_templates.0.keywords' => [
  39589.                 'match_mapping_type' => 'string',
  39590.                 'mapping' => [
  39591.                     'type' => 'keyword',
  39592.                     'normalizer' => 'sw_lowercase_normalizer',
  39593.                     'fields' => [
  39594.                         'text' => [
  39595.                             'type' => 'text',
  39596.                         ],
  39597.                     ],
  39598.                 ],
  39599.             ],
  39600.             'elasticsearch.administration.dynamic_templates.0.keywords.match_mapping_type' => 'string',
  39601.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping' => [
  39602.                 'type' => 'keyword',
  39603.                 'normalizer' => 'sw_lowercase_normalizer',
  39604.                 'fields' => [
  39605.                     'text' => [
  39606.                         'type' => 'text',
  39607.                     ],
  39608.                 ],
  39609.             ],
  39610.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.type' => 'keyword',
  39611.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.normalizer' => 'sw_lowercase_normalizer',
  39612.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.fields' => [
  39613.                 'text' => [
  39614.                     'type' => 'text',
  39615.                 ],
  39616.             ],
  39617.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.fields.text' => [
  39618.                 'type' => 'text',
  39619.             ],
  39620.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.fields.text.type' => 'text',
  39621.             'elasticsearch.product' => [
  39622.                 'custom_fields_mapping' => [
  39623.                 ],
  39624.             ],
  39625.             'elasticsearch.product.custom_fields_mapping' => [
  39626.             ],
  39627.             'elasticsearch.ssl' => [
  39628.                 'verify_server_cert' => true,
  39629.             ],
  39630.             'elasticsearch.ssl.verify_server_cert' => true,
  39631.             'elasticsearch.index_settings' => [
  39632.                 'number_of_shards' => 3,
  39633.                 'number_of_replicas' => 3,
  39634.                 'mapping.total_fields.limit' => 50000,
  39635.                 'mapping.nested_fields.limit' => 500,
  39636.                 'mapping.nested_objects.limit' => 1000000,
  39637.             ],
  39638.             'elasticsearch.index_settings.number_of_shards' => 3,
  39639.             'elasticsearch.index_settings.number_of_replicas' => 3,
  39640.             'elasticsearch.index_settings.mapping.total_fields.limit' => 50000,
  39641.             'elasticsearch.index_settings.mapping.nested_fields.limit' => 500,
  39642.             'elasticsearch.index_settings.mapping.nested_objects.limit' => 1000000,
  39643.             'elasticsearch.analysis' => [
  39644.                 'normalizer' => [
  39645.                     'sw_lowercase_normalizer' => [
  39646.                         'type' => 'custom',
  39647.                         'filter' => [
  39648.                             => 'lowercase',
  39649.                         ],
  39650.                     ],
  39651.                 ],
  39652.                 'analyzer' => [
  39653.                     'sw_ngram_analyzer' => [
  39654.                         'type' => 'custom',
  39655.                         'tokenizer' => 'whitespace',
  39656.                         'filter' => [
  39657.                             => 'lowercase',
  39658.                             => 'sw_ngram_filter',
  39659.                         ],
  39660.                     ],
  39661.                 ],
  39662.                 'filter' => [
  39663.                     'sw_ngram_filter' => [
  39664.                         'type' => 'ngram',
  39665.                         'min_gram' => 4,
  39666.                         'max_gram' => 5,
  39667.                     ],
  39668.                 ],
  39669.             ],
  39670.             'elasticsearch.analysis.normalizer' => [
  39671.                 'sw_lowercase_normalizer' => [
  39672.                     'type' => 'custom',
  39673.                     'filter' => [
  39674.                         => 'lowercase',
  39675.                     ],
  39676.                 ],
  39677.             ],
  39678.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer' => [
  39679.                 'type' => 'custom',
  39680.                 'filter' => [
  39681.                     => 'lowercase',
  39682.                 ],
  39683.             ],
  39684.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.type' => 'custom',
  39685.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter' => [
  39686.                 => 'lowercase',
  39687.             ],
  39688.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter.0' => 'lowercase',
  39689.             'elasticsearch.analysis.analyzer' => [
  39690.                 'sw_ngram_analyzer' => [
  39691.                     'type' => 'custom',
  39692.                     'tokenizer' => 'whitespace',
  39693.                     'filter' => [
  39694.                         => 'lowercase',
  39695.                         => 'sw_ngram_filter',
  39696.                     ],
  39697.                 ],
  39698.             ],
  39699.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer' => [
  39700.                 'type' => 'custom',
  39701.                 'tokenizer' => 'whitespace',
  39702.                 'filter' => [
  39703.                     => 'lowercase',
  39704.                     => 'sw_ngram_filter',
  39705.                 ],
  39706.             ],
  39707.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.type' => 'custom',
  39708.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.tokenizer' => 'whitespace',
  39709.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter' => [
  39710.                 => 'lowercase',
  39711.                 => 'sw_ngram_filter',
  39712.             ],
  39713.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.0' => 'lowercase',
  39714.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.1' => 'sw_ngram_filter',
  39715.             'elasticsearch.analysis.filter' => [
  39716.                 'sw_ngram_filter' => [
  39717.                     'type' => 'ngram',
  39718.                     'min_gram' => 4,
  39719.                     'max_gram' => 5,
  39720.                 ],
  39721.             ],
  39722.             'elasticsearch.analysis.filter.sw_ngram_filter' => [
  39723.                 'type' => 'ngram',
  39724.                 'min_gram' => 4,
  39725.                 'max_gram' => 5,
  39726.             ],
  39727.             'elasticsearch.analysis.filter.sw_ngram_filter.type' => 'ngram',
  39728.             'elasticsearch.analysis.filter.sw_ngram_filter.min_gram' => 4,
  39729.             'elasticsearch.analysis.filter.sw_ngram_filter.max_gram' => 5,
  39730.             'elasticsearch.dynamic_templates' => [
  39731.                 => [
  39732.                     'keywords' => [
  39733.                         'match_mapping_type' => 'string',
  39734.                         'mapping' => [
  39735.                             'type' => 'keyword',
  39736.                             'normalizer' => 'sw_lowercase_normalizer',
  39737.                             'fields' => [
  39738.                                 'text' => [
  39739.                                     'type' => 'text',
  39740.                                 ],
  39741.                             ],
  39742.                         ],
  39743.                     ],
  39744.                 ],
  39745.             ],
  39746.             'elasticsearch.dynamic_templates.0' => [
  39747.                 'keywords' => [
  39748.                     'match_mapping_type' => 'string',
  39749.                     'mapping' => [
  39750.                         'type' => 'keyword',
  39751.                         'normalizer' => 'sw_lowercase_normalizer',
  39752.                         'fields' => [
  39753.                             'text' => [
  39754.                                 'type' => 'text',
  39755.                             ],
  39756.                         ],
  39757.                     ],
  39758.                 ],
  39759.             ],
  39760.             'elasticsearch.dynamic_templates.0.keywords' => [
  39761.                 'match_mapping_type' => 'string',
  39762.                 'mapping' => [
  39763.                     'type' => 'keyword',
  39764.                     'normalizer' => 'sw_lowercase_normalizer',
  39765.                     'fields' => [
  39766.                         'text' => [
  39767.                             'type' => 'text',
  39768.                         ],
  39769.                     ],
  39770.                 ],
  39771.             ],
  39772.             'elasticsearch.dynamic_templates.0.keywords.match_mapping_type' => 'string',
  39773.             'elasticsearch.dynamic_templates.0.keywords.mapping' => [
  39774.                 'type' => 'keyword',
  39775.                 'normalizer' => 'sw_lowercase_normalizer',
  39776.                 'fields' => [
  39777.                     'text' => [
  39778.                         'type' => 'text',
  39779.                     ],
  39780.                 ],
  39781.             ],
  39782.             'elasticsearch.dynamic_templates.0.keywords.mapping.type' => 'keyword',
  39783.             'elasticsearch.dynamic_templates.0.keywords.mapping.normalizer' => 'sw_lowercase_normalizer',
  39784.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields' => [
  39785.                 'text' => [
  39786.                     'type' => 'text',
  39787.                 ],
  39788.             ],
  39789.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text' => [
  39790.                 'type' => 'text',
  39791.             ],
  39792.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text.type' => 'text',
  39793.             'elasticsearch.logger_level' => 100,
  39794.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  39795.             'web_profiler.debug_toolbar.mode' => 2,
  39796.             'frosh_tools.elasticsearch.product_fields' => [
  39797.             ],
  39798.             'frosh_tools.elasticsearch.product_minimum_should_match' => 1,
  39799.             'frosh_tools.file_checker.exclude_files' => [
  39800.             ],
  39801.             'data_collector.templates' => [
  39802.                 'data_collector.request' => [
  39803.                     => 'request',
  39804.                     => '@WebProfiler/Collector/request.html.twig',
  39805.                 ],
  39806.                 'data_collector.time' => [
  39807.                     => 'time',
  39808.                     => '@WebProfiler/Collector/time.html.twig',
  39809.                 ],
  39810.                 'data_collector.memory' => [
  39811.                     => 'memory',
  39812.                     => '@WebProfiler/Collector/memory.html.twig',
  39813.                 ],
  39814.                 'data_collector.validator' => [
  39815.                     => 'validator',
  39816.                     => '@WebProfiler/Collector/validator.html.twig',
  39817.                 ],
  39818.                 'data_collector.ajax' => [
  39819.                     => 'ajax',
  39820.                     => '@WebProfiler/Collector/ajax.html.twig',
  39821.                 ],
  39822.                 'data_collector.exception' => [
  39823.                     => 'exception',
  39824.                     => '@WebProfiler/Collector/exception.html.twig',
  39825.                 ],
  39826.                 'data_collector.logger' => [
  39827.                     => 'logger',
  39828.                     => '@WebProfiler/Collector/logger.html.twig',
  39829.                 ],
  39830.                 'data_collector.events' => [
  39831.                     => 'events',
  39832.                     => '@WebProfiler/Collector/events.html.twig',
  39833.                 ],
  39834.                 'data_collector.router' => [
  39835.                     => 'router',
  39836.                     => '@WebProfiler/Collector/router.html.twig',
  39837.                 ],
  39838.                 'data_collector.cache' => [
  39839.                     => 'cache',
  39840.                     => '@WebProfiler/Collector/cache.html.twig',
  39841.                 ],
  39842.                 'data_collector.translation' => [
  39843.                     => 'translation',
  39844.                     => '@WebProfiler/Collector/translation.html.twig',
  39845.                 ],
  39846.                 'data_collector.twig' => [
  39847.                     => 'twig',
  39848.                     => '@WebProfiler/Collector/twig.html.twig',
  39849.                 ],
  39850.                 'data_collector.dump' => [
  39851.                     => 'dump',
  39852.                     => '@Debug/Profiler/dump.html.twig',
  39853.                 ],
  39854.                 'Shopware\\Core\\Profiling\\Doctrine\\ConnectionProfiler' => [
  39855.                     => 'app.connection_collector',
  39856.                     => '@Profiling/Collector/db.html.twig',
  39857.                 ],
  39858.                 'data_collector.messenger' => [
  39859.                     => 'messenger',
  39860.                     => '@WebProfiler/Collector/messenger.html.twig',
  39861.                 ],
  39862.                 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => [
  39863.                     => 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces',
  39864.                     => '@Profiling/Collector/script_traces.html.twig',
  39865.                 ],
  39866.                 'Shopware\\Elasticsearch\\Profiler\\DataCollector' => [
  39867.                     => 'elasticsearch',
  39868.                     => '@Elasticsearch/Collector/elasticsearch.html.twig',
  39869.                 ],
  39870.                 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber' => [
  39871.                     => 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber',
  39872.                     => '@Profiling/Collector/rules.html.twig',
  39873.                 ],
  39874.                 'mailer.data_collector' => [
  39875.                     => 'mailer',
  39876.                     => '@WebProfiler/Collector/mailer.html.twig',
  39877.                 ],
  39878.                 'enqueue.profiler.message_queue_collector' => [
  39879.                     => 'enqueue.message_queue',
  39880.                     => '@Enqueue/Profiler/panel.html.twig',
  39881.                 ],
  39882.                 'data_collector.config' => [
  39883.                     => 'config',
  39884.                     => '@WebProfiler/Collector/config.html.twig',
  39885.                 ],
  39886.             ],
  39887.             'shopware.filesystem.theme.url' => '',
  39888.             'shopware.filesystem.theme.type' => 'local',
  39889.             'shopware.filesystem.theme.config' => [
  39890.                 'root' => (\dirname(__DIR__4).'/public'),
  39891.             ],
  39892.             'shopware.filesystem.asset.url' => '',
  39893.             'shopware.filesystem.asset.type' => 'local',
  39894.             'shopware.filesystem.asset.config' => [
  39895.                 'root' => (\dirname(__DIR__4).'/public'),
  39896.             ],
  39897.             'shopware.filesystem.sitemap.url' => '',
  39898.             'shopware.filesystem.sitemap.type' => 'local',
  39899.             'shopware.filesystem.sitemap.config' => [
  39900.                 'root' => (\dirname(__DIR__4).'/public'),
  39901.             ],
  39902.             'shopware.filesystem.public.url' => '',
  39903.             'frosh_tools.mail_over_queue' => false,
  39904.             'frosh_tools.elasticsearch.enabled' => true,
  39905.             'console.command.ids' => [
  39906.                 => 'console.command.public_alias.Frosh\\Tools\\Command\\DevRobotsTxtCommand',
  39907.             ],
  39908.         ];
  39909.     }
  39910.     protected function throw($message)
  39911.     {
  39912.         throw new RuntimeException($message);
  39913.     }
  39914. }